From 9096e8b6a59919771390191166b3dd505833804e Mon Sep 17 00:00:00 2001 From: enzo707 Date: Mon, 13 May 2024 22:39:00 -0300 Subject: [PATCH 1/4] fix: node icons path --- docs/LayoutSpecs.json | 100 +- docs/RawTypeData.json | 2194 +++++++++++++-------------- src/components/LibraryItem.tsx | 6 +- src/components/SearchResultItem.tsx | 2 +- 4 files changed, 1151 insertions(+), 1151 deletions(-) diff --git a/docs/LayoutSpecs.json b/docs/LayoutSpecs.json index bfef05f0..1eca700a 100644 --- a/docs/LayoutSpecs.json +++ b/docs/LayoutSpecs.json @@ -9,7 +9,7 @@ "childElements": [ { "text": "List", - "iconUrl": "/src/resources/icons/Category.List.svg", + "iconUrl": "resources/icons/Category.List.svg", "elementType": "category", "include": [], "childElements": [ @@ -218,7 +218,7 @@ "childElements": [ { "text": "Keys", - "iconUrl": "/src/resources/icons/Category.Keys.svg", + "iconUrl": "resources/icons/Category.Keys.svg", "elementType": "category", "include": [ { @@ -312,7 +312,7 @@ }, { "text": "Input", - "iconUrl": "/src/resources/icons/Category.Input.svg", + "iconUrl": "resources/icons/Category.Input.svg", "elementType": "category", "include": [], "childElements": [ @@ -380,7 +380,7 @@ }, { "path": "DSCore.DayOfWeek", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.png" + "iconUrl": "resources/icons/DSCore.DayOfWeek.png" } ], "childElements": [] @@ -525,7 +525,7 @@ }, { "text": "Math", - "iconUrl": "/src/resources/icons/Category.Math.svg", + "iconUrl": "resources/icons/Category.Math.svg", "elementType": "category", "include": [], "childElements": [ @@ -676,7 +676,7 @@ }, { "text": "Operators", - "iconUrl": "/src/resources/icons/Category.Operators.svg", + "iconUrl": "resources/icons/Category.Operators.svg", "elementType": "group", "include": [ { @@ -745,7 +745,7 @@ }, { "text": "Script", - "iconUrl": "/src/resources/icons/Category.Script.svg", + "iconUrl": "resources/icons/Category.Script.svg", "elementType": "category", "include": [], "childElements": [ @@ -801,7 +801,7 @@ }, { "text": "Display", - "iconUrl": "/src/resources/icons/Category.Display.svg", + "iconUrl": "resources/icons/Category.Display.svg", "elementType": "category", "include": [], "childElements": [ @@ -890,7 +890,7 @@ }, { "text": "ImportExport", - "iconUrl": "/src/resources/icons/Category.ImportExport.svg", + "iconUrl": "resources/icons/Category.ImportExport.svg", "elementType": "category", "include": [], "childElements": [ @@ -1046,7 +1046,7 @@ }, { "text": "String", - "iconUrl": "/src/resources/icons/Category.String.svg", + "iconUrl": "resources/icons/Category.String.svg", "elementType": "category", "include": [], "childElements": [ @@ -1159,7 +1159,7 @@ }, { "text": "Geometry", - "iconUrl": "/src/resources/icons/Category.Geometry.svg", + "iconUrl": "resources/icons/Category.Geometry.svg", "elementType": "category", "include": [], "childElements": [ @@ -1170,35 +1170,35 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.BoundingBox", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.png" }, { "path": "Autodesk.DesignScript.Geometry.CoordinateSystem", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.png" }, { "path": "Autodesk.DesignScript.Geometry.Vector", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.png" }, { "path": "Autodesk.DesignScript.Geometry.Edge", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Edge.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Edge.png" }, { "path": "Autodesk.DesignScript.Geometry.Face", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Face.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Face.png" }, { "path": "Autodesk.DesignScript.Geometry.Plane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.png" }, { "path": "Autodesk.DesignScript.Geometry.Vertex", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vertex.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vertex.png" }, { "path": "Autodesk.DesignScript.Geometry.Topology", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Topology.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Topology.png" } ], "childElements": [] @@ -1210,11 +1210,11 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.Point", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.png" }, { "path": "Autodesk.DesignScript.Geometry.UV", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.UV.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.UV.png" } ], "childElements": [] @@ -1226,47 +1226,47 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.Arc", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.png" }, { "path": "Autodesk.DesignScript.Geometry.Circle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.png" }, { "path": "Autodesk.DesignScript.Geometry.Curve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.png" }, { "path": "Autodesk.DesignScript.Geometry.Ellipse", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.png" }, { "path": "Autodesk.DesignScript.Geometry.EllipseArc", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.png" }, { "path": "Autodesk.DesignScript.Geometry.Helix", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.png" }, { "path": "Autodesk.DesignScript.Geometry.Line", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.png" }, { "path": "Autodesk.DesignScript.Geometry.NurbsCurve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.png" }, { "path": "Autodesk.DesignScript.Geometry.PolyCurve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.png" }, { "path": "Autodesk.DesignScript.Geometry.Polygon", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.png" }, { "path": "Autodesk.DesignScript.Geometry.Rectangle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.png" } ], "childElements": [] @@ -1278,15 +1278,15 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.NurbsSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.png" }, { "path": "Autodesk.DesignScript.Geometry.PolySurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.png" }, { "path": "Autodesk.DesignScript.Geometry.Surface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.png" } ], "childElements": [] @@ -1298,23 +1298,23 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.Cone", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.png" }, { "path": "Autodesk.DesignScript.Geometry.Cuboid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.png" }, { "path": "Autodesk.DesignScript.Geometry.Cylinder", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cylinder.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cylinder.png" }, { "path": "Autodesk.DesignScript.Geometry.Solid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.png" }, { "path": "Autodesk.DesignScript.Geometry.Sphere", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.png" } ], "childElements": [] @@ -1326,11 +1326,11 @@ "include": [ { "path": "Autodesk.DesignScript.Geometry.IndexGroup", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.png" }, { "path": "Autodesk.DesignScript.Geometry.Mesh", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Mesh.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Mesh.png" } ], "childElements": [] @@ -1342,11 +1342,11 @@ "include": [ { "path": "Geometry.Geometry", - "iconUrl": "/src/resources/icons/Geometry.Geometry.png" + "iconUrl": "resources/icons/Geometry.Geometry.png" }, { "path": "Autodesk.DesignScript.Geometry.Geometry", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.png" + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.png" } ], "childElements": [ @@ -1373,15 +1373,15 @@ "include": [ { "path": "Tessellation.ConvexHull", - "iconUrl": "/src/resources/icons/Tessellation.ConvexHull.png" + "iconUrl": "resources/icons/Tessellation.ConvexHull.png" }, { "path": "Tessellation.Delaunay", - "iconUrl": "/src/resources/icons/Tessellation.Delaunay.png" + "iconUrl": "resources/icons/Tessellation.Delaunay.png" }, { "path": "Tessellation.Voronoi", - "iconUrl": "/src/resources/icons/Tessellation.Voronoi.png" + "iconUrl": "resources/icons/Tessellation.Voronoi.png" } ], "childElements": [] @@ -1390,7 +1390,7 @@ }, { "text": "Revit", - "iconUrl": "/src/resources/icons/Category.Revit.svg", + "iconUrl": "resources/icons/Category.Revit.svg", "elementType": "category", "include": [], "childElements": [ @@ -1918,7 +1918,7 @@ }, { "text": "Miscellaneous", - "iconUrl": "/src/resources/ui/add-on.svg", + "iconUrl": "resources/ui/add-on.svg", "elementType": "section", "showHeader": true, "include": [], @@ -1926,7 +1926,7 @@ }, { "text": "Add-ons", - "iconUrl": "/src/resources/ui/plus-symbol.svg", + "iconUrl": "resources/ui/plus-symbol.svg", "elementType": "section", "showHeader": true, "include": [ diff --git a/docs/RawTypeData.json b/docs/RawTypeData.json index 52d0f7f0..02f6d4d3 100644 --- a/docs/RawTypeData.json +++ b/docs/RawTypeData.json @@ -2,7 +2,7 @@ "loadedTypes": [ { "fullyQualifiedName": "Core.Input.Code Block", - "iconUrl": "/src/resources/icons/Dynamo.Graph.Nodes.CodeBlockNodeModel.png", + "iconUrl": "resources/icons/Dynamo.Graph.Nodes.CodeBlockNodeModel.png", "contextData": "Code Block", "parameters": null, "itemType": "action", @@ -12,7 +12,7 @@ }, { "fullyQualifiedName": "Core.Input.Input", - "iconUrl": "/src/resources/icons/Dynamo.Graph.Nodes.CustomNodes.Symbol.png", + "iconUrl": "resources/icons/Dynamo.Graph.Nodes.CustomNodes.Symbol.png", "contextData": "Input", "parameters": null, "itemType": "action", @@ -23,7 +23,7 @@ }, { "fullyQualifiedName": "Core.Input.Output", - "iconUrl": "/src/resources/icons/Dynamo.Graph.Nodes.CustomNodes.Output.png", + "iconUrl": "resources/icons/Dynamo.Graph.Nodes.CustomNodes.Output.png", "contextData": "Output", "parameters": null, "itemType": "action", @@ -34,7 +34,7 @@ }, { "fullyQualifiedName": "Core.Units.Convert Between Units", - "iconUrl": "/src/resources/icons/CoreNodeModels.DynamoConvert.png", + "iconUrl": "resources/icons/CoreNodeModels.DynamoConvert.png", "contextData": "Convert Between Units", "parameters": null, "itemType": "action", @@ -44,7 +44,7 @@ }, { "fullyQualifiedName": "Core.Color.Color Range", - "iconUrl": "/src/resources/icons/CoreNodeModels.ColorRange.png", + "iconUrl": "resources/icons/CoreNodeModels.ColorRange.png", "contextData": "Color Range", "parameters": null, "itemType": "create", @@ -54,7 +54,7 @@ }, { "fullyQualifiedName": "Core.List.List.Create", - "iconUrl": "/src/resources/icons/CoreNodeModels.CreateList.png", + "iconUrl": "resources/icons/CoreNodeModels.CreateList.png", "contextData": "List.Create", "parameters": null, "itemType": "create", @@ -64,7 +64,7 @@ }, { "fullyQualifiedName": "Core.Scripting.Formula", - "iconUrl": "/src/resources/icons/CoreNodeModels.Formula.png", + "iconUrl": "resources/icons/CoreNodeModels.Formula.png", "contextData": "Formula", "parameters": null, "itemType": "action", @@ -74,7 +74,7 @@ }, { "fullyQualifiedName": "Core.List.Range", - "iconUrl": "/src/resources/icons/CoreNodeModels.Range.png", + "iconUrl": "resources/icons/CoreNodeModels.Range.png", "contextData": "Range", "parameters": null, "itemType": "create", @@ -84,7 +84,7 @@ }, { "fullyQualifiedName": "Core.List.Sequence", - "iconUrl": "/src/resources/icons/CoreNodeModels.Sequence.png", + "iconUrl": "resources/icons/CoreNodeModels.Sequence.png", "contextData": "Sequence", "parameters": null, "itemType": "create", @@ -94,7 +94,7 @@ }, { "fullyQualifiedName": "Core.View.Watch", - "iconUrl": "/src/resources/icons/CoreNodeModels.Watch.png", + "iconUrl": "resources/icons/CoreNodeModels.Watch.png", "contextData": "Watch", "parameters": null, "itemType": "action", @@ -104,7 +104,7 @@ }, { "fullyQualifiedName": "Core.View.Watch Image", - "iconUrl": "/src/resources/icons/CoreNodeModels.WatchImageCore.png", + "iconUrl": "resources/icons/CoreNodeModels.WatchImageCore.png", "contextData": "Watch Image", "parameters": null, "itemType": "action", @@ -114,7 +114,7 @@ }, { "fullyQualifiedName": "Core.String.String from Object", - "iconUrl": "/src/resources/icons/CoreNodeModels.FromObject.png", + "iconUrl": "resources/icons/CoreNodeModels.FromObject.png", "contextData": "String from Object", "parameters": null, "itemType": "action", @@ -124,7 +124,7 @@ }, { "fullyQualifiedName": "Core.String.String from Array", - "iconUrl": "/src/resources/icons/CoreNodeModels.FromArray.png", + "iconUrl": "resources/icons/CoreNodeModels.FromArray.png", "contextData": "String from Array", "parameters": null, "itemType": "action", @@ -134,7 +134,7 @@ }, { "fullyQualifiedName": "Core.Web.Web Request", - "iconUrl": "/src/resources/icons/CoreNodeModels.WebRequest.png", + "iconUrl": "resources/icons/CoreNodeModels.WebRequest.png", "contextData": "Web Request", "parameters": null, "itemType": "action", @@ -144,7 +144,7 @@ }, { "fullyQualifiedName": "Core.Math.And", - "iconUrl": "/src/resources/icons/CoreNodeModels.Logic.And.png", + "iconUrl": "resources/icons/CoreNodeModels.Logic.And.png", "contextData": "And", "parameters": null, "itemType": "action", @@ -154,7 +154,7 @@ }, { "fullyQualifiedName": "Core.Math.Or", - "iconUrl": "/src/resources/icons/CoreNodeModels.Logic.Or.png", + "iconUrl": "resources/icons/CoreNodeModels.Logic.Or.png", "contextData": "Or", "parameters": null, "itemType": "action", @@ -164,7 +164,7 @@ }, { "fullyQualifiedName": "Core.Logic.If", - "iconUrl": "/src/resources/icons/CoreNodeModels.Logic.If.png", + "iconUrl": "resources/icons/CoreNodeModels.Logic.If.png", "contextData": "If", "parameters": null, "itemType": "action", @@ -174,7 +174,7 @@ }, { "fullyQualifiedName": "Core.Logic.ScopeIf", - "iconUrl": "/src/resources/icons/CoreNodeModels.Logic.ScopedIf.png", + "iconUrl": "resources/icons/CoreNodeModels.Logic.ScopedIf.png", "contextData": "ScopeIf", "parameters": null, "itemType": "action", @@ -184,7 +184,7 @@ }, { "fullyQualifiedName": "Core.Evaluate.Function.Apply", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.ApplyFunction.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.ApplyFunction.png", "contextData": "Function.Apply", "parameters": null, "itemType": "action", @@ -194,7 +194,7 @@ }, { "fullyQualifiedName": "Core.Evaluate.Function.Compose", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.ComposeFunctions.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.ComposeFunctions.png", "contextData": "Function.Compose", "parameters": null, "itemType": "action", @@ -204,7 +204,7 @@ }, { "fullyQualifiedName": "Core.List.List.Map", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.Map.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.Map.png", "contextData": "List.Map", "parameters": null, "itemType": "action", @@ -214,7 +214,7 @@ }, { "fullyQualifiedName": "Core.List.List.Combine", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.Combine.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.Combine.png", "contextData": "List.Combine", "parameters": null, "itemType": "action", @@ -224,7 +224,7 @@ }, { "fullyQualifiedName": "Core.List.List.LaceShortest", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.LaceShortest.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.LaceShortest.png", "contextData": "List.LaceShortest", "parameters": null, "itemType": "action", @@ -234,7 +234,7 @@ }, { "fullyQualifiedName": "Core.List.List.LaceLongest", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.LaceLongest.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.LaceLongest.png", "contextData": "List.LaceLongest", "parameters": null, "itemType": "action", @@ -244,7 +244,7 @@ }, { "fullyQualifiedName": "Core.List.List.CartesianProduct", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.CartesianProduct.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.CartesianProduct.png", "contextData": "List.CartesianProduct", "parameters": null, "itemType": "action", @@ -254,7 +254,7 @@ }, { "fullyQualifiedName": "Core.List.List.Reduce", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.Reduce.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.Reduce.png", "contextData": "List.Reduce", "parameters": null, "itemType": "action", @@ -264,7 +264,7 @@ }, { "fullyQualifiedName": "Core.List.List.Scan", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.ScanList.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.ScanList.png", "contextData": "List.Scan", "parameters": null, "itemType": "action", @@ -274,7 +274,7 @@ }, { "fullyQualifiedName": "Core.List.List.Filter", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.Filter.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.Filter.png", "contextData": "List.Filter", "parameters": null, "itemType": "action", @@ -284,7 +284,7 @@ }, { "fullyQualifiedName": "Core.List.ReplaceByCondition", - "iconUrl": "/src/resources/icons/CoreNodeModels.HigherOrder.Replace.png", + "iconUrl": "resources/icons/CoreNodeModels.HigherOrder.Replace.png", "contextData": "ReplaceByCondition", "parameters": null, "itemType": "action", @@ -294,7 +294,7 @@ }, { "fullyQualifiedName": "Core.Color.Color Palette", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.ColorPalette.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.ColorPalette.png", "contextData": "Color Palette", "parameters": null, "itemType": "create", @@ -304,7 +304,7 @@ }, { "fullyQualifiedName": "Core.Input.Date Time", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.DateTime.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.DateTime.png", "contextData": "Date Time", "parameters": null, "itemType": "action", @@ -314,7 +314,7 @@ }, { "fullyQualifiedName": "Core.Input.String", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.StringInput.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.StringInput.png", "contextData": "String", "parameters": null, "itemType": "action", @@ -324,7 +324,7 @@ }, { "fullyQualifiedName": "Core.Input.Number", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.DoubleInput.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.DoubleInput.png", "contextData": "Number", "parameters": null, "itemType": "action", @@ -334,7 +334,7 @@ }, { "fullyQualifiedName": "Core.Input.Number Slider", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.DoubleSlider.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.DoubleSlider.png", "contextData": "Number Slider", "parameters": null, "itemType": "action", @@ -344,7 +344,7 @@ }, { "fullyQualifiedName": "Core.Input.File Path", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.Filename.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.Filename.png", "contextData": "File Path", "parameters": null, "itemType": "action", @@ -354,7 +354,7 @@ }, { "fullyQualifiedName": "Core.Input.Directory Path", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.Directory.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.Directory.png", "contextData": "Directory Path", "parameters": null, "itemType": "action", @@ -364,7 +364,7 @@ }, { "fullyQualifiedName": "Core.File.File.FromPath", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.FileObject.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.FileObject.png", "contextData": "File.FromPath", "parameters": null, "itemType": "action", @@ -374,7 +374,7 @@ }, { "fullyQualifiedName": "Core.File.DirectoryFromPath", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.DirectoryObject.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.DirectoryObject.png", "contextData": "DirectoryFromPath", "parameters": null, "itemType": "action", @@ -384,7 +384,7 @@ }, { "fullyQualifiedName": "Core.Input.Boolean", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.BoolSelector.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.BoolSelector.png", "contextData": "Boolean", "parameters": null, "itemType": "action", @@ -394,7 +394,7 @@ }, { "fullyQualifiedName": "Core.Input.Integer Slider", - "iconUrl": "/src/resources/icons/CoreNodeModels.Input.IntegerSlider.png", + "iconUrl": "resources/icons/CoreNodeModels.Input.IntegerSlider.png", "contextData": "Integer Slider", "parameters": null, "itemType": "action", @@ -404,7 +404,7 @@ }, { "fullyQualifiedName": "Geometry.Geometry.ExportToSAT", - "iconUrl": "/src/resources/icons/GeometryUI.ExportWithUnits.png", + "iconUrl": "resources/icons/GeometryUI.ExportWithUnits.png", "contextData": "ExportToSAT", "parameters": null, "itemType": "action", @@ -414,7 +414,7 @@ }, { "fullyQualifiedName": "Core.Scripting.Python Script", - "iconUrl": "/src/resources/icons/PythonNodeModels.PythonNode.png", + "iconUrl": "resources/icons/PythonNodeModels.PythonNode.png", "contextData": "Python Script", "parameters": null, "itemType": "action", @@ -424,7 +424,7 @@ }, { "fullyQualifiedName": "Core.Scripting.Python Script From String", - "iconUrl": "/src/resources/icons/PythonNodeModels.PythonStringNode.png", + "iconUrl": "resources/icons/PythonNodeModels.PythonStringNode.png", "contextData": "Python Script From String", "parameters": null, "itemType": "action", @@ -434,7 +434,7 @@ }, { "fullyQualifiedName": "Core.Units.Number From Feet and Inches", - "iconUrl": "/src/resources/icons/UnitsUI.LengthFromString.png", + "iconUrl": "resources/icons/UnitsUI.LengthFromString.png", "contextData": "Number From Feet and Inches", "parameters": null, "itemType": "action", @@ -444,7 +444,7 @@ }, { "fullyQualifiedName": "Core.Units.Unit Types", - "iconUrl": "/src/resources/icons/UnitsUI.UnitTypes.png", + "iconUrl": "resources/icons/UnitsUI.UnitTypes.png", "contextData": "Unit Types", "parameters": null, "itemType": "action", @@ -454,7 +454,7 @@ }, { "fullyQualifiedName": "Core.View.Watch 3D", - "iconUrl": "/src/resources/icons/Watch3DNodeModels.Watch3D.png", + "iconUrl": "resources/icons/Watch3DNodeModels.Watch3D.png", "contextData": "Watch 3D", "parameters": null, "itemType": "action", @@ -464,7 +464,7 @@ }, { "fullyQualifiedName": "Dynamo.Translation.Models.Filter CAD Objects", - "iconUrl": "/src/resources/icons/Dynamo.Translation.Models.ObjectFilter.png", + "iconUrl": "resources/icons/Dynamo.Translation.Models.ObjectFilter.png", "contextData": "Filter CAD Objects", "parameters": null, "itemType": "action", @@ -474,7 +474,7 @@ }, { "fullyQualifiedName": "Dynamo.Translation.Models.Select CAD Objects", - "iconUrl": "/src/resources/icons/Dynamo.Translation.Models.ObjectSelector.png", + "iconUrl": "resources/icons/Dynamo.Translation.Models.ObjectSelector.png", "contextData": "Select CAD Objects", "parameters": null, "itemType": "action", @@ -484,7 +484,7 @@ }, { "fullyQualifiedName": "Rank", - "iconUrl": "/src/resources/icons/Rank.png", + "iconUrl": "resources/icons/Rank.png", "contextData": "Rank@var[]..[]", "parameters": null, "itemType": "action", @@ -494,7 +494,7 @@ }, { "fullyQualifiedName": "LoopWhile", - "iconUrl": "/src/resources/icons/LoopWhile.png", + "iconUrl": "resources/icons/LoopWhile.png", "contextData": "LoopWhile@var[]..[],Function,Function", "parameters": null, "itemType": "action", @@ -504,7 +504,7 @@ }, { "fullyQualifiedName": "+", - "iconUrl": "/src/resources/icons/add.png", + "iconUrl": "resources/icons/add.png", "contextData": "+@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -514,7 +514,7 @@ }, { "fullyQualifiedName": "-", - "iconUrl": "/src/resources/icons/sub.png", + "iconUrl": "resources/icons/sub.png", "contextData": "-@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -524,7 +524,7 @@ }, { "fullyQualifiedName": "*", - "iconUrl": "/src/resources/icons/mul.png", + "iconUrl": "resources/icons/mul.png", "contextData": "*@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -534,7 +534,7 @@ }, { "fullyQualifiedName": "/", - "iconUrl": "/src/resources/icons/div.png", + "iconUrl": "resources/icons/div.png", "contextData": "/@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -544,7 +544,7 @@ }, { "fullyQualifiedName": "==", - "iconUrl": "/src/resources/icons/eq.png", + "iconUrl": "resources/icons/eq.png", "contextData": "==@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -554,7 +554,7 @@ }, { "fullyQualifiedName": ">=", - "iconUrl": "/src/resources/icons/ge.png", + "iconUrl": "resources/icons/ge.png", "contextData": ">=@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -564,7 +564,7 @@ }, { "fullyQualifiedName": ">", - "iconUrl": "/src/resources/icons/gt.png", + "iconUrl": "resources/icons/gt.png", "contextData": ">@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -574,7 +574,7 @@ }, { "fullyQualifiedName": "%", - "iconUrl": "/src/resources/icons/mod.png", + "iconUrl": "resources/icons/mod.png", "contextData": "%@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -584,7 +584,7 @@ }, { "fullyQualifiedName": "<=", - "iconUrl": "/src/resources/icons/le.png", + "iconUrl": "resources/icons/le.png", "contextData": "<=@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -594,7 +594,7 @@ }, { "fullyQualifiedName": "<", - "iconUrl": "/src/resources/icons/lt.png", + "iconUrl": "resources/icons/lt.png", "contextData": "<@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -604,7 +604,7 @@ }, { "fullyQualifiedName": "&&", - "iconUrl": "/src/resources/icons/and.png", + "iconUrl": "resources/icons/and.png", "contextData": "&&@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -614,7 +614,7 @@ }, { "fullyQualifiedName": "||", - "iconUrl": "/src/resources/icons/or.png", + "iconUrl": "resources/icons/or.png", "contextData": "||@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -624,7 +624,7 @@ }, { "fullyQualifiedName": "!=", - "iconUrl": "/src/resources/icons/nq.png", + "iconUrl": "resources/icons/nq.png", "contextData": "!=@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -634,7 +634,7 @@ }, { "fullyQualifiedName": "Not", - "iconUrl": "/src/resources/icons/Not.png", + "iconUrl": "resources/icons/Not.png", "contextData": "Not@var[]..[]", "parameters": null, "itemType": "action", @@ -644,7 +644,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByThreePoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByThreePoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByThreePoints.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByThreePoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -654,7 +654,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointRadiusAngle@Autodesk.DesignScript.Geometry.Point,double,double,double,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -664,7 +664,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointSweepAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointSweepAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointSweepAngle.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointSweepAngle@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -674,7 +674,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointEndPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointEndPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointEndPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByCenterPointStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -684,7 +684,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByFillet", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByFillet.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByFillet.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByFillet@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,double", "parameters": null, "itemType": "create", @@ -694,7 +694,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByFilletTangentToCurve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByFilletTangentToCurve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByFilletTangentToCurve.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByFilletTangentToCurve@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -704,7 +704,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByBestFitThroughPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByBestFitThroughPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByBestFitThroughPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByBestFitThroughPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -714,7 +714,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByStartEndAndTangencies", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByStartEndAndTangencies.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByStartEndAndTangencies.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByStartEndAndTangencies@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -724,7 +724,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.ByStartPointEndPointStartTangent", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.ByStartPointEndPointStartTangent.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.ByStartPointEndPointStartTangent.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.ByStartPointEndPointStartTangent@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -734,7 +734,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.CenterPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.CenterPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.CenterPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.CenterPoint", "parameters": null, "itemType": "query", @@ -744,7 +744,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.Radius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.Radius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.Radius.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.Radius", "parameters": null, "itemType": "query", @@ -754,7 +754,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.StartAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.StartAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.StartAngle.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.StartAngle", "parameters": null, "itemType": "query", @@ -764,7 +764,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Arc.SweepAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Arc.SweepAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Arc.SweepAngle.png", "contextData": "Autodesk.DesignScript.Geometry.Arc.SweepAngle", "parameters": null, "itemType": "query", @@ -774,7 +774,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ByParameterLineOnSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ByParameterLineOnSurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ByParameterLineOnSurface.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ByParameterLineOnSurface@Autodesk.DesignScript.Geometry.Surface,Autodesk.DesignScript.Geometry.UV,Autodesk.DesignScript.Geometry.UV", "parameters": null, "itemType": "create", @@ -784,7 +784,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ByBlendBetweenCurves", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ByBlendBetweenCurves.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ByBlendBetweenCurves.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ByBlendBetweenCurves@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,bool,bool,bool", "parameters": null, "itemType": "create", @@ -794,7 +794,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ByIsoCurveOnSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ByIsoCurveOnSurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ByIsoCurveOnSurface.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ByIsoCurveOnSurface@Autodesk.DesignScript.Geometry.Surface,int,double", "parameters": null, "itemType": "create", @@ -804,7 +804,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Length", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Length.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Length.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Length", "parameters": null, "itemType": "query", @@ -814,7 +814,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.IsPlanar", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.IsPlanar.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.IsPlanar.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.IsPlanar", "parameters": null, "itemType": "query", @@ -824,7 +824,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.IsClosed", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.IsClosed.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.IsClosed.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.IsClosed", "parameters": null, "itemType": "query", @@ -834,7 +834,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.StartPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.StartPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.StartPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.StartPoint", "parameters": null, "itemType": "query", @@ -844,7 +844,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.EndPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.EndPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.EndPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.EndPoint", "parameters": null, "itemType": "query", @@ -854,7 +854,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Normal", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Normal.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Normal.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Normal", "parameters": null, "itemType": "query", @@ -864,7 +864,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointAtParameter@double", "parameters": null, "itemType": "action", @@ -874,7 +874,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TangentAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TangentAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TangentAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TangentAtParameter@double", "parameters": null, "itemType": "action", @@ -884,7 +884,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.NormalAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.NormalAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.NormalAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.NormalAtParameter@double", "parameters": null, "itemType": "action", @@ -894,7 +894,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtParameter@double", "parameters": null, "itemType": "action", @@ -904,7 +904,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.HorizontalFrameAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.HorizontalFrameAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.HorizontalFrameAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.HorizontalFrameAtParameter@double", "parameters": null, "itemType": "action", @@ -914,7 +914,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PlaneAtParameter@double", "parameters": null, "itemType": "action", @@ -924,7 +924,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointAtSegmentLength@double", "parameters": null, "itemType": "action", @@ -934,7 +934,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointsAtEqualSegmentLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtEqualSegmentLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtEqualSegmentLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointsAtEqualSegmentLength@int", "parameters": null, "itemType": "action", @@ -944,7 +944,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointsAtEqualChordLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtEqualChordLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtEqualChordLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointsAtEqualChordLength@int", "parameters": null, "itemType": "action", @@ -954,7 +954,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointAtChordLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtChordLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointAtChordLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointAtChordLength@double,double,bool", "parameters": null, "itemType": "action", @@ -964,7 +964,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointsAtSegmentLengthFromPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtSegmentLengthFromPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtSegmentLengthFromPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointsAtSegmentLengthFromPoint@Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "action", @@ -974,7 +974,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PointsAtChordLengthFromPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtChordLengthFromPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PointsAtChordLengthFromPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PointsAtChordLengthFromPoint@Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "action", @@ -984,7 +984,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtSegmentLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtSegmentLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtSegmentLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.CoordinateSystemAtSegmentLength@double", "parameters": null, "itemType": "action", @@ -994,7 +994,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PlaneAtSegmentLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PlaneAtSegmentLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PlaneAtSegmentLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PlaneAtSegmentLength@double", "parameters": null, "itemType": "action", @@ -1004,7 +1004,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SegmentLengthAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SegmentLengthAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SegmentLengthAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SegmentLengthAtParameter@double", "parameters": null, "itemType": "action", @@ -1014,7 +1014,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ParameterAtSegmentLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtSegmentLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtSegmentLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ParameterAtSegmentLength@double", "parameters": null, "itemType": "action", @@ -1024,7 +1024,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ParameterAtChordLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtChordLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtChordLength.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ParameterAtChordLength@double,double,bool", "parameters": null, "itemType": "action", @@ -1034,7 +1034,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.StartParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.StartParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.StartParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.StartParameter", "parameters": null, "itemType": "action", @@ -1044,7 +1044,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.EndParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.EndParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.EndParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.EndParameter", "parameters": null, "itemType": "action", @@ -1054,7 +1054,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SegmentLengthBetweenParameters", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SegmentLengthBetweenParameters.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SegmentLengthBetweenParameters.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SegmentLengthBetweenParameters@double,double", "parameters": null, "itemType": "action", @@ -1064,7 +1064,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ParameterAtPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ParameterAtPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ParameterAtPoint@Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1074,7 +1074,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Reverse", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Reverse.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Reverse.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Reverse", "parameters": null, "itemType": "action", @@ -1084,7 +1084,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Offset", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Offset.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Offset.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Offset@double", "parameters": null, "itemType": "action", @@ -1094,7 +1094,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PullOntoPlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PullOntoPlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PullOntoPlane.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PullOntoPlane@Autodesk.DesignScript.Geometry.Plane", "parameters": null, "itemType": "action", @@ -1104,7 +1104,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.PullOntoSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.PullOntoSurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.PullOntoSurface.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.PullOntoSurface@Autodesk.DesignScript.Geometry.Surface", "parameters": null, "itemType": "action", @@ -1114,7 +1114,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimByStartParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByStartParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByStartParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimByStartParameter@double", "parameters": null, "itemType": "action", @@ -1124,7 +1124,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimByEndParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByEndParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByEndParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimByEndParameter@double", "parameters": null, "itemType": "action", @@ -1134,7 +1134,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimByParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimByParameter@double,double", "parameters": null, "itemType": "action", @@ -1144,7 +1144,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimInteriorByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimInteriorByParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimInteriorByParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimInteriorByParameter@double,double", "parameters": null, "itemType": "action", @@ -1154,7 +1154,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter.double1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter.double1.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter@double[]", "parameters": "(parameters)", "itemType": "action", @@ -1164,7 +1164,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter.double1-bool.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter.double1-bool.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.TrimSegmentsByParameter@double[],bool", "parameters": "(parameters, discardEvenSegments)", "itemType": "action", @@ -1174,7 +1174,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SplitByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByParameter.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByParameter.double.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SplitByParameter@double", "parameters": "(parameter)", "itemType": "action", @@ -1184,7 +1184,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SplitByParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByParameter.double1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByParameter.double1.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SplitByParameter@double[]", "parameters": "(parameters)", "itemType": "action", @@ -1194,7 +1194,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SplitByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SplitByPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SplitByPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "action", @@ -1204,7 +1204,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Join", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Join.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Join.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Join@Autodesk.DesignScript.Geometry.Curve[]", "parameters": null, "itemType": "action", @@ -1214,7 +1214,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Extrude", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.double.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Extrude@double", "parameters": "(distance)", "itemType": "action", @@ -1224,7 +1224,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Extrude", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.Vector.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Extrude@Autodesk.DesignScript.Geometry.Vector", "parameters": "(direction)", "itemType": "action", @@ -1234,7 +1234,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Extrude", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Extrude.Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Extrude@Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(direction, distance)", "itemType": "action", @@ -1244,7 +1244,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.double.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid@double", "parameters": "(distance)", "itemType": "action", @@ -1254,7 +1254,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.Vector.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid@Autodesk.DesignScript.Geometry.Vector", "parameters": "(direction)", "itemType": "action", @@ -1264,7 +1264,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid.Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ExtrudeAsSolid@Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(direction, distance)", "itemType": "action", @@ -1274,7 +1274,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Extend", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Extend.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Extend.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Extend@double,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1284,7 +1284,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ExtendStart", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtendStart.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtendStart.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ExtendStart@double", "parameters": null, "itemType": "action", @@ -1294,7 +1294,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ExtendEnd", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtendEnd.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ExtendEnd.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ExtendEnd@double", "parameters": null, "itemType": "action", @@ -1304,7 +1304,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ApproximateWithArcAndLineSegments", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ApproximateWithArcAndLineSegments.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ApproximateWithArcAndLineSegments.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ApproximateWithArcAndLineSegments", "parameters": null, "itemType": "action", @@ -1314,7 +1314,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.ToNurbsCurve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.ToNurbsCurve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.ToNurbsCurve.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.ToNurbsCurve", "parameters": null, "itemType": "action", @@ -1324,7 +1324,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Patch", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Patch.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Patch.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Patch", "parameters": null, "itemType": "action", @@ -1334,7 +1334,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Project", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Project.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Project.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Project@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -1344,7 +1344,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SweepAsSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SweepAsSurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SweepAsSurface.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SweepAsSurface@Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "action", @@ -1354,7 +1354,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.SweepAsSolid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.SweepAsSolid.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.SweepAsSolid.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.SweepAsSolid@Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "action", @@ -1364,7 +1364,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Curve.Simplify", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Curve.Simplify.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Curve.Simplify.png", "contextData": "Autodesk.DesignScript.Geometry.Curve.Simplify@double", "parameters": null, "itemType": "action", @@ -1374,7 +1374,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Translate@double,double,double", "parameters": "(xTranslation, yTranslation, zTranslation)", "itemType": "action", @@ -1384,7 +1384,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.Vector.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector", "parameters": "(direction)", "itemType": "action", @@ -1394,7 +1394,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Translate.Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Translate@Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(direction, distance)", "itemType": "action", @@ -1404,7 +1404,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Transform", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Transform.CoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Transform.CoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Transform@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": "(cs)", "itemType": "action", @@ -1414,7 +1414,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Transform", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Transform.CoordinateSystem-CoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Transform.CoordinateSystem-CoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Transform@Autodesk.DesignScript.Geometry.CoordinateSystem,Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": "(fromCoordinateSystem, contextCoordinateSystem)", "itemType": "action", @@ -1424,7 +1424,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Rotate.Point-Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Rotate.Point-Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(origin, axis, degrees)", "itemType": "action", @@ -1434,7 +1434,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Rotate.Plane-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Rotate.Plane-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Rotate@Autodesk.DesignScript.Geometry.Plane,double", "parameters": "(basePlane, degrees)", "itemType": "action", @@ -1444,7 +1444,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Mirror", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Mirror.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Mirror.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Mirror@Autodesk.DesignScript.Geometry.Plane", "parameters": null, "itemType": "action", @@ -1454,7 +1454,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale@double", "parameters": "(amount)", "itemType": "action", @@ -1464,7 +1464,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale@double,double,double", "parameters": "(xamount, yamount, zamount)", "itemType": "action", @@ -1474,7 +1474,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.Plane-double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.Plane-double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale@Autodesk.DesignScript.Geometry.Plane,double,double,double", "parameters": "(plane, xamount, yamount, zamount)", "itemType": "action", @@ -1484,7 +1484,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.Point-Point-Point.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale.Point-Point-Point.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": "(basePoint, from, to)", "itemType": "action", @@ -1494,7 +1494,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale1D", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale1D.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale1D.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale1D@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1504,7 +1504,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Scale2D", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale2D.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Scale2D.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Scale2D@Autodesk.DesignScript.Geometry.Plane,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1514,7 +1514,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.DistanceTo", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.DistanceTo.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.DistanceTo.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.DistanceTo@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1524,7 +1524,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.ClosestPointTo", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.ClosestPointTo.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.ClosestPointTo.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.ClosestPointTo@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1534,7 +1534,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.DoesIntersect", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.DoesIntersect.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.DoesIntersect.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.DoesIntersect@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1544,7 +1544,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Intersect", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Intersect.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Intersect.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Intersect@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1554,7 +1554,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.IntersectAll", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.IntersectAll.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.IntersectAll.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.IntersectAll@Autodesk.DesignScript.Geometry.Geometry[]", "parameters": null, "itemType": "action", @@ -1564,7 +1564,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Split", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Split.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Split.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Split@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1574,7 +1574,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Trim", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Trim.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Trim.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Trim@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1584,7 +1584,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.Explode", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.Explode.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.Explode.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.Explode", "parameters": null, "itemType": "action", @@ -1594,7 +1594,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.IsAlmostEqualTo", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.IsAlmostEqualTo.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.IsAlmostEqualTo.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.IsAlmostEqualTo@Autodesk.DesignScript.Geometry.Geometry", "parameters": null, "itemType": "action", @@ -1604,7 +1604,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.BoundingBox", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.BoundingBox.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.BoundingBox.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.BoundingBox", "parameters": null, "itemType": "query", @@ -1614,7 +1614,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT.var.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT.var.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT@var", "parameters": "(file)", "itemType": "action", @@ -1624,7 +1624,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT.string.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT.string.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.ImportFromSAT@string", "parameters": "(filePath)", "itemType": "action", @@ -1634,7 +1634,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.ExportToSAT", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.ExportToSAT.Geometry1-string.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.ExportToSAT.Geometry1-string.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.ExportToSAT@Autodesk.DesignScript.Geometry.Geometry[],string", "parameters": "(geometry, filePath)", "itemType": "action", @@ -1644,7 +1644,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB..png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB..png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB", "parameters": "()", "itemType": "action", @@ -1654,7 +1654,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB.Geometry1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB.Geometry1.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.SerializeAsSAB@Autodesk.DesignScript.Geometry.Geometry[]", "parameters": "(geometry)", "itemType": "action", @@ -1664,7 +1664,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.DeserializeFromSAB", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.DeserializeFromSAB.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.DeserializeFromSAB.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.DeserializeFromSAB@int[]", "parameters": null, "itemType": "action", @@ -1674,7 +1674,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Geometry.ContextCoordinateSystem", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Geometry.ContextCoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Geometry.ContextCoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.Geometry.ContextCoordinateSystem", "parameters": null, "itemType": "query", @@ -1684,7 +1684,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.ByGeometry", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ByGeometry.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ByGeometry.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.ByGeometry@Autodesk.DesignScript.Geometry.Geometry[]", "parameters": null, "itemType": "create", @@ -1694,7 +1694,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.ByCorners", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ByCorners.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ByCorners.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.ByCorners@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -1704,7 +1704,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.MinPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.MinPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.MinPoint.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.MinPoint", "parameters": null, "itemType": "query", @@ -1714,7 +1714,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.MaxPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.MaxPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.MaxPoint.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.MaxPoint", "parameters": null, "itemType": "query", @@ -1724,7 +1724,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.Intersection", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Intersection.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Intersection.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.Intersection@Autodesk.DesignScript.Geometry.BoundingBox", "parameters": null, "itemType": "action", @@ -1734,7 +1734,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.Intersects", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Intersects.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Intersects.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.Intersects@Autodesk.DesignScript.Geometry.BoundingBox", "parameters": null, "itemType": "action", @@ -1744,7 +1744,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.IsEmpty", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.IsEmpty.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.IsEmpty.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.IsEmpty", "parameters": null, "itemType": "action", @@ -1754,7 +1754,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.Contains", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Contains.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.Contains.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.Contains@Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -1764,7 +1764,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.ToCuboid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ToCuboid.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ToCuboid.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.ToCuboid", "parameters": null, "itemType": "action", @@ -1774,7 +1774,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.BoundingBox.ToPolySurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ToPolySurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.BoundingBox.ToPolySurface.png", "contextData": "Autodesk.DesignScript.Geometry.BoundingBox.ToPolySurface", "parameters": null, "itemType": "action", @@ -1784,7 +1784,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Identity", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Identity.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Identity.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Identity", "parameters": null, "itemType": "create", @@ -1794,7 +1794,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByMatrix", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByMatrix.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByMatrix.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByMatrix@double[]", "parameters": null, "itemType": "create", @@ -1804,7 +1804,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.double-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin@double,double", "parameters": "(x, y)", "itemType": "create", @@ -1814,7 +1814,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin@double,double,double", "parameters": "(x, y, z)", "itemType": "create", @@ -1824,7 +1824,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.Point.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin.Point.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOrigin@Autodesk.DesignScript.Geometry.Point", "parameters": "(origin)", "itemType": "create", @@ -1834,7 +1834,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByPlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByPlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByPlane.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByPlane@Autodesk.DesignScript.Geometry.Plane", "parameters": null, "itemType": "create", @@ -1844,7 +1844,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors.Point-Vector-Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors.Point-Vector-Vector.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": "(origin, xAxis, yAxis)", "itemType": "create", @@ -1854,7 +1854,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors.Point-Vector-Vector-Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors.Point-Vector-Vector-Vector.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByOriginVectors@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": "(origin, xAxis, yAxis, zAxis)", "itemType": "create", @@ -1864,7 +1864,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByCylindricalCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByCylindricalCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ByCylindricalCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ByCylindricalCoordinates@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -1874,7 +1874,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.BySphericalCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.BySphericalCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.BySphericalCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.BySphericalCoordinates@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -1884,7 +1884,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsSingular", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsSingular.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsSingular.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsSingular", "parameters": null, "itemType": "query", @@ -1894,7 +1894,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsScaledOrtho", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsScaledOrtho.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsScaledOrtho.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsScaledOrtho", "parameters": null, "itemType": "query", @@ -1904,7 +1904,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsUniscaledOrtho", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsUniscaledOrtho.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsUniscaledOrtho.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsUniscaledOrtho", "parameters": null, "itemType": "query", @@ -1914,7 +1914,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Determinant", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Determinant.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Determinant.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Determinant", "parameters": null, "itemType": "query", @@ -1924,7 +1924,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Origin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Origin.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Origin.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Origin", "parameters": null, "itemType": "query", @@ -1934,7 +1934,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.XAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XAxis.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.XAxis", "parameters": null, "itemType": "query", @@ -1944,7 +1944,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.YAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YAxis.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.YAxis", "parameters": null, "itemType": "query", @@ -1954,7 +1954,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZAxis.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZAxis", "parameters": null, "itemType": "query", @@ -1964,7 +1964,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.XScaleFactor", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XScaleFactor.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XScaleFactor.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.XScaleFactor", "parameters": null, "itemType": "query", @@ -1974,7 +1974,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.YScaleFactor", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YScaleFactor.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YScaleFactor.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.YScaleFactor", "parameters": null, "itemType": "query", @@ -1984,7 +1984,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZScaleFactor", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZScaleFactor.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZScaleFactor.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZScaleFactor", "parameters": null, "itemType": "query", @@ -1994,7 +1994,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.XYPlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XYPlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.XYPlane.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.XYPlane", "parameters": null, "itemType": "query", @@ -2004,7 +2004,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.YZPlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YZPlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.YZPlane.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.YZPlane", "parameters": null, "itemType": "query", @@ -2014,7 +2014,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZXPlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZXPlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ZXPlane.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ZXPlane", "parameters": null, "itemType": "query", @@ -2024,7 +2024,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Inverse", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Inverse.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Inverse.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Inverse", "parameters": null, "itemType": "action", @@ -2034,7 +2034,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Mirror", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Mirror.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Mirror.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Mirror@Autodesk.DesignScript.Geometry.Plane", "parameters": null, "itemType": "action", @@ -2044,7 +2044,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.PostMultiplyBy", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.PostMultiplyBy.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.PostMultiplyBy.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.PostMultiplyBy@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": null, "itemType": "action", @@ -2054,7 +2054,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.PreMultiplyBy", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.PreMultiplyBy.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.PreMultiplyBy.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.PreMultiplyBy@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": null, "itemType": "action", @@ -2064,7 +2064,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.ScaleFactor", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ScaleFactor.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.ScaleFactor.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.ScaleFactor", "parameters": null, "itemType": "action", @@ -2074,7 +2074,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsEqualTo", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsEqualTo.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.IsEqualTo.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.IsEqualTo@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": null, "itemType": "action", @@ -2084,7 +2084,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate@double,double,double", "parameters": "(xTranslation, yTranslation, zTranslation)", "itemType": "action", @@ -2094,7 +2094,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.Vector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.Vector.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate@Autodesk.DesignScript.Geometry.Vector", "parameters": "(direction)", "itemType": "action", @@ -2104,7 +2104,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Translate.Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Translate@Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(direction, distance)", "itemType": "action", @@ -2114,7 +2114,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Transform", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Transform.CoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Transform.CoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Transform@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": "(cs)", "itemType": "action", @@ -2124,7 +2124,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Transform", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Transform.CoordinateSystem-CoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Transform.CoordinateSystem-CoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Transform@Autodesk.DesignScript.Geometry.CoordinateSystem,Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": "(fromCoordinateSystem, contextCoordinateSystem)", "itemType": "action", @@ -2134,7 +2134,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate.Point-Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate.Point-Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(origin, axis, degrees)", "itemType": "action", @@ -2144,7 +2144,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate.Plane-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate.Plane-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Rotate@Autodesk.DesignScript.Geometry.Plane,double", "parameters": "(plane, degrees)", "itemType": "action", @@ -2154,7 +2154,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale@double", "parameters": "(amount)", "itemType": "action", @@ -2164,7 +2164,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale@double,double,double", "parameters": "(xamount, yamount, zamount)", "itemType": "action", @@ -2174,7 +2174,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.Plane-double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.Plane-double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale@Autodesk.DesignScript.Geometry.Plane,double,double,double", "parameters": "(plane, xamount, yamount, zamount)", "itemType": "action", @@ -2184,7 +2184,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.Point-Point-Point.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale.Point-Point-Point.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": "(basePoint, from, to)", "itemType": "action", @@ -2194,7 +2194,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale1D", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale1D.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale1D.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale1D@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -2204,7 +2204,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale2D", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale2D.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.CoordinateSystem.Scale2D.png", "contextData": "Autodesk.DesignScript.Geometry.CoordinateSystem.Scale2D@Autodesk.DesignScript.Geometry.Plane,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -2214,7 +2214,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.ByCoordinates.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.ByCoordinates.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double", "parameters": "(x, y, z)", "itemType": "create", @@ -2224,7 +2224,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.ByCoordinates.double-double-double-bool.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.ByCoordinates.double-double-double-bool.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.ByCoordinates@double,double,double,bool", "parameters": "(x, y, z, normalized)", "itemType": "create", @@ -2234,7 +2234,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.ByTwoPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.ByTwoPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.ByTwoPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.ByTwoPoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -2244,7 +2244,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.XAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.XAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.XAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.XAxis", "parameters": null, "itemType": "create", @@ -2254,7 +2254,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.YAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.YAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.YAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.YAxis", "parameters": null, "itemType": "create", @@ -2264,7 +2264,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.ZAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.ZAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.ZAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.ZAxis", "parameters": null, "itemType": "create", @@ -2274,7 +2274,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.X", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.X.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.X.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.X", "parameters": null, "itemType": "query", @@ -2284,7 +2284,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Y", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Y.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Y.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Y", "parameters": null, "itemType": "query", @@ -2294,7 +2294,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Z", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Z.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Z.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Z", "parameters": null, "itemType": "query", @@ -2304,7 +2304,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Length", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Length.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Length.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Length", "parameters": null, "itemType": "query", @@ -2314,7 +2314,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.AsPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.AsPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.AsPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.AsPoint", "parameters": null, "itemType": "action", @@ -2324,7 +2324,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Reverse", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Reverse.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Reverse.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Reverse", "parameters": null, "itemType": "action", @@ -2334,7 +2334,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Add", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Add.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Add.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Add@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2344,7 +2344,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Subtract", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Subtract.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Subtract.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Subtract@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2354,7 +2354,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Cross", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Cross.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Cross.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Cross@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2364,7 +2364,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Dot", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Dot.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Dot.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Dot@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2374,7 +2374,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Normalized", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Normalized.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Normalized.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Normalized", "parameters": null, "itemType": "action", @@ -2384,7 +2384,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.IsParallel", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.IsParallel.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.IsParallel.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.IsParallel@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2394,7 +2394,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.IsAlmostEqualTo@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2404,7 +2404,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Transform", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Transform.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Transform.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Transform@Autodesk.DesignScript.Geometry.CoordinateSystem", "parameters": null, "itemType": "action", @@ -2414,7 +2414,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Rotate.Vector-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Rotate.Vector-double.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Rotate@Autodesk.DesignScript.Geometry.Vector,double", "parameters": "(axis, degrees)", "itemType": "action", @@ -2424,7 +2424,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Rotate", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Rotate.Plane-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Rotate.Plane-double.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Rotate@Autodesk.DesignScript.Geometry.Plane,double", "parameters": "(plane, degrees)", "itemType": "action", @@ -2434,7 +2434,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Scale.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Scale.double.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Scale@double", "parameters": "(scale_factor)", "itemType": "action", @@ -2444,7 +2444,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.Scale", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.Scale.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.Scale.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.Scale@double,double,double", "parameters": "(xScaleFactor, yScaleFactor, zScaleFactor)", "itemType": "action", @@ -2454,7 +2454,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.AngleWithVector", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.AngleWithVector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.AngleWithVector.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.AngleWithVector@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2464,7 +2464,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vector.AngleAboutAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vector.AngleAboutAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vector.AngleAboutAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Vector.AngleAboutAxis@Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2474,7 +2474,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.ByCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.ByCoordinates.double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.ByCoordinates.double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double", "parameters": "(x, y)", "itemType": "create", @@ -2484,7 +2484,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.ByCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.ByCoordinates.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.ByCoordinates.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Point.ByCoordinates@double,double,double", "parameters": "(x, y, z)", "itemType": "create", @@ -2494,7 +2494,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Origin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Origin.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Origin.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Origin", "parameters": null, "itemType": "create", @@ -2504,7 +2504,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.ByCartesianCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.ByCartesianCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.ByCartesianCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.Point.ByCartesianCoordinates@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -2514,7 +2514,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.ByCylindricalCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.ByCylindricalCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.ByCylindricalCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.Point.ByCylindricalCoordinates@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -2524,7 +2524,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.BySphericalCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.BySphericalCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.BySphericalCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.Point.BySphericalCoordinates@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -2534,7 +2534,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.PruneDuplicates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.PruneDuplicates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.PruneDuplicates.png", "contextData": "Autodesk.DesignScript.Geometry.Point.PruneDuplicates@Autodesk.DesignScript.Geometry.Point[],double", "parameters": null, "itemType": "action", @@ -2544,7 +2544,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.X", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.X.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.X.png", "contextData": "Autodesk.DesignScript.Geometry.Point.X", "parameters": null, "itemType": "query", @@ -2554,7 +2554,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Y", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Y.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Y.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Y", "parameters": null, "itemType": "query", @@ -2564,7 +2564,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Z", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Z.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Z.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Z", "parameters": null, "itemType": "query", @@ -2574,7 +2574,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.AsVector", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.AsVector.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.AsVector.png", "contextData": "Autodesk.DesignScript.Geometry.Point.AsVector", "parameters": null, "itemType": "action", @@ -2584,7 +2584,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Add", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Add.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Add.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Add@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2594,7 +2594,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Subtract", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Subtract.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Subtract.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Subtract@Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2604,7 +2604,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Point.Project", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Point.Project.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Point.Project.png", "contextData": "Autodesk.DesignScript.Geometry.Point.Project@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -2614,7 +2614,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormal", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginNormal.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginNormal.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormal@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -2624,7 +2624,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormalXAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginNormalXAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginNormalXAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByOriginNormalXAxis@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -2634,7 +2634,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByOriginXAxisYAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginXAxisYAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByOriginXAxisYAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByOriginXAxisYAxis@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -2644,7 +2644,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByBestFitThroughPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByBestFitThroughPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByBestFitThroughPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByBestFitThroughPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -2654,7 +2654,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByLineAndPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByLineAndPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByLineAndPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByLineAndPoint@Autodesk.DesignScript.Geometry.Line,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -2664,7 +2664,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ByThreePoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ByThreePoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ByThreePoints.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ByThreePoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -2674,7 +2674,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.XY", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.XY.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.XY.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.XY", "parameters": null, "itemType": "create", @@ -2684,7 +2684,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.XZ", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.XZ.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.XZ.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.XZ", "parameters": null, "itemType": "create", @@ -2694,7 +2694,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.YZ", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.YZ.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.YZ.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.YZ", "parameters": null, "itemType": "create", @@ -2704,7 +2704,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.Origin", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.Origin.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.Origin.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.Origin", "parameters": null, "itemType": "query", @@ -2714,7 +2714,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.Normal", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.Normal.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.Normal.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.Normal", "parameters": null, "itemType": "query", @@ -2724,7 +2724,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.XAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.XAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.XAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.XAxis", "parameters": null, "itemType": "query", @@ -2734,7 +2734,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.YAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.YAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.YAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.YAxis", "parameters": null, "itemType": "query", @@ -2744,7 +2744,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.ToCoordinateSystem", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.ToCoordinateSystem.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.ToCoordinateSystem.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.ToCoordinateSystem", "parameters": null, "itemType": "action", @@ -2754,7 +2754,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Plane.Offset", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Plane.Offset.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Plane.Offset.png", "contextData": "Autodesk.DesignScript.Geometry.Plane.Offset@double", "parameters": null, "itemType": "action", @@ -2764,7 +2764,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByLoft.Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByLoft.Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByLoft@Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(crossSections)", "itemType": "create", @@ -2774,7 +2774,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByLoft.Curve1-Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByLoft.Curve1-Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByLoft@Autodesk.DesignScript.Geometry.Curve[],Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(crossSections, guideCurves)", "itemType": "create", @@ -2784,7 +2784,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByRuledLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByRuledLoft.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByRuledLoft.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByRuledLoft@Autodesk.DesignScript.Geometry.Line[]", "parameters": null, "itemType": "create", @@ -2794,7 +2794,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.BySweep", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.BySweep.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.BySweep.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -2804,7 +2804,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByPerimeterPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByPerimeterPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByPerimeterPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByPerimeterPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -2814,7 +2814,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.BySweep2Rails", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.BySweep2Rails.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.BySweep2Rails.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.BySweep2Rails@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -2824,7 +2824,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByRevolve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByRevolve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByRevolve.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByRevolve@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double,double", "parameters": null, "itemType": "create", @@ -2834,7 +2834,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ByPatch", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ByPatch.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ByPatch.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ByPatch@Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -2844,7 +2844,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Area", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Area.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Area.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Area", "parameters": null, "itemType": "query", @@ -2854,7 +2854,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Perimeter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Perimeter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Perimeter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Perimeter", "parameters": null, "itemType": "query", @@ -2864,7 +2864,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ClosedInU", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ClosedInU.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ClosedInU.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ClosedInU", "parameters": null, "itemType": "query", @@ -2874,7 +2874,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ClosedInV", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ClosedInV.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ClosedInV.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ClosedInV", "parameters": null, "itemType": "query", @@ -2884,7 +2884,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Closed", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Closed.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Closed.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Closed", "parameters": null, "itemType": "query", @@ -2894,7 +2894,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.SubtractFrom", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.SubtractFrom.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.SubtractFrom.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.SubtractFrom@Autodesk.DesignScript.Geometry.Solid", "parameters": null, "itemType": "action", @@ -2904,7 +2904,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.UVParameterAtPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.UVParameterAtPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.UVParameterAtPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.UVParameterAtPoint@Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -2914,7 +2914,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.TrimWithEdgeLoops", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.TrimWithEdgeLoops.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.TrimWithEdgeLoops.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.TrimWithEdgeLoops@Autodesk.DesignScript.Geometry.PolyCurve[]", "parameters": null, "itemType": "action", @@ -2924,7 +2924,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.NormalAtPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.NormalAtPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.NormalAtPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.NormalAtPoint@Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -2934,7 +2934,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ToNurbsSurface", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ToNurbsSurface.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ToNurbsSurface.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ToNurbsSurface", "parameters": null, "itemType": "action", @@ -2944,7 +2944,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ApproximateWithTolerance", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ApproximateWithTolerance.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ApproximateWithTolerance.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ApproximateWithTolerance@double", "parameters": null, "itemType": "action", @@ -2954,7 +2954,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Thicken", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Thicken.double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Thicken.double.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Thicken@double", "parameters": "(thickness)", "itemType": "action", @@ -2964,7 +2964,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Thicken", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Thicken.double-bool.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Thicken.double-bool.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Thicken@double,bool", "parameters": "(thickness, both_sides)", "itemType": "action", @@ -2974,7 +2974,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Offset", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Offset.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Offset.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Offset@double", "parameters": null, "itemType": "action", @@ -2984,7 +2984,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.CurvatureAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.CurvatureAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.CurvatureAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.CurvatureAtParameter@double,double", "parameters": null, "itemType": "action", @@ -2994,7 +2994,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.CoordinateSystemAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.CoordinateSystemAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.CoordinateSystemAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.CoordinateSystemAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3004,7 +3004,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.TangentAtUParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.TangentAtUParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.TangentAtUParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.TangentAtUParameter@double,double", "parameters": null, "itemType": "action", @@ -3014,7 +3014,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.TangentAtVParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.TangentAtVParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.TangentAtVParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.TangentAtVParameter@double,double", "parameters": null, "itemType": "action", @@ -3024,7 +3024,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.NormalAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.NormalAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.NormalAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.NormalAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3034,7 +3034,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.DerivativesAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.DerivativesAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.DerivativesAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.DerivativesAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3044,7 +3044,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.GaussianCurvatureAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.GaussianCurvatureAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.GaussianCurvatureAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.GaussianCurvatureAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3054,7 +3054,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.PrincipalCurvaturesAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.PrincipalCurvaturesAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.PrincipalCurvaturesAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.PrincipalCurvaturesAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3064,7 +3064,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.PrincipalDirectionsAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.PrincipalDirectionsAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.PrincipalDirectionsAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.PrincipalDirectionsAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3074,7 +3074,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.PointAtParameter", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.PointAtParameter.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.PointAtParameter.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.PointAtParameter@double,double", "parameters": null, "itemType": "action", @@ -3084,7 +3084,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.PerimeterCurves", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.PerimeterCurves.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.PerimeterCurves.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.PerimeterCurves", "parameters": null, "itemType": "action", @@ -3094,7 +3094,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.GetIsoline", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.GetIsoline.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.GetIsoline.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.GetIsoline@int,double", "parameters": null, "itemType": "action", @@ -3104,7 +3104,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.FlipNormalDirection", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.FlipNormalDirection.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.FlipNormalDirection.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.FlipNormalDirection", "parameters": null, "itemType": "action", @@ -3114,7 +3114,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.Join", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.Join.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.Join.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.Join@Autodesk.DesignScript.Geometry.Surface[]", "parameters": null, "itemType": "action", @@ -3124,7 +3124,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Surface.ProjectInputOnto", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Surface.ProjectInputOnto.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Surface.ProjectInputOnto.png", "contextData": "Autodesk.DesignScript.Geometry.Surface.ProjectInputOnto@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -3134,7 +3134,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.UV.ByCoordinates", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.UV.ByCoordinates.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.UV.ByCoordinates.png", "contextData": "Autodesk.DesignScript.Geometry.UV.ByCoordinates@double,double", "parameters": null, "itemType": "create", @@ -3144,7 +3144,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.UV.U", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.UV.U.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.UV.U.png", "contextData": "Autodesk.DesignScript.Geometry.UV.U", "parameters": null, "itemType": "query", @@ -3154,7 +3154,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.UV.V", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.UV.V.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.UV.V.png", "contextData": "Autodesk.DesignScript.Geometry.UV.V", "parameters": null, "itemType": "query", @@ -3164,7 +3164,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.ByJoinedCurves@Autodesk.DesignScript.Geometry.Curve[]", "parameters": null, "itemType": "create", @@ -3174,7 +3174,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByPoints.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],bool", "parameters": null, "itemType": "create", @@ -3184,7 +3184,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurve.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.ByThickeningCurve@Autodesk.DesignScript.Geometry.Curve,double,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -3194,7 +3194,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.NumberOfCurves", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.NumberOfCurves.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.NumberOfCurves.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.NumberOfCurves", "parameters": null, "itemType": "query", @@ -3204,7 +3204,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.Curves", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Curves.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Curves.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.Curves", "parameters": null, "itemType": "action", @@ -3214,7 +3214,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.CurveAtIndex", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CurveAtIndex.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CurveAtIndex.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.CurveAtIndex@int,bool", "parameters": null, "itemType": "action", @@ -3224,7 +3224,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.BasePlane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.BasePlane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.BasePlane.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.BasePlane", "parameters": null, "itemType": "action", @@ -3234,7 +3234,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithEllipse", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithEllipse.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithEllipse.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithEllipse@double,double,double,double,bool", "parameters": null, "itemType": "action", @@ -3244,7 +3244,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithArc", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithArc.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithArc.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.ExtendWithArc@double,double,bool", "parameters": null, "itemType": "action", @@ -3254,7 +3254,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLine", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLine.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLine.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLine", "parameters": null, "itemType": "action", @@ -3264,7 +3264,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLineAndTangentArcs", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLineAndTangentArcs.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLineAndTangentArcs.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.CloseWithLineAndTangentArcs@double,double", "parameters": null, "itemType": "action", @@ -3274,7 +3274,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.Offset", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Offset.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Offset.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.Offset@double,bool", "parameters": null, "itemType": "action", @@ -3284,7 +3284,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolyCurve.Fillet", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Fillet.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolyCurve.Fillet.png", "contextData": "Autodesk.DesignScript.Geometry.PolyCurve.Fillet@double,bool", "parameters": null, "itemType": "action", @@ -3294,7 +3294,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ByJoinedSurfaces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ByJoinedSurfaces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ByJoinedSurfaces.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ByJoinedSurfaces@Autodesk.DesignScript.Geometry.Surface[]", "parameters": null, "itemType": "create", @@ -3304,7 +3304,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ByLoft.Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ByLoft.Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(crossSections)", "itemType": "create", @@ -3314,7 +3314,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ByLoft.Curve1-Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ByLoft.Curve1-Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ByLoft@Autodesk.DesignScript.Geometry.Curve[],Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(crossSections, guideCurves)", "itemType": "create", @@ -3324,7 +3324,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.BySweep", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.BySweep.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.BySweep.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -3334,7 +3334,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.BySweep2Rails", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.BySweep2Rails.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.BySweep2Rails.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.BySweep2Rails@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": null, "itemType": "create", @@ -3344,7 +3344,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ByRevolve", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ByRevolve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ByRevolve.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ByRevolve@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double,double", "parameters": null, "itemType": "create", @@ -3354,7 +3354,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ByUnion", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ByUnion.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ByUnion.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ByUnion@Autodesk.DesignScript.Geometry.Solid[]", "parameters": null, "itemType": "create", @@ -3364,7 +3364,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Area", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Area.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Area.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Area", "parameters": null, "itemType": "query", @@ -3374,7 +3374,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Volume", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Volume.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Volume.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Volume", "parameters": null, "itemType": "query", @@ -3384,7 +3384,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Centroid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Centroid.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Centroid.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Centroid", "parameters": null, "itemType": "action", @@ -3394,7 +3394,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Union", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Union.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Union.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Union@Autodesk.DesignScript.Geometry.Solid", "parameters": null, "itemType": "action", @@ -3404,7 +3404,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Difference", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Difference.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Difference.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Difference@Autodesk.DesignScript.Geometry.Solid", "parameters": null, "itemType": "action", @@ -3414,7 +3414,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.DifferenceAll", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.DifferenceAll.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.DifferenceAll.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.DifferenceAll@Autodesk.DesignScript.Geometry.Solid[]", "parameters": null, "itemType": "action", @@ -3424,7 +3424,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ThinShell", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ThinShell.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ThinShell.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ThinShell@double,double", "parameters": null, "itemType": "action", @@ -3434,7 +3434,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.ProjectInputOnto", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.ProjectInputOnto.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.ProjectInputOnto.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.ProjectInputOnto@Autodesk.DesignScript.Geometry.Geometry,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -3444,7 +3444,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Fillet", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Fillet.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Fillet.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Fillet@Autodesk.DesignScript.Geometry.Edge[],double", "parameters": null, "itemType": "action", @@ -3454,7 +3454,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Solid.Chamfer", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Solid.Chamfer.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Solid.Chamfer.png", "contextData": "Autodesk.DesignScript.Geometry.Solid.Chamfer@Autodesk.DesignScript.Geometry.Edge[],double", "parameters": null, "itemType": "action", @@ -3464,7 +3464,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": "(points)", "itemType": "create", @@ -3474,7 +3474,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1-int.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1-int.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints@Autodesk.DesignScript.Geometry.Point[],int", "parameters": "(points, degree)", "itemType": "create", @@ -3484,7 +3484,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1-int-bool.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints.Point1-int-bool.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPoints@Autodesk.DesignScript.Geometry.Point[],int,bool", "parameters": "(points, degree, closeCurve)", "itemType": "create", @@ -3494,7 +3494,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPointsWeightsKnots", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPointsWeightsKnots.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPointsWeightsKnots.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByControlPointsWeightsKnots@Autodesk.DesignScript.Geometry.Point[],double[],double[],int", "parameters": null, "itemType": "create", @@ -3504,7 +3504,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": "(points)", "itemType": "create", @@ -3514,7 +3514,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1-bool.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1-bool.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],bool", "parameters": "(points, closeCurve)", "itemType": "create", @@ -3524,7 +3524,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1-int.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints.Point1-int.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPoints@Autodesk.DesignScript.Geometry.Point[],int", "parameters": "(points, degree)", "itemType": "create", @@ -3534,7 +3534,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPointsTangents", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPointsTangents.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ByPointsTangents.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ByPointsTangents@Autodesk.DesignScript.Geometry.Point[],Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -3544,7 +3544,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.Degree", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Degree.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Degree.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.Degree", "parameters": null, "itemType": "query", @@ -3554,7 +3554,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.IsPeriodic", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.IsPeriodic.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.IsPeriodic.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.IsPeriodic", "parameters": null, "itemType": "query", @@ -3564,7 +3564,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.IsRational", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.IsRational.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.IsRational.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.IsRational", "parameters": null, "itemType": "query", @@ -3574,7 +3574,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.ControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ControlPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.ControlPoints.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.ControlPoints", "parameters": null, "itemType": "action", @@ -3584,7 +3584,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.Knots", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Knots.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Knots.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.Knots", "parameters": null, "itemType": "action", @@ -3594,7 +3594,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsCurve.Weights", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Weights.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsCurve.Weights.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsCurve.Weights", "parameters": null, "itemType": "action", @@ -3604,7 +3604,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@double,double,double", "parameters": "(width, length, height)", "itemType": "create", @@ -3614,7 +3614,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.Point-double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.Point-double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.Point,double,double,double", "parameters": "(origin, width, length, height)", "itemType": "create", @@ -3624,7 +3624,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.CoordinateSystem-double-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByLengths.CoordinateSystem-double-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.ByLengths@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": "(cs, width, length, height)", "itemType": "create", @@ -3634,7 +3634,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.ByCorners", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByCorners.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.ByCorners.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.ByCorners@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -3644,7 +3644,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.Length", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Length.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Length.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.Length", "parameters": null, "itemType": "query", @@ -3654,7 +3654,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.Width", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Width.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Width.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.Width", "parameters": null, "itemType": "query", @@ -3664,7 +3664,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cuboid.Height", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Height.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cuboid.Height.png", "contextData": "Autodesk.DesignScript.Geometry.Cuboid.Height", "parameters": null, "itemType": "query", @@ -3674,7 +3674,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoft.Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoft.Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.ByLoft@Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(crossSections)", "itemType": "create", @@ -3684,7 +3684,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.ByLoft", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoft.Curve1-Curve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoft.Curve1-Curve.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.ByLoft@Autodesk.DesignScript.Geometry.Curve[],Autodesk.DesignScript.Geometry.Curve", "parameters": "(crossSections, guideCurve)", "itemType": "create", @@ -3694,7 +3694,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.ByLoftGuides", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoftGuides.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByLoftGuides.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.ByLoftGuides@Autodesk.DesignScript.Geometry.Curve[],Autodesk.DesignScript.Geometry.Curve[]", "parameters": null, "itemType": "create", @@ -3704,7 +3704,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.ByJoinedSurfaces@Autodesk.DesignScript.Geometry.Surface[]", "parameters": null, "itemType": "create", @@ -3714,7 +3714,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.BySolid", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySolid.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySolid.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.BySolid@Autodesk.DesignScript.Geometry.Solid", "parameters": null, "itemType": "create", @@ -3724,7 +3724,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.BySweep", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySweep.Curve-Curve1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySweep.Curve-Curve1.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve[]", "parameters": "(rail, crossSection)", "itemType": "create", @@ -3734,7 +3734,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.BySweep", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySweep.Curve-Curve.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.BySweep.Curve-Curve.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.BySweep@Autodesk.DesignScript.Geometry.Curve,Autodesk.DesignScript.Geometry.Curve", "parameters": "(rail, profile)", "itemType": "create", @@ -3744,7 +3744,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.Surfaces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Surfaces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Surfaces.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.Surfaces", "parameters": null, "itemType": "action", @@ -3754,7 +3754,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByPoint.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "action", @@ -3764,7 +3764,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByLine", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByLine.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByLine.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.LocateSurfacesByLine@Autodesk.DesignScript.Geometry.Line", "parameters": null, "itemType": "action", @@ -3774,7 +3774,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.UnconnectedBoundaries", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.UnconnectedBoundaries.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.UnconnectedBoundaries.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.UnconnectedBoundaries", "parameters": null, "itemType": "action", @@ -3784,7 +3784,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.ExtractSolids", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ExtractSolids.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.ExtractSolids.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.ExtractSolids", "parameters": null, "itemType": "action", @@ -3794,7 +3794,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.SurfaceCount", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.SurfaceCount.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.SurfaceCount.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.SurfaceCount", "parameters": null, "itemType": "action", @@ -3804,7 +3804,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.EdgeCount", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.EdgeCount.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.EdgeCount.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.EdgeCount", "parameters": null, "itemType": "action", @@ -3814,7 +3814,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.VertexCount", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.VertexCount.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.VertexCount.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.VertexCount", "parameters": null, "itemType": "action", @@ -3824,7 +3824,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.Fillet", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Fillet.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Fillet.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.Fillet@Autodesk.DesignScript.Geometry.Edge[],double", "parameters": null, "itemType": "action", @@ -3834,7 +3834,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.PolySurface.Chamfer", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Chamfer.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.PolySurface.Chamfer.png", "contextData": "Autodesk.DesignScript.Geometry.PolySurface.Chamfer@Autodesk.DesignScript.Geometry.Edge[],double", "parameters": null, "itemType": "action", @@ -3844,7 +3844,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadius@Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "create", @@ -3854,7 +3854,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadiusNormal", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadiusNormal.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadiusNormal.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.ByCenterPointRadiusNormal@Autodesk.DesignScript.Geometry.Point,double,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -3864,7 +3864,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.ByPlaneRadius@Autodesk.DesignScript.Geometry.Plane,double", "parameters": null, "itemType": "create", @@ -3874,7 +3874,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.ByThreePoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.ByThreePoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.ByThreePoints.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.ByThreePoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -3884,7 +3884,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.ByBestFitThroughPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.ByBestFitThroughPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.ByBestFitThroughPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.ByBestFitThroughPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -3894,7 +3894,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.CenterPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.CenterPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.CenterPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.CenterPoint", "parameters": null, "itemType": "query", @@ -3904,7 +3904,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Circle.Radius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Circle.Radius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Circle.Radius.png", "contextData": "Autodesk.DesignScript.Geometry.Circle.Radius", "parameters": null, "itemType": "query", @@ -3914,7 +3914,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Edge.CurveGeometry", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Edge.CurveGeometry.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Edge.CurveGeometry.png", "contextData": "Autodesk.DesignScript.Geometry.Edge.CurveGeometry", "parameters": null, "itemType": "query", @@ -3924,7 +3924,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Edge.AdjacentFaces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Edge.AdjacentFaces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Edge.AdjacentFaces.png", "contextData": "Autodesk.DesignScript.Geometry.Edge.AdjacentFaces", "parameters": null, "itemType": "query", @@ -3934,7 +3934,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Edge.StartVertex", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Edge.StartVertex.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Edge.StartVertex.png", "contextData": "Autodesk.DesignScript.Geometry.Edge.StartVertex", "parameters": null, "itemType": "query", @@ -3944,7 +3944,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Edge.EndVertex", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Edge.EndVertex.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Edge.EndVertex.png", "contextData": "Autodesk.DesignScript.Geometry.Edge.EndVertex", "parameters": null, "itemType": "query", @@ -3954,7 +3954,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vertex.PointGeometry", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vertex.PointGeometry.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vertex.PointGeometry.png", "contextData": "Autodesk.DesignScript.Geometry.Vertex.PointGeometry", "parameters": null, "itemType": "query", @@ -3964,7 +3964,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vertex.AdjacentEdges", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vertex.AdjacentEdges.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vertex.AdjacentEdges.png", "contextData": "Autodesk.DesignScript.Geometry.Vertex.AdjacentEdges", "parameters": null, "itemType": "query", @@ -3974,7 +3974,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Vertex.AdjacentFaces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Vertex.AdjacentFaces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Vertex.AdjacentFaces.png", "contextData": "Autodesk.DesignScript.Geometry.Vertex.AdjacentFaces", "parameters": null, "itemType": "query", @@ -3984,7 +3984,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.ByPointsRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.ByPointsRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.ByPointsRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.ByPointsRadius@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "create", @@ -3994,7 +3994,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.ByPointsRadii", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.ByPointsRadii.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.ByPointsRadii.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.ByPointsRadii@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double,double", "parameters": null, "itemType": "create", @@ -4004,7 +4004,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadius@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double", "parameters": null, "itemType": "create", @@ -4014,7 +4014,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadii", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadii.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadii.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.ByCoordinateSystemHeightRadii@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double,double", "parameters": null, "itemType": "create", @@ -4024,7 +4024,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.StartPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.StartPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.StartPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.StartPoint", "parameters": null, "itemType": "query", @@ -4034,7 +4034,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.EndPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.EndPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.EndPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.EndPoint", "parameters": null, "itemType": "query", @@ -4044,7 +4044,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.RadiusRatio", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.RadiusRatio.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.RadiusRatio.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.RadiusRatio", "parameters": null, "itemType": "query", @@ -4054,7 +4054,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.StartRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.StartRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.StartRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.StartRadius", "parameters": null, "itemType": "query", @@ -4064,7 +4064,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.EndRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.EndRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.EndRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.EndRadius", "parameters": null, "itemType": "query", @@ -4074,7 +4074,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cone.Height", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cone.Height.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cone.Height.png", "contextData": "Autodesk.DesignScript.Geometry.Cone.Height", "parameters": null, "itemType": "query", @@ -4084,7 +4084,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Topology.Vertices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Topology.Vertices.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Topology.Vertices.png", "contextData": "Autodesk.DesignScript.Geometry.Topology.Vertices", "parameters": null, "itemType": "query", @@ -4094,7 +4094,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Topology.Edges", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Topology.Edges.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Topology.Edges.png", "contextData": "Autodesk.DesignScript.Geometry.Topology.Edges", "parameters": null, "itemType": "query", @@ -4104,7 +4104,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Topology.Faces", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Topology.Faces.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Topology.Faces.png", "contextData": "Autodesk.DesignScript.Geometry.Topology.Faces", "parameters": null, "itemType": "query", @@ -4114,7 +4114,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Face.Edges", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Face.Edges.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Face.Edges.png", "contextData": "Autodesk.DesignScript.Geometry.Face.Edges", "parameters": null, "itemType": "query", @@ -4124,7 +4124,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Face.Vertices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Face.Vertices.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Face.Vertices.png", "contextData": "Autodesk.DesignScript.Geometry.Face.Vertices", "parameters": null, "itemType": "query", @@ -4134,7 +4134,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Face.SurfaceGeometry", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Face.SurfaceGeometry.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Face.SurfaceGeometry.png", "contextData": "Autodesk.DesignScript.Geometry.Face.SurfaceGeometry", "parameters": null, "itemType": "action", @@ -4144,7 +4144,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cylinder.ByRadiusHeight", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cylinder.ByRadiusHeight.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cylinder.ByRadiusHeight.png", "contextData": "Autodesk.DesignScript.Geometry.Cylinder.ByRadiusHeight@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double", "parameters": null, "itemType": "create", @@ -4154,7 +4154,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cylinder.ByPointsRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cylinder.ByPointsRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cylinder.ByPointsRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Cylinder.ByPointsRadius@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "create", @@ -4164,7 +4164,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Cylinder.Radius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Cylinder.Radius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Cylinder.Radius.png", "contextData": "Autodesk.DesignScript.Geometry.Cylinder.Radius", "parameters": null, "itemType": "query", @@ -4174,7 +4174,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.ByOriginRadii", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByOriginRadii.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByOriginRadii.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.ByOriginRadii@Autodesk.DesignScript.Geometry.Point,double,double", "parameters": null, "itemType": "create", @@ -4184,7 +4184,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.ByOriginVectors", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByOriginVectors.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByOriginVectors.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.ByOriginVectors@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Vector", "parameters": null, "itemType": "create", @@ -4194,7 +4194,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.ByCoordinateSystemRadii", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByCoordinateSystemRadii.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByCoordinateSystemRadii.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.ByCoordinateSystemRadii@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double", "parameters": null, "itemType": "create", @@ -4204,7 +4204,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.ByPlaneRadii", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByPlaneRadii.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.ByPlaneRadii.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.ByPlaneRadii@Autodesk.DesignScript.Geometry.Plane,double,double", "parameters": null, "itemType": "create", @@ -4214,7 +4214,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.CenterPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.CenterPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.CenterPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.CenterPoint", "parameters": null, "itemType": "query", @@ -4224,7 +4224,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.MajorAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.MajorAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.MajorAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.MajorAxis", "parameters": null, "itemType": "query", @@ -4234,7 +4234,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Ellipse.MinorAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Ellipse.MinorAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Ellipse.MinorAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Ellipse.MinorAxis", "parameters": null, "itemType": "query", @@ -4244,7 +4244,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.ByPlaneRadiiAngles", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.ByPlaneRadiiAngles.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.ByPlaneRadiiAngles.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.ByPlaneRadiiAngles@Autodesk.DesignScript.Geometry.Plane,double,double,double,double", "parameters": null, "itemType": "create", @@ -4254,7 +4254,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.CenterPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.CenterPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.CenterPoint.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.CenterPoint", "parameters": null, "itemType": "query", @@ -4264,7 +4264,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.MajorAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.MajorAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.MajorAxis.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.MajorAxis", "parameters": null, "itemType": "query", @@ -4274,7 +4274,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.MinorAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.MinorAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.MinorAxis.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.MinorAxis", "parameters": null, "itemType": "query", @@ -4284,7 +4284,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.StartAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.StartAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.StartAngle.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.StartAngle", "parameters": null, "itemType": "query", @@ -4294,7 +4294,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.SweepAngle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.SweepAngle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.SweepAngle.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.SweepAngle", "parameters": null, "itemType": "query", @@ -4304,7 +4304,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.EllipseArc.Plane", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.Plane.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.EllipseArc.Plane.png", "contextData": "Autodesk.DesignScript.Geometry.EllipseArc.Plane", "parameters": null, "itemType": "query", @@ -4314,7 +4314,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.ByAxis", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.ByAxis.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.ByAxis.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.ByAxis@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,Autodesk.DesignScript.Geometry.Point,double,double", "parameters": null, "itemType": "create", @@ -4324,7 +4324,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.Angle", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.Angle.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.Angle.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.Angle", "parameters": null, "itemType": "query", @@ -4334,7 +4334,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.Pitch", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.Pitch.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.Pitch.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.Pitch", "parameters": null, "itemType": "query", @@ -4344,7 +4344,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.Radius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.Radius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.Radius.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.Radius", "parameters": null, "itemType": "query", @@ -4354,7 +4354,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.AxisDirection", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.AxisDirection.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.AxisDirection.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.AxisDirection", "parameters": null, "itemType": "query", @@ -4364,7 +4364,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Helix.AxisPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Helix.AxisPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Helix.AxisPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Helix.AxisPoint", "parameters": null, "itemType": "query", @@ -4374,7 +4374,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.ByIndices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.ByIndices.int-int-int-int.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.ByIndices.int-int-int-int.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.ByIndices@int,int,int,int", "parameters": "(a, b, c, d)", "itemType": "create", @@ -4384,7 +4384,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.ByIndices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.ByIndices.int-int-int.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.ByIndices.int-int-int.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.ByIndices@int,int,int", "parameters": "(a, b, c)", "itemType": "create", @@ -4394,7 +4394,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.Count", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.Count.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.Count.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.Count", "parameters": null, "itemType": "query", @@ -4404,7 +4404,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.A", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.A.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.A.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.A", "parameters": null, "itemType": "query", @@ -4414,7 +4414,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.B", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.B.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.B.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.B", "parameters": null, "itemType": "query", @@ -4424,7 +4424,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.C", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.C.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.C.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.C", "parameters": null, "itemType": "query", @@ -4434,7 +4434,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.IndexGroup.D", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.D.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.IndexGroup.D.png", "contextData": "Autodesk.DesignScript.Geometry.IndexGroup.D", "parameters": null, "itemType": "query", @@ -4444,7 +4444,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Line.ByStartPointEndPoint@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "create", @@ -4454,7 +4454,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Line.ByBestFitThroughPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.ByBestFitThroughPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.ByBestFitThroughPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Line.ByBestFitThroughPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -4464,7 +4464,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Line.ByTangency", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.ByTangency.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.ByTangency.png", "contextData": "Autodesk.DesignScript.Geometry.Line.ByTangency@Autodesk.DesignScript.Geometry.Curve,double", "parameters": null, "itemType": "create", @@ -4474,7 +4474,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength.png", "contextData": "Autodesk.DesignScript.Geometry.Line.ByStartPointDirectionLength@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Vector,double", "parameters": null, "itemType": "create", @@ -4484,7 +4484,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Line.Direction", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Line.Direction.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Line.Direction.png", "contextData": "Autodesk.DesignScript.Geometry.Line.Direction", "parameters": null, "itemType": "query", @@ -4494,7 +4494,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Mesh.ByPointsFaceIndices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Mesh.ByPointsFaceIndices.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Mesh.ByPointsFaceIndices.png", "contextData": "Autodesk.DesignScript.Geometry.Mesh.ByPointsFaceIndices@Autodesk.DesignScript.Geometry.Point[],Autodesk.DesignScript.Geometry.IndexGroup[]", "parameters": null, "itemType": "create", @@ -4504,7 +4504,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Mesh.FaceIndices", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Mesh.FaceIndices.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Mesh.FaceIndices.png", "contextData": "Autodesk.DesignScript.Geometry.Mesh.FaceIndices", "parameters": null, "itemType": "query", @@ -4514,7 +4514,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Mesh.VertexNormals", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Mesh.VertexNormals.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Mesh.VertexNormals.png", "contextData": "Autodesk.DesignScript.Geometry.Mesh.VertexNormals", "parameters": null, "itemType": "query", @@ -4524,7 +4524,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Mesh.VertexPositions", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Mesh.VertexPositions.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Mesh.VertexPositions.png", "contextData": "Autodesk.DesignScript.Geometry.Mesh.VertexPositions", "parameters": null, "itemType": "query", @@ -4534,7 +4534,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPoints.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPoints@Autodesk.DesignScript.Geometry.Point[][],int,int", "parameters": null, "itemType": "create", @@ -4544,7 +4544,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangents@Autodesk.DesignScript.Geometry.Point[][],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[]", "parameters": null, "itemType": "create", @@ -4554,7 +4554,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangentsKnotsDerivatives", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangentsKnotsDerivatives.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangentsKnotsDerivatives.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ByPointsTangentsKnotsDerivatives@Autodesk.DesignScript.Geometry.Point[][],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[],Autodesk.DesignScript.Geometry.Vector[],double[],double[],Autodesk.DesignScript.Geometry.Vector[]", "parameters": null, "itemType": "create", @@ -4564,7 +4564,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPoints.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPoints@Autodesk.DesignScript.Geometry.Point[][],int,int", "parameters": null, "itemType": "create", @@ -4574,7 +4574,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPointsWeightsKnots", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPointsWeightsKnots.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPointsWeightsKnots.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ByControlPointsWeightsKnots@Autodesk.DesignScript.Geometry.Point[][],double[][],double[],double[],int,int", "parameters": null, "itemType": "create", @@ -4584,7 +4584,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.DegreeU", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.DegreeU.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.DegreeU.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.DegreeU", "parameters": null, "itemType": "query", @@ -4594,7 +4594,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.DegreeV", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.DegreeV.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.DegreeV.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.DegreeV", "parameters": null, "itemType": "query", @@ -4604,7 +4604,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsU", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsU.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsU.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsU", "parameters": null, "itemType": "query", @@ -4614,7 +4614,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsV", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsV.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsV.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.NumControlPointsV", "parameters": null, "itemType": "query", @@ -4624,7 +4624,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInU", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInU.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInU.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInU", "parameters": null, "itemType": "query", @@ -4634,7 +4634,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInV", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInV.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInV.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.IsPeriodicInV", "parameters": null, "itemType": "query", @@ -4644,7 +4644,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.IsRational", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsRational.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.IsRational.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.IsRational", "parameters": null, "itemType": "query", @@ -4654,7 +4654,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.ControlPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ControlPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.ControlPoints.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.ControlPoints", "parameters": null, "itemType": "action", @@ -4664,7 +4664,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.Weights", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.Weights.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.Weights.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.Weights", "parameters": null, "itemType": "action", @@ -4674,7 +4674,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.UKnots", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.UKnots.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.UKnots.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.UKnots", "parameters": null, "itemType": "action", @@ -4684,7 +4684,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.NurbsSurface.VKnots", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.VKnots.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.NurbsSurface.VKnots.png", "contextData": "Autodesk.DesignScript.Geometry.NurbsSurface.VKnots", "parameters": null, "itemType": "action", @@ -4694,7 +4694,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.ByPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.ByPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.ByPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.ByPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -4704,7 +4704,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.RegularPolygon", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.RegularPolygon.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.RegularPolygon.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.RegularPolygon@Autodesk.DesignScript.Geometry.Circle,int", "parameters": null, "itemType": "create", @@ -4714,7 +4714,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.Points", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.Points.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.Points.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.Points", "parameters": null, "itemType": "query", @@ -4724,7 +4724,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.PlaneDeviation", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.PlaneDeviation.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.PlaneDeviation.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.PlaneDeviation", "parameters": null, "itemType": "query", @@ -4734,7 +4734,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.Corners", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.Corners.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.Corners.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.Corners", "parameters": null, "itemType": "action", @@ -4744,7 +4744,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.Center", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.Center.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.Center.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.Center", "parameters": null, "itemType": "action", @@ -4754,7 +4754,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.SelfIntersections", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.SelfIntersections.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.SelfIntersections.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.SelfIntersections", "parameters": null, "itemType": "action", @@ -4764,7 +4764,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Polygon.ContainmentTest", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Polygon.ContainmentTest.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Polygon.ContainmentTest.png", "contextData": "Autodesk.DesignScript.Geometry.Polygon.ContainmentTest@Autodesk.DesignScript.Geometry.Point", "parameters": null, "itemType": "action", @@ -4774,7 +4774,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints.Point1.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints.Point1.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": "(points)", "itemType": "create", @@ -4784,7 +4784,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints.Point-Point-Point-Point.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints.Point-Point-Point-Point.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.ByCornerPoints@Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point,Autodesk.DesignScript.Geometry.Point", "parameters": "(p1, p2, p3, p4)", "itemType": "create", @@ -4794,7 +4794,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength@double,double", "parameters": "(width, length)", "itemType": "create", @@ -4804,7 +4804,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.Plane-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.Plane-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.Plane,double,double", "parameters": "(plane, width, length)", "itemType": "create", @@ -4814,7 +4814,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.CoordinateSystem-double-double.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength.CoordinateSystem-double-double.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.ByWidthLength@Autodesk.DesignScript.Geometry.CoordinateSystem,double,double", "parameters": "(cs, width, length)", "itemType": "create", @@ -4824,7 +4824,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.Width", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.Width.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.Width.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.Width", "parameters": null, "itemType": "query", @@ -4834,7 +4834,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Rectangle.Height", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Rectangle.Height.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Rectangle.Height.png", "contextData": "Autodesk.DesignScript.Geometry.Rectangle.Height", "parameters": null, "itemType": "query", @@ -4844,7 +4844,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Sphere.ByCenterPointRadius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByCenterPointRadius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByCenterPointRadius.png", "contextData": "Autodesk.DesignScript.Geometry.Sphere.ByCenterPointRadius@Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "create", @@ -4854,7 +4854,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Sphere.ByFourPoints", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByFourPoints.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByFourPoints.png", "contextData": "Autodesk.DesignScript.Geometry.Sphere.ByFourPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -4864,7 +4864,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Sphere.ByBestFit", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByBestFit.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.ByBestFit.png", "contextData": "Autodesk.DesignScript.Geometry.Sphere.ByBestFit@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "create", @@ -4874,7 +4874,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Sphere.CenterPoint", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.CenterPoint.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.CenterPoint.png", "contextData": "Autodesk.DesignScript.Geometry.Sphere.CenterPoint", "parameters": null, "itemType": "query", @@ -4884,7 +4884,7 @@ }, { "fullyQualifiedName": "Autodesk.DesignScript.Geometry.Sphere.Radius", - "iconUrl": "/src/resources/icons/Autodesk.DesignScript.Geometry.Sphere.Radius.png", + "iconUrl": "resources/icons/Autodesk.DesignScript.Geometry.Sphere.Radius.png", "contextData": "Autodesk.DesignScript.Geometry.Sphere.Radius", "parameters": null, "itemType": "query", @@ -4894,7 +4894,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Red", - "iconUrl": "/src/resources/icons/DSCore.Color.Red.png", + "iconUrl": "resources/icons/DSCore.Color.Red.png", "contextData": "DSCore.Color.Red", "parameters": null, "itemType": "query", @@ -4904,7 +4904,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Green", - "iconUrl": "/src/resources/icons/DSCore.Color.Green.png", + "iconUrl": "resources/icons/DSCore.Color.Green.png", "contextData": "DSCore.Color.Green", "parameters": null, "itemType": "query", @@ -4914,7 +4914,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Blue", - "iconUrl": "/src/resources/icons/DSCore.Color.Blue.png", + "iconUrl": "resources/icons/DSCore.Color.Blue.png", "contextData": "DSCore.Color.Blue", "parameters": null, "itemType": "query", @@ -4924,7 +4924,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Alpha", - "iconUrl": "/src/resources/icons/DSCore.Color.Alpha.png", + "iconUrl": "resources/icons/DSCore.Color.Alpha.png", "contextData": "DSCore.Color.Alpha", "parameters": null, "itemType": "query", @@ -4934,7 +4934,7 @@ }, { "fullyQualifiedName": "DSCore.Color.ByARGB", - "iconUrl": "/src/resources/icons/DSCore.Color.ByARGB.png", + "iconUrl": "resources/icons/DSCore.Color.ByARGB.png", "contextData": "DSCore.Color.ByARGB@int,int,int,int", "parameters": null, "itemType": "create", @@ -4944,7 +4944,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Brightness", - "iconUrl": "/src/resources/icons/DSCore.Color.Brightness.png", + "iconUrl": "resources/icons/DSCore.Color.Brightness.png", "contextData": "DSCore.Color.Brightness@DSCore.Color", "parameters": null, "itemType": "action", @@ -4954,7 +4954,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Saturation", - "iconUrl": "/src/resources/icons/DSCore.Color.Saturation.png", + "iconUrl": "resources/icons/DSCore.Color.Saturation.png", "contextData": "DSCore.Color.Saturation@DSCore.Color", "parameters": null, "itemType": "action", @@ -4964,7 +4964,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Hue", - "iconUrl": "/src/resources/icons/DSCore.Color.Hue.png", + "iconUrl": "resources/icons/DSCore.Color.Hue.png", "contextData": "DSCore.Color.Hue@DSCore.Color", "parameters": null, "itemType": "action", @@ -4974,7 +4974,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Components", - "iconUrl": "/src/resources/icons/DSCore.Color.Components.png", + "iconUrl": "resources/icons/DSCore.Color.Components.png", "contextData": "DSCore.Color.Components@DSCore.Color", "parameters": null, "itemType": "action", @@ -4984,7 +4984,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Add", - "iconUrl": "/src/resources/icons/DSCore.Color.Add.png", + "iconUrl": "resources/icons/DSCore.Color.Add.png", "contextData": "DSCore.Color.Add@DSCore.Color,DSCore.Color", "parameters": null, "itemType": "create", @@ -4994,7 +4994,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Multiply", - "iconUrl": "/src/resources/icons/DSCore.Color.Multiply.png", + "iconUrl": "resources/icons/DSCore.Color.Multiply.png", "contextData": "DSCore.Color.Multiply@DSCore.Color,double", "parameters": null, "itemType": "create", @@ -5004,7 +5004,7 @@ }, { "fullyQualifiedName": "DSCore.Color.Divide", - "iconUrl": "/src/resources/icons/DSCore.Color.Divide.png", + "iconUrl": "resources/icons/DSCore.Color.Divide.png", "contextData": "DSCore.Color.Divide@DSCore.Color,double", "parameters": null, "itemType": "create", @@ -5014,7 +5014,7 @@ }, { "fullyQualifiedName": "DSCore.ColorRange.ByColorsAndParameters", - "iconUrl": "/src/resources/icons/DSCore.ColorRange.ByColorsAndParameters.png", + "iconUrl": "resources/icons/DSCore.ColorRange.ByColorsAndParameters.png", "contextData": "DSCore.ColorRange.ByColorsAndParameters@DSCore.Color[],Autodesk.DesignScript.Geometry.UV[]", "parameters": null, "itemType": "create", @@ -5024,7 +5024,7 @@ }, { "fullyQualifiedName": "DSCore.ColorRange.GetColorAtParameter", - "iconUrl": "/src/resources/icons/DSCore.ColorRange.GetColorAtParameter.png", + "iconUrl": "resources/icons/DSCore.ColorRange.GetColorAtParameter.png", "contextData": "DSCore.ColorRange.GetColorAtParameter@Autodesk.DesignScript.Geometry.UV", "parameters": null, "itemType": "action", @@ -5034,7 +5034,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.MinValue", - "iconUrl": "/src/resources/icons/DSCore.DateTime.MinValue.png", + "iconUrl": "resources/icons/DSCore.DateTime.MinValue.png", "contextData": "DSCore.DateTime.MinValue", "parameters": null, "itemType": "query", @@ -5044,7 +5044,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.MaxValue", - "iconUrl": "/src/resources/icons/DSCore.DateTime.MaxValue.png", + "iconUrl": "resources/icons/DSCore.DateTime.MaxValue.png", "contextData": "DSCore.DateTime.MaxValue", "parameters": null, "itemType": "query", @@ -5054,7 +5054,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.Now", - "iconUrl": "/src/resources/icons/DSCore.DateTime.Now.png", + "iconUrl": "resources/icons/DSCore.DateTime.Now.png", "contextData": "DSCore.DateTime.Now", "parameters": null, "itemType": "query", @@ -5064,7 +5064,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.Today", - "iconUrl": "/src/resources/icons/DSCore.DateTime.Today.png", + "iconUrl": "resources/icons/DSCore.DateTime.Today.png", "contextData": "DSCore.DateTime.Today", "parameters": null, "itemType": "query", @@ -5074,7 +5074,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.Format", - "iconUrl": "/src/resources/icons/DSCore.DateTime.Format.png", + "iconUrl": "resources/icons/DSCore.DateTime.Format.png", "contextData": "DSCore.DateTime.Format@var,string", "parameters": null, "itemType": "action", @@ -5084,7 +5084,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.ByDate", - "iconUrl": "/src/resources/icons/DSCore.DateTime.ByDate.png", + "iconUrl": "resources/icons/DSCore.DateTime.ByDate.png", "contextData": "DSCore.DateTime.ByDate@int,int,int", "parameters": null, "itemType": "action", @@ -5094,7 +5094,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.ByDateAndTime", - "iconUrl": "/src/resources/icons/DSCore.DateTime.ByDateAndTime.png", + "iconUrl": "resources/icons/DSCore.DateTime.ByDateAndTime.png", "contextData": "DSCore.DateTime.ByDateAndTime@int,int,int,int,int,int,int", "parameters": null, "itemType": "action", @@ -5104,7 +5104,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.SubtractTimeSpan", - "iconUrl": "/src/resources/icons/DSCore.DateTime.SubtractTimeSpan.png", + "iconUrl": "resources/icons/DSCore.DateTime.SubtractTimeSpan.png", "contextData": "DSCore.DateTime.SubtractTimeSpan@var,var", "parameters": null, "itemType": "action", @@ -5114,7 +5114,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.AddTimeSpan", - "iconUrl": "/src/resources/icons/DSCore.DateTime.AddTimeSpan.png", + "iconUrl": "resources/icons/DSCore.DateTime.AddTimeSpan.png", "contextData": "DSCore.DateTime.AddTimeSpan@var,var", "parameters": null, "itemType": "action", @@ -5124,7 +5124,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.DaysInMonth", - "iconUrl": "/src/resources/icons/DSCore.DateTime.DaysInMonth.png", + "iconUrl": "resources/icons/DSCore.DateTime.DaysInMonth.png", "contextData": "DSCore.DateTime.DaysInMonth@int,int", "parameters": null, "itemType": "action", @@ -5134,7 +5134,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.IsDaylightSavingsTime", - "iconUrl": "/src/resources/icons/DSCore.DateTime.IsDaylightSavingsTime.png", + "iconUrl": "resources/icons/DSCore.DateTime.IsDayLightSavingsTime.png", "contextData": "DSCore.DateTime.IsDaylightSavingsTime@var", "parameters": null, "itemType": "action", @@ -5144,7 +5144,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.IsLeapYear", - "iconUrl": "/src/resources/icons/DSCore.DateTime.IsLeapYear.png", + "iconUrl": "resources/icons/DSCore.DateTime.IsLeapYear.png", "contextData": "DSCore.DateTime.IsLeapYear@int", "parameters": null, "itemType": "action", @@ -5154,7 +5154,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.FromString", - "iconUrl": "/src/resources/icons/DSCore.DateTime.FromString.png", + "iconUrl": "resources/icons/DSCore.DateTime.FromString.png", "contextData": "DSCore.DateTime.FromString@string", "parameters": null, "itemType": "action", @@ -5164,7 +5164,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.Date", - "iconUrl": "/src/resources/icons/DSCore.DateTime.Date.png", + "iconUrl": "resources/icons/DSCore.DateTime.Date.png", "contextData": "DSCore.DateTime.Date@var", "parameters": null, "itemType": "action", @@ -5174,7 +5174,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.Components", - "iconUrl": "/src/resources/icons/DSCore.DateTime.Components.png", + "iconUrl": "resources/icons/DSCore.DateTime.Components.png", "contextData": "DSCore.DateTime.Components@var", "parameters": null, "itemType": "action", @@ -5184,7 +5184,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.DayOfWeek", - "iconUrl": "/src/resources/icons/DSCore.DateTime.DayOfWeek.png", + "iconUrl": "resources/icons/DSCore.DateTime.DayOfWeek.png", "contextData": "DSCore.DateTime.DayOfWeek@var", "parameters": null, "itemType": "action", @@ -5194,7 +5194,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.DayOfYear", - "iconUrl": "/src/resources/icons/DSCore.DateTime.DayOfYear.png", + "iconUrl": "resources/icons/DSCore.DateTime.DayOfYear.png", "contextData": "DSCore.DateTime.DayOfYear@var", "parameters": null, "itemType": "action", @@ -5204,7 +5204,7 @@ }, { "fullyQualifiedName": "DSCore.DateTime.TimeOfDay", - "iconUrl": "/src/resources/icons/DSCore.DateTime.TimeOfDay.png", + "iconUrl": "resources/icons/DSCore.DateTime.TimeOfDay.png", "contextData": "DSCore.DateTime.TimeOfDay@var", "parameters": null, "itemType": "action", @@ -5214,7 +5214,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Sunday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Sunday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Sunday.png", "contextData": "DSCore.DayOfWeek.Sunday", "parameters": null, "itemType": "query", @@ -5224,7 +5224,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Monday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Monday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Monday.png", "contextData": "DSCore.DayOfWeek.Monday", "parameters": null, "itemType": "query", @@ -5234,7 +5234,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Tuesday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Tuesday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Tuesday.png", "contextData": "DSCore.DayOfWeek.Tuesday", "parameters": null, "itemType": "query", @@ -5244,7 +5244,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Wednesday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Wednesday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Wednesday.png", "contextData": "DSCore.DayOfWeek.Wednesday", "parameters": null, "itemType": "query", @@ -5254,7 +5254,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Thursday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Thursday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Thursday.png", "contextData": "DSCore.DayOfWeek.Thursday", "parameters": null, "itemType": "query", @@ -5264,7 +5264,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Friday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Friday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Friday.png", "contextData": "DSCore.DayOfWeek.Friday", "parameters": null, "itemType": "query", @@ -5274,7 +5274,7 @@ }, { "fullyQualifiedName": "DSCore.DayOfWeek.Saturday", - "iconUrl": "/src/resources/icons/DSCore.DayOfWeek.Saturday.png", + "iconUrl": "resources/icons/DSCore.DayOfWeek.Saturday.png", "contextData": "DSCore.DayOfWeek.Saturday", "parameters": null, "itemType": "query", @@ -5284,7 +5284,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.ByDateDifference", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.ByDateDifference.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.ByDateDifference.png", "contextData": "DSCore.TimeSpan.ByDateDifference@var,var", "parameters": null, "itemType": "action", @@ -5294,7 +5294,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Zero", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Zero.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Zero.png", "contextData": "DSCore.TimeSpan.Zero", "parameters": null, "itemType": "query", @@ -5304,7 +5304,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.MaxValue", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.MaxValue.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.MaxValue.png", "contextData": "DSCore.TimeSpan.MaxValue", "parameters": null, "itemType": "query", @@ -5314,7 +5314,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.MinValue", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.MinValue.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.MinValue.png", "contextData": "DSCore.TimeSpan.MinValue", "parameters": null, "itemType": "query", @@ -5324,7 +5324,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Create", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Create.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Create.png", "contextData": "DSCore.TimeSpan.Create@double,double,double,double,double", "parameters": null, "itemType": "action", @@ -5334,7 +5334,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Scale", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Scale.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Scale.png", "contextData": "DSCore.TimeSpan.Scale@var,double", "parameters": null, "itemType": "action", @@ -5344,7 +5344,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Negate", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Negate.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Negate.png", "contextData": "DSCore.TimeSpan.Negate@var", "parameters": null, "itemType": "action", @@ -5354,7 +5354,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Add", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Add.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Add.png", "contextData": "DSCore.TimeSpan.Add@var,var", "parameters": null, "itemType": "action", @@ -5364,7 +5364,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Subtract", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Subtract.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Subtract.png", "contextData": "DSCore.TimeSpan.Subtract@var,var", "parameters": null, "itemType": "action", @@ -5374,7 +5374,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.FromString", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.FromString.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.FromString.png", "contextData": "DSCore.TimeSpan.FromString@string", "parameters": null, "itemType": "action", @@ -5384,7 +5384,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.Components", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.Components.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.Components.png", "contextData": "DSCore.TimeSpan.Components@var", "parameters": null, "itemType": "action", @@ -5394,7 +5394,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.TotalDays", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.TotalDays.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.TotalDays.png", "contextData": "DSCore.TimeSpan.TotalDays@var", "parameters": null, "itemType": "action", @@ -5404,7 +5404,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.TotalHours", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.TotalHours.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.TotalHours.png", "contextData": "DSCore.TimeSpan.TotalHours@var", "parameters": null, "itemType": "action", @@ -5414,7 +5414,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.TotalMinutes", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.TotalMinutes.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.TotalMinutes.png", "contextData": "DSCore.TimeSpan.TotalMinutes@var", "parameters": null, "itemType": "action", @@ -5424,7 +5424,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.TotalSeconds", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.TotalSeconds.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.TotalSeconds.png", "contextData": "DSCore.TimeSpan.TotalSeconds@var", "parameters": null, "itemType": "action", @@ -5434,7 +5434,7 @@ }, { "fullyQualifiedName": "DSCore.TimeSpan.TotalMilliseconds", - "iconUrl": "/src/resources/icons/DSCore.TimeSpan.TotalMilliseconds.png", + "iconUrl": "resources/icons/DSCore.TimeSpan.TotalMilliSeconds.png", "contextData": "DSCore.TimeSpan.TotalMilliseconds@var", "parameters": null, "itemType": "action", @@ -5444,7 +5444,7 @@ }, { "fullyQualifiedName": "DSCore.List.Empty", - "iconUrl": "/src/resources/icons/DSCore.List.Empty.png", + "iconUrl": "resources/icons/DSCore.List.Empty.png", "contextData": "DSCore.List.Empty", "parameters": null, "itemType": "query", @@ -5454,7 +5454,7 @@ }, { "fullyQualifiedName": "DSCore.List.UniqueItems", - "iconUrl": "/src/resources/icons/DSCore.List.UniqueItems.png", + "iconUrl": "resources/icons/DSCore.List.UniqueItems.png", "contextData": "DSCore.List.UniqueItems@var[]..[]", "parameters": null, "itemType": "action", @@ -5464,7 +5464,7 @@ }, { "fullyQualifiedName": "DSCore.List.Contains", - "iconUrl": "/src/resources/icons/DSCore.List.Contains.png", + "iconUrl": "resources/icons/DSCore.List.Contains.png", "contextData": "DSCore.List.Contains@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5474,7 +5474,7 @@ }, { "fullyQualifiedName": "DSCore.List.IsHomogeneous", - "iconUrl": "/src/resources/icons/DSCore.List.IsHomogeneous.png", + "iconUrl": "resources/icons/DSCore.List.IsHomogeneous.png", "contextData": "DSCore.List.IsHomogeneous@var[]..[]", "parameters": null, "itemType": "action", @@ -5484,7 +5484,7 @@ }, { "fullyQualifiedName": "DSCore.List.IsRectangular", - "iconUrl": "/src/resources/icons/DSCore.List.IsRectangular.png", + "iconUrl": "resources/icons/DSCore.List.IsRectangular.png", "contextData": "DSCore.List.IsRectangular@var[]..[]", "parameters": null, "itemType": "action", @@ -5494,7 +5494,7 @@ }, { "fullyQualifiedName": "DSCore.List.IsUniformDepth", - "iconUrl": "/src/resources/icons/DSCore.List.IsUniformDepth.png", + "iconUrl": "resources/icons/DSCore.List.IsUniformDepth.png", "contextData": "DSCore.List.IsUniformDepth@var[]..[]", "parameters": null, "itemType": "action", @@ -5504,7 +5504,7 @@ }, { "fullyQualifiedName": "DSCore.List.SetDifference", - "iconUrl": "/src/resources/icons/DSCore.List.SetDifference.png", + "iconUrl": "resources/icons/DSCore.List.SetDifference.png", "contextData": "DSCore.List.SetDifference@var[],var[]", "parameters": null, "itemType": "action", @@ -5514,7 +5514,7 @@ }, { "fullyQualifiedName": "DSCore.List.SetIntersection", - "iconUrl": "/src/resources/icons/DSCore.List.SetIntersection.png", + "iconUrl": "resources/icons/DSCore.List.SetIntersection.png", "contextData": "DSCore.List.SetIntersection@var[],var[]", "parameters": null, "itemType": "action", @@ -5524,7 +5524,7 @@ }, { "fullyQualifiedName": "DSCore.List.SetUnion", - "iconUrl": "/src/resources/icons/DSCore.List.SetUnion.png", + "iconUrl": "resources/icons/DSCore.List.SetUnion.png", "contextData": "DSCore.List.SetUnion@var[],var[]", "parameters": null, "itemType": "action", @@ -5534,7 +5534,7 @@ }, { "fullyQualifiedName": "DSCore.List.IndexOf", - "iconUrl": "/src/resources/icons/DSCore.List.IndexOf.png", + "iconUrl": "resources/icons/DSCore.List.IndexOf.png", "contextData": "DSCore.List.IndexOf@var[]..[],var", "parameters": null, "itemType": "action", @@ -5544,7 +5544,7 @@ }, { "fullyQualifiedName": "DSCore.List.CountFalse", - "iconUrl": "/src/resources/icons/DSCore.List.CountFalse.png", + "iconUrl": "resources/icons/DSCore.List.CountFalse.png", "contextData": "DSCore.List.CountFalse@var[]..[]", "parameters": null, "itemType": "action", @@ -5554,7 +5554,7 @@ }, { "fullyQualifiedName": "DSCore.List.CountTrue", - "iconUrl": "/src/resources/icons/DSCore.List.CountTrue.png", + "iconUrl": "resources/icons/DSCore.List.CountTrue.png", "contextData": "DSCore.List.CountTrue@var[]..[]", "parameters": null, "itemType": "action", @@ -5564,7 +5564,7 @@ }, { "fullyQualifiedName": "DSCore.List.Insert", - "iconUrl": "/src/resources/icons/DSCore.List.Insert.png", + "iconUrl": "resources/icons/DSCore.List.Insert.png", "contextData": "DSCore.List.Insert@var[]..[],var[]..[],int", "parameters": null, "itemType": "action", @@ -5574,7 +5574,7 @@ }, { "fullyQualifiedName": "DSCore.List.Reorder", - "iconUrl": "/src/resources/icons/DSCore.List.Reorder.png", + "iconUrl": "resources/icons/DSCore.List.Reorder.png", "contextData": "DSCore.List.Reorder@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5584,7 +5584,7 @@ }, { "fullyQualifiedName": "DSCore.List.SortIndexByValue", - "iconUrl": "/src/resources/icons/DSCore.List.SortIndexByValue.png", + "iconUrl": "resources/icons/DSCore.List.SortIndexByValue.png", "contextData": "DSCore.List.SortIndexByValue@double[]", "parameters": null, "itemType": "action", @@ -5594,7 +5594,7 @@ }, { "fullyQualifiedName": "DSCore.List.NormalizeDepth", - "iconUrl": "/src/resources/icons/DSCore.List.NormalizeDepth.png", + "iconUrl": "resources/icons/DSCore.List.NormalizeDepth.png", "contextData": "DSCore.List.NormalizeDepth@var[]..[],int", "parameters": null, "itemType": "action", @@ -5604,7 +5604,7 @@ }, { "fullyQualifiedName": "DSCore.List.Reverse", - "iconUrl": "/src/resources/icons/DSCore.List.Reverse.png", + "iconUrl": "resources/icons/DSCore.List.Reverse.png", "contextData": "DSCore.List.Reverse@var[]..[]", "parameters": null, "itemType": "action", @@ -5614,7 +5614,7 @@ }, { "fullyQualifiedName": "DSCore.List.Sublists", - "iconUrl": "/src/resources/icons/DSCore.List.Sublists.png", + "iconUrl": "resources/icons/DSCore.List.Sublists.png", "contextData": "DSCore.List.Sublists@var[]..[],var[]..[],int", "parameters": null, "itemType": "action", @@ -5624,7 +5624,7 @@ }, { "fullyQualifiedName": "DSCore.List.Sort", - "iconUrl": "/src/resources/icons/DSCore.List.Sort.png", + "iconUrl": "resources/icons/DSCore.List.Sort.png", "contextData": "DSCore.List.Sort@var[]", "parameters": null, "itemType": "action", @@ -5634,7 +5634,7 @@ }, { "fullyQualifiedName": "DSCore.List.MinimumItem", - "iconUrl": "/src/resources/icons/DSCore.List.MinimumItem.png", + "iconUrl": "resources/icons/DSCore.List.MinimumItem.png", "contextData": "DSCore.List.MinimumItem@var[]", "parameters": null, "itemType": "action", @@ -5644,7 +5644,7 @@ }, { "fullyQualifiedName": "DSCore.List.MaximumItem", - "iconUrl": "/src/resources/icons/DSCore.List.MaximumItem.png", + "iconUrl": "resources/icons/DSCore.List.MaximumItem.png", "contextData": "DSCore.List.MaximumItem@var[]", "parameters": null, "itemType": "action", @@ -5654,7 +5654,7 @@ }, { "fullyQualifiedName": "DSCore.List.FilterByBoolMask", - "iconUrl": "/src/resources/icons/DSCore.List.FilterByBoolMask.png", + "iconUrl": "resources/icons/DSCore.List.FilterByBoolMask.png", "contextData": "DSCore.List.FilterByBoolMask@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5664,7 +5664,7 @@ }, { "fullyQualifiedName": "DSCore.List.Deconstruct", - "iconUrl": "/src/resources/icons/DSCore.List.Deconstruct.png", + "iconUrl": "resources/icons/DSCore.List.Deconstruct.png", "contextData": "DSCore.List.Deconstruct@var[]..[]", "parameters": null, "itemType": "action", @@ -5674,7 +5674,7 @@ }, { "fullyQualifiedName": "DSCore.List.SortByKey", - "iconUrl": "/src/resources/icons/DSCore.List.SortByKey.png", + "iconUrl": "resources/icons/DSCore.List.SortByKey.png", "contextData": "DSCore.List.SortByKey@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5684,7 +5684,7 @@ }, { "fullyQualifiedName": "DSCore.List.GroupByKey", - "iconUrl": "/src/resources/icons/DSCore.List.GroupByKey.png", + "iconUrl": "resources/icons/DSCore.List.GroupByKey.png", "contextData": "DSCore.List.GroupByKey@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5694,7 +5694,7 @@ }, { "fullyQualifiedName": "DSCore.List.AddItemToFront", - "iconUrl": "/src/resources/icons/DSCore.List.AddItemToFront.png", + "iconUrl": "resources/icons/DSCore.List.AddItemToFront.png", "contextData": "DSCore.List.AddItemToFront@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5704,7 +5704,7 @@ }, { "fullyQualifiedName": "DSCore.List.AddItemToEnd", - "iconUrl": "/src/resources/icons/DSCore.List.AddItemToEnd.png", + "iconUrl": "resources/icons/DSCore.List.AddItemToEnd.png", "contextData": "DSCore.List.AddItemToEnd@var[]..[],var[]..[]", "parameters": null, "itemType": "action", @@ -5714,7 +5714,7 @@ }, { "fullyQualifiedName": "DSCore.List.TakeItems", - "iconUrl": "/src/resources/icons/DSCore.List.TakeItems.png", + "iconUrl": "resources/icons/DSCore.List.TakeItems.png", "contextData": "DSCore.List.TakeItems@var[]..[],int", "parameters": null, "itemType": "action", @@ -5724,7 +5724,7 @@ }, { "fullyQualifiedName": "DSCore.List.DropItems", - "iconUrl": "/src/resources/icons/DSCore.List.DropItems.png", + "iconUrl": "resources/icons/DSCore.List.DropItems.png", "contextData": "DSCore.List.DropItems@var[]..[],int", "parameters": null, "itemType": "action", @@ -5734,7 +5734,7 @@ }, { "fullyQualifiedName": "DSCore.List.ShiftIndices", - "iconUrl": "/src/resources/icons/DSCore.List.ShiftIndices.png", + "iconUrl": "resources/icons/DSCore.List.ShiftIndices.png", "contextData": "DSCore.List.ShiftIndices@var[]..[],int", "parameters": null, "itemType": "action", @@ -5744,7 +5744,7 @@ }, { "fullyQualifiedName": "DSCore.List.GetItemAtIndex", - "iconUrl": "/src/resources/icons/DSCore.List.GetItemAtIndex.png", + "iconUrl": "resources/icons/DSCore.List.GetItemAtIndex.png", "contextData": "DSCore.List.GetItemAtIndex@var[]..[],int", "parameters": null, "itemType": "action", @@ -5754,7 +5754,7 @@ }, { "fullyQualifiedName": "DSCore.List.ReplaceItemAtIndex", - "iconUrl": "/src/resources/icons/DSCore.List.ReplaceItemAtIndex.png", + "iconUrl": "resources/icons/DSCore.List.ReplaceItemAtIndex.png", "contextData": "DSCore.List.ReplaceItemAtIndex@var[]..[],int,var[]..[]", "parameters": null, "itemType": "action", @@ -5764,7 +5764,7 @@ }, { "fullyQualifiedName": "DSCore.List.Slice", - "iconUrl": "/src/resources/icons/DSCore.List.Slice.png", + "iconUrl": "resources/icons/DSCore.List.Slice.png", "contextData": "DSCore.List.Slice@var[]..[],int,int,int", "parameters": null, "itemType": "action", @@ -5774,7 +5774,7 @@ }, { "fullyQualifiedName": "DSCore.List.RemoveItemAtIndex", - "iconUrl": "/src/resources/icons/DSCore.List.RemoveItemAtIndex.png", + "iconUrl": "resources/icons/DSCore.List.RemoveItemAtIndex.png", "contextData": "DSCore.List.RemoveItemAtIndex@var[]..[],int[]", "parameters": null, "itemType": "action", @@ -5784,7 +5784,7 @@ }, { "fullyQualifiedName": "DSCore.List.DropEveryNthItem", - "iconUrl": "/src/resources/icons/DSCore.List.DropEveryNthItem.png", + "iconUrl": "resources/icons/DSCore.List.DropEveryNthItem.png", "contextData": "DSCore.List.DropEveryNthItem@var[]..[],int,int", "parameters": null, "itemType": "action", @@ -5794,7 +5794,7 @@ }, { "fullyQualifiedName": "DSCore.List.TakeEveryNthItem", - "iconUrl": "/src/resources/icons/DSCore.List.TakeEveryNthItem.png", + "iconUrl": "resources/icons/DSCore.List.TakeEveryNthItem.png", "contextData": "DSCore.List.TakeEveryNthItem@var[]..[],int,int", "parameters": null, "itemType": "action", @@ -5804,7 +5804,7 @@ }, { "fullyQualifiedName": "DSCore.List.IsEmpty", - "iconUrl": "/src/resources/icons/DSCore.List.IsEmpty.png", + "iconUrl": "resources/icons/DSCore.List.IsEmpty.png", "contextData": "DSCore.List.IsEmpty@var[]..[]", "parameters": null, "itemType": "action", @@ -5814,7 +5814,7 @@ }, { "fullyQualifiedName": "DSCore.List.AllTrue", - "iconUrl": "/src/resources/icons/DSCore.List.AllTrue.png", + "iconUrl": "resources/icons/DSCore.List.AllTrue.png", "contextData": "DSCore.List.AllTrue@var[]..[]", "parameters": null, "itemType": "action", @@ -5824,7 +5824,7 @@ }, { "fullyQualifiedName": "DSCore.List.AllFalse", - "iconUrl": "/src/resources/icons/DSCore.List.AllFalse.png", + "iconUrl": "resources/icons/DSCore.List.AllFalse.png", "contextData": "DSCore.List.AllFalse@var[]..[]", "parameters": null, "itemType": "action", @@ -5834,7 +5834,7 @@ }, { "fullyQualifiedName": "DSCore.List.Count", - "iconUrl": "/src/resources/icons/DSCore.List.Count.png", + "iconUrl": "resources/icons/DSCore.List.Count.png", "contextData": "DSCore.List.Count@var[]..[]", "parameters": null, "itemType": "action", @@ -5844,7 +5844,7 @@ }, { "fullyQualifiedName": "DSCore.List.Join", - "iconUrl": "/src/resources/icons/DSCore.List.Join.png", + "iconUrl": "resources/icons/DSCore.List.Join.png", "contextData": "DSCore.List.Join@var[]..[]", "parameters": null, "itemType": "action", @@ -5854,7 +5854,7 @@ }, { "fullyQualifiedName": "DSCore.List.FirstItem", - "iconUrl": "/src/resources/icons/DSCore.List.FirstItem.png", + "iconUrl": "resources/icons/DSCore.List.FirstItem.png", "contextData": "DSCore.List.FirstItem@var[]..[]", "parameters": null, "itemType": "action", @@ -5864,7 +5864,7 @@ }, { "fullyQualifiedName": "DSCore.List.RestOfItems", - "iconUrl": "/src/resources/icons/DSCore.List.RestOfItems.png", + "iconUrl": "resources/icons/DSCore.List.RestOfItems.png", "contextData": "DSCore.List.RestOfItems@var[]..[]", "parameters": null, "itemType": "action", @@ -5874,7 +5874,7 @@ }, { "fullyQualifiedName": "DSCore.List.Chop", - "iconUrl": "/src/resources/icons/DSCore.List.Chop.png", + "iconUrl": "resources/icons/DSCore.List.Chop.png", "contextData": "DSCore.List.Chop@var[]..[],int[]", "parameters": null, "itemType": "action", @@ -5884,7 +5884,7 @@ }, { "fullyQualifiedName": "DSCore.List.DiagonalRight", - "iconUrl": "/src/resources/icons/DSCore.List.DiagonalRight.png", + "iconUrl": "resources/icons/DSCore.List.DiagonalRight.png", "contextData": "DSCore.List.DiagonalRight@var[]..[],int", "parameters": null, "itemType": "action", @@ -5894,7 +5894,7 @@ }, { "fullyQualifiedName": "DSCore.List.DiagonalLeft", - "iconUrl": "/src/resources/icons/DSCore.List.DiagonalLeft.png", + "iconUrl": "resources/icons/DSCore.List.DiagonalLeft.png", "contextData": "DSCore.List.DiagonalLeft@var[]..[],int", "parameters": null, "itemType": "action", @@ -5904,7 +5904,7 @@ }, { "fullyQualifiedName": "DSCore.List.Transpose", - "iconUrl": "/src/resources/icons/DSCore.List.Transpose.png", + "iconUrl": "resources/icons/DSCore.List.Transpose.png", "contextData": "DSCore.List.Transpose@var[]..[]", "parameters": null, "itemType": "action", @@ -5914,7 +5914,7 @@ }, { "fullyQualifiedName": "DSCore.List.Clean", - "iconUrl": "/src/resources/icons/DSCore.List.Clean.png", + "iconUrl": "resources/icons/DSCore.List.Clean.png", "contextData": "DSCore.List.Clean@var[]..[],bool", "parameters": null, "itemType": "action", @@ -5924,7 +5924,7 @@ }, { "fullyQualifiedName": "DSCore.List.OfRepeatedItem", - "iconUrl": "/src/resources/icons/DSCore.List.OfRepeatedItem.png", + "iconUrl": "resources/icons/DSCore.List.OfRepeatedItem.png", "contextData": "DSCore.List.OfRepeatedItem@var[]..[],int", "parameters": null, "itemType": "action", @@ -5934,7 +5934,7 @@ }, { "fullyQualifiedName": "DSCore.List.Cycle", - "iconUrl": "/src/resources/icons/DSCore.List.Cycle.png", + "iconUrl": "resources/icons/DSCore.List.Cycle.png", "contextData": "DSCore.List.Cycle@var[]..[],int", "parameters": null, "itemType": "action", @@ -5944,7 +5944,7 @@ }, { "fullyQualifiedName": "DSCore.List.LastItem", - "iconUrl": "/src/resources/icons/DSCore.List.LastItem.png", + "iconUrl": "resources/icons/DSCore.List.LastItem.png", "contextData": "DSCore.List.LastItem@var[]..[]", "parameters": null, "itemType": "action", @@ -5954,7 +5954,7 @@ }, { "fullyQualifiedName": "DSCore.List.Shuffle", - "iconUrl": "/src/resources/icons/DSCore.List.Shuffle.png", + "iconUrl": "resources/icons/DSCore.List.Shuffle.png", "contextData": "DSCore.List.Shuffle@var[]..[]", "parameters": null, "itemType": "action", @@ -5964,7 +5964,7 @@ }, { "fullyQualifiedName": "DSCore.List.Permutations", - "iconUrl": "/src/resources/icons/DSCore.List.Permutations.png", + "iconUrl": "resources/icons/DSCore.List.Permutations.png", "contextData": "DSCore.List.Permutations@var[]..[],int", "parameters": null, "itemType": "action", @@ -5974,7 +5974,7 @@ }, { "fullyQualifiedName": "DSCore.List.Combinations", - "iconUrl": "/src/resources/icons/DSCore.List.Combinations.png", + "iconUrl": "resources/icons/DSCore.List.Combinations.png", "contextData": "DSCore.List.Combinations@var[]..[],int,bool", "parameters": null, "itemType": "action", @@ -5984,7 +5984,7 @@ }, { "fullyQualifiedName": "DSCore.List.FirstIndexOf", - "iconUrl": "/src/resources/icons/DSCore.List.FirstIndexOf.png", + "iconUrl": "resources/icons/DSCore.List.FirstIndexOf.png", "contextData": "DSCore.List.FirstIndexOf@var[]..[],var", "parameters": null, "itemType": "action", @@ -5994,7 +5994,7 @@ }, { "fullyQualifiedName": "DSCore.List.AllIndicesOf", - "iconUrl": "/src/resources/icons/DSCore.List.AllIndicesOf.png", + "iconUrl": "resources/icons/DSCore.List.AllIndicesOf.png", "contextData": "DSCore.List.AllIndicesOf@var[]..[],var", "parameters": null, "itemType": "action", @@ -6004,7 +6004,7 @@ }, { "fullyQualifiedName": "DSCore.List.Flatten", - "iconUrl": "/src/resources/icons/DSCore.List.Flatten.png", + "iconUrl": "resources/icons/DSCore.List.Flatten.png", "contextData": "DSCore.List.Flatten@var[]..[],int", "parameters": null, "itemType": "action", @@ -6014,7 +6014,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Random", - "iconUrl": "/src/resources/icons/DSCore.Math.Random.int.png", + "iconUrl": "resources/icons/DSCore.Math.Random.int.png", "contextData": "DSCore.Math.Random@int", "parameters": "(seed)", "itemType": "action", @@ -6024,7 +6024,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Random", - "iconUrl": "/src/resources/icons/DSCore.Math.Random.double-double.png", + "iconUrl": "resources/icons/DSCore.Math.Random.double-double.png", "contextData": "DSCore.Math.Random@double,double", "parameters": "(value1, value2)", "itemType": "action", @@ -6034,7 +6034,7 @@ }, { "fullyQualifiedName": "DSCore.Math.RandomList", - "iconUrl": "/src/resources/icons/DSCore.Math.RandomList.png", + "iconUrl": "resources/icons/DSCore.Math.RandomList.png", "contextData": "DSCore.Math.RandomList@int", "parameters": null, "itemType": "action", @@ -6044,7 +6044,7 @@ }, { "fullyQualifiedName": "DSCore.Math.PiTimes2", - "iconUrl": "/src/resources/icons/DSCore.Math.PiTimes2.png", + "iconUrl": "resources/icons/DSCore.Math.PiTimes2.png", "contextData": "DSCore.Math.PiTimes2", "parameters": null, "itemType": "query", @@ -6054,7 +6054,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Average", - "iconUrl": "/src/resources/icons/DSCore.Math.Average.png", + "iconUrl": "resources/icons/DSCore.Math.Average.png", "contextData": "DSCore.Math.Average@double[]", "parameters": null, "itemType": "action", @@ -6064,7 +6064,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Map", - "iconUrl": "/src/resources/icons/DSCore.Math.Map.png", + "iconUrl": "resources/icons/DSCore.Math.Map.png", "contextData": "DSCore.Math.Map@double,double,double", "parameters": null, "itemType": "action", @@ -6074,7 +6074,7 @@ }, { "fullyQualifiedName": "DSCore.Math.MapTo", - "iconUrl": "/src/resources/icons/DSCore.Math.MapTo.png", + "iconUrl": "resources/icons/DSCore.Math.MapTo.png", "contextData": "DSCore.Math.MapTo@double,double,double,double,double", "parameters": null, "itemType": "action", @@ -6084,7 +6084,7 @@ }, { "fullyQualifiedName": "DSCore.Math.RemapRange", - "iconUrl": "/src/resources/icons/DSCore.Math.RemapRange.png", + "iconUrl": "resources/icons/DSCore.Math.RemapRange.png", "contextData": "DSCore.Math.RemapRange@double[],double,double", "parameters": null, "itemType": "action", @@ -6094,7 +6094,7 @@ }, { "fullyQualifiedName": "DSCore.Math.PI", - "iconUrl": "/src/resources/icons/DSCore.Math.PI.png", + "iconUrl": "resources/icons/DSCore.Math.PI.png", "contextData": "DSCore.Math.PI", "parameters": null, "itemType": "query", @@ -6104,7 +6104,7 @@ }, { "fullyQualifiedName": "DSCore.Math.E", - "iconUrl": "/src/resources/icons/DSCore.Math.E.png", + "iconUrl": "resources/icons/DSCore.Math.E.png", "contextData": "DSCore.Math.E", "parameters": null, "itemType": "query", @@ -6114,7 +6114,7 @@ }, { "fullyQualifiedName": "DSCore.Math.GoldenRatio", - "iconUrl": "/src/resources/icons/DSCore.Math.GoldenRatio.png", + "iconUrl": "resources/icons/DSCore.Math.GoldenRatio.png", "contextData": "DSCore.Math.GoldenRatio", "parameters": null, "itemType": "query", @@ -6124,7 +6124,7 @@ }, { "fullyQualifiedName": "DSCore.Math.RadiansToDegrees", - "iconUrl": "/src/resources/icons/DSCore.Math.RadiansToDegrees.png", + "iconUrl": "resources/icons/DSCore.Math.RadiansToDegrees.png", "contextData": "DSCore.Math.RadiansToDegrees@double", "parameters": null, "itemType": "action", @@ -6134,7 +6134,7 @@ }, { "fullyQualifiedName": "DSCore.Math.DegreesToRadians", - "iconUrl": "/src/resources/icons/DSCore.Math.DegreesToRadians.png", + "iconUrl": "resources/icons/DSCore.Math.DegreesToRadians.png", "contextData": "DSCore.Math.DegreesToRadians@double", "parameters": null, "itemType": "action", @@ -6144,7 +6144,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Abs", - "iconUrl": "/src/resources/icons/DSCore.Math.Abs.double.png", + "iconUrl": "resources/icons/DSCore.Math.Abs.double.png", "contextData": "DSCore.Math.Abs@double", "parameters": "(number)", "itemType": "action", @@ -6154,7 +6154,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Abs", - "iconUrl": "/src/resources/icons/DSCore.Math.Abs.int.png", + "iconUrl": "resources/icons/DSCore.Math.Abs.int.png", "contextData": "DSCore.Math.Abs@int", "parameters": "(integer)", "itemType": "action", @@ -6164,7 +6164,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Acos", - "iconUrl": "/src/resources/icons/DSCore.Math.Acos.png", + "iconUrl": "resources/icons/DSCore.Math.Acos.png", "contextData": "DSCore.Math.Acos@double", "parameters": null, "itemType": "action", @@ -6174,7 +6174,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Asin", - "iconUrl": "/src/resources/icons/DSCore.Math.Asin.png", + "iconUrl": "resources/icons/DSCore.Math.Asin.png", "contextData": "DSCore.Math.Asin@double", "parameters": null, "itemType": "action", @@ -6184,7 +6184,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Atan", - "iconUrl": "/src/resources/icons/DSCore.Math.Atan.png", + "iconUrl": "resources/icons/DSCore.Math.Atan.png", "contextData": "DSCore.Math.Atan@double", "parameters": null, "itemType": "action", @@ -6194,7 +6194,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Atan2", - "iconUrl": "/src/resources/icons/DSCore.Math.Atan2.png", + "iconUrl": "resources/icons/DSCore.Math.Atan2.png", "contextData": "DSCore.Math.Atan2@double,double", "parameters": null, "itemType": "action", @@ -6204,7 +6204,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Ceiling", - "iconUrl": "/src/resources/icons/DSCore.Math.Ceiling.png", + "iconUrl": "resources/icons/DSCore.Math.Ceiling.png", "contextData": "DSCore.Math.Ceiling@double", "parameters": null, "itemType": "action", @@ -6214,7 +6214,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Cos", - "iconUrl": "/src/resources/icons/DSCore.Math.Cos.png", + "iconUrl": "resources/icons/DSCore.Math.Cos.png", "contextData": "DSCore.Math.Cos@double", "parameters": null, "itemType": "action", @@ -6224,7 +6224,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Cosh", - "iconUrl": "/src/resources/icons/DSCore.Math.Cosh.png", + "iconUrl": "resources/icons/DSCore.Math.Cosh.png", "contextData": "DSCore.Math.Cosh@double", "parameters": null, "itemType": "action", @@ -6234,7 +6234,7 @@ }, { "fullyQualifiedName": "DSCore.Math.DivRem", - "iconUrl": "/src/resources/icons/DSCore.Math.DivRem.png", + "iconUrl": "resources/icons/DSCore.Math.DivRem.png", "contextData": "DSCore.Math.DivRem@int,int", "parameters": null, "itemType": "action", @@ -6244,7 +6244,7 @@ }, { "fullyQualifiedName": "DSCore.Math.EvaluateFormula", - "iconUrl": "/src/resources/icons/DSCore.Math.EvaluateFormula.png", + "iconUrl": "resources/icons/DSCore.Math.EvaluateFormula.png", "contextData": "DSCore.Math.EvaluateFormula@string,string[],var[]", "parameters": null, "itemType": "action", @@ -6254,7 +6254,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Exp", - "iconUrl": "/src/resources/icons/DSCore.Math.Exp.png", + "iconUrl": "resources/icons/DSCore.Math.Exp.png", "contextData": "DSCore.Math.Exp@double", "parameters": null, "itemType": "action", @@ -6264,7 +6264,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Floor", - "iconUrl": "/src/resources/icons/DSCore.Math.Floor.png", + "iconUrl": "resources/icons/DSCore.Math.Floor.png", "contextData": "DSCore.Math.Floor@double", "parameters": null, "itemType": "action", @@ -6274,7 +6274,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Log", - "iconUrl": "/src/resources/icons/DSCore.Math.Log.double.png", + "iconUrl": "resources/icons/DSCore.Math.Log.double.png", "contextData": "DSCore.Math.Log@double", "parameters": "(number)", "itemType": "action", @@ -6284,7 +6284,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Log", - "iconUrl": "/src/resources/icons/DSCore.Math.Log.double-double.png", + "iconUrl": "resources/icons/DSCore.Math.Log.double-double.png", "contextData": "DSCore.Math.Log@double,double", "parameters": "(number, logBase)", "itemType": "action", @@ -6294,7 +6294,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Log10", - "iconUrl": "/src/resources/icons/DSCore.Math.Log10.png", + "iconUrl": "resources/icons/DSCore.Math.Log10.png", "contextData": "DSCore.Math.Log10@double", "parameters": null, "itemType": "action", @@ -6304,7 +6304,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Max", - "iconUrl": "/src/resources/icons/DSCore.Math.Max.double-double.png", + "iconUrl": "resources/icons/DSCore.Math.Max.double-double.png", "contextData": "DSCore.Math.Max@double,double", "parameters": "(value1, value2)", "itemType": "action", @@ -6314,7 +6314,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Max", - "iconUrl": "/src/resources/icons/DSCore.Math.Max.int-int.png", + "iconUrl": "resources/icons/DSCore.Math.Max.int-int.png", "contextData": "DSCore.Math.Max@int,int", "parameters": "(int1, int2)", "itemType": "action", @@ -6324,7 +6324,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Min", - "iconUrl": "/src/resources/icons/DSCore.Math.Min.double-double.png", + "iconUrl": "resources/icons/DSCore.Math.Min.double-double.png", "contextData": "DSCore.Math.Min@double,double", "parameters": "(value1, value2)", "itemType": "action", @@ -6334,7 +6334,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Min", - "iconUrl": "/src/resources/icons/DSCore.Math.Min.int-int.png", + "iconUrl": "resources/icons/DSCore.Math.Min.int-int.png", "contextData": "DSCore.Math.Min@int,int", "parameters": "(int1, int2)", "itemType": "action", @@ -6344,7 +6344,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Pow", - "iconUrl": "/src/resources/icons/DSCore.Math.Pow.png", + "iconUrl": "resources/icons/DSCore.Math.Pow.png", "contextData": "DSCore.Math.Pow@double,double", "parameters": null, "itemType": "action", @@ -6354,7 +6354,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Rand", - "iconUrl": "/src/resources/icons/DSCore.Math.Rand.png", + "iconUrl": "resources/icons/DSCore.Math.Rand.png", "contextData": "DSCore.Math.Rand", "parameters": null, "itemType": "action", @@ -6364,7 +6364,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Round", - "iconUrl": "/src/resources/icons/DSCore.Math.Round.double.png", + "iconUrl": "resources/icons/DSCore.Math.Round.double.png", "contextData": "DSCore.Math.Round@double", "parameters": "(number)", "itemType": "action", @@ -6374,7 +6374,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Round", - "iconUrl": "/src/resources/icons/DSCore.Math.Round.double-int.png", + "iconUrl": "resources/icons/DSCore.Math.Round.double-int.png", "contextData": "DSCore.Math.Round@double,int", "parameters": "(number, digits)", "itemType": "action", @@ -6384,7 +6384,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sign", - "iconUrl": "/src/resources/icons/DSCore.Math.Sign.double.png", + "iconUrl": "resources/icons/DSCore.Math.Sign.double.png", "contextData": "DSCore.Math.Sign@double", "parameters": "(number)", "itemType": "action", @@ -6394,7 +6394,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sign", - "iconUrl": "/src/resources/icons/DSCore.Math.Sign.int.png", + "iconUrl": "resources/icons/DSCore.Math.Sign.int.png", "contextData": "DSCore.Math.Sign@int", "parameters": "(integer)", "itemType": "action", @@ -6404,7 +6404,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sin", - "iconUrl": "/src/resources/icons/DSCore.Math.Sin.png", + "iconUrl": "resources/icons/DSCore.Math.Sin.png", "contextData": "DSCore.Math.Sin@double", "parameters": null, "itemType": "action", @@ -6414,7 +6414,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sinh", - "iconUrl": "/src/resources/icons/DSCore.Math.Sinh.png", + "iconUrl": "resources/icons/DSCore.Math.Sinh.png", "contextData": "DSCore.Math.Sinh@double", "parameters": null, "itemType": "action", @@ -6424,7 +6424,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sqrt", - "iconUrl": "/src/resources/icons/DSCore.Math.Sqrt.png", + "iconUrl": "resources/icons/DSCore.Math.Sqrt.png", "contextData": "DSCore.Math.Sqrt@double", "parameters": null, "itemType": "action", @@ -6434,7 +6434,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Tan", - "iconUrl": "/src/resources/icons/DSCore.Math.Tan.png", + "iconUrl": "resources/icons/DSCore.Math.Tan.png", "contextData": "DSCore.Math.Tan@double", "parameters": null, "itemType": "action", @@ -6444,7 +6444,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Tanh", - "iconUrl": "/src/resources/icons/DSCore.Math.Tanh.png", + "iconUrl": "resources/icons/DSCore.Math.Tanh.png", "contextData": "DSCore.Math.Tanh@double", "parameters": null, "itemType": "action", @@ -6454,7 +6454,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Sum", - "iconUrl": "/src/resources/icons/DSCore.Math.Sum.png", + "iconUrl": "resources/icons/DSCore.Math.Sum.png", "contextData": "DSCore.Math.Sum@double[]", "parameters": null, "itemType": "action", @@ -6464,7 +6464,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Factorial", - "iconUrl": "/src/resources/icons/DSCore.Math.Factorial.png", + "iconUrl": "resources/icons/DSCore.Math.Factorial.png", "contextData": "DSCore.Math.Factorial@int", "parameters": null, "itemType": "action", @@ -6474,7 +6474,7 @@ }, { "fullyQualifiedName": "DSCore.Math.Xor", - "iconUrl": "/src/resources/icons/DSCore.Math.Xor.png", + "iconUrl": "resources/icons/DSCore.Math.Xor.png", "contextData": "DSCore.Math.Xor@bool,bool", "parameters": null, "itemType": "action", @@ -6484,7 +6484,7 @@ }, { "fullyQualifiedName": "DSCore.Object.IsNull", - "iconUrl": "/src/resources/icons/DSCore.Object.IsNull.png", + "iconUrl": "resources/icons/DSCore.Object.IsNull.png", "contextData": "DSCore.Object.IsNull@var", "parameters": null, "itemType": "action", @@ -6494,7 +6494,7 @@ }, { "fullyQualifiedName": "DSCore.Object.Identity", - "iconUrl": "/src/resources/icons/DSCore.Object.Identity.png", + "iconUrl": "resources/icons/DSCore.Object.Identity.png", "contextData": "DSCore.Object.Identity@var", "parameters": null, "itemType": "action", @@ -6504,7 +6504,7 @@ }, { "fullyQualifiedName": "DSCore.Object.Type", - "iconUrl": "/src/resources/icons/DSCore.Object.Type.png", + "iconUrl": "resources/icons/DSCore.Object.Type.png", "contextData": "DSCore.Object.Type@var", "parameters": null, "itemType": "action", @@ -6514,7 +6514,7 @@ }, { "fullyQualifiedName": "DSCore.String.ToNumber", - "iconUrl": "/src/resources/icons/DSCore.String.ToNumber.png", + "iconUrl": "resources/icons/DSCore.String.ToNumber.png", "contextData": "DSCore.String.ToNumber@string", "parameters": null, "itemType": "action", @@ -6524,7 +6524,7 @@ }, { "fullyQualifiedName": "DSCore.String.Concat", - "iconUrl": "/src/resources/icons/DSCore.String.Concat.png", + "iconUrl": "resources/icons/DSCore.String.Concat.png", "contextData": "DSCore.String.Concat@string[]", "parameters": null, "itemType": "action", @@ -6534,7 +6534,7 @@ }, { "fullyQualifiedName": "DSCore.String.Length", - "iconUrl": "/src/resources/icons/DSCore.String.Length.png", + "iconUrl": "resources/icons/DSCore.String.Length.png", "contextData": "DSCore.String.Length@string", "parameters": null, "itemType": "action", @@ -6544,7 +6544,7 @@ }, { "fullyQualifiedName": "DSCore.String.Split", - "iconUrl": "/src/resources/icons/DSCore.String.Split.png", + "iconUrl": "resources/icons/DSCore.String.Split.png", "contextData": "DSCore.String.Split@string,string[]", "parameters": null, "itemType": "action", @@ -6554,7 +6554,7 @@ }, { "fullyQualifiedName": "DSCore.String.Join", - "iconUrl": "/src/resources/icons/DSCore.String.Join.png", + "iconUrl": "resources/icons/DSCore.String.Join.png", "contextData": "DSCore.String.Join@string,string[]", "parameters": null, "itemType": "action", @@ -6564,7 +6564,7 @@ }, { "fullyQualifiedName": "DSCore.String.ToUpper", - "iconUrl": "/src/resources/icons/DSCore.String.ToUpper.png", + "iconUrl": "resources/icons/DSCore.String.ToUpper.png", "contextData": "DSCore.String.ToUpper@string", "parameters": null, "itemType": "action", @@ -6574,7 +6574,7 @@ }, { "fullyQualifiedName": "DSCore.String.ToLower", - "iconUrl": "/src/resources/icons/DSCore.String.ToLower.png", + "iconUrl": "resources/icons/DSCore.String.ToLower.png", "contextData": "DSCore.String.ToLower@string", "parameters": null, "itemType": "action", @@ -6584,7 +6584,7 @@ }, { "fullyQualifiedName": "DSCore.String.ChangeCase", - "iconUrl": "/src/resources/icons/DSCore.String.ChangeCase.png", + "iconUrl": "resources/icons/DSCore.String.ChangeCase.png", "contextData": "DSCore.String.ChangeCase@string,bool", "parameters": null, "itemType": "action", @@ -6594,7 +6594,7 @@ }, { "fullyQualifiedName": "DSCore.String.Substring", - "iconUrl": "/src/resources/icons/DSCore.String.Substring.png", + "iconUrl": "resources/icons/DSCore.String.Substring.png", "contextData": "DSCore.String.Substring@string,int,int", "parameters": null, "itemType": "action", @@ -6604,7 +6604,7 @@ }, { "fullyQualifiedName": "DSCore.String.Contains", - "iconUrl": "/src/resources/icons/DSCore.String.Contains.png", + "iconUrl": "resources/icons/DSCore.String.Contains.png", "contextData": "DSCore.String.Contains@string,string,bool", "parameters": null, "itemType": "action", @@ -6614,7 +6614,7 @@ }, { "fullyQualifiedName": "DSCore.String.CountOccurrences", - "iconUrl": "/src/resources/icons/DSCore.String.CountOccurrences.png", + "iconUrl": "resources/icons/DSCore.String.CountOccurrences.png", "contextData": "DSCore.String.CountOccurrences@string,string,bool", "parameters": null, "itemType": "action", @@ -6624,7 +6624,7 @@ }, { "fullyQualifiedName": "DSCore.String.Replace", - "iconUrl": "/src/resources/icons/DSCore.String.Replace.png", + "iconUrl": "resources/icons/DSCore.String.Replace.png", "contextData": "DSCore.String.Replace@string,string,string", "parameters": null, "itemType": "action", @@ -6634,7 +6634,7 @@ }, { "fullyQualifiedName": "DSCore.String.EndsWith", - "iconUrl": "/src/resources/icons/DSCore.String.EndsWith.png", + "iconUrl": "resources/icons/DSCore.String.EndsWith.png", "contextData": "DSCore.String.EndsWith@string,string,bool", "parameters": null, "itemType": "action", @@ -6644,7 +6644,7 @@ }, { "fullyQualifiedName": "DSCore.String.StartsWith", - "iconUrl": "/src/resources/icons/DSCore.String.StartsWith.png", + "iconUrl": "resources/icons/DSCore.String.StartsWith.png", "contextData": "DSCore.String.StartsWith@string,string,bool", "parameters": null, "itemType": "action", @@ -6654,7 +6654,7 @@ }, { "fullyQualifiedName": "DSCore.String.TrimWhitespace", - "iconUrl": "/src/resources/icons/DSCore.String.TrimWhitespace.png", + "iconUrl": "resources/icons/DSCore.String.TrimWhitespace.png", "contextData": "DSCore.String.TrimWhitespace@string", "parameters": null, "itemType": "action", @@ -6664,7 +6664,7 @@ }, { "fullyQualifiedName": "DSCore.String.TrimLeadingWhitespace", - "iconUrl": "/src/resources/icons/DSCore.String.TrimLeadingWhitespace.png", + "iconUrl": "resources/icons/DSCore.String.TrimLeadingWhitespace.png", "contextData": "DSCore.String.TrimLeadingWhitespace@string", "parameters": null, "itemType": "action", @@ -6674,7 +6674,7 @@ }, { "fullyQualifiedName": "DSCore.String.TrimTrailingWhitespace", - "iconUrl": "/src/resources/icons/DSCore.String.TrimTrailingWhitespace.png", + "iconUrl": "resources/icons/DSCore.String.TrimTrailingWhitespace.png", "contextData": "DSCore.String.TrimTrailingWhitespace@string", "parameters": null, "itemType": "action", @@ -6684,7 +6684,7 @@ }, { "fullyQualifiedName": "DSCore.String.IndexOf", - "iconUrl": "/src/resources/icons/DSCore.String.IndexOf.png", + "iconUrl": "resources/icons/DSCore.String.IndexOf.png", "contextData": "DSCore.String.IndexOf@string,string,bool", "parameters": null, "itemType": "action", @@ -6694,7 +6694,7 @@ }, { "fullyQualifiedName": "DSCore.String.AllIndicesOf", - "iconUrl": "/src/resources/icons/DSCore.String.AllIndicesOf.png", + "iconUrl": "resources/icons/DSCore.String.AllIndicesOf.png", "contextData": "DSCore.String.AllIndicesOf@string,string,bool", "parameters": null, "itemType": "action", @@ -6704,7 +6704,7 @@ }, { "fullyQualifiedName": "DSCore.String.LastIndexOf", - "iconUrl": "/src/resources/icons/DSCore.String.LastIndexOf.png", + "iconUrl": "resources/icons/DSCore.String.LastIndexOf.png", "contextData": "DSCore.String.LastIndexOf@string,string,bool", "parameters": null, "itemType": "action", @@ -6714,7 +6714,7 @@ }, { "fullyQualifiedName": "DSCore.String.PadLeft", - "iconUrl": "/src/resources/icons/DSCore.String.PadLeft.png", + "iconUrl": "resources/icons/DSCore.String.PadLeft.png", "contextData": "DSCore.String.PadLeft@string,int,string", "parameters": null, "itemType": "action", @@ -6724,7 +6724,7 @@ }, { "fullyQualifiedName": "DSCore.String.PadRight", - "iconUrl": "/src/resources/icons/DSCore.String.PadRight.png", + "iconUrl": "resources/icons/DSCore.String.PadRight.png", "contextData": "DSCore.String.PadRight@string,int,string", "parameters": null, "itemType": "action", @@ -6734,7 +6734,7 @@ }, { "fullyQualifiedName": "DSCore.String.Center", - "iconUrl": "/src/resources/icons/DSCore.String.Center.png", + "iconUrl": "resources/icons/DSCore.String.Center.png", "contextData": "DSCore.String.Center@string,int,string", "parameters": null, "itemType": "action", @@ -6744,7 +6744,7 @@ }, { "fullyQualifiedName": "DSCore.String.Insert", - "iconUrl": "/src/resources/icons/DSCore.String.Insert.png", + "iconUrl": "resources/icons/DSCore.String.Insert.png", "contextData": "DSCore.String.Insert@string,int,string", "parameters": null, "itemType": "action", @@ -6754,7 +6754,7 @@ }, { "fullyQualifiedName": "DSCore.String.Remove", - "iconUrl": "/src/resources/icons/DSCore.String.Remove.png", + "iconUrl": "resources/icons/DSCore.String.Remove.png", "contextData": "DSCore.String.Remove@string,int,int", "parameters": null, "itemType": "action", @@ -6764,7 +6764,7 @@ }, { "fullyQualifiedName": "DSCore.Thread.Pause", - "iconUrl": "/src/resources/icons/DSCore.Thread.Pause.png", + "iconUrl": "resources/icons/DSCore.Thread.Pause.png", "contextData": "DSCore.Thread.Pause@var,int", "parameters": null, "itemType": "action", @@ -6774,7 +6774,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.ReadText", - "iconUrl": "/src/resources/icons/DSCore.IO.File.ReadText.var.png", + "iconUrl": "resources/icons/DSCore.IO.File.ReadText.var.png", "contextData": "DSCore.IO.File.ReadText@var", "parameters": "(file)", "itemType": "action", @@ -6784,7 +6784,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.Move", - "iconUrl": "/src/resources/icons/DSCore.IO.File.Move.png", + "iconUrl": "resources/icons/DSCore.IO.File.Move.png", "contextData": "DSCore.IO.File.Move@string,string,bool", "parameters": null, "itemType": "action", @@ -6794,7 +6794,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.Delete", - "iconUrl": "/src/resources/icons/DSCore.IO.File.Delete.png", + "iconUrl": "resources/icons/DSCore.IO.File.Delete.png", "contextData": "DSCore.IO.File.Delete@string", "parameters": null, "itemType": "action", @@ -6804,7 +6804,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.Copy", - "iconUrl": "/src/resources/icons/DSCore.IO.File.Copy.png", + "iconUrl": "resources/icons/DSCore.IO.File.Copy.png", "contextData": "DSCore.IO.File.Copy@var,string,bool", "parameters": null, "itemType": "action", @@ -6814,7 +6814,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.Exists", - "iconUrl": "/src/resources/icons/DSCore.IO.File.Exists.png", + "iconUrl": "resources/icons/DSCore.IO.File.Exists.png", "contextData": "DSCore.IO.File.Exists@string", "parameters": null, "itemType": "action", @@ -6824,7 +6824,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.WriteText", - "iconUrl": "/src/resources/icons/DSCore.IO.File.WriteText.png", + "iconUrl": "resources/icons/DSCore.IO.File.WriteText.png", "contextData": "DSCore.IO.File.WriteText@string,string", "parameters": null, "itemType": "action", @@ -6834,7 +6834,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.CombinePath", - "iconUrl": "/src/resources/icons/DSCore.IO.File.CombinePath.png", + "iconUrl": "resources/icons/DSCore.IO.File.CombinePath.png", "contextData": "DSCore.IO.File.CombinePath@string[]", "parameters": null, "itemType": "action", @@ -6844,7 +6844,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.FileExtension", - "iconUrl": "/src/resources/icons/DSCore.IO.File.FileExtension.png", + "iconUrl": "resources/icons/DSCore.IO.File.FileExtension.png", "contextData": "DSCore.IO.File.FileExtension@string", "parameters": null, "itemType": "action", @@ -6854,7 +6854,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.ChangePathExtension", - "iconUrl": "/src/resources/icons/DSCore.IO.File.ChangePathExtension.png", + "iconUrl": "resources/icons/DSCore.IO.File.ChangePathExtension.png", "contextData": "DSCore.IO.File.ChangePathExtension@string,string", "parameters": null, "itemType": "action", @@ -6864,7 +6864,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.DirectoryName", - "iconUrl": "/src/resources/icons/DSCore.IO.File.DirectoryName.png", + "iconUrl": "resources/icons/DSCore.IO.File.DirectoryName.png", "contextData": "DSCore.IO.File.DirectoryName@string", "parameters": null, "itemType": "action", @@ -6874,7 +6874,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.FileName", - "iconUrl": "/src/resources/icons/DSCore.IO.File.FileName.png", + "iconUrl": "resources/icons/DSCore.IO.File.FileName.png", "contextData": "DSCore.IO.File.FileName@string,bool", "parameters": null, "itemType": "action", @@ -6884,7 +6884,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.FileHasExtension", - "iconUrl": "/src/resources/icons/DSCore.IO.File.FileHasExtension.png", + "iconUrl": "resources/icons/DSCore.IO.File.FileHasExtension.png", "contextData": "DSCore.IO.File.FileHasExtension@string", "parameters": null, "itemType": "action", @@ -6894,7 +6894,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.GetDirectoryContents", - "iconUrl": "/src/resources/icons/DSCore.IO.File.GetDirectoryContents.png", + "iconUrl": "resources/icons/DSCore.IO.File.GetDirectoryContents.png", "contextData": "DSCore.IO.File.GetDirectoryContents@var,string", "parameters": null, "itemType": "action", @@ -6904,7 +6904,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.CopyDirectory", - "iconUrl": "/src/resources/icons/DSCore.IO.File.CopyDirectory.png", + "iconUrl": "resources/icons/DSCore.IO.File.CopyDirectory.png", "contextData": "DSCore.IO.File.CopyDirectory@var,string,bool", "parameters": null, "itemType": "action", @@ -6914,7 +6914,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.DeleteDirectory", - "iconUrl": "/src/resources/icons/DSCore.IO.File.DeleteDirectory.png", + "iconUrl": "resources/icons/DSCore.IO.File.DeleteDirectory.png", "contextData": "DSCore.IO.File.DeleteDirectory@string,bool", "parameters": null, "itemType": "action", @@ -6924,7 +6924,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.DirectoryExists", - "iconUrl": "/src/resources/icons/DSCore.IO.File.DirectoryExists.png", + "iconUrl": "resources/icons/DSCore.IO.File.DirectoryExists.png", "contextData": "DSCore.IO.File.DirectoryExists@string", "parameters": null, "itemType": "action", @@ -6934,7 +6934,7 @@ }, { "fullyQualifiedName": "DSCore.IO.File.MoveDirectory", - "iconUrl": "/src/resources/icons/DSCore.IO.File.MoveDirectory.png", + "iconUrl": "resources/icons/DSCore.IO.File.MoveDirectory.png", "contextData": "DSCore.IO.File.MoveDirectory@string,string,bool", "parameters": null, "itemType": "action", @@ -6944,7 +6944,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.ReadFromFile", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.ReadFromFile.png", + "iconUrl": "resources/icons/DSCore.IO.Image.ReadFromFile.png", "contextData": "DSCore.IO.Image.ReadFromFile@var", "parameters": null, "itemType": "action", @@ -6954,7 +6954,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.Pixels", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.Pixels.png", + "iconUrl": "resources/icons/DSCore.IO.Image.Pixels.png", "contextData": "DSCore.IO.Image.Pixels@var,int,int", "parameters": null, "itemType": "action", @@ -6964,7 +6964,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.FromPixels", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.FromPixels.Color2.png", + "iconUrl": "resources/icons/DSCore.IO.Image.FromPixels.Color2.png", "contextData": "DSCore.IO.Image.FromPixels@DSCore.Color[][]", "parameters": "(colors)", "itemType": "action", @@ -6974,7 +6974,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.FromPixels", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.FromPixels.Color1-int-int.png", + "iconUrl": "resources/icons/DSCore.IO.Image.FromPixels.Color1-int-int.png", "contextData": "DSCore.IO.Image.FromPixels@DSCore.Color[],int,int", "parameters": "(colors, width, height)", "itemType": "action", @@ -6984,7 +6984,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.Dimensions", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.Dimensions.png", + "iconUrl": "resources/icons/DSCore.IO.Image.Dimensions.png", "contextData": "DSCore.IO.Image.Dimensions@var", "parameters": null, "itemType": "action", @@ -6994,7 +6994,7 @@ }, { "fullyQualifiedName": "DSCore.IO.Image.WriteToFile", - "iconUrl": "/src/resources/icons/DSCore.IO.Image.WriteToFile.png", + "iconUrl": "resources/icons/DSCore.IO.Image.WriteToFile.png", "contextData": "DSCore.IO.Image.WriteToFile@string,var", "parameters": null, "itemType": "action", @@ -7004,7 +7004,7 @@ }, { "fullyQualifiedName": "DSOffice.Data.ExportCSV", - "iconUrl": "/src/resources/icons/DSOffice.Data.ExportCSV.png", + "iconUrl": "resources/icons/DSOffice.Data.ExportCSV.png", "contextData": "DSOffice.Data.ExportCSV@string,var[][]", "parameters": null, "itemType": "action", @@ -7014,7 +7014,7 @@ }, { "fullyQualifiedName": "DSOffice.Data.ImportCSV", - "iconUrl": "/src/resources/icons/DSOffice.Data.ImportCSV.png", + "iconUrl": "resources/icons/DSOffice.Data.ImportCSV.png", "contextData": "DSOffice.Data.ImportCSV@string,bool", "parameters": null, "itemType": "action", @@ -7024,7 +7024,7 @@ }, { "fullyQualifiedName": "DSOffice.Data.ImportExcel", - "iconUrl": "/src/resources/icons/DSOffice.Data.ImportExcel.png", + "iconUrl": "resources/icons/DSOffice.Data.ImportExcel.png", "contextData": "DSOffice.Data.ImportExcel@var,string,bool", "parameters": null, "itemType": "action", @@ -7034,7 +7034,7 @@ }, { "fullyQualifiedName": "DSOffice.Data.ExportExcel", - "iconUrl": "/src/resources/icons/DSOffice.Data.ExportExcel.png", + "iconUrl": "resources/icons/DSOffice.Data.ExportExcel.png", "contextData": "DSOffice.Data.ExportExcel@string,string,int,int,var[][],bool", "parameters": null, "itemType": "action", @@ -7044,7 +7044,7 @@ }, { "fullyQualifiedName": "List.RemoveIfNot", - "iconUrl": "/src/resources/icons/List.RemoveIfNot.png", + "iconUrl": "resources/icons/List.RemoveIfNot.png", "contextData": "List.RemoveIfNot@var[]..[],string", "parameters": null, "itemType": "action", @@ -7054,7 +7054,7 @@ }, { "fullyQualifiedName": "List.Equals", - "iconUrl": "/src/resources/icons/List.Equals.png", + "iconUrl": "resources/icons/List.Equals.png", "contextData": "List.Equals@var,var", "parameters": null, "itemType": "action", @@ -7064,7 +7064,7 @@ }, { "fullyQualifiedName": "List.GroupByFunction", - "iconUrl": "/src/resources/icons/List.GroupByFunction.png", + "iconUrl": "resources/icons/List.GroupByFunction.png", "contextData": "List.GroupByFunction@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7074,7 +7074,7 @@ }, { "fullyQualifiedName": "List.SortByFunction", - "iconUrl": "/src/resources/icons/List.SortByFunction.png", + "iconUrl": "resources/icons/List.SortByFunction.png", "contextData": "List.SortByFunction@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7084,7 +7084,7 @@ }, { "fullyQualifiedName": "List.MaximumItemByKey", - "iconUrl": "/src/resources/icons/List.MaximumItemByKey.png", + "iconUrl": "resources/icons/List.MaximumItemByKey.png", "contextData": "List.MaximumItemByKey@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7094,7 +7094,7 @@ }, { "fullyQualifiedName": "List.MinimumItemByKey", - "iconUrl": "/src/resources/icons/List.MinimumItemByKey.png", + "iconUrl": "resources/icons/List.MinimumItemByKey.png", "contextData": "List.MinimumItemByKey@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7104,7 +7104,7 @@ }, { "fullyQualifiedName": "List.TrueForAll", - "iconUrl": "/src/resources/icons/List.TrueForAll.png", + "iconUrl": "resources/icons/List.TrueForAll.png", "contextData": "List.TrueForAll@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7114,7 +7114,7 @@ }, { "fullyQualifiedName": "List.TrueForAny", - "iconUrl": "/src/resources/icons/List.TrueForAny.png", + "iconUrl": "resources/icons/List.TrueForAny.png", "contextData": "List.TrueForAny@var[]..[],Function", "parameters": null, "itemType": "action", @@ -7124,7 +7124,7 @@ }, { "fullyQualifiedName": "List.RemoveKey", - "iconUrl": "/src/resources/icons/List.RemoveKey.png", + "iconUrl": "resources/icons/List.RemoveKey.png", "contextData": "List.RemoveKey@var[]..[],var", "parameters": null, "itemType": "action", @@ -7134,7 +7134,7 @@ }, { "fullyQualifiedName": "List.GetValues", - "iconUrl": "/src/resources/icons/List.GetValues.png", + "iconUrl": "resources/icons/List.GetValues.png", "contextData": "List.GetValues@var[]..[]", "parameters": null, "itemType": "action", @@ -7144,7 +7144,7 @@ }, { "fullyQualifiedName": "List.GetKeys", - "iconUrl": "/src/resources/icons/List.GetKeys.png", + "iconUrl": "resources/icons/List.GetKeys.png", "contextData": "List.GetKeys@var[]..[]", "parameters": null, "itemType": "action", @@ -7154,7 +7154,7 @@ }, { "fullyQualifiedName": "List.ContainsKey", - "iconUrl": "/src/resources/icons/List.ContainsKey.png", + "iconUrl": "resources/icons/List.ContainsKey.png", "contextData": "List.ContainsKey@var[]..[],var", "parameters": null, "itemType": "action", @@ -7164,7 +7164,7 @@ }, { "fullyQualifiedName": "DynamoUnits.Location.Name", - "iconUrl": "/src/resources/icons/DynamoUnits.Location.Name.png", + "iconUrl": "resources/icons/DynamoUnits.Location.Name.png", "contextData": "DynamoUnits.Location.Name", "parameters": null, "itemType": "query", @@ -7174,7 +7174,7 @@ }, { "fullyQualifiedName": "DynamoUnits.Location.Latitude", - "iconUrl": "/src/resources/icons/DynamoUnits.Location.Latitude.png", + "iconUrl": "resources/icons/DynamoUnits.Location.Latitude.png", "contextData": "DynamoUnits.Location.Latitude", "parameters": null, "itemType": "query", @@ -7184,7 +7184,7 @@ }, { "fullyQualifiedName": "DynamoUnits.Location.Longitude", - "iconUrl": "/src/resources/icons/DynamoUnits.Location.Longitude.png", + "iconUrl": "resources/icons/DynamoUnits.Location.Longitude.png", "contextData": "DynamoUnits.Location.Longitude", "parameters": null, "itemType": "query", @@ -7194,7 +7194,7 @@ }, { "fullyQualifiedName": "DynamoUnits.Location.ByLatitudeAndLongitude", - "iconUrl": "/src/resources/icons/DynamoUnits.Location.ByLatitudeAndLongitude.png", + "iconUrl": "resources/icons/DynamoUnits.Location.ByLatitudeAndLongitude.png", "contextData": "DynamoUnits.Location.ByLatitudeAndLongitude@double,double,string", "parameters": null, "itemType": "create", @@ -7204,7 +7204,7 @@ }, { "fullyQualifiedName": "Tessellation.ConvexHull.ByPoints", - "iconUrl": "/src/resources/icons/Tessellation.ConvexHull.ByPoints.png", + "iconUrl": "resources/icons/Tessellation.ConvexHull.ByPoints.png", "contextData": "Tessellation.ConvexHull.ByPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "action", @@ -7214,7 +7214,7 @@ }, { "fullyQualifiedName": "Tessellation.Delaunay.ByParametersOnSurface", - "iconUrl": "/src/resources/icons/Tessellation.Delaunay.ByParametersOnSurface.png", + "iconUrl": "resources/icons/Tessellation.Delaunay.ByParametersOnSurface.png", "contextData": "Tessellation.Delaunay.ByParametersOnSurface@Autodesk.DesignScript.Geometry.UV[],Autodesk.DesignScript.Geometry.Surface", "parameters": null, "itemType": "action", @@ -7224,7 +7224,7 @@ }, { "fullyQualifiedName": "Tessellation.Delaunay.ByPoints", - "iconUrl": "/src/resources/icons/Tessellation.Delaunay.ByPoints.png", + "iconUrl": "resources/icons/Tessellation.Delaunay.ByPoints.png", "contextData": "Tessellation.Delaunay.ByPoints@Autodesk.DesignScript.Geometry.Point[]", "parameters": null, "itemType": "action", @@ -7234,7 +7234,7 @@ }, { "fullyQualifiedName": "Tessellation.Voronoi.ByParametersOnSurface", - "iconUrl": "/src/resources/icons/Tessellation.Voronoi.ByParametersOnSurface.png", + "iconUrl": "resources/icons/Tessellation.Voronoi.ByParametersOnSurface.png", "contextData": "Tessellation.Voronoi.ByParametersOnSurface@Autodesk.DesignScript.Geometry.UV[],Autodesk.DesignScript.Geometry.Surface", "parameters": null, "itemType": "action", @@ -7244,7 +7244,7 @@ }, { "fullyQualifiedName": "Modifiers.GeometryColor.ByGeometryColor", - "iconUrl": "/src/resources/icons/Modifiers.GeometryColor.ByGeometryColor.png", + "iconUrl": "resources/icons/Modifiers.GeometryColor.ByGeometryColor.png", "contextData": "Modifiers.GeometryColor.ByGeometryColor@Autodesk.DesignScript.Geometry.Geometry,DSCore.Color", "parameters": null, "itemType": "create", @@ -7254,7 +7254,7 @@ }, { "fullyQualifiedName": "Modifiers.GeometryColor.BySurfaceColors", - "iconUrl": "/src/resources/icons/Modifiers.GeometryColor.BySurfaceColors.png", + "iconUrl": "resources/icons/Modifiers.GeometryColor.BySurfaceColors.png", "contextData": "Modifiers.GeometryColor.BySurfaceColors@Autodesk.DesignScript.Geometry.Surface,DSCore.Color[][]", "parameters": null, "itemType": "create", @@ -7264,7 +7264,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.+1", - "iconUrl": "/src/resources/icons/ba8cd7c7-346a-45c6-857e-e47800b80818.png", + "iconUrl": "resources/icons/ba8cd7c7-346a-45c6-857e-e47800b80818.png", "contextData": "+1", "parameters": null, "itemType": "action", @@ -7274,7 +7274,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.-1", - "iconUrl": "/src/resources/icons/f4181015-7167-4fb6-b23d-f6cff59ffc1a.png", + "iconUrl": "resources/icons/f4181015-7167-4fb6-b23d-f6cff59ffc1a.png", "contextData": "-1", "parameters": null, "itemType": "action", @@ -7284,7 +7284,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByCollector.All Elements of Family Type (Universal)", - "iconUrl": "/src/resources/icons/25478d38-ba0e-4dc7-826e-fe45f3f811c6.png", + "iconUrl": "resources/icons/25478d38-ba0e-4dc7-826e-fe45f3f811c6.png", "contextData": "All Elements of Family Type (Universal)", "parameters": null, "itemType": "action", @@ -7294,7 +7294,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByCollector.All Families Of Category", - "iconUrl": "/src/resources/icons/2a75c2fa-c410-434d-87af-f9d59ee44c4b.png", + "iconUrl": "resources/icons/2a75c2fa-c410-434d-87af-f9d59ee44c4b.png", "contextData": "All Families Of Category", "parameters": null, "itemType": "action", @@ -7304,7 +7304,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByCollector.All Family Types Of Category", - "iconUrl": "/src/resources/icons/65f93a80-674c-4a98-9d0c-db3a138287e5.png", + "iconUrl": "resources/icons/65f93a80-674c-4a98-9d0c-db3a138287e5.png", "contextData": "All Family Types Of Category", "parameters": null, "itemType": "action", @@ -7314,7 +7314,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByCollector.All Intersecting Elements Of Category", - "iconUrl": "/src/resources/icons/335463a8-f774-4d16-bb66-55ff7eaea076.png", + "iconUrl": "resources/icons/335463a8-f774-4d16-bb66-55ff7eaea076.png", "contextData": "All Intersecting Elements Of Category", "parameters": null, "itemType": "action", @@ -7324,7 +7324,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByCollector.All View-Dependent Family Instances Of Category", - "iconUrl": "/src/resources/icons/8b684072-0219-47ca-ba72-e058108b3d00.png", + "iconUrl": "resources/icons/8b684072-0219-47ca-ba72-e058108b3d00.png", "contextData": "All View-Dependent Family Instances Of Category", "parameters": null, "itemType": "action", @@ -7334,7 +7334,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Angle.ByAngleSum", - "iconUrl": "/src/resources/icons/3ae71275-450f-4074-a940-78b6110bf62d.png", + "iconUrl": "resources/icons/3ae71275-450f-4074-a940-78b6110bf62d.png", "contextData": "Angle.ByAngleSum", "parameters": null, "itemType": "query", @@ -7344,7 +7344,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Angle.ByLawOfCosines", - "iconUrl": "/src/resources/icons/07f338f4-8b38-489d-9cf1-6ff6ec59d7bf.png", + "iconUrl": "resources/icons/07f338f4-8b38-489d-9cf1-6ff6ec59d7bf.png", "contextData": "Angle.ByLawOfCosines", "parameters": null, "itemType": "query", @@ -7354,7 +7354,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Angle.ByLawOfSines", - "iconUrl": "/src/resources/icons/dbdaeffa-5703-4abc-b113-69597d8d6f24.png", + "iconUrl": "resources/icons/dbdaeffa-5703-4abc-b113-69597d8d6f24.png", "contextData": "Angle.ByLawOfSines", "parameters": null, "itemType": "query", @@ -7364,7 +7364,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Angle.ExteriorAngle", - "iconUrl": "/src/resources/icons/477dc2e1-7fe6-422e-85a2-1660948e5a44.png", + "iconUrl": "resources/icons/477dc2e1-7fe6-422e-85a2-1660948e5a44.png", "contextData": "Angle.ExteriorAngle", "parameters": null, "itemType": "query", @@ -7374,7 +7374,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.AngleBisector.ByPoints", - "iconUrl": "/src/resources/icons/277a40e8-4916-4788-9f54-2fc26cb1b7dc.png", + "iconUrl": "resources/icons/277a40e8-4916-4788-9f54-2fc26cb1b7dc.png", "contextData": "AngleBisector.ByPoints", "parameters": null, "itemType": "create", @@ -7384,7 +7384,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Application.Application.Version", - "iconUrl": "/src/resources/icons/3df0961d-9d46-464f-9175-0a74eeb61bc1.png", + "iconUrl": "resources/icons/3df0961d-9d46-464f-9175-0a74eeb61bc1.png", "contextData": "Application.Version", "parameters": null, "itemType": "query", @@ -7394,7 +7394,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.ModelCurve.AreaSeparator.FromCurve", - "iconUrl": "/src/resources/icons/fdc98eeb-e9be-4c20-b9ae-1fa686636067.png", + "iconUrl": "resources/icons/fdc98eeb-e9be-4c20-b9ae-1fa686636067.png", "contextData": "AreaSeparator.FromCurve", "parameters": null, "itemType": "create", @@ -7404,7 +7404,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Array.Array.AssociatedFamilyParameter", - "iconUrl": "/src/resources/icons/b2dfbdbe-9e4f-4f0b-9c4d-67ec462c31a2.png", + "iconUrl": "resources/icons/b2dfbdbe-9e4f-4f0b-9c4d-67ec462c31a2.png", "contextData": "Array.AssociatedFamilyParameter", "parameters": null, "itemType": "query", @@ -7414,7 +7414,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Assembly.Assembly.AddMembers", - "iconUrl": "/src/resources/icons/17379fdb-8640-4126-8681-c9b1f596478e.png", + "iconUrl": "resources/icons/17379fdb-8640-4126-8681-c9b1f596478e.png", "contextData": "Assembly.AddMembers", "parameters": null, "itemType": "action", @@ -7424,7 +7424,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Assembly.Assembly.Disassemble", - "iconUrl": "/src/resources/icons/4ede2c89-8311-4fdc-8e5c-9c3952c9a870.png", + "iconUrl": "resources/icons/4ede2c89-8311-4fdc-8e5c-9c3952c9a870.png", "contextData": "Assembly.Disassemble", "parameters": null, "itemType": "action", @@ -7434,7 +7434,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Assembly.Assembly.FromElements", - "iconUrl": "/src/resources/icons/23934b80-5e06-4ca1-99d2-1d388b25ab56.png", + "iconUrl": "resources/icons/23934b80-5e06-4ca1-99d2-1d388b25ab56.png", "contextData": "Assembly.FromElements", "parameters": null, "itemType": "create", @@ -7444,7 +7444,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Assembly.Assembly.Members", - "iconUrl": "/src/resources/icons/05d3744c-a958-4e2e-94d2-d573b31b9510.png", + "iconUrl": "resources/icons/05d3744c-a958-4e2e-94d2-d573b31b9510.png", "contextData": "Assembly.Members", "parameters": null, "itemType": "query", @@ -7454,7 +7454,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Assembly.Assembly.RemoveMembers", - "iconUrl": "/src/resources/icons/d1b052e9-5d34-4a15-ab75-e9c5122fcf81.png", + "iconUrl": "resources/icons/d1b052e9-5d34-4a15-ab75-e9c5122fcf81.png", "contextData": "Assembly.RemoveMembers", "parameters": null, "itemType": "action", @@ -7464,7 +7464,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.BoundingBox.BoundingBox.ByElement", - "iconUrl": "/src/resources/icons/a2d5ef3c-b3a2-403f-8b95-fd94457ce395.png", + "iconUrl": "resources/icons/a2d5ef3c-b3a2-403f-8b95-fd94457ce395.png", "contextData": "BoundingBox.ByElement", "parameters": null, "itemType": "create", @@ -7474,7 +7474,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.BoundingBox.BoundingBox.ByElements", - "iconUrl": "/src/resources/icons/ee78fb54-4615-4809-89cb-6d48c8aa968d.png", + "iconUrl": "resources/icons/ee78fb54-4615-4809-89cb-6d48c8aa968d.png", "contextData": "BoundingBox.ByElements", "parameters": null, "itemType": "create", @@ -7484,7 +7484,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.BoundingBox.BoundingBox.PerimeterCurvesByNormal", - "iconUrl": "/src/resources/icons/b84e9ee3-ddde-49ec-9a5e-62eb94d567ee.png", + "iconUrl": "resources/icons/b84e9ee3-ddde-49ec-9a5e-62eb94d567ee.png", "contextData": "BoundingBox.PerimeterCurvesByNormal", "parameters": null, "itemType": "query", @@ -7494,7 +7494,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.BoundingBox.BoundingBox.PerimeterCurvesOnPlane", - "iconUrl": "/src/resources/icons/7478de60-c425-4004-a9a5-3f207837feab.png", + "iconUrl": "resources/icons/7478de60-c425-4004-a9a5-3f207837feab.png", "contextData": "BoundingBox.PerimeterCurvesOnPlane", "parameters": null, "itemType": "query", @@ -7504,7 +7504,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Buckyball.Buckyball.ByOriginAndRadius", - "iconUrl": "/src/resources/icons/498ac300-3e75-429d-9b12-495a387293f1.png", + "iconUrl": "resources/icons/498ac300-3e75-429d-9b12-495a387293f1.png", "contextData": "Buckyball.ByOriginAndRadius", "parameters": null, "itemType": "create", @@ -7514,7 +7514,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Miscellaneous.BuiltInCategory.ByName", - "iconUrl": "/src/resources/icons/0755c987-62c0-4139-b9d4-1dbc7247ad5c.png", + "iconUrl": "resources/icons/0755c987-62c0-4139-b9d4-1dbc7247ad5c.png", "contextData": "BuiltInCategory.ByName", "parameters": null, "itemType": "action", @@ -7524,7 +7524,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Miscellaneous.BuiltInParameter.ByName", - "iconUrl": "/src/resources/icons/80c55d8c-3319-4469-8098-4c7c1198e7d3.png", + "iconUrl": "resources/icons/80c55d8c-3319-4469-8098-4c7c1198e7d3.png", "contextData": "BuiltInParameter.ByName", "parameters": null, "itemType": "action", @@ -7534,7 +7534,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Category.Category.Subcategories", - "iconUrl": "/src/resources/icons/00b50cf6-517b-4916-bba8-f8dec3114859.png", + "iconUrl": "resources/icons/00b50cf6-517b-4916-bba8-f8dec3114859.png", "contextData": "Category.Subcategories", "parameters": null, "itemType": "query", @@ -7544,7 +7544,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Cathetus.ByPythagoras", - "iconUrl": "/src/resources/icons/1a8f4017-07c8-4ab8-a73f-b52d126cc01f.png", + "iconUrl": "resources/icons/1a8f4017-07c8-4ab8-a73f-b52d126cc01f.png", "contextData": "Cathetus.ByPythagoras", "parameters": null, "itemType": "query", @@ -7554,7 +7554,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.Character.FromNumber", - "iconUrl": "/src/resources/icons/58f9bd74-bb7e-420d-a95b-8ca242296c2c.png", + "iconUrl": "resources/icons/58f9bd74-bb7e-420d-a95b-8ca242296c2c.png", "contextData": "Character.FromNumber", "parameters": null, "itemType": "create", @@ -7564,7 +7564,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.Character.ToNumber", - "iconUrl": "/src/resources/icons/85b883ee-01fb-4b2c-883e-e119c4c027ad.png", + "iconUrl": "resources/icons/85b883ee-01fb-4b2c-883e-e119c4c027ad.png", "contextData": "Character.ToNumber", "parameters": null, "itemType": "query", @@ -7574,7 +7574,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Clipboard.Clipboard.GetFrom", - "iconUrl": "/src/resources/icons/8aed2624-6c25-4e98-a848-ec8877b4b513.png", + "iconUrl": "resources/icons/8aed2624-6c25-4e98-a848-ec8877b4b513.png", "contextData": "Clipboard.GetFrom", "parameters": null, "itemType": "query", @@ -7584,7 +7584,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Clipboard.Clipboard.SendTo", - "iconUrl": "/src/resources/icons/ef128413-8fd0-410f-9447-dfd84dfe29e3.png", + "iconUrl": "resources/icons/ef128413-8fd0-410f-9447-dfd84dfe29e3.png", "contextData": "Clipboard.SendTo", "parameters": null, "itemType": "action", @@ -7594,7 +7594,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Aqua", - "iconUrl": "/src/resources/icons/82ef267e-5ca1-4150-80ad-7eb2d995c85b.png", + "iconUrl": "resources/icons/82ef267e-5ca1-4150-80ad-7eb2d995c85b.png", "contextData": "Color.Aqua", "parameters": null, "itemType": "create", @@ -7604,7 +7604,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Black", - "iconUrl": "/src/resources/icons/0e7c0890-d604-4180-ab3f-804a1df8a7d6.png", + "iconUrl": "resources/icons/0e7c0890-d604-4180-ab3f-804a1df8a7d6.png", "contextData": "Color.Black", "parameters": null, "itemType": "create", @@ -7614,7 +7614,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Blue", - "iconUrl": "/src/resources/icons/a9ad1519-73f2-4015-97e3-03c6b9a484eb.png", + "iconUrl": "resources/icons/a9ad1519-73f2-4015-97e3-03c6b9a484eb.png", "contextData": "Color.Blue", "parameters": null, "itemType": "create", @@ -7624,7 +7624,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.ByWebColor", - "iconUrl": "/src/resources/icons/ca22cd28-7f5a-4f03-8320-7579a2dff7bd.png", + "iconUrl": "resources/icons/ca22cd28-7f5a-4f03-8320-7579a2dff7bd.png", "contextData": "Color.ByWebColor", "parameters": null, "itemType": "create", @@ -7634,7 +7634,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Fuchsia", - "iconUrl": "/src/resources/icons/36ff8ab6-88df-4fa9-b4d6-230fc0750691.png", + "iconUrl": "resources/icons/36ff8ab6-88df-4fa9-b4d6-230fc0750691.png", "contextData": "Color.Fuchsia", "parameters": null, "itemType": "create", @@ -7644,7 +7644,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Green", - "iconUrl": "/src/resources/icons/1c62460c-247d-478c-b6fb-4875e1d2affe.png", + "iconUrl": "resources/icons/1c62460c-247d-478c-b6fb-4875e1d2affe.png", "contextData": "Color.Green", "parameters": null, "itemType": "create", @@ -7654,7 +7654,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Grey", - "iconUrl": "/src/resources/icons/4d77b9ac-f502-403a-ab5c-78b7890cca1a.png", + "iconUrl": "resources/icons/4d77b9ac-f502-403a-ab5c-78b7890cca1a.png", "contextData": "Color.Grey", "parameters": null, "itemType": "create", @@ -7664,7 +7664,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.GreyscaleByNormalizedValue", - "iconUrl": "/src/resources/icons/36c62aac-2228-457e-aa6f-97d883578acd.png", + "iconUrl": "resources/icons/36c62aac-2228-457e-aa6f-97d883578acd.png", "contextData": "Color.GreyscaleByNormalizedValue", "parameters": null, "itemType": "create", @@ -7674,7 +7674,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Lime", - "iconUrl": "/src/resources/icons/352cd6f1-e5de-4343-bf0f-2f91c7a188b8.png", + "iconUrl": "resources/icons/352cd6f1-e5de-4343-bf0f-2f91c7a188b8.png", "contextData": "Color.Lime", "parameters": null, "itemType": "create", @@ -7684,7 +7684,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Maroon", - "iconUrl": "/src/resources/icons/22119c81-7843-45f8-9589-c90b11adaad9.png", + "iconUrl": "resources/icons/22119c81-7843-45f8-9589-c90b11adaad9.png", "contextData": "Color.Maroon", "parameters": null, "itemType": "create", @@ -7694,7 +7694,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Navy", - "iconUrl": "/src/resources/icons/64421362-7f21-47d8-a26a-4c7b56889f14.png", + "iconUrl": "resources/icons/64421362-7f21-47d8-a26a-4c7b56889f14.png", "contextData": "Color.Navy", "parameters": null, "itemType": "create", @@ -7704,7 +7704,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Olive", - "iconUrl": "/src/resources/icons/f5d35dc8-dd27-4b9e-96cb-ca9ee61c6e6d.png", + "iconUrl": "resources/icons/f5d35dc8-dd27-4b9e-96cb-ca9ee61c6e6d.png", "contextData": "Color.Olive", "parameters": null, "itemType": "create", @@ -7714,7 +7714,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Purple", - "iconUrl": "/src/resources/icons/952636b9-7335-4864-b6dd-c8d6a2eada0f.png", + "iconUrl": "resources/icons/952636b9-7335-4864-b6dd-c8d6a2eada0f.png", "contextData": "Color.Purple", "parameters": null, "itemType": "create", @@ -7724,7 +7724,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Red", - "iconUrl": "/src/resources/icons/6315a707-503e-4065-948a-410bdb059454.png", + "iconUrl": "resources/icons/6315a707-503e-4065-948a-410bdb059454.png", "contextData": "Color.Red", "parameters": null, "itemType": "create", @@ -7734,7 +7734,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Silver", - "iconUrl": "/src/resources/icons/2e973ac4-f22c-4eec-bbf8-20db254633af.png", + "iconUrl": "resources/icons/2e973ac4-f22c-4eec-bbf8-20db254633af.png", "contextData": "Color.Silver", "parameters": null, "itemType": "create", @@ -7744,7 +7744,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Teal", - "iconUrl": "/src/resources/icons/42a1639a-7e5d-4a2b-9b4b-08ba9916f008.png", + "iconUrl": "resources/icons/42a1639a-7e5d-4a2b-9b4b-08ba9916f008.png", "contextData": "Color.Teal", "parameters": null, "itemType": "create", @@ -7754,7 +7754,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.White", - "iconUrl": "/src/resources/icons/8b327fad-8303-4785-94af-083e75c8bbba.png", + "iconUrl": "resources/icons/8b327fad-8303-4785-94af-083e75c8bbba.png", "contextData": "Color.White", "parameters": null, "itemType": "create", @@ -7764,7 +7764,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Color.Color.Yellow", - "iconUrl": "/src/resources/icons/b8039cf6-a963-493f-81f6-bdb523ffc245.png", + "iconUrl": "resources/icons/b8039cf6-a963-493f-81f6-bdb523ffc245.png", "contextData": "Color.Yellow", "parameters": null, "itemType": "create", @@ -7774,7 +7774,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.CurtainPanel.CurtainPanel.HostPanel", - "iconUrl": "/src/resources/icons/339cd350-3d18-462d-8417-32e3ac42fc28.png", + "iconUrl": "resources/icons/339cd350-3d18-462d-8417-32e3ac42fc28.png", "contextData": "CurtainPanel.HostPanel", "parameters": null, "itemType": "query", @@ -7784,7 +7784,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.CurtainSystem.CurtainSystem.ByFace", - "iconUrl": "/src/resources/icons/085dd1a2-1add-4403-82d4-a4b363d280f8.png", + "iconUrl": "resources/icons/085dd1a2-1add-4403-82d4-a4b363d280f8.png", "contextData": "CurtainSystem.ByFace", "parameters": null, "itemType": "create", @@ -7794,7 +7794,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Curve.Curve.ClosedLoopThroughPoints", - "iconUrl": "/src/resources/icons/576880d2-5f2c-4e34-9183-359361aaa077.png", + "iconUrl": "resources/icons/576880d2-5f2c-4e34-9183-359361aaa077.png", "contextData": "Curve.ClosedLoopThroughPoints", "parameters": null, "itemType": "create", @@ -7804,7 +7804,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.CustomNode.CustomNode.Info", - "iconUrl": "/src/resources/icons/38ea5ab3-5af3-4395-ab54-939142172e9e.png", + "iconUrl": "resources/icons/38ea5ab3-5af3-4395-ab54-939142172e9e.png", "contextData": "CustomNode.Info", "parameters": null, "itemType": "query", @@ -7814,7 +7814,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DesignOption.DesignOption.DesignOptionSet", - "iconUrl": "/src/resources/icons/c135da75-96f9-404d-9643-3b3d0b998dc1.png", + "iconUrl": "resources/icons/c135da75-96f9-404d-9643-3b3d0b998dc1.png", "contextData": "DesignOption.DesignOptionSet", "parameters": null, "itemType": "query", @@ -7824,7 +7824,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DetailComponent.DetailComponent.ByCurve", - "iconUrl": "/src/resources/icons/75daf972-c7ff-4c29-96d7-505b73596232.png", + "iconUrl": "resources/icons/75daf972-c7ff-4c29-96d7-505b73596232.png", "contextData": "DetailComponent.ByCurve", "parameters": null, "itemType": "create", @@ -7834,7 +7834,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DetailLevel.DetailLevel.Coarse", - "iconUrl": "/src/resources/icons/3560c234-0ad0-433b-b4a9-2fc85367c421.png", + "iconUrl": "resources/icons/3560c234-0ad0-433b-b4a9-2fc85367c421.png", "contextData": "DetailLevel.Coarse", "parameters": null, "itemType": "action", @@ -7844,7 +7844,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DetailLevel.DetailLevel.Fine", - "iconUrl": "/src/resources/icons/c5a1257f-4c86-4aaf-a267-541995a9e86d.png", + "iconUrl": "resources/icons/c5a1257f-4c86-4aaf-a267-541995a9e86d.png", "contextData": "DetailLevel.Fine", "parameters": null, "itemType": "action", @@ -7854,7 +7854,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DetailLevel.DetailLevel.Medium", - "iconUrl": "/src/resources/icons/ded3b80f-2d79-46ca-8ef8-c0f8ccf72c64.png", + "iconUrl": "resources/icons/ded3b80f-2d79-46ca-8ef8-c0f8ccf72c64.png", "contextData": "DetailLevel.Medium", "parameters": null, "itemType": "action", @@ -7864,7 +7864,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DetailLine.DetailLine.FromCurve", - "iconUrl": "/src/resources/icons/24214d3e-6159-4b2c-97b4-0a35a13518d9.png", + "iconUrl": "resources/icons/24214d3e-6159-4b2c-97b4-0a35a13518d9.png", "contextData": "DetailLine.FromCurve", "parameters": null, "itemType": "create", @@ -7874,7 +7874,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Dimension.Dimension.AssociatedFamilyParameter", - "iconUrl": "/src/resources/icons/8a125c16-3046-41c5-93c6-21655987d70e.png", + "iconUrl": "resources/icons/8a125c16-3046-41c5-93c6-21655987d70e.png", "contextData": "Dimension.AssociatedFamilyParameter", "parameters": null, "itemType": "query", @@ -7884,7 +7884,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Dimension.Dimension.SetType", - "iconUrl": "/src/resources/icons/ed838b3b-440a-4d05-977a-bb30666db421.png", + "iconUrl": "resources/icons/ed838b3b-440a-4d05-977a-bb30666db421.png", "contextData": "Dimension.SetType", "parameters": null, "itemType": "action", @@ -7894,7 +7894,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DimensionType.DimensionType.Style", - "iconUrl": "/src/resources/icons/6ebb7eca-28f9-4a16-9662-52873c8ab6a6.png", + "iconUrl": "resources/icons/6ebb7eca-28f9-4a16-9662-52873c8ab6a6.png", "contextData": "DimensionType.Style", "parameters": null, "itemType": "query", @@ -7904,7 +7904,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Directory.Directory.ContentsAll", - "iconUrl": "/src/resources/icons/2276a44a-c7cc-4438-ac43-2ae6b821d4c9.png", + "iconUrl": "resources/icons/2276a44a-c7cc-4438-ac43-2ae6b821d4c9.png", "contextData": "Directory.ContentsAll", "parameters": null, "itemType": "query", @@ -7914,7 +7914,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DirectShape.DirectShape.FromRevitGeometry", - "iconUrl": "/src/resources/icons/6a060a4d-58fe-4070-a0ce-44cc24c9802b.png", + "iconUrl": "resources/icons/6a060a4d-58fe-4070-a0ce-44cc24c9802b.png", "contextData": "DirectShape.FromRevitGeometry", "parameters": null, "itemType": "create", @@ -7924,7 +7924,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Units.DisplayUnit.ToInternalUnit", - "iconUrl": "/src/resources/icons/7f19e4a8-c7e0-4041-b57b-0b8d04a99b2c.png", + "iconUrl": "resources/icons/7f19e4a8-c7e0-4041-b57b-0b8d04a99b2c.png", "contextData": "DisplayUnit.ToInternalUnit", "parameters": null, "itemType": "action", @@ -7934,7 +7934,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.AddIntersect", - "iconUrl": "/src/resources/icons/e29fe7ec-cf80-41fd-a1a1-d55b01e15697.png", + "iconUrl": "resources/icons/e29fe7ec-cf80-41fd-a1a1-d55b01e15697.png", "contextData": "DividedSurface.AddIntersect", "parameters": null, "itemType": "action", @@ -7944,7 +7944,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.EvaluateGridNodes", - "iconUrl": "/src/resources/icons/5238a365-de30-43a9-bd8a-b5ebd79e2fe6.png", + "iconUrl": "resources/icons/5238a365-de30-43a9-bd8a-b5ebd79e2fe6.png", "contextData": "DividedSurface.EvaluateGridNodes", "parameters": null, "itemType": "query", @@ -7954,7 +7954,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.HorizontalIntersectsByEndpoints", - "iconUrl": "/src/resources/icons/d96171f2-533a-49ac-b676-6bb131c57070.png", + "iconUrl": "resources/icons/d96171f2-533a-49ac-b676-6bb131c57070.png", "contextData": "DividedSurface.HorizontalIntersectsByEndpoints", "parameters": null, "itemType": "action", @@ -7964,7 +7964,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.HorizontalIntersectsByEndpointsAndFunction", - "iconUrl": "/src/resources/icons/32a0772b-6acb-4f26-8543-373100819bed.png", + "iconUrl": "resources/icons/32a0772b-6acb-4f26-8543-373100819bed.png", "contextData": "DividedSurface.HorizontalIntersectsByEndpointsAndFunction", "parameters": null, "itemType": "action", @@ -7974,7 +7974,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.VerticalIntersectsByEndpoints", - "iconUrl": "/src/resources/icons/61bda511-27e0-4a68-8668-c3ed1c24b62e.png", + "iconUrl": "resources/icons/61bda511-27e0-4a68-8668-c3ed1c24b62e.png", "contextData": "DividedSurface.VerticalIntersectsByEndpoints", "parameters": null, "itemType": "action", @@ -7984,7 +7984,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.DividedSurface.DividedSurface.VerticalIntersectsByEndpointsAndFunction", - "iconUrl": "/src/resources/icons/5c549d57-80a8-48b9-8eb4-c93ecdbc30b7.png", + "iconUrl": "resources/icons/5c549d57-80a8-48b9-8eb4-c93ecdbc30b7.png", "contextData": "DividedSurface.VerticalIntersectsByEndpointsAndFunction", "parameters": null, "itemType": "action", @@ -7994,7 +7994,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.ActiveViewFromCurrentDocument", - "iconUrl": "/src/resources/icons/e5c5958c-016e-4efc-bb16-b3734d00a855.png", + "iconUrl": "resources/icons/e5c5958c-016e-4efc-bb16-b3734d00a855.png", "contextData": "Document.ActiveViewFromCurrentDocument", "parameters": null, "itemType": "query", @@ -8004,7 +8004,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.AddLink", - "iconUrl": "/src/resources/icons/f388dc80-5d34-4f52-84ba-91ce2633a0ed.png", + "iconUrl": "resources/icons/f388dc80-5d34-4f52-84ba-91ce2633a0ed.png", "contextData": "Document.AddLink", "parameters": null, "itemType": "action", @@ -8014,7 +8014,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.BuiltInCategories", - "iconUrl": "/src/resources/icons/129d96b7-0ce3-4a02-b99a-aa615f8ff0e0.png", + "iconUrl": "resources/icons/129d96b7-0ce3-4a02-b99a-aa615f8ff0e0.png", "contextData": "Document.BuiltInCategories", "parameters": null, "itemType": "query", @@ -8024,7 +8024,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.BuiltInParameters", - "iconUrl": "/src/resources/icons/9e744762-ad3f-4e45-8e4e-1e77204584e6.png", + "iconUrl": "resources/icons/9e744762-ad3f-4e45-8e4e-1e77204584e6.png", "contextData": "Document.BuiltInParameters", "parameters": null, "itemType": "query", @@ -8034,7 +8034,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.ContainsElementsOfCategory", - "iconUrl": "/src/resources/icons/136c1b88-f144-40f7-bf67-b16fe86a67dd.png", + "iconUrl": "resources/icons/136c1b88-f144-40f7-bf67-b16fe86a67dd.png", "contextData": "Document.ContainsElementsOfCategory", "parameters": null, "itemType": "query", @@ -8044,7 +8044,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.DesignOptions", - "iconUrl": "/src/resources/icons/a6d063a5-0ecf-400b-9c91-47023e8408d7.png", + "iconUrl": "resources/icons/a6d063a5-0ecf-400b-9c91-47023e8408d7.png", "contextData": "Document.DesignOptions", "parameters": null, "itemType": "query", @@ -8054,7 +8054,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.IsWorkshared", - "iconUrl": "/src/resources/icons/070f6953-0854-4645-8eb5-9b4663673b79.png", + "iconUrl": "resources/icons/070f6953-0854-4645-8eb5-9b4663673b79.png", "contextData": "Document.IsWorkshared", "parameters": null, "itemType": "query", @@ -8064,7 +8064,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.LinksAndImports", - "iconUrl": "/src/resources/icons/6951ad79-d085-4850-bd0b-acc7153a71b1.png", + "iconUrl": "resources/icons/6951ad79-d085-4850-bd0b-acc7153a71b1.png", "contextData": "Document.LinksAndImports", "parameters": null, "itemType": "query", @@ -8074,7 +8074,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.LoadFamily", - "iconUrl": "/src/resources/icons/1fe7cd38-5704-4966-bb74-5d7d9245568c.png", + "iconUrl": "resources/icons/1fe7cd38-5704-4966-bb74-5d7d9245568c.png", "contextData": "Document.LoadFamily", "parameters": null, "itemType": "action", @@ -8084,7 +8084,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.Phases", - "iconUrl": "/src/resources/icons/4131ba2c-da9b-40bd-9ce1-b74a9ad5b5da.png", + "iconUrl": "resources/icons/4131ba2c-da9b-40bd-9ce1-b74a9ad5b5da.png", "contextData": "Document.Phases", "parameters": null, "itemType": "query", @@ -8094,7 +8094,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.ProjectInfo", - "iconUrl": "/src/resources/icons/19fae88e-f6a6-4edf-8f4d-71746200c15a.png", + "iconUrl": "resources/icons/19fae88e-f6a6-4edf-8f4d-71746200c15a.png", "contextData": "Document.ProjectInfo", "parameters": null, "itemType": "query", @@ -8104,7 +8104,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.ProjectPosition", - "iconUrl": "/src/resources/icons/150eeb7e-db34-48bb-b85d-325141c624c3.png", + "iconUrl": "resources/icons/150eeb7e-db34-48bb-b85d-325141c624c3.png", "contextData": "Document.ProjectPosition", "parameters": null, "itemType": "query", @@ -8114,7 +8114,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.SaveAs", - "iconUrl": "/src/resources/icons/19ce6b9f-f4cf-4a3f-9788-1482e94528d6.png", + "iconUrl": "resources/icons/19ce6b9f-f4cf-4a3f-9788-1482e94528d6.png", "contextData": "Document.SaveAs", "parameters": null, "itemType": "action", @@ -8124,7 +8124,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.StartingView", - "iconUrl": "/src/resources/icons/a6f12732-38d4-4711-9497-a856f76b2dfe.png", + "iconUrl": "resources/icons/a6f12732-38d4-4711-9497-a856f76b2dfe.png", "contextData": "Document.StartingView", "parameters": null, "itemType": "query", @@ -8134,7 +8134,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.SynchronizeWithCentral", - "iconUrl": "/src/resources/icons/59b74c65-bbdc-4bdc-b4d1-9482b4441278.png", + "iconUrl": "resources/icons/59b74c65-bbdc-4bdc-b4d1-9482b4441278.png", "contextData": "Document.SynchronizeWithCentral", "parameters": null, "itemType": "action", @@ -8144,7 +8144,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.Views", - "iconUrl": "/src/resources/icons/de43b934-e84a-4c0a-b298-06207ba545cd.png", + "iconUrl": "resources/icons/de43b934-e84a-4c0a-b298-06207ba545cd.png", "contextData": "Document.Views", "parameters": null, "itemType": "query", @@ -8154,7 +8154,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Document.Document.Worksets", - "iconUrl": "/src/resources/icons/90dc6979-b53e-49a6-805d-ecfeba189414.png", + "iconUrl": "resources/icons/90dc6979-b53e-49a6-805d-ecfeba189414.png", "contextData": "Document.Worksets", "parameters": null, "itemType": "query", @@ -8164,7 +8164,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Door.Door.Rooms", - "iconUrl": "/src/resources/icons/22afc586-3029-4a8c-ade8-183c160acd2e.png", + "iconUrl": "resources/icons/22afc586-3029-4a8c-ade8-183c160acd2e.png", "contextData": "Door.Rooms", "parameters": null, "itemType": "query", @@ -8174,7 +8174,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.AllInstances", - "iconUrl": "/src/resources/icons/10c454dc-4094-4466-846e-16746ea0b2f3.png", + "iconUrl": "resources/icons/10c454dc-4094-4466-846e-16746ea0b2f3.png", "contextData": "Element.AllInstances", "parameters": null, "itemType": "query", @@ -8184,7 +8184,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.AllInstancesAtLevel", - "iconUrl": "/src/resources/icons/84aebb8c-a11b-42c2-8634-3ba86bde1846.png", + "iconUrl": "resources/icons/84aebb8c-a11b-42c2-8634-3ba86bde1846.png", "contextData": "Element.AllInstancesAtLevel", "parameters": null, "itemType": "query", @@ -8194,7 +8194,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.AllViewDependentInstances", - "iconUrl": "/src/resources/icons/93dd587c-c5e0-4072-9fc5-e3b802f20dea.png", + "iconUrl": "resources/icons/93dd587c-c5e0-4072-9fc5-e3b802f20dea.png", "contextData": "Element.AllViewDependentInstances", "parameters": null, "itemType": "query", @@ -8204,7 +8204,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Area", - "iconUrl": "/src/resources/icons/9de38788-dc20-4d2c-a0e7-ff577538488a.png", + "iconUrl": "resources/icons/9de38788-dc20-4d2c-a0e7-ff577538488a.png", "contextData": "Element.Area", "parameters": null, "itemType": "query", @@ -8214,7 +8214,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.AssociatedFamilyParameters", - "iconUrl": "/src/resources/icons/1b464bf5-c505-4b0a-9fab-94da398f6d21.png", + "iconUrl": "resources/icons/1b464bf5-c505-4b0a-9fab-94da398f6d21.png", "contextData": "Element.AssociatedFamilyParameters", "parameters": null, "itemType": "query", @@ -8224,7 +8224,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Miscellaneous.Element.ByID", - "iconUrl": "/src/resources/icons/a4dd8f6e-689f-4998-b8ef-4a04146d12c2.png", + "iconUrl": "resources/icons/a4dd8f6e-689f-4998-b8ef-4a04146d12c2.png", "contextData": "Element.ByID", "parameters": null, "itemType": "action", @@ -8234,7 +8234,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ContainsTransparentMaterials", - "iconUrl": "/src/resources/icons/37ec1015-402e-4078-94d8-6bcf118b659f.png", + "iconUrl": "resources/icons/37ec1015-402e-4078-94d8-6bcf118b659f.png", "contextData": "Element.ContainsTransparentMaterials", "parameters": null, "itemType": "query", @@ -8244,7 +8244,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.CopyByVector", - "iconUrl": "/src/resources/icons/baf73550-ccd9-4c94-8543-5eb088bfd742.png", + "iconUrl": "resources/icons/baf73550-ccd9-4c94-8543-5eb088bfd742.png", "contextData": "Element.CopyByVector", "parameters": null, "itemType": "action", @@ -8254,7 +8254,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.CopyToLevel", - "iconUrl": "/src/resources/icons/427c6688-85ad-4720-b2c7-eb8d7f03f53c.png", + "iconUrl": "resources/icons/427c6688-85ad-4720-b2c7-eb8d7f03f53c.png", "contextData": "Element.CopyToLevel", "parameters": null, "itemType": "action", @@ -8264,7 +8264,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.CutGeometry", - "iconUrl": "/src/resources/icons/66f78539-8a80-402e-81dc-28a0737ab127.png", + "iconUrl": "resources/icons/66f78539-8a80-402e-81dc-28a0737ab127.png", "contextData": "Element.CutGeometry", "parameters": null, "itemType": "action", @@ -8274,7 +8274,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ElevationOfHostLevel", - "iconUrl": "/src/resources/icons/0fbb28f3-be5a-4cfd-ab8f-1e501ebc106d.png", + "iconUrl": "resources/icons/0fbb28f3-be5a-4cfd-ab8f-1e501ebc106d.png", "contextData": "Element.ElevationOfHostLevel", "parameters": null, "itemType": "query", @@ -8284,7 +8284,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ExternalFileReferencePath", - "iconUrl": "/src/resources/icons/3d4ec35f-5368-49c0-88ae-64ca99ab7baf.png", + "iconUrl": "resources/icons/3d4ec35f-5368-49c0-88ae-64ca99ab7baf.png", "contextData": "Element.ExternalFileReferencePath", "parameters": null, "itemType": "query", @@ -8294,7 +8294,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByFace.Element.FromDynamoSurface", - "iconUrl": "/src/resources/icons/0b4bb7ab-9433-4f3c-8abe-d26de134cc8c.png", + "iconUrl": "resources/icons/0b4bb7ab-9433-4f3c-8abe-d26de134cc8c.png", "contextData": "Element.FromDynamoSurface", "parameters": null, "itemType": "action", @@ -8304,7 +8304,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Geometry+", - "iconUrl": "/src/resources/icons/e099f46f-fcca-475d-9733-410ca033a00d.png", + "iconUrl": "resources/icons/e099f46f-fcca-475d-9733-410ca033a00d.png", "contextData": "Element.Geometry+", "parameters": null, "itemType": "query", @@ -8314,7 +8314,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Group", - "iconUrl": "/src/resources/icons/d12b8b5d-946b-407f-8b74-4faf00e43fc5.png", + "iconUrl": "resources/icons/d12b8b5d-946b-407f-8b74-4faf00e43fc5.png", "contextData": "Element.Group", "parameters": null, "itemType": "query", @@ -8324,7 +8324,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Host", - "iconUrl": "/src/resources/icons/73663744-6035-41f3-b386-e6f91e0b36fe.png", + "iconUrl": "resources/icons/73663744-6035-41f3-b386-e6f91e0b36fe.png", "contextData": "Element.Host", "parameters": null, "itemType": "query", @@ -8334,7 +8334,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ID", - "iconUrl": "/src/resources/icons/45153daa-f672-47f2-898f-f062bcb4e398.png", + "iconUrl": "resources/icons/45153daa-f672-47f2-898f-f062bcb4e398.png", "contextData": "Element.ID", "parameters": null, "itemType": "query", @@ -8344,7 +8344,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Inserts", - "iconUrl": "/src/resources/icons/bc5b8366-c225-4166-a8ed-a3b20817c8e2.png", + "iconUrl": "resources/icons/bc5b8366-c225-4166-a8ed-a3b20817c8e2.png", "contextData": "Element.Inserts", "parameters": null, "itemType": "query", @@ -8354,7 +8354,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.IsOfCategory", - "iconUrl": "/src/resources/icons/ee585799-3d67-4bed-a135-b7b0ce52b916.png", + "iconUrl": "resources/icons/ee585799-3d67-4bed-a135-b7b0ce52b916.png", "contextData": "Element.IsOfCategory", "parameters": null, "itemType": "query", @@ -8364,7 +8364,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.IsRelatedToMass", - "iconUrl": "/src/resources/icons/7feb7f1e-7c29-4137-9248-1bc4778beaba.png", + "iconUrl": "resources/icons/7feb7f1e-7c29-4137-9248-1bc4778beaba.png", "contextData": "Element.IsRelatedToMass", "parameters": null, "itemType": "query", @@ -8374,7 +8374,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.JoinGeometry", - "iconUrl": "/src/resources/icons/38d2b003-a570-4fc4-9836-4e10befcd4fc.png", + "iconUrl": "resources/icons/38d2b003-a570-4fc4-9836-4e10befcd4fc.png", "contextData": "Element.JoinGeometry", "parameters": null, "itemType": "action", @@ -8384,7 +8384,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Level", - "iconUrl": "/src/resources/icons/23a94b80-4bd0-436f-a1b1-f77654b4428c.png", + "iconUrl": "resources/icons/23a94b80-4bd0-436f-a1b1-f77654b4428c.png", "contextData": "Element.Level", "parameters": null, "itemType": "query", @@ -8394,7 +8394,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Location", - "iconUrl": "/src/resources/icons/0b59c4d8-afe4-4063-bf7e-2195fa33e8a9.png", + "iconUrl": "resources/icons/0b59c4d8-afe4-4063-bf7e-2195fa33e8a9.png", "contextData": "Element.Location", "parameters": null, "itemType": "query", @@ -8404,7 +8404,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Materials", - "iconUrl": "/src/resources/icons/55f518fb-661b-47e7-ae55-18517d658dd4.png", + "iconUrl": "resources/icons/55f518fb-661b-47e7-ae55-18517d658dd4.png", "contextData": "Element.Materials", "parameters": null, "itemType": "query", @@ -8414,7 +8414,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Name (Universal)", - "iconUrl": "/src/resources/icons/9266cc47-e982-46fc-9fd4-59bd7fb19a53.png", + "iconUrl": "resources/icons/9266cc47-e982-46fc-9fd4-59bd7fb19a53.png", "contextData": "Element.Name (Universal)", "parameters": null, "itemType": "query", @@ -8424,7 +8424,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.OverrideTransparencyInView", - "iconUrl": "/src/resources/icons/0e70a492-4d9e-4783-be94-660c24f9a7b8.png", + "iconUrl": "resources/icons/0e70a492-4d9e-4783-be94-660c24f9a7b8.png", "contextData": "Element.OverrideTransparencyInView", "parameters": null, "itemType": "action", @@ -8434,7 +8434,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.OwnerView", - "iconUrl": "/src/resources/icons/a0fc8138-f7bc-4425-abe6-2ef1b411d447.png", + "iconUrl": "resources/icons/a0fc8138-f7bc-4425-abe6-2ef1b411d447.png", "contextData": "Element.OwnerView", "parameters": null, "itemType": "query", @@ -8444,7 +8444,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Panels", - "iconUrl": "/src/resources/icons/413a2361-4460-4bd6-90b7-3c137a5595ee.png", + "iconUrl": "resources/icons/413a2361-4460-4bd6-90b7-3c137a5595ee.png", "contextData": "Element.Panels", "parameters": null, "itemType": "query", @@ -8454,7 +8454,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ParameterExists", - "iconUrl": "/src/resources/icons/a4abfd29-b99f-4586-b07c-d865028f7e9e.png", + "iconUrl": "resources/icons/a4abfd29-b99f-4586-b07c-d865028f7e9e.png", "contextData": "Element.ParameterExists", "parameters": null, "itemType": "query", @@ -8464,7 +8464,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ParameterIsReadOnly", - "iconUrl": "/src/resources/icons/df2f5504-7cd1-4b38-97dd-4ee6bfd56fa6.png", + "iconUrl": "resources/icons/df2f5504-7cd1-4b38-97dd-4ee6bfd56fa6.png", "contextData": "Element.ParameterIsReadOnly", "parameters": null, "itemType": "query", @@ -8474,7 +8474,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.PermanentlyIsolateInView", - "iconUrl": "/src/resources/icons/c7c513be-82c0-4ea8-b3fd-74081cf39dc4.png", + "iconUrl": "resources/icons/c7c513be-82c0-4ea8-b3fd-74081cf39dc4.png", "contextData": "Element.PermanentlyIsolateInView", "parameters": null, "itemType": "action", @@ -8484,7 +8484,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Phases", - "iconUrl": "/src/resources/icons/48ac7d7c-8035-45e6-8a63-8c9206be35b6.png", + "iconUrl": "resources/icons/48ac7d7c-8035-45e6-8a63-8c9206be35b6.png", "contextData": "Element.Phases", "parameters": null, "itemType": "query", @@ -8494,7 +8494,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.ResetOverridesInView", - "iconUrl": "/src/resources/icons/b85acd98-f359-4d6a-b63f-4b86b0fd317c.png", + "iconUrl": "resources/icons/b85acd98-f359-4d6a-b63f-4b86b0fd317c.png", "contextData": "Element.ResetOverridesInView", "parameters": null, "itemType": "action", @@ -8504,7 +8504,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.SetMaterialParameterByCategory", - "iconUrl": "/src/resources/icons/047c9786-440d-470d-885e-0fd12c4b03d2.png", + "iconUrl": "resources/icons/047c9786-440d-470d-885e-0fd12c4b03d2.png", "contextData": "Element.SetMaterialParameterByCategory", "parameters": null, "itemType": "action", @@ -8514,7 +8514,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.SetName", - "iconUrl": "/src/resources/icons/2f56d88b-a263-45de-b9e5-e074dbe52635.png", + "iconUrl": "resources/icons/2f56d88b-a263-45de-b9e5-e074dbe52635.png", "contextData": "Element.SetName", "parameters": null, "itemType": "action", @@ -8524,7 +8524,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.SetWorkset", - "iconUrl": "/src/resources/icons/c3252e3e-c023-483c-97b5-439d61de237b.png", + "iconUrl": "resources/icons/c3252e3e-c023-483c-97b5-439d61de237b.png", "contextData": "Element.SetWorkset", "parameters": null, "itemType": "action", @@ -8534,7 +8534,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.TemporarilyIsolateInView", - "iconUrl": "/src/resources/icons/979e0abf-c87a-4ff4-9da0-82a873954d3b.png", + "iconUrl": "resources/icons/979e0abf-c87a-4ff4-9da0-82a873954d3b.png", "contextData": "Element.TemporarilyIsolateInView", "parameters": null, "itemType": "action", @@ -8544,7 +8544,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Type", - "iconUrl": "/src/resources/icons/4796d57c-a1a0-4676-b524-57abb5fa73be.png", + "iconUrl": "resources/icons/4796d57c-a1a0-4676-b524-57abb5fa73be.png", "contextData": "Element.Type", "parameters": null, "itemType": "query", @@ -8554,7 +8554,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Element.Workset", - "iconUrl": "/src/resources/icons/35d5bbd0-79d7-43a9-af54-2b366d290d4a.png", + "iconUrl": "resources/icons/35d5bbd0-79d7-43a9-af54-2b366d290d4a.png", "contextData": "Element.Workset", "parameters": null, "itemType": "query", @@ -8564,7 +8564,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Filters.Elements.FilterByName", - "iconUrl": "/src/resources/icons/cd6b90dc-4de4-4af3-8370-b6a30c9f0dcb.png", + "iconUrl": "resources/icons/cd6b90dc-4de4-4af3-8370-b6a30c9f0dcb.png", "contextData": "Elements.FilterByName", "parameters": null, "itemType": "action", @@ -8574,7 +8574,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Filters.Elements.FilterByParameterValueAndCondition", - "iconUrl": "/src/resources/icons/9f4ad177-3f2c-400b-965e-2c7bb8a29986.png", + "iconUrl": "resources/icons/9f4ad177-3f2c-400b-965e-2c7bb8a29986.png", "contextData": "Elements.FilterByParameterValueAndCondition", "parameters": null, "itemType": "action", @@ -8584,7 +8584,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Element.Elements.GroupByHost", - "iconUrl": "/src/resources/icons/69acb902-4728-4388-a480-d1281ea20f0f.png", + "iconUrl": "resources/icons/69acb902-4728-4388-a480-d1281ea20f0f.png", "contextData": "Elements.GroupByHost", "parameters": null, "itemType": "action", @@ -8594,7 +8594,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Family.Family.IsInPlace", - "iconUrl": "/src/resources/icons/4f4e619c-bd49-4fa6-8f0c-b6db9d346c37.png", + "iconUrl": "resources/icons/4f4e619c-bd49-4fa6-8f0c-b6db9d346c37.png", "contextData": "Family.IsInPlace", "parameters": null, "itemType": "query", @@ -8604,7 +8604,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.FamilyDocument.FamilyDocument.CurrentFamilyType", - "iconUrl": "/src/resources/icons/e9a46319-dfc5-42f0-82fd-dbeb9107699e.png", + "iconUrl": "resources/icons/e9a46319-dfc5-42f0-82fd-dbeb9107699e.png", "contextData": "FamilyDocument.CurrentFamilyType", "parameters": null, "itemType": "query", @@ -8614,7 +8614,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.FamilyDocument.FamilyDocument.FamilyParameters", - "iconUrl": "/src/resources/icons/1fc6b3d5-d047-4339-9d0b-40abbf046480.png", + "iconUrl": "resources/icons/1fc6b3d5-d047-4339-9d0b-40abbf046480.png", "contextData": "FamilyDocument.FamilyParameters", "parameters": null, "itemType": "query", @@ -8624,7 +8624,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.FamilyDocument.FamilyDocument.FamilyTypes", - "iconUrl": "/src/resources/icons/9b7fd76e-e95a-474e-911c-c379dea24c56.png", + "iconUrl": "resources/icons/9b7fd76e-e95a-474e-911c-c379dea24c56.png", "contextData": "FamilyDocument.FamilyTypes", "parameters": null, "itemType": "query", @@ -8634,7 +8634,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.AddCoping", - "iconUrl": "/src/resources/icons/c64064f2-6d0c-415e-95b8-a2685e79778e.png", + "iconUrl": "resources/icons/c64064f2-6d0c-415e-95b8-a2685e79778e.png", "contextData": "FamilyInstance.AddCoping", "parameters": null, "itemType": "action", @@ -8644,7 +8644,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.ByCurve", - "iconUrl": "/src/resources/icons/54d2ed54-b082-43b7-97f7-67e3c8bfb3b9.png", + "iconUrl": "resources/icons/54d2ed54-b082-43b7-97f7-67e3c8bfb3b9.png", "contextData": "FamilyInstance.ByCurve", "parameters": null, "itemType": "create", @@ -8654,7 +8654,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.ByPointInView", - "iconUrl": "/src/resources/icons/6dbe76ab-213d-43d4-aa87-20967daf4dac.png", + "iconUrl": "resources/icons/6dbe76ab-213d-43d4-aa87-20967daf4dac.png", "contextData": "FamilyInstance.ByPointInView", "parameters": null, "itemType": "create", @@ -8664,7 +8664,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.CopingElements", - "iconUrl": "/src/resources/icons/50984ee6-9ed2-41f1-a40f-0803208989d1.png", + "iconUrl": "resources/icons/50984ee6-9ed2-41f1-a40f-0803208989d1.png", "contextData": "FamilyInstance.CopingElements", "parameters": null, "itemType": "query", @@ -8674,7 +8674,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.FlipFacingOrientation", - "iconUrl": "/src/resources/icons/99bbb3d0-6e28-451b-ad29-5afff05cc36c.png", + "iconUrl": "resources/icons/99bbb3d0-6e28-451b-ad29-5afff05cc36c.png", "contextData": "FamilyInstance.FlipFacingOrientation", "parameters": null, "itemType": "action", @@ -8684,7 +8684,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.FlipFromToRoom", - "iconUrl": "/src/resources/icons/d3c0bef1-e8ab-4f72-8e0f-d04be8bb4c20.png", + "iconUrl": "resources/icons/d3c0bef1-e8ab-4f72-8e0f-d04be8bb4c20.png", "contextData": "FamilyInstance.FlipFromToRoom", "parameters": null, "itemType": "action", @@ -8694,7 +8694,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.FlipHandOrientation", - "iconUrl": "/src/resources/icons/3d3e6281-6b03-4bb3-b3db-b63ddd07f575.png", + "iconUrl": "resources/icons/3d3e6281-6b03-4bb3-b3db-b63ddd07f575.png", "contextData": "FamilyInstance.FlipHandOrientation", "parameters": null, "itemType": "action", @@ -8704,7 +8704,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.HandOrientation", - "iconUrl": "/src/resources/icons/f35a4902-48b5-40f2-8d0a-98edae74a72b.png", + "iconUrl": "resources/icons/f35a4902-48b5-40f2-8d0a-98edae74a72b.png", "contextData": "FamilyInstance.HandOrientation", "parameters": null, "itemType": "query", @@ -8714,7 +8714,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.RemoveCoping", - "iconUrl": "/src/resources/icons/7ebb8ad1-2aed-4147-810c-4cd0b15f84b2.png", + "iconUrl": "resources/icons/7ebb8ad1-2aed-4147-810c-4cd0b15f84b2.png", "contextData": "FamilyInstance.RemoveCoping", "parameters": null, "itemType": "action", @@ -8724,7 +8724,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.SetLevel", - "iconUrl": "/src/resources/icons/f784f920-edcb-4fcf-aaac-7061af238826.png", + "iconUrl": "resources/icons/f784f920-edcb-4fcf-aaac-7061af238826.png", "contextData": "FamilyInstance.SetLevel", "parameters": null, "itemType": "action", @@ -8734,7 +8734,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.SetType", - "iconUrl": "/src/resources/icons/49a1293f-9a8b-4adf-a093-9815adf5e109.png", + "iconUrl": "resources/icons/49a1293f-9a8b-4adf-a093-9815adf5e109.png", "contextData": "FamilyInstance.SetType", "parameters": null, "itemType": "action", @@ -8744,7 +8744,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.SubComponents", - "iconUrl": "/src/resources/icons/6434c64b-0da0-48a9-9049-2cb4902db026.png", + "iconUrl": "resources/icons/6434c64b-0da0-48a9-9049-2cb4902db026.png", "contextData": "FamilyInstance.SubComponents", "parameters": null, "itemType": "query", @@ -8754,7 +8754,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyInstance.FamilyInstance.SuperComponent", - "iconUrl": "/src/resources/icons/27a35be1-7b94-48e9-8972-022c3767bbb9.png", + "iconUrl": "resources/icons/27a35be1-7b94-48e9-8972-022c3767bbb9.png", "contextData": "FamilyInstance.SuperComponent", "parameters": null, "itemType": "query", @@ -8764,7 +8764,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyParameter.FamilyParameter.Properties", - "iconUrl": "/src/resources/icons/52a28dd3-5a89-412f-a22f-8173f566bb71.png", + "iconUrl": "resources/icons/52a28dd3-5a89-412f-a22f-8173f566bb71.png", "contextData": "FamilyParameter.Properties", "parameters": null, "itemType": "query", @@ -8774,7 +8774,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyType.FamilyType.CompoundStructureHasVariableLayer", - "iconUrl": "/src/resources/icons/c00779d4-0d13-4d72-a959-3eb4e5ff7d37.png", + "iconUrl": "resources/icons/c00779d4-0d13-4d72-a959-3eb4e5ff7d37.png", "contextData": "FamilyType.CompoundStructureHasVariableLayer", "parameters": null, "itemType": "query", @@ -8784,7 +8784,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyType.FamilyType.CompoundStructureLayers", - "iconUrl": "/src/resources/icons/1e3b5d82-c924-4649-a653-7fa7ead9cd1c.png", + "iconUrl": "resources/icons/1e3b5d82-c924-4649-a653-7fa7ead9cd1c.png", "contextData": "FamilyType.CompoundStructureLayers", "parameters": null, "itemType": "query", @@ -8794,7 +8794,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyType.FamilyType.Duplicate", - "iconUrl": "/src/resources/icons/28d98cf4-c930-4009-9474-5a44be26768c.png", + "iconUrl": "resources/icons/28d98cf4-c930-4009-9474-5a44be26768c.png", "contextData": "FamilyType.Duplicate", "parameters": null, "itemType": "action", @@ -8804,7 +8804,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyType.FamilyType.SetCompoundLayerMaterial", - "iconUrl": "/src/resources/icons/af477429-479b-4cc9-848a-be978e9d9bf2.png", + "iconUrl": "resources/icons/af477429-479b-4cc9-848a-be978e9d9bf2.png", "contextData": "FamilyType.SetCompoundLayerMaterial", "parameters": null, "itemType": "action", @@ -8814,7 +8814,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FamilyType.FamilyType.SetCompoundLayerWidth", - "iconUrl": "/src/resources/icons/87aadcb7-060d-4c8d-9d34-b2833bf9be21.png", + "iconUrl": "resources/icons/87aadcb7-060d-4c8d-9d34-b2833bf9be21.png", "contextData": "FamilyType.SetCompoundLayerWidth", "parameters": null, "itemType": "action", @@ -8824,7 +8824,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.File.File.WriteToCSV", - "iconUrl": "/src/resources/icons/a6e9d934-59d5-4337-b4f7-2d46f505775e.png", + "iconUrl": "resources/icons/a6e9d934-59d5-4337-b4f7-2d46f505775e.png", "contextData": "File.WriteToCSV", "parameters": null, "itemType": "action", @@ -8834,7 +8834,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Floor.Floor.SlabShapeByPoints", - "iconUrl": "/src/resources/icons/43aab40b-2645-4c59-b2e8-bf17b48b5fb9.png", + "iconUrl": "resources/icons/43aab40b-2645-4c59-b2e8-bf17b48b5fb9.png", "contextData": "Floor.SlabShapeByPoints", "parameters": null, "itemType": "action", @@ -8844,7 +8844,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Floor.Floor.SlabShapeHasBeenModified", - "iconUrl": "/src/resources/icons/9eb6949f-375f-493c-ba62-9198c69c249e.png", + "iconUrl": "resources/icons/9eb6949f-375f-493c-ba62-9198c69c249e.png", "contextData": "Floor.SlabShapeHasBeenModified", "parameters": null, "itemType": "query", @@ -8854,7 +8854,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.FootingType.FootingType.BreaksAtInserts", - "iconUrl": "/src/resources/icons/bcd9f6fc-724a-4f41-8df0-565b4fc434d9.png", + "iconUrl": "resources/icons/bcd9f6fc-724a-4f41-8df0-565b4fc434d9.png", "contextData": "FootingType.BreaksAtInserts", "parameters": null, "itemType": "query", @@ -8864,7 +8864,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Geometry.Geometry.ClosestTo", - "iconUrl": "/src/resources/icons/4682f3be-20d6-4da3-b00f-78e24e3da3ab.png", + "iconUrl": "resources/icons/4682f3be-20d6-4da3-b00f-78e24e3da3ab.png", "contextData": "Geometry.ClosestTo", "parameters": null, "itemType": "query", @@ -8874,7 +8874,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Geometry.Geometry.FurthestFrom", - "iconUrl": "/src/resources/icons/348b2706-fbc3-48f0-8568-f497ae033f69.png", + "iconUrl": "resources/icons/348b2706-fbc3-48f0-8568-f497ae033f69.png", "contextData": "Geometry.FurthestFrom", "parameters": null, "itemType": "query", @@ -8884,7 +8884,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.GlobalParameter.GlobalParameter.GetValue", - "iconUrl": "/src/resources/icons/c2f9c6a5-8b17-445a-ba40-7108a4d6e99f.png", + "iconUrl": "resources/icons/c2f9c6a5-8b17-445a-ba40-7108a4d6e99f.png", "contextData": "GlobalParameter.GetValue", "parameters": null, "itemType": "query", @@ -8894,7 +8894,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Group.Group.FromElements", - "iconUrl": "/src/resources/icons/55ed9563-df88-49b5-a540-63fdc3aa4b24.png", + "iconUrl": "resources/icons/55ed9563-df88-49b5-a540-63fdc3aa4b24.png", "contextData": "Group.FromElements", "parameters": null, "itemType": "create", @@ -8904,7 +8904,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Group.Group.Members", - "iconUrl": "/src/resources/icons/cc8fc720-915f-408d-9b91-b5589c0755d3.png", + "iconUrl": "resources/icons/cc8fc720-915f-408d-9b91-b5589c0755d3.png", "contextData": "Group.Members", "parameters": null, "itemType": "query", @@ -8914,7 +8914,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Group.Group.Ungroup", - "iconUrl": "/src/resources/icons/cfe0d03d-c8ba-4cf7-9c4b-e5851d620ffb.png", + "iconUrl": "resources/icons/cfe0d03d-c8ba-4cf7-9c4b-e5851d620ffb.png", "contextData": "Group.Ungroup", "parameters": null, "itemType": "action", @@ -8924,7 +8924,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Hypotenuse.ByPythagoras", - "iconUrl": "/src/resources/icons/e06b74a0-5987-4731-b127-77f8d1b29682.png", + "iconUrl": "resources/icons/e06b74a0-5987-4731-b127-77f8d1b29682.png", "contextData": "Hypotenuse.ByPythagoras", "parameters": null, "itemType": "query", @@ -8934,7 +8934,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Units.InternalUnit.ToDisplayUnit", - "iconUrl": "/src/resources/icons/a39e4422-1434-49f8-b750-0aa3e61d9c1a.png", + "iconUrl": "resources/icons/a39e4422-1434-49f8-b750-0aa3e61d9c1a.png", "contextData": "InternalUnit.ToDisplayUnit", "parameters": null, "itemType": "action", @@ -8944,7 +8944,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Level.Level.Plane", - "iconUrl": "/src/resources/icons/cbe6db5e-3248-46ff-87e4-b620a1abf252.png", + "iconUrl": "resources/icons/cbe6db5e-3248-46ff-87e4-b620a1abf252.png", "contextData": "Level.Plane", "parameters": null, "itemType": "query", @@ -8954,7 +8954,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Level.Level.Views", - "iconUrl": "/src/resources/icons/b7449035-5047-4705-8515-127119e081e0.png", + "iconUrl": "resources/icons/b7449035-5047-4705-8515-127119e081e0.png", "contextData": "Level.Views", "parameters": null, "itemType": "query", @@ -8964,7 +8964,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.AlphabeticalSequence", - "iconUrl": "/src/resources/icons/c0d7ce38-395d-4655-90bc-3cbf9fdba03c.png", + "iconUrl": "resources/icons/c0d7ce38-395d-4655-90bc-3cbf9fdba03c.png", "contextData": "List.AlphabeticalSequence", "parameters": null, "itemType": "create", @@ -8974,7 +8974,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.AnyFalse", - "iconUrl": "/src/resources/icons/5504135c-3389-470b-a746-6ea992aa5e7d.png", + "iconUrl": "resources/icons/5504135c-3389-470b-a746-6ea992aa5e7d.png", "contextData": "List.AnyFalse", "parameters": null, "itemType": "query", @@ -8984,7 +8984,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.AnyTrue", - "iconUrl": "/src/resources/icons/605e21d1-67ee-4465-8543-67f7781dd84d.png", + "iconUrl": "resources/icons/605e21d1-67ee-4465-8543-67f7781dd84d.png", "contextData": "List.AnyTrue", "parameters": null, "itemType": "query", @@ -8994,7 +8994,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.CountBooleanSequences", - "iconUrl": "/src/resources/icons/3ec3b120-b2f0-4cce-a2f7-9377b5de97fd.png", + "iconUrl": "resources/icons/3ec3b120-b2f0-4cce-a2f7-9377b5de97fd.png", "contextData": "List.CountBooleanSequences", "parameters": null, "itemType": "action", @@ -9004,7 +9004,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.CountOccurences", - "iconUrl": "/src/resources/icons/8c837cab-46ce-4976-8ae0-2e6158103945.png", + "iconUrl": "resources/icons/8c837cab-46ce-4976-8ae0-2e6158103945.png", "contextData": "List.CountOccurences", "parameters": null, "itemType": "query", @@ -9014,7 +9014,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.DropLastItem", - "iconUrl": "/src/resources/icons/43df6cfe-4f8f-42e9-8996-43441bebd19d.png", + "iconUrl": "resources/icons/43df6cfe-4f8f-42e9-8996-43441bebd19d.png", "contextData": "List.DropLastItem", "parameters": null, "itemType": "action", @@ -9024,7 +9024,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.EqualSublistLengths", - "iconUrl": "/src/resources/icons/cd2bed0a-69a8-45d5-ab42-79019b5bfe73.png", + "iconUrl": "resources/icons/cd2bed0a-69a8-45d5-ab42-79019b5bfe73.png", "contextData": "List.EqualSublistLengths", "parameters": null, "itemType": "action", @@ -9034,7 +9034,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.FibonacciFromList", - "iconUrl": "/src/resources/icons/9f99471e-548a-4634-a7f0-dc4cd24690aa.png", + "iconUrl": "resources/icons/9f99471e-548a-4634-a7f0-dc4cd24690aa.png", "contextData": "List.FibonacciFromList", "parameters": null, "itemType": "create", @@ -9044,7 +9044,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.FibonacciFromValues", - "iconUrl": "/src/resources/icons/fec4aa73-a421-4e78-893c-66dd624d8ad8.png", + "iconUrl": "resources/icons/fec4aa73-a421-4e78-893c-66dd624d8ad8.png", "contextData": "List.FibonacciFromValues", "parameters": null, "itemType": "create", @@ -9054,7 +9054,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.FilterBySublistLength", - "iconUrl": "/src/resources/icons/00f1a159-d6fb-4dfa-8a0b-97bec4445abf.png", + "iconUrl": "resources/icons/00f1a159-d6fb-4dfa-8a0b-97bec4445abf.png", "contextData": "List.FilterBySublistLength", "parameters": null, "itemType": "action", @@ -9064,7 +9064,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.FromCSV", - "iconUrl": "/src/resources/icons/4333cc78-bae5-455d-83f7-9d20ee546116.png", + "iconUrl": "resources/icons/4333cc78-bae5-455d-83f7-9d20ee546116.png", "contextData": "List.FromCSV", "parameters": null, "itemType": "create", @@ -9074,7 +9074,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.FromString", - "iconUrl": "/src/resources/icons/2d656544-ce49-4c1f-886f-8075db7239b3.png", + "iconUrl": "resources/icons/2d656544-ce49-4c1f-886f-8075db7239b3.png", "contextData": "List.FromString", "parameters": null, "itemType": "create", @@ -9084,7 +9084,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.GroupListOfListsByKey", - "iconUrl": "/src/resources/icons/1af622be-33ad-4be7-a0c3-cfa6c2338eed.png", + "iconUrl": "resources/icons/1af622be-33ad-4be7-a0c3-cfa6c2338eed.png", "contextData": "List.GroupListOfListsByKey", "parameters": null, "itemType": "action", @@ -9094,7 +9094,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.IsNotEmpty", - "iconUrl": "/src/resources/icons/cbc06bc3-4c8d-4b6a-bd05-e0f5b70427da.png", + "iconUrl": "resources/icons/cbc06bc3-4c8d-4b6a-bd05-e0f5b70427da.png", "contextData": "List.IsNotEmpty", "parameters": null, "itemType": "query", @@ -9104,7 +9104,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.MatchWithKeyValues", - "iconUrl": "/src/resources/icons/97d14756-c7df-44dc-90f2-6db28e143e3a.png", + "iconUrl": "resources/icons/97d14756-c7df-44dc-90f2-6db28e143e3a.png", "contextData": "List.MatchWithKeyValues", "parameters": null, "itemType": "action", @@ -9114,7 +9114,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.NormalizedSequence", - "iconUrl": "/src/resources/icons/51a3c6f9-b388-48ee-a5e3-96b433d931b7.png", + "iconUrl": "resources/icons/51a3c6f9-b388-48ee-a5e3-96b433d931b7.png", "contextData": "List.NormalizedSequence", "parameters": null, "itemType": "create", @@ -9124,7 +9124,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.NormalizedSequenceByFunction", - "iconUrl": "/src/resources/icons/f584aeed-f101-459d-80d1-174c09579060.png", + "iconUrl": "resources/icons/f584aeed-f101-459d-80d1-174c09579060.png", "contextData": "List.NormalizedSequenceByFunction", "parameters": null, "itemType": "create", @@ -9134,7 +9134,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.RandomElements", - "iconUrl": "/src/resources/icons/53247692-963b-4dca-89be-d053da08cfb0.png", + "iconUrl": "resources/icons/53247692-963b-4dca-89be-d053da08cfb0.png", "contextData": "List.RandomElements", "parameters": null, "itemType": "create", @@ -9144,7 +9144,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.RepeatItemsByLengths", - "iconUrl": "/src/resources/icons/d1a7e305-ca38-46c8-9aa8-9154886c7022.png", + "iconUrl": "resources/icons/d1a7e305-ca38-46c8-9aa8-9154886c7022.png", "contextData": "List.RepeatItemsByLengths", "parameters": null, "itemType": "create", @@ -9154,7 +9154,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.ReplaceEmptyLists", - "iconUrl": "/src/resources/icons/8543a5f0-8d75-43d3-88b3-aebd95b1ada4.png", + "iconUrl": "resources/icons/8543a5f0-8d75-43d3-88b3-aebd95b1ada4.png", "contextData": "List.ReplaceEmptyLists", "parameters": null, "itemType": "action", @@ -9164,7 +9164,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.ReplaceItemAtIndex", - "iconUrl": "/src/resources/icons/7c6c03d7-a142-4e96-9150-6b3846efa3c2.png", + "iconUrl": "resources/icons/7c6c03d7-a142-4e96-9150-6b3846efa3c2.png", "contextData": "List.ReplaceItemAtIndex", "parameters": null, "itemType": "action", @@ -9174,7 +9174,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.ReplaceNull", - "iconUrl": "/src/resources/icons/2dd1e892-6338-4fba-8345-f7a9f418bb57.png", + "iconUrl": "resources/icons/2dd1e892-6338-4fba-8345-f7a9f418bb57.png", "contextData": "List.ReplaceNull", "parameters": null, "itemType": "action", @@ -9184,7 +9184,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.SortListOfLists", - "iconUrl": "/src/resources/icons/c7b1d8ca-bc1f-4755-9632-bcaaad615794.png", + "iconUrl": "resources/icons/c7b1d8ca-bc1f-4755-9632-bcaaad615794.png", "contextData": "List.SortListOfLists", "parameters": null, "itemType": "action", @@ -9194,7 +9194,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.SublistLengths", - "iconUrl": "/src/resources/icons/94acdb87-65e9-4dbe-8430-aced99f668d5.png", + "iconUrl": "resources/icons/94acdb87-65e9-4dbe-8430-aced99f668d5.png", "contextData": "List.SublistLengths", "parameters": null, "itemType": "query", @@ -9204,7 +9204,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.SublistsContain", - "iconUrl": "/src/resources/icons/7902e399-955e-486c-a5f2-d49dfc2377f3.png", + "iconUrl": "resources/icons/7902e399-955e-486c-a5f2-d49dfc2377f3.png", "contextData": "List.SublistsContain", "parameters": null, "itemType": "query", @@ -9214,7 +9214,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.List.WithLeadingZeroes", - "iconUrl": "/src/resources/icons/cc7a7beb-dd4d-4de0-bc89-f189d28a2ec9.png", + "iconUrl": "resources/icons/cc7a7beb-dd4d-4de0-bc89-f189d28a2ec9.png", "contextData": "List.WithLeadingZeroes", "parameters": null, "itemType": "create", @@ -9224,7 +9224,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.MassFloor.MassFloor.Mass", - "iconUrl": "/src/resources/icons/55ac2ba9-fe37-414a-a312-4d2a3d4b4af2.png", + "iconUrl": "resources/icons/55ac2ba9-fe37-414a-a312-4d2a3d4b4af2.png", "contextData": "MassFloor.Mass", "parameters": null, "itemType": "query", @@ -9234,7 +9234,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Material.Material.Duplicate", - "iconUrl": "/src/resources/icons/88dcce16-f9ee-4ce7-8f0c-04bd2a1df3f7.png", + "iconUrl": "resources/icons/88dcce16-f9ee-4ce7-8f0c-04bd2a1df3f7.png", "contextData": "Material.Duplicate", "parameters": null, "itemType": "action", @@ -9244,7 +9244,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Material.Material.Properties", - "iconUrl": "/src/resources/icons/74a759ec-9e71-4891-8b33-bb7a5924550b.png", + "iconUrl": "resources/icons/74a759ec-9e71-4891-8b33-bb7a5924550b.png", "contextData": "Material.Properties", "parameters": null, "itemType": "query", @@ -9254,7 +9254,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.AlmostZero", - "iconUrl": "/src/resources/icons/7203b34a-da51-4672-8993-3591ebf9537d.png", + "iconUrl": "resources/icons/7203b34a-da51-4672-8993-3591ebf9537d.png", "contextData": "Math.AlmostZero", "parameters": null, "itemType": "create", @@ -9264,7 +9264,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.DecimalToBinary", - "iconUrl": "/src/resources/icons/2b64c166-583d-420c-9c03-a4d54cb71863.png", + "iconUrl": "resources/icons/2b64c166-583d-420c-9c03-a4d54cb71863.png", "contextData": "Math.DecimalToBinary", "parameters": null, "itemType": "action", @@ -9274,7 +9274,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.DecimalToHex", - "iconUrl": "/src/resources/icons/b2347210-0efe-46d4-97b6-ee863db80908.png", + "iconUrl": "resources/icons/b2347210-0efe-46d4-97b6-ee863db80908.png", "contextData": "Math.DecimalToHex", "parameters": null, "itemType": "action", @@ -9284,7 +9284,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.InvertNormalized", - "iconUrl": "/src/resources/icons/18062fc4-d89d-4ac0-8103-b26c93473852.png", + "iconUrl": "resources/icons/18062fc4-d89d-4ac0-8103-b26c93473852.png", "contextData": "Math.InvertNormalized", "parameters": null, "itemType": "action", @@ -9294,7 +9294,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.IsEvenNumber", - "iconUrl": "/src/resources/icons/7b9920ce-7fac-4395-b1fe-9680734cc500.png", + "iconUrl": "resources/icons/7b9920ce-7fac-4395-b1fe-9680734cc500.png", "contextData": "Math.IsEvenNumber", "parameters": null, "itemType": "query", @@ -9304,7 +9304,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.IsMultipleOf", - "iconUrl": "/src/resources/icons/56eb8c1a-cba9-47c8-8229-4258486935e7.png", + "iconUrl": "resources/icons/56eb8c1a-cba9-47c8-8229-4258486935e7.png", "contextData": "Math.IsMultipleOf", "parameters": null, "itemType": "query", @@ -9314,7 +9314,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.IsOddNumber", - "iconUrl": "/src/resources/icons/54bd8823-9bed-4268-86eb-c4bd3854e026.png", + "iconUrl": "resources/icons/54bd8823-9bed-4268-86eb-c4bd3854e026.png", "contextData": "Math.IsOddNumber", "parameters": null, "itemType": "query", @@ -9324,7 +9324,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.Normalize", - "iconUrl": "/src/resources/icons/e98713df-905a-43da-bdd5-cc61c07a5fe7.png", + "iconUrl": "resources/icons/e98713df-905a-43da-bdd5-cc61c07a5fe7.png", "contextData": "Math.Normalize", "parameters": null, "itemType": "action", @@ -9334,7 +9334,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.NormalizeRange", - "iconUrl": "/src/resources/icons/e6cbf238-917d-4e59-909e-599c1fbdeaf9.png", + "iconUrl": "resources/icons/e6cbf238-917d-4e59-909e-599c1fbdeaf9.png", "contextData": "Math.NormalizeRange", "parameters": null, "itemType": "action", @@ -9344,7 +9344,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.RandomIntegerList", - "iconUrl": "/src/resources/icons/2f1190c6-10f5-4698-a0c1-487f2fa07882.png", + "iconUrl": "resources/icons/2f1190c6-10f5-4698-a0c1-487f2fa07882.png", "contextData": "Math.RandomIntegerList", "parameters": null, "itemType": "create", @@ -9354,7 +9354,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.RoundDownToPrecision", - "iconUrl": "/src/resources/icons/6d1e3caa-780d-40fd-a045-766b3170235d.png", + "iconUrl": "resources/icons/6d1e3caa-780d-40fd-a045-766b3170235d.png", "contextData": "Math.RoundDownToPrecision", "parameters": null, "itemType": "action", @@ -9364,7 +9364,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.RoundToPrecision", - "iconUrl": "/src/resources/icons/545b02ce-29ed-41bb-9a0e-be46d7dd0b8b.png", + "iconUrl": "resources/icons/545b02ce-29ed-41bb-9a0e-be46d7dd0b8b.png", "contextData": "Math.RoundToPrecision", "parameters": null, "itemType": "action", @@ -9374,7 +9374,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.RoundUpToPrecision", - "iconUrl": "/src/resources/icons/f66a0539-198d-4916-badc-39ea7a8509c1.png", + "iconUrl": "resources/icons/f66a0539-198d-4916-badc-39ea7a8509c1.png", "contextData": "Math.RoundUpToPrecision", "parameters": null, "itemType": "action", @@ -9384,7 +9384,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.ScaleNormalized", - "iconUrl": "/src/resources/icons/fa6109f6-1cb7-4c7e-83d3-8095cbb32170.png", + "iconUrl": "resources/icons/fa6109f6-1cb7-4c7e-83d3-8095cbb32170.png", "contextData": "Math.ScaleNormalized", "parameters": null, "itemType": "action", @@ -9394,7 +9394,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Math.Math.Similar", - "iconUrl": "/src/resources/icons/fdc83553-27d2-4eed-aa05-46fd086458ae.png", + "iconUrl": "resources/icons/fdc83553-27d2-4eed-aa05-46fd086458ae.png", "contextData": "Math.Similar", "parameters": null, "itemType": "action", @@ -9404,7 +9404,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Mesh.Mesh.FaceVertices", - "iconUrl": "/src/resources/icons/21e0126f-dca2-47a0-84f3-b403bc0e6d71.png", + "iconUrl": "resources/icons/21e0126f-dca2-47a0-84f3-b403bc0e6d71.png", "contextData": "Mesh.FaceVertices", "parameters": null, "itemType": "query", @@ -9414,7 +9414,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Mesh.Mesh.IntersectionWithPlane", - "iconUrl": "/src/resources/icons/b922a271-0699-4c95-9f75-2b8e213c169f.png", + "iconUrl": "resources/icons/b922a271-0699-4c95-9f75-2b8e213c169f.png", "contextData": "Mesh.IntersectionWithPlane", "parameters": null, "itemType": "action", @@ -9424,7 +9424,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Normal.CorrectOrientation", - "iconUrl": "/src/resources/icons/2f9c4a7e-aa1d-49da-8132-5fd89adea518.png", + "iconUrl": "resources/icons/2f9c4a7e-aa1d-49da-8132-5fd89adea518.png", "contextData": "Normal.CorrectOrientation", "parameters": null, "itemType": "action", @@ -9434,7 +9434,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Object.Object.Members", - "iconUrl": "/src/resources/icons/02725396-8278-4c8f-8f7c-a79c9c100660.png", + "iconUrl": "resources/icons/02725396-8278-4c8f-8f7c-a79c9c100660.png", "contextData": "Object.Members", "parameters": null, "itemType": "query", @@ -9444,7 +9444,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Object.Object.MembersByName", - "iconUrl": "/src/resources/icons/4054a170-d9fb-4e88-89fb-f4a27b070c81.png", + "iconUrl": "resources/icons/4054a170-d9fb-4e88-89fb-f4a27b070c81.png", "contextData": "Object.MembersByName", "parameters": null, "itemType": "query", @@ -9454,7 +9454,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.OppositeSide.ByLawOfCosines", - "iconUrl": "/src/resources/icons/24ce3de6-4e33-4a82-9627-8c5f7a27a481.png", + "iconUrl": "resources/icons/24ce3de6-4e33-4a82-9627-8c5f7a27a481.png", "contextData": "OppositeSide.ByLawOfCosines", "parameters": null, "itemType": "query", @@ -9464,7 +9464,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.DataPreparation.Paneling.GridFromFace", - "iconUrl": "/src/resources/icons/a276df2e-b669-4145-b656-cf75679a16a0.png", + "iconUrl": "resources/icons/a276df2e-b669-4145-b656-cf75679a16a0.png", "contextData": "Paneling.GridFromFace", "parameters": null, "itemType": "action", @@ -9474,7 +9474,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.Hexagonal", - "iconUrl": "/src/resources/icons/1ceb823d-112e-4125-8a1c-6581b3521924.png", + "iconUrl": "resources/icons/1ceb823d-112e-4125-8a1c-6581b3521924.png", "contextData": "Paneling.Hexagonal", "parameters": null, "itemType": "action", @@ -9484,7 +9484,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.DataPreparation.Paneling.InvertAndMirrorNormalizedValues", - "iconUrl": "/src/resources/icons/ec07b346-3b67-4d48-a6db-00b58ff8407b.png", + "iconUrl": "resources/icons/ec07b346-3b67-4d48-a6db-00b58ff8407b.png", "contextData": "Paneling.InvertAndMirrorNormalizedValues", "parameters": null, "itemType": "action", @@ -9494,7 +9494,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.Quadrilateral", - "iconUrl": "/src/resources/icons/bb451a28-77b5-4e67-b562-0ad960c6abd8.png", + "iconUrl": "resources/icons/bb451a28-77b5-4e67-b562-0ad960c6abd8.png", "contextData": "Paneling.Quadrilateral", "parameters": null, "itemType": "action", @@ -9504,7 +9504,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.Quadrilateral2byX", - "iconUrl": "/src/resources/icons/ef3def2b-faf2-4c28-b35b-6c874c70c1e3.png", + "iconUrl": "resources/icons/ef3def2b-faf2-4c28-b35b-6c874c70c1e3.png", "contextData": "Paneling.Quadrilateral2byX", "parameters": null, "itemType": "action", @@ -9514,7 +9514,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.QuadrilateralAlternatingRows", - "iconUrl": "/src/resources/icons/fd0407c5-5310-4948-8c47-1000933c7fda.png", + "iconUrl": "resources/icons/fd0407c5-5310-4948-8c47-1000933c7fda.png", "contextData": "Paneling.QuadrilateralAlternatingRows", "parameters": null, "itemType": "action", @@ -9524,7 +9524,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.QuadrilateralCheckerboard", - "iconUrl": "/src/resources/icons/d25c3aac-10ba-4a36-bdf0-35f5ffb4dc6f.png", + "iconUrl": "resources/icons/d25c3aac-10ba-4a36-bdf0-35f5ffb4dc6f.png", "contextData": "Paneling.QuadrilateralCheckerboard", "parameters": null, "itemType": "action", @@ -9534,7 +9534,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Paneling.Patterns.Paneling.TriangularFlatDiagonal", - "iconUrl": "/src/resources/icons/421a9b3c-0d0b-4033-8002-3de504542a37.png", + "iconUrl": "resources/icons/421a9b3c-0d0b-4033-8002-3de504542a37.png", "contextData": "Paneling.TriangularFlatDiagonal", "parameters": null, "itemType": "action", @@ -9544,7 +9544,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Part.Part.SourceElement", - "iconUrl": "/src/resources/icons/52a33330-be8f-4f58-8dd7-f556735c2176.png", + "iconUrl": "resources/icons/52a33330-be8f-4f58-8dd7-f556735c2176.png", "contextData": "Part.SourceElement", "parameters": null, "itemType": "query", @@ -9554,7 +9554,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Sequence.Passthrough", - "iconUrl": "/src/resources/icons/ecce77dc-1290-438e-a056-970b256fd553.png", + "iconUrl": "resources/icons/ecce77dc-1290-438e-a056-970b256fd553.png", "contextData": "Passthrough", "parameters": null, "itemType": "query", @@ -9564,7 +9564,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Graphs.PathGraph.AllPaths", - "iconUrl": "/src/resources/icons/d999fe4a-b7e7-4c74-8184-19f824d6b487.png", + "iconUrl": "resources/icons/d999fe4a-b7e7-4c74-8184-19f824d6b487.png", "contextData": "PathGraph.AllPaths", "parameters": null, "itemType": "query", @@ -9574,7 +9574,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Graphs.PathGraph.ByPairs", - "iconUrl": "/src/resources/icons/e671caea-80d8-4245-8bf3-72144e19e559.png", + "iconUrl": "resources/icons/e671caea-80d8-4245-8bf3-72144e19e559.png", "contextData": "PathGraph.ByPairs", "parameters": null, "itemType": "create", @@ -9584,7 +9584,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Graphs.PathGraph.ShortestPath", - "iconUrl": "/src/resources/icons/24d4b1c8-ad48-4f6f-939d-a6d4e0d25a0c.png", + "iconUrl": "resources/icons/24d4b1c8-ad48-4f6f-939d-a6d4e0d25a0c.png", "contextData": "PathGraph.ShortestPath", "parameters": null, "itemType": "query", @@ -9594,7 +9594,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.PerspectiveView.PerspectiveView.OrientToEyeAndTargetPosition", - "iconUrl": "/src/resources/icons/161bade3-e592-4aff-a1f7-0a49f2f92bab.png", + "iconUrl": "resources/icons/161bade3-e592-4aff-a1f7-0a49f2f92bab.png", "contextData": "PerspectiveView.OrientToEyeAndTargetPosition", "parameters": null, "itemType": "action", @@ -9604,7 +9604,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.Sheet.PlaceholderSheet.ByNumberAndName", - "iconUrl": "/src/resources/icons/70293749-be2a-4aba-8bb1-9c0d863c3ccb.png", + "iconUrl": "resources/icons/70293749-be2a-4aba-8bb1-9c0d863c3ccb.png", "contextData": "PlaceholderSheet.ByNumberAndName", "parameters": null, "itemType": "create", @@ -9614,7 +9614,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Plane.Plane.ByBestFitFromFace", - "iconUrl": "/src/resources/icons/31a34783-93cd-4d65-8500-66885bf5a65b.png", + "iconUrl": "resources/icons/31a34783-93cd-4d65-8500-66885bf5a65b.png", "contextData": "Plane.ByBestFitFromFace", "parameters": null, "itemType": "create", @@ -9624,7 +9624,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Plane.Plane.ByFirst3Points", - "iconUrl": "/src/resources/icons/7ac4f102-aa4a-4c97-b637-18e158f79348.png", + "iconUrl": "resources/icons/7ac4f102-aa4a-4c97-b637-18e158f79348.png", "contextData": "Plane.ByFirst3Points", "parameters": null, "itemType": "create", @@ -9634,7 +9634,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.Average", - "iconUrl": "/src/resources/icons/eef82f03-2a97-41cd-986a-0ce973604ab8.png", + "iconUrl": "resources/icons/eef82f03-2a97-41cd-986a-0ce973604ab8.png", "contextData": "Point.Average", "parameters": null, "itemType": "query", @@ -9644,7 +9644,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.CentralProjectionOnFace", - "iconUrl": "/src/resources/icons/4776f465-5705-4468-84f1-ab1f2636918a.png", + "iconUrl": "resources/icons/4776f465-5705-4468-84f1-ab1f2636918a.png", "contextData": "Point.CentralProjectionOnFace", "parameters": null, "itemType": "action", @@ -9654,7 +9654,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.CentralProjectionOnPlane", - "iconUrl": "/src/resources/icons/daf47583-cecf-48ec-accb-07285910c21b.png", + "iconUrl": "resources/icons/daf47583-cecf-48ec-accb-07285910c21b.png", "contextData": "Point.CentralProjectionOnPlane", "parameters": null, "itemType": "action", @@ -9664,7 +9664,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.IsOutOfPlane", - "iconUrl": "/src/resources/icons/58877b64-70c3-4558-aa86-377d2017633d.png", + "iconUrl": "resources/icons/58877b64-70c3-4558-aa86-377d2017633d.png", "contextData": "Point.IsOutOfPlane", "parameters": null, "itemType": "query", @@ -9674,7 +9674,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.RoundDownToPrecision", - "iconUrl": "/src/resources/icons/5ce3f172-9e4f-4ad3-8bff-b3c2f68fd3cf.png", + "iconUrl": "resources/icons/5ce3f172-9e4f-4ad3-8bff-b3c2f68fd3cf.png", "contextData": "Point.RoundDownToPrecision", "parameters": null, "itemType": "action", @@ -9684,7 +9684,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.RoundToPrecision", - "iconUrl": "/src/resources/icons/cf864ce9-f8a3-4f96-b78d-967eb78c4973.png", + "iconUrl": "resources/icons/cf864ce9-f8a3-4f96-b78d-967eb78c4973.png", "contextData": "Point.RoundToPrecision", "parameters": null, "itemType": "action", @@ -9694,7 +9694,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Point.Point.RoundUpToPrecision", - "iconUrl": "/src/resources/icons/aabdff5d-fc69-46d7-9e81-d826dd1d6649.png", + "iconUrl": "resources/icons/aabdff5d-fc69-46d7-9e81-d826dd1d6649.png", "contextData": "Point.RoundUpToPrecision", "parameters": null, "itemType": "action", @@ -9704,7 +9704,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.PointSequence.PointSequence.AccumulatedDistance", - "iconUrl": "/src/resources/icons/98fccb9e-5be2-4adf-99c9-463b5efa0fcc.png", + "iconUrl": "resources/icons/98fccb9e-5be2-4adf-99c9-463b5efa0fcc.png", "contextData": "PointSequence.AccumulatedDistance", "parameters": null, "itemType": "query", @@ -9714,7 +9714,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.PointSequence.PointSequence.ContainsOutOfPlanePoints", - "iconUrl": "/src/resources/icons/3359cf7a-9ae1-4ccb-b8e2-ec5aad64d775.png", + "iconUrl": "resources/icons/3359cf7a-9ae1-4ccb-b8e2-ec5aad64d775.png", "contextData": "PointSequence.ContainsOutOfPlanePoints", "parameters": null, "itemType": "query", @@ -9724,7 +9724,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.PointSequence.PointSequence.GreatestDistanceToPoint", - "iconUrl": "/src/resources/icons/964dd9d2-e196-41b2-9e2d-8e0548d794eb.png", + "iconUrl": "resources/icons/964dd9d2-e196-41b2-9e2d-8e0548d794eb.png", "contextData": "PointSequence.GreatestDistanceToPoint", "parameters": null, "itemType": "query", @@ -9734,7 +9734,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.PointSequence.PointSequences.ShortestPath", - "iconUrl": "/src/resources/icons/c42b6664-79c3-4ee1-9ec4-aa849b27c75c.png", + "iconUrl": "resources/icons/c42b6664-79c3-4ee1-9ec4-aa849b27c75c.png", "contextData": "PointSequences.ShortestPath", "parameters": null, "itemType": "query", @@ -9744,7 +9744,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Logic.ReturnListOrSingleValue", - "iconUrl": "/src/resources/icons/44ac4888-4aa4-49a9-9344-23b729c11df9.png", + "iconUrl": "resources/icons/44ac4888-4aa4-49a9-9344-23b729c11df9.png", "contextData": "ReturnListOrSingleValue", "parameters": null, "itemType": "action", @@ -9754,7 +9754,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.RevisionCloud.RevisionCloud.FromCurves", - "iconUrl": "/src/resources/icons/8d97b56c-955e-424b-9263-71f4cc784cc4.png", + "iconUrl": "resources/icons/8d97b56c-955e-424b-9263-71f4cc784cc4.png", "contextData": "RevisionCloud.FromCurves", "parameters": null, "itemType": "create", @@ -9764,7 +9764,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.RevisionCloud.RevisionCloud.FromElements", - "iconUrl": "/src/resources/icons/9bca3df8-d779-4ff7-aee5-e53ce301229b.png", + "iconUrl": "resources/icons/9bca3df8-d779-4ff7-aee5-e53ce301229b.png", "contextData": "RevisionCloud.FromElements", "parameters": null, "itemType": "create", @@ -9774,7 +9774,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.BoundingBox.RevitBoundingBox.FromDynamoBoundingBox", - "iconUrl": "/src/resources/icons/de89b4c8-ede5-4ecb-bb7f-25a5605b2e6f.png", + "iconUrl": "resources/icons/de89b4c8-ede5-4ecb-bb7f-25a5605b2e6f.png", "contextData": "RevitBoundingBox.FromDynamoBoundingBox", "parameters": null, "itemType": "create", @@ -9784,7 +9784,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Color.RevitColor.FromDynamoColor", - "iconUrl": "/src/resources/icons/7bb9dc5b-48c9-4a5a-a6bb-96c97a3f91e4.png", + "iconUrl": "resources/icons/7bb9dc5b-48c9-4a5a-a6bb-96c97a3f91e4.png", "contextData": "RevitColor.FromDynamoColor", "parameters": null, "itemType": "create", @@ -9794,7 +9794,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Color.RevitColor.ToDynamoColor", - "iconUrl": "/src/resources/icons/e70501a3-f931-4528-a406-cf38e75be6af.png", + "iconUrl": "resources/icons/e70501a3-f931-4528-a406-cf38e75be6af.png", "contextData": "RevitColor.ToDynamoColor", "parameters": null, "itemType": "query", @@ -9804,7 +9804,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByFace.RevitFace.FromDynamoSurface", - "iconUrl": "/src/resources/icons/a7de9fe1-e4e2-4dcf-929c-570fcf9947bf.png", + "iconUrl": "resources/icons/a7de9fe1-e4e2-4dcf-929c-570fcf9947bf.png", "contextData": "RevitFace.FromDynamoSurface", "parameters": null, "itemType": "action", @@ -9814,7 +9814,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.ByFace.RevitFaceReference.FromDynamoSurface", - "iconUrl": "/src/resources/icons/3204925d-0493-4b8b-b42b-fb0d8041837b.png", + "iconUrl": "resources/icons/3204925d-0493-4b8b-b42b-fb0d8041837b.png", "contextData": "RevitFaceReference.FromDynamoSurface", "parameters": null, "itemType": "action", @@ -9824,7 +9824,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.UV.RevitUV.ToDynamoUV", - "iconUrl": "/src/resources/icons/5b7a7da0-f3cb-4c81-9245-0277d1d81cd9.png", + "iconUrl": "resources/icons/5b7a7da0-f3cb-4c81-9245-0277d1d81cd9.png", "contextData": "RevitUV.ToDynamoUV", "parameters": null, "itemType": "query", @@ -9834,7 +9834,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Roof.Roof.CreationMethod", - "iconUrl": "/src/resources/icons/4b33f269-13d6-418d-bc2a-5be83f3bd85c.png", + "iconUrl": "resources/icons/4b33f269-13d6-418d-bc2a-5be83f3bd85c.png", "contextData": "Roof.CreationMethod", "parameters": null, "itemType": "query", @@ -9844,7 +9844,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Roof.Roof.Kind", - "iconUrl": "/src/resources/icons/4d3d6106-8c84-4d80-aa4c-4ef91744e3c4.png", + "iconUrl": "resources/icons/4d3d6106-8c84-4d80-aa4c-4ef91744e3c4.png", "contextData": "Roof.Kind", "parameters": null, "itemType": "query", @@ -9854,7 +9854,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Roof.Roof.SlabShapeByPoints", - "iconUrl": "/src/resources/icons/d145e1db-d069-452f-b46d-7ad9b0fd906d.png", + "iconUrl": "resources/icons/d145e1db-d069-452f-b46d-7ad9b0fd906d.png", "contextData": "Roof.SlabShapeByPoints", "parameters": null, "itemType": "action", @@ -9864,7 +9864,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Roof.Roof.SlabShapeHasBeenModified", - "iconUrl": "/src/resources/icons/5522a73c-f9bd-45b1-a63b-5c2262fe1f98.png", + "iconUrl": "resources/icons/5522a73c-f9bd-45b1-a63b-5c2262fe1f98.png", "contextData": "Roof.SlabShapeHasBeenModified", "parameters": null, "itemType": "query", @@ -9874,7 +9874,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Selection.Miscellaneous.Room.AtPointInPhase", - "iconUrl": "/src/resources/icons/c213be6e-2a54-4f51-acf7-60cefb6adfbd.png", + "iconUrl": "resources/icons/c213be6e-2a54-4f51-acf7-60cefb6adfbd.png", "contextData": "Room.AtPointInPhase", "parameters": null, "itemType": "action", @@ -9884,7 +9884,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.Boundaries", - "iconUrl": "/src/resources/icons/fb07f5d8-94b8-4985-bf2f-a54fe832aa66.png", + "iconUrl": "resources/icons/fb07f5d8-94b8-4985-bf2f-a54fe832aa66.png", "contextData": "Room.Boundaries", "parameters": null, "itemType": "query", @@ -9894,7 +9894,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.Doors", - "iconUrl": "/src/resources/icons/17fade58-3be2-4ff9-86c8-503f5e4a1cba.png", + "iconUrl": "resources/icons/17fade58-3be2-4ff9-86c8-503f5e4a1cba.png", "contextData": "Room.Doors", "parameters": null, "itemType": "query", @@ -9904,7 +9904,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.InsertsOfBoundaries", - "iconUrl": "/src/resources/icons/e6a6459c-1fb1-49c3-a2f0-774b9a9693ac.png", + "iconUrl": "resources/icons/e6a6459c-1fb1-49c3-a2f0-774b9a9693ac.png", "contextData": "Room.InsertsOfBoundaries", "parameters": null, "itemType": "query", @@ -9914,7 +9914,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.InsertsOfBoundariesByCategory", - "iconUrl": "/src/resources/icons/d0957cd8-63a4-4d48-a34c-8c64438b01ed.png", + "iconUrl": "resources/icons/d0957cd8-63a4-4d48-a34c-8c64438b01ed.png", "contextData": "Room.InsertsOfBoundariesByCategory", "parameters": null, "itemType": "query", @@ -9924,7 +9924,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.IsPointInside", - "iconUrl": "/src/resources/icons/46d97eca-f979-492a-bb58-8545a2425e6f.png", + "iconUrl": "resources/icons/46d97eca-f979-492a-bb58-8545a2425e6f.png", "contextData": "Room.IsPointInside", "parameters": null, "itemType": "query", @@ -9934,7 +9934,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.IsUnbounded", - "iconUrl": "/src/resources/icons/8ef2655c-a185-4681-8bc1-4b21e8e26b9e.png", + "iconUrl": "resources/icons/8ef2655c-a185-4681-8bc1-4b21e8e26b9e.png", "contextData": "Room.IsUnbounded", "parameters": null, "itemType": "query", @@ -9944,7 +9944,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.UnplacedByNameAndNumber", - "iconUrl": "/src/resources/icons/38c9ff3a-849f-4bd4-b12a-e9d69939f3e3.png", + "iconUrl": "resources/icons/38c9ff3a-849f-4bd4-b12a-e9d69939f3e3.png", "contextData": "Room.UnplacedByNameAndNumber", "parameters": null, "itemType": "create", @@ -9954,7 +9954,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.Room.Windows", - "iconUrl": "/src/resources/icons/4ff5c4da-5bce-4ba7-b580-b6a039642355.png", + "iconUrl": "resources/icons/4ff5c4da-5bce-4ba7-b580-b6a039642355.png", "contextData": "Room.Windows", "parameters": null, "itemType": "query", @@ -9964,7 +9964,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.ModelCurve.RoomSeparator.FromCurve", - "iconUrl": "/src/resources/icons/c68c0799-65c3-42f4-b8ba-93a248013d35.png", + "iconUrl": "resources/icons/c68c0799-65c3-42f4-b8ba-93a248013d35.png", "contextData": "RoomSeparator.FromCurve", "parameters": null, "itemType": "create", @@ -9974,7 +9974,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Room.RoomSequence.ToDoorSequence", - "iconUrl": "/src/resources/icons/4f1dd3e0-da47-4408-a2a6-cb73d75bd592.png", + "iconUrl": "resources/icons/4f1dd3e0-da47-4408-a2a6-cb73d75bd592.png", "contextData": "RoomSequence.ToDoorSequence", "parameters": null, "itemType": "query", @@ -9984,7 +9984,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.RoomTag.RoomTag.Room", - "iconUrl": "/src/resources/icons/6367a8db-eab0-4473-8672-df51384ed1f8.png", + "iconUrl": "resources/icons/6367a8db-eab0-4473-8672-df51384ed1f8.png", "contextData": "RoomTag.Room", "parameters": null, "itemType": "query", @@ -9994,7 +9994,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.RoomTag.RoomTag.SetType", - "iconUrl": "/src/resources/icons/05e9ff72-83b8-4185-a49e-957ba7a467c9.png", + "iconUrl": "resources/icons/05e9ff72-83b8-4185-a49e-957ba7a467c9.png", "contextData": "RoomTag.SetType", "parameters": null, "itemType": "action", @@ -10004,7 +10004,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.SelectionSet.SelectionSet.ByElements", - "iconUrl": "/src/resources/icons/abdd4174-8c8f-45ae-90a4-ffa3b369941b.png", + "iconUrl": "resources/icons/abdd4174-8c8f-45ae-90a4-ffa3b369941b.png", "contextData": "SelectionSet.ByElements", "parameters": null, "itemType": "create", @@ -10014,7 +10014,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.SelectionSet.SelectionSet.Elements", - "iconUrl": "/src/resources/icons/900424ab-ac1c-4477-8c82-4730ff421744.png", + "iconUrl": "resources/icons/900424ab-ac1c-4477-8c82-4730ff421744.png", "contextData": "SelectionSet.Elements", "parameters": null, "itemType": "query", @@ -10024,7 +10024,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.Sheet.Sheet.Scale", - "iconUrl": "/src/resources/icons/8c654827-10c6-4a97-9dca-21b33785ca68.png", + "iconUrl": "resources/icons/8c654827-10c6-4a97-9dca-21b33785ca68.png", "contextData": "Sheet.Scale", "parameters": null, "itemType": "query", @@ -10034,7 +10034,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.Sheet.Sheet.Schedules", - "iconUrl": "/src/resources/icons/97f595e2-9f25-45b2-8ed9-9ad33e80c7df.png", + "iconUrl": "resources/icons/97f595e2-9f25-45b2-8ed9-9ad33e80c7df.png", "contextData": "Sheet.Schedules", "parameters": null, "itemType": "query", @@ -10044,7 +10044,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Side.ByLawOfSines", - "iconUrl": "/src/resources/icons/0784f3f3-1145-415e-a5cf-74e394fbe876.png", + "iconUrl": "resources/icons/0784f3f3-1145-415e-a5cf-74e394fbe876.png", "contextData": "Side.ByLawOfSines", "parameters": null, "itemType": "query", @@ -10054,7 +10054,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.ModelCurve.SpaceSeparator.FromCurve", - "iconUrl": "/src/resources/icons/542e1898-3720-46de-bb65-3892df0cdece.png", + "iconUrl": "resources/icons/542e1898-3720-46de-bb65-3892df0cdece.png", "contextData": "SpaceSeparator.FromCurve", "parameters": null, "itemType": "create", @@ -10064,7 +10064,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.AlphanumericToMorse", - "iconUrl": "/src/resources/icons/d5626bde-2cef-42ec-9e2b-1a709130bf97.png", + "iconUrl": "resources/icons/d5626bde-2cef-42ec-9e2b-1a709130bf97.png", "contextData": "String.AlphanumericToMorse", "parameters": null, "itemType": "action", @@ -10074,7 +10074,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.BinaryToDecimal", - "iconUrl": "/src/resources/icons/16621b74-1cc2-4603-aff4-a4e7186cbf2a.png", + "iconUrl": "resources/icons/16621b74-1cc2-4603-aff4-a4e7186cbf2a.png", "contextData": "String.BinaryToDecimal", "parameters": null, "itemType": "action", @@ -10084,7 +10084,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.FindRegularExpression", - "iconUrl": "/src/resources/icons/1e3782ea-739f-4011-b8a3-0df1ade1e5a1.png", + "iconUrl": "resources/icons/1e3782ea-739f-4011-b8a3-0df1ade1e5a1.png", "contextData": "String.FindRegularExpression", "parameters": null, "itemType": "action", @@ -10094,7 +10094,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.HexToDecimal", - "iconUrl": "/src/resources/icons/f28887e5-7d34-4a96-8c67-b4ef8c05ac4a.png", + "iconUrl": "resources/icons/f28887e5-7d34-4a96-8c67-b4ef8c05ac4a.png", "contextData": "String.HexToDecimal", "parameters": null, "itemType": "action", @@ -10104,7 +10104,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.MatchRegularExpression", - "iconUrl": "/src/resources/icons/f7ef95e1-3082-4cda-a204-a35fd8dc81ed.png", + "iconUrl": "resources/icons/f7ef95e1-3082-4cda-a204-a35fd8dc81ed.png", "contextData": "String.MatchRegularExpression", "parameters": null, "itemType": "action", @@ -10114,7 +10114,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.MorseToAlphanumeric", - "iconUrl": "/src/resources/icons/7e1fb75b-8dc1-461b-a656-449322500ad9.png", + "iconUrl": "resources/icons/7e1fb75b-8dc1-461b-a656-449322500ad9.png", "contextData": "String.MorseToAlphanumeric", "parameters": null, "itemType": "action", @@ -10124,7 +10124,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.ReplaceRegularExpression", - "iconUrl": "/src/resources/icons/c7383e46-3412-4dec-9194-831d1dc98e50.png", + "iconUrl": "resources/icons/c7383e46-3412-4dec-9194-831d1dc98e50.png", "contextData": "String.ReplaceRegularExpression", "parameters": null, "itemType": "action", @@ -10134,7 +10134,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.String.SplitByRegularExpression", - "iconUrl": "/src/resources/icons/0c21d4de-02d3-4a62-a552-2c16d3599fed.png", + "iconUrl": "resources/icons/0c21d4de-02d3-4a62-a552-2c16d3599fed.png", "contextData": "String.SplitByRegularExpression", "parameters": null, "itemType": "action", @@ -10144,7 +10144,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.StructuralFoundation.StructuralFoundation.Kind", - "iconUrl": "/src/resources/icons/d5161b7e-e683-4bd1-8c12-661ea55cf56d.png", + "iconUrl": "resources/icons/d5161b7e-e683-4bd1-8c12-661ea55cf56d.png", "contextData": "StructuralFoundation.Kind", "parameters": null, "itemType": "query", @@ -10154,7 +10154,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Subcategory.Subcategory.ByName", - "iconUrl": "/src/resources/icons/c228eea3-78a1-4aca-8fab-8678c97f17c0.png", + "iconUrl": "resources/icons/c228eea3-78a1-4aca-8fab-8678c97f17c0.png", "contextData": "Subcategory.ByName", "parameters": null, "itemType": "create", @@ -10164,7 +10164,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Surface.Surface.FilterByOrientation", - "iconUrl": "/src/resources/icons/3325a597-4c74-4292-9152-66b7177b27f1.png", + "iconUrl": "resources/icons/3325a597-4c74-4292-9152-66b7177b27f1.png", "contextData": "Surface.FilterByOrientation", "parameters": null, "itemType": "action", @@ -10174,7 +10174,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Surface.Surface.IsPlanar", - "iconUrl": "/src/resources/icons/46994f63-dd0a-470b-871a-8a2941f6d003.png", + "iconUrl": "resources/icons/46994f63-dd0a-470b-871a-8a2941f6d003.png", "contextData": "Surface.IsPlanar", "parameters": null, "itemType": "query", @@ -10184,7 +10184,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Logic.Switch", - "iconUrl": "/src/resources/icons/e5fed240-9572-4a67-985d-d8961d73d7b6.png", + "iconUrl": "resources/icons/e5fed240-9572-4a67-985d-d8961d73d7b6.png", "contextData": "Switch", "parameters": null, "itemType": "action", @@ -10194,7 +10194,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Bottom", - "iconUrl": "/src/resources/icons/b0bfac62-4fe8-43a1-80f7-5162807bf73a.png", + "iconUrl": "resources/icons/b0bfac62-4fe8-43a1-80f7-5162807bf73a.png", "contextData": "TextAlignFlags.Bottom", "parameters": null, "itemType": "query", @@ -10204,7 +10204,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Center", - "iconUrl": "/src/resources/icons/6154388a-99da-42fe-b1d0-b3451e47148f.png", + "iconUrl": "resources/icons/6154388a-99da-42fe-b1d0-b3451e47148f.png", "contextData": "TextAlignFlags.Center", "parameters": null, "itemType": "query", @@ -10214,7 +10214,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Left", - "iconUrl": "/src/resources/icons/03e2f3cc-ac1f-474d-bf09-4d816d51af3c.png", + "iconUrl": "resources/icons/03e2f3cc-ac1f-474d-bf09-4d816d51af3c.png", "contextData": "TextAlignFlags.Left", "parameters": null, "itemType": "query", @@ -10224,7 +10224,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Middle", - "iconUrl": "/src/resources/icons/f42810d1-8fed-4afd-8358-e87e52b52724.png", + "iconUrl": "resources/icons/f42810d1-8fed-4afd-8358-e87e52b52724.png", "contextData": "TextAlignFlags.Middle", "parameters": null, "itemType": "query", @@ -10234,7 +10234,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Right", - "iconUrl": "/src/resources/icons/8f7efe07-a4c9-425b-aaec-b3b12f9bfd04.png", + "iconUrl": "resources/icons/8f7efe07-a4c9-425b-aaec-b3b12f9bfd04.png", "contextData": "TextAlignFlags.Right", "parameters": null, "itemType": "query", @@ -10244,7 +10244,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextAlignFlags.TextAlignFlags.Top", - "iconUrl": "/src/resources/icons/f46b7ba2-2b40-43ca-b99c-3c82f32d4815.png", + "iconUrl": "resources/icons/f46b7ba2-2b40-43ca-b99c-3c82f32d4815.png", "contextData": "TextAlignFlags.Top", "parameters": null, "itemType": "query", @@ -10254,7 +10254,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextElement.TextElement.SetText", - "iconUrl": "/src/resources/icons/1558d2b8-dbbe-41bd-bf31-86e43a386e71.png", + "iconUrl": "resources/icons/1558d2b8-dbbe-41bd-bf31-86e43a386e71.png", "contextData": "TextElement.SetText", "parameters": null, "itemType": "action", @@ -10264,7 +10264,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextElement.TextElement.Text", - "iconUrl": "/src/resources/icons/8dc3f89c-fb9a-45b4-925a-3bc09519a449.png", + "iconUrl": "resources/icons/8dc3f89c-fb9a-45b4-925a-3bc09519a449.png", "contextData": "TextElement.Text", "parameters": null, "itemType": "query", @@ -10274,7 +10274,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.TextNote.TextNote.ByStringAndPosition", - "iconUrl": "/src/resources/icons/d178453b-addb-4f7e-b18c-5c9cb149a711.png", + "iconUrl": "resources/icons/d178453b-addb-4f7e-b18c-5c9cb149a711.png", "contextData": "TextNote.ByStringAndPosition", "parameters": null, "itemType": "create", @@ -10284,7 +10284,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.ThirdXYZAxis.ByTwoVectors", - "iconUrl": "/src/resources/icons/5198dae0-99e0-4340-a90c-7b360c03798f.png", + "iconUrl": "resources/icons/5198dae0-99e0-4340-a90c-7b360c03798f.png", "contextData": "ThirdXYZAxis.ByTwoVectors", "parameters": null, "itemType": "create", @@ -10294,7 +10294,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Time.Time.EvaluateLapTimes", - "iconUrl": "/src/resources/icons/2a037482-dfcc-4aaa-98eb-32532b5f00b2.png", + "iconUrl": "resources/icons/2a037482-dfcc-4aaa-98eb-32532b5f00b2.png", "contextData": "Time.EvaluateLapTimes", "parameters": null, "itemType": "query", @@ -10304,7 +10304,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Time.Time.LapTime", - "iconUrl": "/src/resources/icons/d25d032c-d9ea-4616-a296-a32830033b63.png", + "iconUrl": "resources/icons/d25d032c-d9ea-4616-a296-a32830033b63.png", "contextData": "Time.LapTime", "parameters": null, "itemType": "query", @@ -10314,7 +10314,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Topography.Topography.IntersectionWithPlane", - "iconUrl": "/src/resources/icons/777672d3-73cb-44ab-9c7e-0f0d82f9c236.png", + "iconUrl": "resources/icons/777672d3-73cb-44ab-9c7e-0f0d82f9c236.png", "contextData": "Topography.IntersectionWithPlane", "parameters": null, "itemType": "action", @@ -10324,7 +10324,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Topography.Topography.IsSubregion", - "iconUrl": "/src/resources/icons/b88927ec-fb92-40c7-a33e-d16be99809c7.png", + "iconUrl": "resources/icons/b88927ec-fb92-40c7-a33e-d16be99809c7.png", "contextData": "Topography.IsSubregion", "parameters": null, "itemType": "query", @@ -10334,7 +10334,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.Formulas.Triangle.SolveByPoints", - "iconUrl": "/src/resources/icons/7c73973e-3dd2-44ae-8fb5-3bc63c6c2edf.png", + "iconUrl": "resources/icons/7c73973e-3dd2-44ae-8fb5-3bc63c6c2edf.png", "contextData": "Triangle.SolveByPoints", "parameters": null, "itemType": "query", @@ -10344,7 +10344,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.List.TurnIntoList", - "iconUrl": "/src/resources/icons/cd09ad33-8c34-4850-ac26-24448d92c38f.png", + "iconUrl": "resources/icons/cd09ad33-8c34-4850-ac26-24448d92c38f.png", "contextData": "TurnIntoList", "parameters": null, "itemType": "create", @@ -10354,7 +10354,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.UnitType.UnitType.DisplayUnitType", - "iconUrl": "/src/resources/icons/896ba009-854c-4290-bd05-42c87ddcdb7c.png", + "iconUrl": "resources/icons/896ba009-854c-4290-bd05-42c87ddcdb7c.png", "contextData": "UnitType.DisplayUnitType", "parameters": null, "itemType": "query", @@ -10364,7 +10364,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.Average", - "iconUrl": "/src/resources/icons/44a299b9-c8c8-4884-984a-d4916ff52c7d.png", + "iconUrl": "resources/icons/44a299b9-c8c8-4884-984a-d4916ff52c7d.png", "contextData": "UV.Average", "parameters": null, "itemType": "query", @@ -10374,7 +10374,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.ByXY", - "iconUrl": "/src/resources/icons/299c468e-2730-42d1-86a8-9d887b854a41.png", + "iconUrl": "resources/icons/299c468e-2730-42d1-86a8-9d887b854a41.png", "contextData": "UV.ByXY", "parameters": null, "itemType": "create", @@ -10384,7 +10384,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.ConvexHull2D", - "iconUrl": "/src/resources/icons/134846f2-02c9-40ce-8852-8d3146d8cc20.png", + "iconUrl": "resources/icons/134846f2-02c9-40ce-8852-8d3146d8cc20.png", "contextData": "UV.ConvexHull2D", "parameters": null, "itemType": "action", @@ -10394,7 +10394,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.IsInsidePolygon", - "iconUrl": "/src/resources/icons/181866de-6814-4c18-b1bf-c3d316313933.png", + "iconUrl": "resources/icons/181866de-6814-4c18-b1bf-c3d316313933.png", "contextData": "UV.IsInsidePolygon", "parameters": null, "itemType": "query", @@ -10404,7 +10404,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.PruneDuplicates", - "iconUrl": "/src/resources/icons/dda5690a-737b-4771-9e71-9f685bd47e8f.png", + "iconUrl": "resources/icons/dda5690a-737b-4771-9e71-9f685bd47e8f.png", "contextData": "UV.PruneDuplicates", "parameters": null, "itemType": "action", @@ -10414,7 +10414,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.RoundDownToPrecision", - "iconUrl": "/src/resources/icons/78f6e079-065d-4551-8bac-25631bf471d8.png", + "iconUrl": "resources/icons/78f6e079-065d-4551-8bac-25631bf471d8.png", "contextData": "UV.RoundDownToPrecision", "parameters": null, "itemType": "action", @@ -10424,7 +10424,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.RoundToPrecision", - "iconUrl": "/src/resources/icons/381be555-ea6f-43ea-aeff-6d8e44ac97d1.png", + "iconUrl": "resources/icons/381be555-ea6f-43ea-aeff-6d8e44ac97d1.png", "contextData": "UV.RoundToPrecision", "parameters": null, "itemType": "action", @@ -10434,7 +10434,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.RoundUpToPrecision", - "iconUrl": "/src/resources/icons/62b9954c-bb3a-4e9d-8bc4-184119390b61.png", + "iconUrl": "resources/icons/62b9954c-bb3a-4e9d-8bc4-184119390b61.png", "contextData": "UV.RoundUpToPrecision", "parameters": null, "itemType": "action", @@ -10444,7 +10444,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.UV.UV.Swap", - "iconUrl": "/src/resources/icons/9649e169-46df-46cd-8724-98b27135a6f0.png", + "iconUrl": "resources/icons/9649e169-46df-46cd-8724-98b27135a6f0.png", "contextData": "UV.Swap", "parameters": null, "itemType": "action", @@ -10454,7 +10454,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.AltitudeAndAzimuth", - "iconUrl": "/src/resources/icons/1e4729d4-4868-4859-94df-65d0eb8a1eea.png", + "iconUrl": "resources/icons/1e4729d4-4868-4859-94df-65d0eb8a1eea.png", "contextData": "Vector.AltitudeAndAzimuth", "parameters": null, "itemType": "query", @@ -10464,7 +10464,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.Average", - "iconUrl": "/src/resources/icons/c408c692-fddb-49b2-a941-601cf1023844.png", + "iconUrl": "resources/icons/c408c692-fddb-49b2-a941-601cf1023844.png", "contextData": "Vector.Average", "parameters": null, "itemType": "query", @@ -10474,7 +10474,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.IntersectionWithPlane", - "iconUrl": "/src/resources/icons/3c082b0b-3bf7-434c-8101-abdb981b5992.png", + "iconUrl": "resources/icons/3c082b0b-3bf7-434c-8101-abdb981b5992.png", "contextData": "Vector.IntersectionWithPlane", "parameters": null, "itemType": "action", @@ -10484,7 +10484,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.IntersectionWithVector", - "iconUrl": "/src/resources/icons/fda2ac23-82d4-43fe-9138-75255506e53e.png", + "iconUrl": "resources/icons/fda2ac23-82d4-43fe-9138-75255506e53e.png", "contextData": "Vector.IntersectionWithVector", "parameters": null, "itemType": "action", @@ -10494,7 +10494,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.IsInPlane", - "iconUrl": "/src/resources/icons/b6caa664-70fd-4e55-89fa-a039f68c40d6.png", + "iconUrl": "resources/icons/b6caa664-70fd-4e55-89fa-a039f68c40d6.png", "contextData": "Vector.IsInPlane", "parameters": null, "itemType": "query", @@ -10504,7 +10504,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.IsOrthogonalToVector", - "iconUrl": "/src/resources/icons/12742951-3409-493f-9e42-e63c58812b5a.png", + "iconUrl": "resources/icons/12742951-3409-493f-9e42-e63c58812b5a.png", "contextData": "Vector.IsOrthogonalToVector", "parameters": null, "itemType": "query", @@ -10514,7 +10514,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.IsParallelToPlane", - "iconUrl": "/src/resources/icons/3b14a7c8-036c-42ed-afe1-a5cb05df285d.png", + "iconUrl": "resources/icons/3b14a7c8-036c-42ed-afe1-a5cb05df285d.png", "contextData": "Vector.IsParallelToPlane", "parameters": null, "itemType": "query", @@ -10524,7 +10524,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.PruneDuplicates", - "iconUrl": "/src/resources/icons/116d8225-b55f-4667-8a93-47863d4ed7a8.png", + "iconUrl": "resources/icons/116d8225-b55f-4667-8a93-47863d4ed7a8.png", "contextData": "Vector.PruneDuplicates", "parameters": null, "itemType": "action", @@ -10534,7 +10534,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.XAxisNegative", - "iconUrl": "/src/resources/icons/d7173a2c-acdd-452e-acb6-3bd0e12c9037.png", + "iconUrl": "resources/icons/d7173a2c-acdd-452e-acb6-3bd0e12c9037.png", "contextData": "Vector.XAxisNegative", "parameters": null, "itemType": "create", @@ -10544,7 +10544,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.YAxisNegative", - "iconUrl": "/src/resources/icons/b88792f7-0b64-420d-81ca-43a08eb57bb4.png", + "iconUrl": "resources/icons/b88792f7-0b64-420d-81ca-43a08eb57bb4.png", "contextData": "Vector.YAxisNegative", "parameters": null, "itemType": "create", @@ -10554,7 +10554,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.Vector.ZAxisNegative", - "iconUrl": "/src/resources/icons/4cb9a1f2-5c84-47cf-b976-28b92bd7f882.png", + "iconUrl": "resources/icons/4cb9a1f2-5c84-47cf-b976-28b92bd7f882.png", "contextData": "Vector.ZAxisNegative", "parameters": null, "itemType": "create", @@ -10564,7 +10564,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Core.String.VersionNumber.ToInteger", - "iconUrl": "/src/resources/icons/f6432360-b03f-4627-be21-cee16e820730.png", + "iconUrl": "resources/icons/f6432360-b03f-4627-be21-cee16e820730.png", "contextData": "VersionNumber.ToInteger", "parameters": null, "itemType": "action", @@ -10574,7 +10574,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.CategoryIsVisible", - "iconUrl": "/src/resources/icons/9b4bbcbf-1291-47ff-9bac-89add0b3dfd4.png", + "iconUrl": "resources/icons/9b4bbcbf-1291-47ff-9bac-89add0b3dfd4.png", "contextData": "View.CategoryIsVisible", "parameters": null, "itemType": "query", @@ -10584,7 +10584,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.ConvertTemporaryHideIsolateToPermanent", - "iconUrl": "/src/resources/icons/63a5a5c1-2100-448d-b742-ac3199d5bb32.png", + "iconUrl": "resources/icons/63a5a5c1-2100-448d-b742-ac3199d5bb32.png", "contextData": "View.ConvertTemporaryHideIsolateToPermanent", "parameters": null, "itemType": "action", @@ -10594,7 +10594,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.DetailLevel", - "iconUrl": "/src/resources/icons/840895f6-1e85-43fe-8fb4-27eee5ea9611.png", + "iconUrl": "resources/icons/840895f6-1e85-43fe-8fb4-27eee5ea9611.png", "contextData": "View.DetailLevel", "parameters": null, "itemType": "query", @@ -10604,7 +10604,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.DisableTemporaryHideIsolate", - "iconUrl": "/src/resources/icons/5f216692-32ae-42b8-bb2b-0d8b06ff455b.png", + "iconUrl": "resources/icons/5f216692-32ae-42b8-bb2b-0d8b06ff455b.png", "contextData": "View.DisableTemporaryHideIsolate", "parameters": null, "itemType": "action", @@ -10614,7 +10614,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.Duplicate", - "iconUrl": "/src/resources/icons/237e943c-c1a0-4936-9269-1b5ad1dc8b4c.png", + "iconUrl": "resources/icons/237e943c-c1a0-4936-9269-1b5ad1dc8b4c.png", "contextData": "View.Duplicate", "parameters": null, "itemType": "action", @@ -10624,7 +10624,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.DuplicateAsDependent", - "iconUrl": "/src/resources/icons/97f306fa-6af4-4796-944b-73b1a704619c.png", + "iconUrl": "resources/icons/97f306fa-6af4-4796-944b-73b1a704619c.png", "contextData": "View.DuplicateAsDependent", "parameters": null, "itemType": "action", @@ -10634,7 +10634,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.DuplicateWithDetailing", - "iconUrl": "/src/resources/icons/34ac4ca3-86ac-40f2-9ed1-2ea1e7e3b6c3.png", + "iconUrl": "resources/icons/34ac4ca3-86ac-40f2-9ed1-2ea1e7e3b6c3.png", "contextData": "View.DuplicateWithDetailing", "parameters": null, "itemType": "action", @@ -10644,7 +10644,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.IsPerspective", - "iconUrl": "/src/resources/icons/63950f5d-2e13-4514-a880-414c63cb2057.png", + "iconUrl": "resources/icons/63950f5d-2e13-4514-a880-414c63cb2057.png", "contextData": "View.IsPerspective", "parameters": null, "itemType": "query", @@ -10654,7 +10654,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.IsViewTemplate", - "iconUrl": "/src/resources/icons/a6a44fc2-aa8f-41e8-af52-ad392755093a.png", + "iconUrl": "resources/icons/a6a44fc2-aa8f-41e8-af52-ad392755093a.png", "contextData": "View.IsViewTemplate", "parameters": null, "itemType": "query", @@ -10664,7 +10664,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.Phase", - "iconUrl": "/src/resources/icons/3ec49111-4bea-4ab6-aaa6-736c8a865a57.png", + "iconUrl": "resources/icons/3ec49111-4bea-4ab6-aaa6-736c8a865a57.png", "contextData": "View.Phase", "parameters": null, "itemType": "query", @@ -10674,7 +10674,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.Plane", - "iconUrl": "/src/resources/icons/d6dbde59-f3f7-47b5-9e1e-f30991f58ac1.png", + "iconUrl": "resources/icons/d6dbde59-f3f7-47b5-9e1e-f30991f58ac1.png", "contextData": "View.Plane", "parameters": null, "itemType": "query", @@ -10684,7 +10684,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.ResizeCropBox", - "iconUrl": "/src/resources/icons/64a4fe31-b2f1-452a-8b9d-69dd81bc588d.png", + "iconUrl": "resources/icons/64a4fe31-b2f1-452a-8b9d-69dd81bc588d.png", "contextData": "View.ResizeCropBox", "parameters": null, "itemType": "action", @@ -10694,7 +10694,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.Scale", - "iconUrl": "/src/resources/icons/a0aae28b-f76a-4408-a292-2367fb2683ba.png", + "iconUrl": "resources/icons/a0aae28b-f76a-4408-a292-2367fb2683ba.png", "contextData": "View.Scale", "parameters": null, "itemType": "query", @@ -10704,7 +10704,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.SetDesignOption", - "iconUrl": "/src/resources/icons/5245ba27-f960-49f4-973d-a2e3a12cb556.png", + "iconUrl": "resources/icons/5245ba27-f960-49f4-973d-a2e3a12cb556.png", "contextData": "View.SetDesignOption", "parameters": null, "itemType": "action", @@ -10714,7 +10714,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.SetPhase", - "iconUrl": "/src/resources/icons/d162c180-c7a9-4959-abf5-596735da54c6.png", + "iconUrl": "resources/icons/d162c180-c7a9-4959-abf5-596735da54c6.png", "contextData": "View.SetPhase", "parameters": null, "itemType": "action", @@ -10724,7 +10724,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.SetSolarStudyActiveFrameNumber", - "iconUrl": "/src/resources/icons/44b96822-f49c-4768-89ac-e3e4f62d5e59.png", + "iconUrl": "resources/icons/44b96822-f49c-4768-89ac-e3e4f62d5e59.png", "contextData": "View.SetSolarStudyActiveFrameNumber", "parameters": null, "itemType": "action", @@ -10734,7 +10734,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.SolarStudyTotalFrames", - "iconUrl": "/src/resources/icons/00af2afb-f2dc-4d29-a9e3-9e614019121e.png", + "iconUrl": "resources/icons/00af2afb-f2dc-4d29-a9e3-9e614019121e.png", "contextData": "View.SolarStudyTotalFrames", "parameters": null, "itemType": "query", @@ -10744,7 +10744,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.Type", - "iconUrl": "/src/resources/icons/ecaa320d-1082-4f19-84b5-d7460adfc3ee.png", + "iconUrl": "resources/icons/ecaa320d-1082-4f19-84b5-d7460adfc3ee.png", "contextData": "View.Type", "parameters": null, "itemType": "query", @@ -10754,7 +10754,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.UsesViewFilters", - "iconUrl": "/src/resources/icons/9bd2cce4-e9c7-4cfa-a19d-59837d2a9eea.png", + "iconUrl": "resources/icons/9bd2cce4-e9c7-4cfa-a19d-59837d2a9eea.png", "contextData": "View.UsesViewFilters", "parameters": null, "itemType": "query", @@ -10764,7 +10764,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View.View.ViewTemplate", - "iconUrl": "/src/resources/icons/f2940571-55bf-4cfe-a85b-cf65363b660b.png", + "iconUrl": "resources/icons/f2940571-55bf-4cfe-a85b-cf65363b660b.png", "contextData": "View.ViewTemplate", "parameters": null, "itemType": "query", @@ -10774,7 +10774,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Views.View3D.View3D.IsLocked", - "iconUrl": "/src/resources/icons/76a987d5-ecf6-4340-a9be-3e992068314b.png", + "iconUrl": "resources/icons/76a987d5-ecf6-4340-a9be-3e992068314b.png", "contextData": "View3D.IsLocked", "parameters": null, "itemType": "query", @@ -10784,7 +10784,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Wall.Wall.ByFace", - "iconUrl": "/src/resources/icons/f504c581-37f9-4b34-82c9-86b9675a0541.png", + "iconUrl": "resources/icons/f504c581-37f9-4b34-82c9-86b9675a0541.png", "contextData": "Wall.ByFace", "parameters": null, "itemType": "create", @@ -10794,7 +10794,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Wall.Wall.CreationMethod", - "iconUrl": "/src/resources/icons/78585c2b-d4fd-4acd-96ac-7114dd286e20.png", + "iconUrl": "resources/icons/78585c2b-d4fd-4acd-96ac-7114dd286e20.png", "contextData": "Wall.CreationMethod", "parameters": null, "itemType": "query", @@ -10804,7 +10804,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Wall.Wall.Flip", - "iconUrl": "/src/resources/icons/2b08b874-ab51-4689-930b-f3e673995359.png", + "iconUrl": "resources/icons/2b08b874-ab51-4689-930b-f3e673995359.png", "contextData": "Wall.Flip", "parameters": null, "itemType": "action", @@ -10814,7 +10814,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Wall.Wall.Orientation", - "iconUrl": "/src/resources/icons/8cfc6f31-34cf-4c99-be21-5af290dbe7b7.png", + "iconUrl": "resources/icons/8cfc6f31-34cf-4c99-be21-5af290dbe7b7.png", "contextData": "Wall.Orientation", "parameters": null, "itemType": "query", @@ -10824,7 +10824,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.CoreCenterline", - "iconUrl": "/src/resources/icons/12fdf076-77a9-4aea-8fbf-80a584a5fbfa.png", + "iconUrl": "resources/icons/12fdf076-77a9-4aea-8fbf-80a584a5fbfa.png", "contextData": "WallLocationLine.CoreCenterline", "parameters": null, "itemType": "query", @@ -10834,7 +10834,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.CoreExterior", - "iconUrl": "/src/resources/icons/994d9574-eae8-4a2b-a353-c065dd9691ab.png", + "iconUrl": "resources/icons/994d9574-eae8-4a2b-a353-c065dd9691ab.png", "contextData": "WallLocationLine.CoreExterior", "parameters": null, "itemType": "query", @@ -10844,7 +10844,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.CoreInterior", - "iconUrl": "/src/resources/icons/b3d295c0-9e81-48d9-a651-35a695e149f9.png", + "iconUrl": "resources/icons/b3d295c0-9e81-48d9-a651-35a695e149f9.png", "contextData": "WallLocationLine.CoreInterior", "parameters": null, "itemType": "query", @@ -10854,7 +10854,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.FinishFaceExterior", - "iconUrl": "/src/resources/icons/28126966-67ff-4b1f-ae5c-47993debcca6.png", + "iconUrl": "resources/icons/28126966-67ff-4b1f-ae5c-47993debcca6.png", "contextData": "WallLocationLine.FinishFaceExterior", "parameters": null, "itemType": "query", @@ -10864,7 +10864,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.FinishFaceInterior", - "iconUrl": "/src/resources/icons/66a8de31-e6ac-4f05-9ead-93ac8372e358.png", + "iconUrl": "resources/icons/66a8de31-e6ac-4f05-9ead-93ac8372e358.png", "contextData": "WallLocationLine.FinishFaceInterior", "parameters": null, "itemType": "query", @@ -10874,7 +10874,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallLocationLine.WallLocationLine.WallCenterline", - "iconUrl": "/src/resources/icons/c2866671-246c-4bb2-95b9-045860d07e67.png", + "iconUrl": "resources/icons/c2866671-246c-4bb2-95b9-045860d07e67.png", "contextData": "WallLocationLine.WallCenterline", "parameters": null, "itemType": "query", @@ -10884,7 +10884,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallType.WallType.Function", - "iconUrl": "/src/resources/icons/f28b8d83-e5aa-4788-915c-984845cc9a63.png", + "iconUrl": "resources/icons/f28b8d83-e5aa-4788-915c-984845cc9a63.png", "contextData": "WallType.Function", "parameters": null, "itemType": "query", @@ -10894,7 +10894,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.WallType.WallType.Kind", - "iconUrl": "/src/resources/icons/b8c59c96-a8e9-46bf-b9f7-1041b7439858.png", + "iconUrl": "resources/icons/b8c59c96-a8e9-46bf-b9f7-1041b7439858.png", "contextData": "WallType.Kind", "parameters": null, "itemType": "query", @@ -10904,7 +10904,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Window.Window.Rooms", - "iconUrl": "/src/resources/icons/a499c320-1c22-4d76-a118-a7181a74fbcd.png", + "iconUrl": "resources/icons/a499c320-1c22-4d76-a118-a7181a74fbcd.png", "contextData": "Window.Rooms", "parameters": null, "itemType": "query", @@ -10914,7 +10914,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Revit.Elements.Workset.Workset.Kind", - "iconUrl": "/src/resources/icons/4cbc7003-367c-47e7-ad3a-31b7737b3085.png", + "iconUrl": "resources/icons/4cbc7003-367c-47e7-ad3a-31b7737b3085.png", "contextData": "Workset.Kind", "parameters": null, "itemType": "query", @@ -10924,7 +10924,7 @@ }, { "fullyQualifiedName": "pkg://Clockwork.Geometry.Vector.XYZAxis.FromVector", - "iconUrl": "/src/resources/icons/e11222e6-09f4-40f9-94f5-599ab6aa1cf7.png", + "iconUrl": "resources/icons/e11222e6-09f4-40f9-94f5-599ab6aa1cf7.png", "contextData": "XYZAxis.FromVector", "parameters": null, "itemType": "create", @@ -10934,7 +10934,7 @@ }, { "fullyQualifiedName": "pkg://DynamoText.Text.FromStringOriginAndScale", - "iconUrl": "/src/resources/icons/DynamoText.Text.FromStringOriginAndScale.png", + "iconUrl": "resources/icons/DynamoText.Text.FromStringOriginAndScale.png", "contextData": "DynamoText.Text.FromStringOriginAndScale@string,Autodesk.DesignScript.Geometry.Point,double", "parameters": null, "itemType": "action", @@ -10944,7 +10944,7 @@ }, { "fullyQualifiedName": "Dynamo.Translation.CAD.Import", - "iconUrl": "/src/resources/icons/Dynamo.Translation.CAD.Import.png", + "iconUrl": "resources/icons/Dynamo.Translation.CAD.Import.png", "contextData": "Dynamo.Translation.CAD.Import@string", "parameters": null, "itemType": "create", @@ -10954,7 +10954,7 @@ }, { "fullyQualifiedName": "Dynamo.Translation.CAD.Export", - "iconUrl": "/src/resources/icons/Dynamo.Translation.CAD.Export.png", + "iconUrl": "resources/icons/Dynamo.Translation.CAD.Export.png", "contextData": "Dynamo.Translation.CAD.Export@string,Autodesk.DesignScript.Geometry.Geometry[]", "parameters": null, "itemType": "action", @@ -10964,7 +10964,7 @@ }, { "fullyQualifiedName": "Dynamo.Translation.CAD.ConvertToGeometries", - "iconUrl": "/src/resources/icons/Dynamo.Translation.CAD.ConvertToGeometries.png", + "iconUrl": "resources/icons/Dynamo.Translation.CAD.ConvertToGeometries.png", "contextData": "Dynamo.Translation.CAD.ConvertToGeometries", "parameters": null, "itemType": "action", diff --git a/src/components/LibraryItem.tsx b/src/components/LibraryItem.tsx index 54405eb9..5321040c 100644 --- a/src/components/LibraryItem.tsx +++ b/src/components/LibraryItem.tsx @@ -167,7 +167,7 @@ export class LibraryItem extends React.Component @@ -180,7 +180,7 @@ export class LibraryItem extends React.Component - +
{highLightedItemText}
{parameters}
From fe97266cbddbde986e1e3b0c9f9246c8eb231d1b Mon Sep 17 00:00:00 2001 From: enzo707 Date: Mon, 13 May 2024 22:57:22 -0300 Subject: [PATCH 2/4] refactor: package build and local launching --- index.html | 452 +- index.js | 4 +- package-lock.json | 11278 +++++++++++++++++++++++++++++++++----- package.json | 1 + src/main.js | 346 ++ src/resources/index.css | 90 + webpack.config.js | 20 +- 7 files changed, 10507 insertions(+), 1684 deletions(-) create mode 100644 src/main.js create mode 100644 src/resources/index.css diff --git a/index.html b/index.html index 3d2b9dff..470e5b3c 100644 --- a/index.html +++ b/index.html @@ -5,104 +5,9 @@ Librarie.js sample page - - - - +
@@ -110,364 +15,9 @@ - - - \ No newline at end of file diff --git a/index.js b/index.js index da211da3..e99e0c33 100644 --- a/index.js +++ b/index.js @@ -1,6 +1,7 @@ const fs = require("fs"); const express = require("express"); +const path = require('path'); const app = express(); function loadJsonFromFile(jsonPath, req, res) { @@ -15,8 +16,7 @@ function loadJsonFromFile(jsonPath, req, res) { }); } -app.use(express.static(__dirname)); - +app.use(express.static(path.join(__dirname, './dist/build/'))); app.get("/", function (req, res) { res.render("index.html"); }); diff --git a/package-lock.json b/package-lock.json index b399cb19..a4365451 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,7 @@ { "name": "@dynamods/librariejs", "version": "1.0.3", - "lockfileVersion": 3, + "lockfileVersion": 2, "requires": true, "packages": { "": { @@ -33,6 +33,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", + "html-webpack-plugin": "^5.6.0", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "jest-junit": "^16.0.0", @@ -51,57 +52,57 @@ } }, "node_modules/@ampproject/remapping": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz", - "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@babel/code-frame": { - "version": "7.23.5", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", - "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", "dev": true, "dependencies": { - "@babel/highlight": "^7.23.4", - "chalk": "^2.4.2" + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/compat-data": { - "version": "7.22.9", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz", - "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==", + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", + "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.22.17", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.17.tgz", - "integrity": "sha512-2EENLmhpwplDux5PSsZnSbnSkB3tZ6QTksgO25xwEL7pIDcNOMhF5v/s6RzwjMZzZzw9Ofc30gHv5ChCC8pifQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz", + "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==", "dev": true, "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.22.15", - "@babel/helper-compilation-targets": "^7.22.15", - "@babel/helper-module-transforms": "^7.22.17", - "@babel/helpers": "^7.22.15", - "@babel/parser": "^7.22.16", - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.17", - "@babel/types": "^7.22.17", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.24.5", + "@babel/helpers": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", "json5": "^2.2.3", @@ -116,14 +117,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.23.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", - "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz", + "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==", "dev": true, "dependencies": { - "@babel/types": "^7.23.6", - "@jridgewell/gen-mapping": "^0.3.2", - "@jridgewell/trace-mapping": "^0.3.17", + "@babel/types": "^7.24.5", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" }, "engines": { @@ -131,14 +132,14 @@ } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", - "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.15", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, @@ -181,28 +182,28 @@ } }, "node_modules/@babel/helper-module-imports": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", - "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", + "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", "dev": true, "dependencies": { - "@babel/types": "^7.22.15" + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.22.17", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.17.tgz", - "integrity": "sha512-XouDDhQESrLHTpnBtCKExJdyY4gJCdrvH2Pyv8r8kovX2U8G0dRUOT45T9XlbLtuu9CLXP15eusnkprhoPV5iQ==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz", + "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==", "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.15", - "@babel/helper-simple-access": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.15" + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.24.3", + "@babel/helper-simple-access": "^7.24.5", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/helper-validator-identifier": "^7.24.5" }, "engines": { "node": ">=6.9.0" @@ -212,97 +213,98 @@ } }, "node_modules/@babel/helper-plugin-utils": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", - "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz", + "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-simple-access": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", - "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz", + "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", + "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", "dev": true, "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-string-parser": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", - "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.22.20", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", - "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", + "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-validator-option": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", - "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.15.tgz", - "integrity": "sha512-7pAjK0aSdxOwR+CcYAqgWOGy5dcfvzsTIfFTb2odQqW47MDfv14UaJDY6eng8ylM2EaeKXdxaSWESbkmaQHTmw==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz", + "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==", "dev": true, "dependencies": { - "@babel/template": "^7.22.15", - "@babel/traverse": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/highlight": { - "version": "7.23.4", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", - "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz", + "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-validator-identifier": "^7.24.5", "chalk": "^2.4.2", - "js-tokens": "^4.0.0" + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/parser": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", - "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", + "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -372,12 +374,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.22.5.tgz", - "integrity": "sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", + "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -474,12 +476,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.22.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz", - "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==", + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", + "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.22.5" + "@babel/helper-plugin-utils": "^7.24.0" }, "engines": { "node": ">=6.9.0" @@ -489,33 +491,33 @@ } }, "node_modules/@babel/template": { - "version": "7.22.15", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", - "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.22.13", - "@babel/parser": "^7.22.15", - "@babel/types": "^7.22.15" + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", - "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz", + "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.23.5", - "@babel/generator": "^7.23.6", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", - "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.9", - "@babel/types": "^7.23.9", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/types": "^7.24.5", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -524,13 +526,13 @@ } }, "node_modules/@babel/types": { - "version": "7.23.9", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", - "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", + "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", "dev": true, "dependencies": { - "@babel/helper-string-parser": "^7.23.4", - "@babel/helper-validator-identifier": "^7.22.20", + "@babel/helper-string-parser": "^7.24.1", + "@babel/helper-validator-identifier": "^7.24.5", "to-fast-properties": "^2.0.0" }, "engines": { @@ -579,26 +581,26 @@ } }, "node_modules/@floating-ui/core": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.0.tgz", - "integrity": "sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz", + "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==", "dependencies": { - "@floating-ui/utils": "^0.2.1" + "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/dom": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.3.tgz", - "integrity": "sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.5.tgz", + "integrity": "sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==", "dependencies": { "@floating-ui/core": "^1.0.0", "@floating-ui/utils": "^0.2.0" } }, "node_modules/@floating-ui/utils": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.1.tgz", - "integrity": "sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==" + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" }, "node_modules/@istanbuljs/load-nyc-config": { "version": "1.1.0", @@ -626,16 +628,16 @@ } }, "node_modules/@jest/console": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.6.4.tgz", - "integrity": "sha512-wNK6gC0Ha9QeEPSkeJedQuTQqxZYnDPuDcDhVuVatRvMkL4D0VTvFVZj+Yuh6caG2aOfzkUZ36KtCmLNtR02hw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^29.6.3", - "jest-util": "^29.6.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", "slash": "^3.0.0" }, "engines": { @@ -713,15 +715,15 @@ } }, "node_modules/@jest/core": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.6.4.tgz", - "integrity": "sha512-U/vq5ccNTSVgYH7mHnodHmCffGWHJnz/E1BEWlLuK5pM4FZmGfBn/nrJGLjUsSmyx3otCeqc1T31F4y08AMDLg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", "dev": true, "dependencies": { - "@jest/console": "^29.6.4", - "@jest/reporters": "^29.6.4", - "@jest/test-result": "^29.6.4", - "@jest/transform": "^29.6.4", + "@jest/console": "^29.7.0", + "@jest/reporters": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "ansi-escapes": "^4.2.1", @@ -729,21 +731,21 @@ "ci-info": "^3.2.0", "exit": "^0.1.2", "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.6.3", - "jest-config": "^29.6.4", - "jest-haste-map": "^29.6.4", - "jest-message-util": "^29.6.3", + "jest-changed-files": "^29.7.0", + "jest-config": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.6.4", - "jest-resolve-dependencies": "^29.6.4", - "jest-runner": "^29.6.4", - "jest-runtime": "^29.6.4", - "jest-snapshot": "^29.6.4", - "jest-util": "^29.6.3", - "jest-validate": "^29.6.3", - "jest-watcher": "^29.6.4", + "jest-resolve": "^29.7.0", + "jest-resolve-dependencies": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "jest-watcher": "^29.7.0", "micromatch": "^4.0.4", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "strip-ansi": "^6.0.0" }, @@ -829,31 +831,31 @@ } }, "node_modules/@jest/core/node_modules/jest-config": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.4.tgz", - "integrity": "sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.6.4", + "@jest/test-sequencer": "^29.7.0", "@jest/types": "^29.6.3", - "babel-jest": "^29.6.4", + "babel-jest": "^29.7.0", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^29.6.4", - "jest-environment-node": "^29.6.4", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", "jest-get-type": "^29.6.3", "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.6.4", - "jest-runner": "^29.6.4", - "jest-util": "^29.6.3", - "jest-validate": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -886,9 +888,9 @@ } }, "node_modules/@jest/core/node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "optional": true, "peer": true, @@ -931,37 +933,37 @@ } }, "node_modules/@jest/environment": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.6.4.tgz", - "integrity": "sha512-sQ0SULEjA1XUTHmkBRl7A1dyITM9yb1yb3ZNKPX3KlTd6IG7mWUe3e2yfExtC2Zz1Q+mMckOLHmL/qLiuQJrBQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "dev": true, "dependencies": { - "@jest/fake-timers": "^29.6.4", + "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", - "jest-mock": "^29.6.3" + "jest-mock": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/expect": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.6.4.tgz", - "integrity": "sha512-Warhsa7d23+3X5bLbrbYvaehcgX5TLYhI03JKoedTiI8uJU4IhqYBWF7OSSgUyz4IgLpUYPkK0AehA5/fRclAA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "dev": true, "dependencies": { - "expect": "^29.6.4", - "jest-snapshot": "^29.6.4" + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/expect-utils": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.6.4.tgz", - "integrity": "sha512-FEhkJhqtvBwgSpiTrocquJCdXPsyvNKcl/n7A3u7X4pVoF4bswm11c9d4AV+kfq2Gpv/mM8x7E7DsRvH+djkrg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "dev": true, "dependencies": { "jest-get-type": "^29.6.3" @@ -971,47 +973,47 @@ } }, "node_modules/@jest/fake-timers": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.6.4.tgz", - "integrity": "sha512-6UkCwzoBK60edXIIWb0/KWkuj7R7Qq91vVInOe3De6DSpaEiqjKcJw4F7XUet24Wupahj9J6PlR09JqJ5ySDHw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", "@sinonjs/fake-timers": "^10.0.2", "@types/node": "*", - "jest-message-util": "^29.6.3", - "jest-mock": "^29.6.3", - "jest-util": "^29.6.3" + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/globals": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.6.4.tgz", - "integrity": "sha512-wVIn5bdtjlChhXAzVXavcY/3PEjf4VqM174BM3eGL5kMxLiZD5CLnbmkEyA1Dwh9q8XjP6E8RwjBsY/iCWrWsA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "dev": true, "dependencies": { - "@jest/environment": "^29.6.4", - "@jest/expect": "^29.6.4", + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", "@jest/types": "^29.6.3", - "jest-mock": "^29.6.3" + "jest-mock": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/reporters": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.6.4.tgz", - "integrity": "sha512-sxUjWxm7QdchdrD3NfWKrL8FBsortZeibSJv4XLjESOOjSUOkjQcb0ZHJwfhEGIvBvTluTzfG2yZWZhkrXJu8g==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.6.4", - "@jest/test-result": "^29.6.4", - "@jest/transform": "^29.6.4", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "@jridgewell/trace-mapping": "^0.3.18", "@types/node": "*", @@ -1025,9 +1027,9 @@ "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.6.3", - "jest-util": "^29.6.3", - "jest-worker": "^29.6.4", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", @@ -1104,14 +1106,14 @@ } }, "node_modules/@jest/reporters/node_modules/istanbul-lib-instrument": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.0.tgz", - "integrity": "sha512-x58orMzEVfzPUKqlbLd1hXCnySCxKdDKa6Rjg97CwuLLRI4g3FHTdnExu1OqffVFay6zeMW+T6/DowFLndWnIw==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz", + "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==", "dev": true, "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", "istanbul-lib-coverage": "^3.2.0", "semver": "^7.5.4" }, @@ -1119,26 +1121,11 @@ "node": ">=10" } }, - "node_modules/@jest/reporters/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@jest/reporters/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -1158,12 +1145,6 @@ "node": ">=8" } }, - "node_modules/@jest/reporters/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@jest/schemas": { "version": "29.6.3", "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", @@ -1191,12 +1172,12 @@ } }, "node_modules/@jest/test-result": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.6.4.tgz", - "integrity": "sha512-uQ1C0AUEN90/dsyEirgMLlouROgSY+Wc/JanVVk0OiUKa5UFh7sJpMEM3aoUBAz2BRNvUJ8j3d294WFuRxSyOQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "dev": true, "dependencies": { - "@jest/console": "^29.6.4", + "@jest/console": "^29.7.0", "@jest/types": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", "collect-v8-coverage": "^1.0.0" @@ -1206,14 +1187,14 @@ } }, "node_modules/@jest/test-sequencer": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.6.4.tgz", - "integrity": "sha512-E84M6LbpcRq3fT4ckfKs9ryVanwkaIB0Ws9bw3/yP4seRLg/VaCZ/LgW0MCq5wwk4/iP/qnilD41aj2fsw2RMg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "dev": true, "dependencies": { - "@jest/test-result": "^29.6.4", + "@jest/test-result": "^29.7.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.6.4", + "jest-haste-map": "^29.7.0", "slash": "^3.0.0" }, "engines": { @@ -1221,9 +1202,9 @@ } }, "node_modules/@jest/transform": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.6.4.tgz", - "integrity": "sha512-8thgRSiXUqtr/pPGY/OsyHuMjGyhVnWrFAwoxmIemlBuiMyU1WFs0tXoNxzcr4A4uErs/ABre76SGmrr5ab/AA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", @@ -1234,9 +1215,9 @@ "convert-source-map": "^2.0.0", "fast-json-stable-stringify": "^2.1.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.6.4", + "jest-haste-map": "^29.7.0", "jest-regex-util": "^29.6.3", - "jest-util": "^29.6.3", + "jest-util": "^29.7.0", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", @@ -1295,12 +1276,6 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/@jest/transform/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, "node_modules/@jest/transform/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -1410,45 +1385,45 @@ } }, "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", - "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.1", + "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/trace-mapping": "^0.3.24" }, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", - "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", - "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", "dev": true, "dependencies": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" } }, "node_modules/@jridgewell/sourcemap-codec": { @@ -1458,9 +1433,9 @@ "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.19", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", - "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", @@ -1468,9 +1443,9 @@ } }, "node_modules/@polka/url": { - "version": "1.0.0-next.23", - "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.23.tgz", - "integrity": "sha512-C16M+IYz0rgRhWZdCmK+h58JMv8vijAA61gmz2rspCSwKwzBebpdcsiUmwrtJRdphuY30i6BSLEOP8ppbNLyLg==", + "version": "1.0.0-next.25", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", "dev": true }, "node_modules/@sinclair/typebox": { @@ -1480,9 +1455,9 @@ "dev": true }, "node_modules/@sinonjs/commons": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", - "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", "dev": true, "dependencies": { "type-detect": "4.0.8" @@ -1516,9 +1491,9 @@ } }, "node_modules/@tsconfig/node10": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", - "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", "dev": true, "optional": true, "peer": true @@ -1548,9 +1523,9 @@ "peer": true }, "node_modules/@types/babel__core": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz", - "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, "dependencies": { "@babel/parser": "^7.20.7", @@ -1561,18 +1536,18 @@ } }, "node_modules/@types/babel__generator": { - "version": "7.6.4", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz", - "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==", + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz", - "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, "dependencies": { "@babel/parser": "^7.1.0", @@ -1580,9 +1555,9 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.1", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz", - "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==", + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", "dev": true, "dependencies": { "@babel/types": "^7.20.7" @@ -1595,18 +1570,18 @@ "dev": true }, "node_modules/@types/cheerio": { - "version": "0.22.32", - "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.32.tgz", - "integrity": "sha512-4RrpCp5ufWTLb6/1RCOjazRhUM6DTD79l763det29n8kLmPB7XeN46cxlUf2GsSF+0g6CbWT5nYl8C/Gs15bdg==", + "version": "0.22.35", + "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.35.tgz", + "integrity": "sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==", "dev": true, "dependencies": { "@types/node": "*" } }, "node_modules/@types/enzyme": { - "version": "3.10.13", - "resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.13.tgz", - "integrity": "sha512-FCtoUhmFsud0Yx9fmZk179GkdZ4U9B0GFte64/Md+W/agx0L5SxsIIbhLBOxIb9y2UfBA4WQnaG1Od/UsUQs9Q==", + "version": "3.10.18", + "resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.18.tgz", + "integrity": "sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==", "dev": true, "dependencies": { "@types/cheerio": "*", @@ -1614,29 +1589,29 @@ } }, "node_modules/@types/enzyme-adapter-react-16": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.6.tgz", - "integrity": "sha512-VonDkZ15jzqDWL8mPFIQnnLtjwebuL9YnDkqeCDYnB4IVgwUm0mwKkqhrxLL6mb05xm7qqa3IE95m8CZE9imCg==", + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@types/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.9.tgz", + "integrity": "sha512-z24MMxGtUL8HhXdye3tWzjp+19QTsABqLaX2oOZpxMPHRJgLfahQmOeTTrEBQd9ogW20+UmPBXD9j+XOasFHvw==", "dev": true, "dependencies": { "@types/enzyme": "*" } }, "node_modules/@types/enzyme/node_modules/@types/react": { - "version": "16.14.46", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.46.tgz", - "integrity": "sha512-Am4pyXMrr6cWWw/TN3oqHtEZl0j+G6Up/O8m65+xF/3ZaUgkv1GAtTPWw4yNRmH0HJXmur6xKCKoMo3rBGynuw==", + "version": "16.14.60", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.60.tgz", + "integrity": "sha512-wIFmnczGsTcgwCBeIYOuy2mdXEiKZ5znU/jNOnMZPQyCcIxauMGWlX0TNG4lZ7NxRKj7YUIZRneJQSSdB2jKgg==", "dev": true, "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", + "@types/scheduler": "^0.16", "csstype": "^3.0.2" } }, "node_modules/@types/eslint": { - "version": "8.44.2", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.2.tgz", - "integrity": "sha512-sdPRb9K6iL5XZOmBubg8yiFp5yS/JdUDQsq5e6h95km91MCYMuvp7mh1fjPEYUhvHepKpZOjnEaMBR4PxjWDzg==", + "version": "8.56.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", + "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", "dev": true, "dependencies": { "@types/estree": "*", @@ -1644,9 +1619,9 @@ } }, "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, "dependencies": { "@types/eslint": "*", @@ -1654,48 +1629,54 @@ } }, "node_modules/@types/estree": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.1.tgz", - "integrity": "sha512-LG4opVs2ANWZ1TJoKc937iMmNstM/d0ae1vNbnBvBhqCSezgVUOzcLCqbI5elV8Vy6WKwKjaqR+zO9VKirBBCA==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, "node_modules/@types/graceful-fs": { - "version": "4.1.6", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz", - "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "dev": true, "dependencies": { "@types/node": "*" } }, + "node_modules/@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true + }, "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", - "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", "dev": true }, "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dev": true, "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz", - "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dev": true, "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/jest": { - "version": "29.5.4", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.4.tgz", - "integrity": "sha512-PhglGmhWeD46FYOVLt3X7TiWjzwuVGW9wG/4qocPevXMjCmrIc5b6db9WjeGE4QYVpUAWMDv3v0IiBwObY289A==", + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -1714,9 +1695,9 @@ } }, "node_modules/@types/json-schema": { - "version": "7.0.12", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.12.tgz", - "integrity": "sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==", + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true }, "node_modules/@types/node": { @@ -1726,19 +1707,19 @@ "dev": true }, "node_modules/@types/prop-types": { - "version": "15.7.5", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz", - "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==", + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", "dev": true }, "node_modules/@types/react": { - "version": "17.0.75", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.75.tgz", - "integrity": "sha512-MSA+NzEzXnQKrqpO63CYqNstFjsESgvJAdAyyJ1n6ZQq/GLgf6nOfIKwk+Twuz0L1N6xPe+qz5xRCJrbhMaLsw==", + "version": "17.0.80", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz", + "integrity": "sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==", "dev": true, "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", + "@types/scheduler": "^0.16", "csstype": "^3.0.2" } }, @@ -1752,57 +1733,57 @@ } }, "node_modules/@types/react-test-renderer": { - "version": "15.5.11", - "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-15.5.11.tgz", - "integrity": "sha512-bOh4dH/jdJ+eZy+VlgI1d8ynPfgZKOJ8l1rhyDHZRydTzAASWtUqWAGt/8MJ0esWrnnv0KttPZKbLdVJWZSDuQ==", + "version": "15.5.16", + "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-15.5.16.tgz", + "integrity": "sha512-DTddHMd2+VbPjd2NTIb/kR2ZpEVs8oOnVNkqkH14aD5Q1oVdgcpj/GR09ve0FtTW7FXt66gTEVzJ00EUE3aSiA==", "dev": true, "dependencies": { "@types/react": "^15" } }, "node_modules/@types/react-test-renderer/node_modules/@types/react": { - "version": "15.7.29", - "resolved": "https://registry.npmjs.org/@types/react/-/react-15.7.29.tgz", - "integrity": "sha512-uhmc5TZ/C+EXUK1TvlcmSwLXxTs79gD1882o3HxrC7O7/GQC1yXNY7+v2MIoRjn0+h3kI7M5/AEooN5KB0y/HQ==", + "version": "15.7.30", + "resolved": "https://registry.npmjs.org/@types/react/-/react-15.7.30.tgz", + "integrity": "sha512-jPeEJc8FcLZBVcOOcEqiGAxc6OIVb9dQ8Lhwr+VoNeKvMEVsaYY9++fo9MOibZsylHq6L1l0q9iwMAMVd3U7/w==", "dev": true }, "node_modules/@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==", + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==", "dev": true }, "node_modules/@types/stack-utils": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", - "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", "dev": true }, "node_modules/@types/tough-cookie": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.2.tgz", - "integrity": "sha512-Q5vtl1W5ue16D+nIaW8JWebSSraJVlK+EthKn7e7UcD4KWsaSJ8BqGPXNaPghgtcn/fhvrN17Tv8ksUsQpiplw==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", "dev": true }, "node_modules/@types/underscore": { - "version": "1.11.9", - "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.9.tgz", - "integrity": "sha512-M63wKUdsjDFUfyFt1TCUZHGFk9KDAa5JP0adNUErbm0U45Lr06HtANdYRP+GyleEopEoZ4UyBcdAC5TnW4Uz2w==", + "version": "1.11.15", + "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.15.tgz", + "integrity": "sha512-HP38xE+GuWGlbSRq9WrZkousaQ7dragtZCruBVMi0oX1migFZavZ3OROKHSkNp/9ouq82zrWtZpg18jFnVN96g==", "dev": true }, "node_modules/@types/yargs": { - "version": "17.0.24", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.24.tgz", - "integrity": "sha512-6i0aC7jV6QzQB8ne1joVZ0eSFIstHsCrobmOtghM11yGlH0j43FKL2UhWdELkyps0zuf7qVTUVCCR+tgSlyLLw==", + "version": "17.0.32", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", "dev": true, "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz", - "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==", + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", "dev": true }, "node_modules/@ungap/promise-all-settled": { @@ -1812,9 +1793,9 @@ "dev": true }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", - "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", "dev": true, "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", @@ -1834,9 +1815,9 @@ "dev": true }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", - "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", "dev": true }, "node_modules/@webassemblyjs/helper-numbers": { @@ -1857,15 +1838,15 @@ "dev": true }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", - "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6" + "@webassemblyjs/wasm-gen": "1.12.1" } }, "node_modules/@webassemblyjs/ieee754": { @@ -1893,28 +1874,28 @@ "dev": true }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", - "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", - "@webassemblyjs/helper-wasm-section": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-opt": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6", - "@webassemblyjs/wast-printer": "1.11.6" + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", - "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", "@webassemblyjs/ieee754": "1.11.6", "@webassemblyjs/leb128": "1.11.6", @@ -1922,24 +1903,24 @@ } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", - "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", - "@webassemblyjs/helper-buffer": "1.11.6", - "@webassemblyjs/wasm-gen": "1.11.6", - "@webassemblyjs/wasm-parser": "1.11.6" + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", - "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-api-error": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", "@webassemblyjs/ieee754": "1.11.6", @@ -1948,12 +1929,12 @@ } }, "node_modules/@webassemblyjs/wast-printer": { - "version": "1.11.6", - "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", - "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" } }, @@ -2009,6 +1990,7 @@ "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead", "dev": true }, "node_modules/accepts": { @@ -2024,9 +2006,9 @@ } }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -2055,9 +2037,9 @@ } }, "node_modules/acorn-walk": { - "version": "8.2.0", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz", - "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==", + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", "dev": true, "engines": { "node": ">=0.4.0" @@ -2215,13 +2197,16 @@ } }, "node_modules/array-buffer-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", - "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "is-array-buffer": "^3.0.1" + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2233,15 +2218,16 @@ "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" }, "node_modules/array.prototype.filter": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.3.tgz", - "integrity": "sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.4.tgz", + "integrity": "sha512-r+mCJ7zXgXElgR4IRC+fkvNCeoaavWBs6EdCso5Tbcf+iEMKzBU/His60lt34WEZ9vlb8wDkZvQGcVI5GwkfoQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", "es-array-method-boxes-properly": "^1.0.0", + "es-object-atoms": "^1.0.0", "is-string": "^1.0.7" }, "engines": { @@ -2252,15 +2238,19 @@ } }, "node_modules/array.prototype.find": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.2.2.tgz", - "integrity": "sha512-DRumkfW97iZGOfn+lIXbkVrXL04sfYKX+EfOodo8XboR5sxPDVvOjZTF/rysusa9lmhmSOeD6Vp6RKQP+eP4Tg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.2.3.tgz", + "integrity": "sha512-fO/ORdOELvjbbeIfZfzrXFMhYHGofRGqd+am9zm3tZ4GlJINj/pA2eITyfd65Vg6+ZbHd/Cys7stpoRSWtQFdA==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "es-shim-unscopables": "^1.0.0" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2285,17 +2275,18 @@ } }, "node_modules/arraybuffer.prototype.slice": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", - "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", "dev": true, "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1", - "get-intrinsic": "^1.2.1", - "is-array-buffer": "^3.0.2", + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", "is-shared-array-buffer": "^1.0.2" }, "engines": { @@ -2327,10 +2318,13 @@ "dev": true }, "node_modules/available-typed-arrays": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", - "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", "dev": true, + "dependencies": { + "possible-typed-array-names": "^1.0.0" + }, "engines": { "node": ">= 0.4" }, @@ -2339,12 +2333,12 @@ } }, "node_modules/babel-jest": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.6.4.tgz", - "integrity": "sha512-meLj23UlSLddj6PC+YTOFRgDAtjnZom8w/ACsrx0gtPtv5cJZk0A5Unk5bV4wixD7XaPCN1fQvpww8czkZURmw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, "dependencies": { - "@jest/transform": "^29.6.4", + "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", "babel-preset-jest": "^29.6.3", @@ -2515,12 +2509,15 @@ } }, "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, "engines": { "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/body-parser": { @@ -2594,9 +2591,9 @@ "dev": true }, "node_modules/browserslist": { - "version": "4.21.10", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz", - "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==", + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", "dev": true, "funding": [ { @@ -2613,10 +2610,10 @@ } ], "dependencies": { - "caniuse-lite": "^1.0.30001517", - "electron-to-chromium": "^1.4.477", - "node-releases": "^2.0.13", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -2661,12 +2658,18 @@ } }, "node_modules/call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -2681,6 +2684,16 @@ "node": ">=6" } }, + "node_modules/camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, "node_modules/camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", @@ -2691,9 +2704,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001532", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001532.tgz", - "integrity": "sha512-FbDFnNat3nMnrROzqrsg314zhqN5LGQ1kyyMk2opcrwGbVGpHRhgCWtAgD5YJUqNAiQ+dklreil/c3Qf1dfCTw==", + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", "dev": true, "funding": [ { @@ -2825,9 +2838,9 @@ } }, "node_modules/ci-info": { - "version": "3.8.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz", - "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -2840,15 +2853,27 @@ } }, "node_modules/cjs-module-lexer": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz", - "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", + "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", "dev": true }, "node_modules/classnames": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.2.tgz", - "integrity": "sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw==" + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + }, + "node_modules/clean-css": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "dev": true, + "dependencies": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 10.0" + } }, "node_modules/cliui": { "version": "8.0.1", @@ -2901,18 +2926,6 @@ "node": ">=6" } }, - "node_modules/clone-deep/node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "dev": true, - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/co": { "version": "4.6.0", "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", @@ -2963,10 +2976,13 @@ } }, "node_modules/commander": { - "version": "2.20.3", - "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true, + "engines": { + "node": ">= 12" + } }, "node_modules/concat-map": { "version": "0.0.1", @@ -2994,9 +3010,9 @@ } }, "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", "dev": true }, "node_modules/cookie": { @@ -3028,70 +3044,262 @@ "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", "dev": true }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", - "dev": true, - "optional": true, - "peer": true - }, - "node_modules/cross-env": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz", - "integrity": "sha512-T8AFEAiuJ0w53ou6rnu3Fipaiu1W6ZO9GYfd33uxe1kAIiXM0fD8QnIm7orcJBOt7WQC5Ply63E7WZW/jSM+FA==", + "node_modules/create-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", + "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", "dev": true, "dependencies": { - "cross-spawn": "^5.1.0", - "is-windows": "^1.0.0" + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "prompts": "^2.0.1" }, "bin": { - "cross-env": "dist/bin/cross-env.js" + "create-jest": "bin/create-jest.js" }, "engines": { - "node": ">=4.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, - "node_modules/cross-spawn": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", - "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "node_modules/create-jest/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "dependencies": { - "lru-cache": "^4.0.1", - "shebang-command": "^1.2.0", - "which": "^1.2.9" + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/cross-spawn/node_modules/lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "node_modules/create-jest/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/cross-spawn/node_modules/yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "node_modules/create-jest/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/create-jest/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true }, - "node_modules/crypt": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", - "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", + "node_modules/create-jest/node_modules/diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", "dev": true, + "optional": true, + "peer": true, "engines": { - "node": "*" + "node": ">=0.3.1" } }, - "node_modules/css-loader": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", - "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "node_modules/create-jest/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/create-jest/node_modules/jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dev": true, + "dependencies": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + }, + "peerDependencies": { + "@types/node": "*", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/create-jest/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/create-jest/node_modules/ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "optional": true, + "peer": true, + "dependencies": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + }, + "bin": { + "ts-node": "dist/bin.js", + "ts-node-cwd": "dist/bin-cwd.js", + "ts-node-esm": "dist/bin-esm.js", + "ts-node-script": "dist/bin-script.js", + "ts-node-transpile-only": "dist/bin-transpile.js", + "ts-script": "dist/bin-script-deprecated.js" + }, + "peerDependencies": { + "@swc/core": ">=1.2.50", + "@swc/wasm": ">=1.2.50", + "@types/node": "*", + "typescript": ">=2.7" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "@swc/wasm": { + "optional": true + } + } + }, + "node_modules/create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "optional": true, + "peer": true + }, + "node_modules/cross-env": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz", + "integrity": "sha512-T8AFEAiuJ0w53ou6rnu3Fipaiu1W6ZO9GYfd33uxe1kAIiXM0fD8QnIm7orcJBOt7WQC5Ply63E7WZW/jSM+FA==", + "dev": true, + "dependencies": { + "cross-spawn": "^5.1.0", + "is-windows": "^1.0.0" + }, + "bin": { + "cross-env": "dist/bin/cross-env.js" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "dev": true, + "dependencies": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "node_modules/cross-spawn/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/cross-spawn/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + }, + "node_modules/crypt": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/css-loader": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", "dev": true, "dependencies": { "camelcase": "^5.3.1", @@ -3184,9 +3392,9 @@ "dev": true }, "node_modules/csstype": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", - "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", "dev": true }, "node_modules/data-urls": { @@ -3203,6 +3411,63 @@ "node": ">=12" } }, + "node_modules/data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", + "dev": true + }, "node_modules/debug": { "version": "4.3.4", "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", @@ -3239,9 +3504,9 @@ "dev": true }, "node_modules/dedent": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", - "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", "dev": true, "peerDependencies": { "babel-plugin-macros": "^3.1.0" @@ -3282,12 +3547,29 @@ "node": ">=0.10.0" } }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/define-properties": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.0.tgz", - "integrity": "sha512-xvqAVKGfT1+UAvPwKTVw/njhdQ8ZhXK4lI0bCIuCMrp2up9nPnaDftrLtmpTazqd1o+UY4zgzU+avtMbDP+ldA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -3357,6 +3639,15 @@ "integrity": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==", "dev": true }, + "node_modules/dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "dependencies": { + "utila": "~0.4" + } + }, "node_modules/dom-serializer": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", @@ -3387,6 +3678,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "deprecated": "Use your platform's native DOMException instead", "dev": true, "dependencies": { "webidl-conversions": "^7.0.0" @@ -3424,6 +3716,16 @@ "url": "https://github.com/fb55/domutils?sponsor=1" } }, + "node_modules/dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, "node_modules/duplexer": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", @@ -3436,9 +3738,9 @@ "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, "node_modules/electron-to-chromium": { - "version": "1.4.515", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.515.tgz", - "integrity": "sha512-VTq6vjk3kCfG2qdzQRd/i9dIyVVm0dbtZIgFzrLgfB73mXDQT2HPKVRc1EoZcAVUv9XhXAu08DWqJuababdGGg==", + "version": "1.4.766", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.766.tgz", + "integrity": "sha512-QkqagkSWWIngOO+f/DkMtTfzX/hpESMljeYzwZvOzmk2G6oEiG1JxE2hVXY6/XoVXMkILaJ6ASUnrMPiEA7x9A==", "dev": true }, "node_modules/emittery": { @@ -3490,6 +3792,15 @@ "node": ">=6.9.0" } }, + "node_modules/enhanced-resolve/node_modules/tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/entities": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", @@ -3503,9 +3814,9 @@ } }, "node_modules/envinfo": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.10.0.tgz", - "integrity": "sha512-ZtUjZO6l5mwTHvc1L9+1q5p/R3wTopcfqMW8r5t8SJSKqeVI/LtajORwRFEKpEFuekjD0VBjwu1HMxL4UalIRw==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", + "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", "dev": true, "bin": { "envinfo": "dist/cli.js" @@ -3548,20 +3859,20 @@ } }, "node_modules/enzyme-adapter-react-16": { - "version": "1.15.7", - "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.7.tgz", - "integrity": "sha512-LtjKgvlTc/H7adyQcj+aq0P0H07LDL480WQl1gU512IUyaDo/sbOaNDdZsJXYW2XaoPqrLLE9KbZS+X2z6BASw==", + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz", + "integrity": "sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==", "dev": true, "dependencies": { - "enzyme-adapter-utils": "^1.14.1", - "enzyme-shallow-equal": "^1.0.5", - "has": "^1.0.3", - "object.assign": "^4.1.4", - "object.values": "^1.1.5", + "enzyme-adapter-utils": "^1.14.2", + "enzyme-shallow-equal": "^1.0.7", + "hasown": "^2.0.0", + "object.assign": "^4.1.5", + "object.values": "^1.1.7", "prop-types": "^15.8.1", "react-is": "^16.13.1", "react-test-renderer": "^16.0.0-0", - "semver": "^5.7.0" + "semver": "^5.7.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3582,18 +3893,18 @@ } }, "node_modules/enzyme-adapter-utils": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.1.tgz", - "integrity": "sha512-JZgMPF1QOI7IzBj24EZoDpaeG/p8Os7WeBZWTJydpsH7JRStc7jYbHE4CmNQaLqazaGFyLM8ALWA3IIZvxW3PQ==", + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz", + "integrity": "sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==", "dev": true, "dependencies": { "airbnb-prop-types": "^2.16.0", - "function.prototype.name": "^1.1.5", - "has": "^1.0.3", - "object.assign": "^4.1.4", - "object.fromentries": "^2.0.5", + "function.prototype.name": "^1.1.6", + "hasown": "^2.0.0", + "object.assign": "^4.1.5", + "object.fromentries": "^2.0.7", "prop-types": "^15.8.1", - "semver": "^5.7.1" + "semver": "^6.3.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -3602,22 +3913,13 @@ "react": "0.13.x || 0.14.x || ^15.0.0-0 || ^16.0.0-0" } }, - "node_modules/enzyme-adapter-utils/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "bin": { - "semver": "bin/semver" - } - }, "node_modules/enzyme-shallow-equal": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.5.tgz", - "integrity": "sha512-i6cwm7hN630JXenxxJFBKzgLC3hMTafFQXflvzHgPmDhOBhxUWDe8AeRv1qp2/uWJ2Y8z5yLWMzmAfkTOiOCZg==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz", + "integrity": "sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==", "dev": true, "dependencies": { - "has": "^1.0.3", + "hasown": "^2.0.0", "object-is": "^1.1.5" }, "funding": { @@ -3663,50 +3965,57 @@ } }, "node_modules/es-abstract": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.1.tgz", - "integrity": "sha512-ioRRcXMO6OFyRpyzV3kE1IIBd4WG5/kltnzdxSCqoP8CMGs/Li+M1uF5o7lOkZVFjDs+NLesthnF66Pg/0q0Lw==", - "dev": true, - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "arraybuffer.prototype.slice": "^1.0.1", - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", - "es-set-tostringtag": "^2.0.1", + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.0.3", "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.1", - "get-symbol-description": "^1.0.0", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", "globalthis": "^1.0.3", "gopd": "^1.0.1", - "has": "^1.0.3", - "has-property-descriptors": "^1.0.0", - "has-proto": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.5", - "is-array-buffer": "^3.0.2", + "hasown": "^2.0.2", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", "is-callable": "^1.2.7", - "is-negative-zero": "^2.0.2", + "is-data-view": "^1.0.1", + "is-negative-zero": "^2.0.3", "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", + "is-shared-array-buffer": "^1.0.3", "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", + "is-typed-array": "^1.1.13", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "object-inspect": "^1.13.1", "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "safe-array-concat": "^1.0.0", - "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", - "typed-array-buffer": "^1.0.0", - "typed-array-byte-length": "^1.0.0", - "typed-array-byte-offset": "^1.0.0", - "typed-array-length": "^1.0.4", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.2", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.6", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.10" + "which-typed-array": "^1.1.15" }, "engines": { "node": ">= 0.4" @@ -3721,33 +4030,64 @@ "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", "dev": true }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, "node_modules/es-module-lexer": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.3.1.tgz", - "integrity": "sha512-JUFAyicQV9mXc3YRxPnDlrfBKpqt6hUYzz9/boprUJHs4e4KVr3XwOF70doO6gwXUor6EWZJAyWAfKki84t20Q==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", "dev": true }, - "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.1.tgz", - "integrity": "sha512-g3OMbtlwY3QewlqAiMLI47KywjWZoEytKr8pf6iTC8uJq5bIAH52Z9pnQ8pVL6whrCto53JZDuUIsifGeLorTg==", + "node_modules/es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", "dev": true, "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" + "es-errors": "^1.3.0" }, "engines": { "node": ">= 0.4" } }, - "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz", - "integrity": "sha512-Jm6GPcCdC30eMLbZ2x8z2WuRwAws3zTBBKuusffYVUrNj/GVSUAZ+xKMaUpfNDR5IbyNA5LJbaecoUVbmUcB1w==", + "node_modules/es-set-tostringtag": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-shim-unscopables": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", "dev": true, "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" } }, "node_modules/es-to-primitive": { @@ -3768,9 +4108,9 @@ } }, "node_modules/escalade": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", - "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", "dev": true, "engines": { "node": ">=6" @@ -3976,16 +4316,16 @@ } }, "node_modules/expect": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.6.4.tgz", - "integrity": "sha512-F2W2UyQ8XYyftHT57dtfg8Ue3X5qLgm2sSug0ivvLRH/VKNRL/pDxg/TH7zVzbQB0tu80clNFy6LU7OS/VSEKA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "dev": true, "dependencies": { - "@jest/expect-utils": "^29.6.4", + "@jest/expect-utils": "^29.7.0", "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.6.4", - "jest-message-util": "^29.6.3", - "jest-util": "^29.6.3" + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -4199,9 +4539,12 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/function.prototype.name": { "version": "1.1.6", @@ -4249,14 +4592,18 @@ } }, "node_modules/get-intrinsic": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.1.tgz", - "integrity": "sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==", + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", "has-proto": "^1.0.1", - "has-symbols": "^1.0.3" + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4284,13 +4631,14 @@ } }, "node_modules/get-symbol-description": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", - "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" }, "engines": { "node": ">= 0.4" @@ -4347,12 +4695,13 @@ } }, "node_modules/globalthis": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.3.tgz", - "integrity": "sha512-sFdI5LyBiNTHjRd7cGPWapiHWMOXKyuBNX/cWJ3NfzrZQVa8GI/8cofCl74AOVqq9W5kNmguTIzJ/1s2gyI9wA==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", "dev": true, "dependencies": { - "define-properties": "^1.1.3" + "define-properties": "^1.2.1", + "gopd": "^1.0.1" }, "engines": { "node": ">= 0.4" @@ -4365,7 +4714,6 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", - "dev": true, "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -4404,12 +4752,10 @@ } }, "node_modules/has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dependencies": { - "function-bind": "^1.1.1" - }, + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", + "dev": true, "engines": { "node": ">= 0.4.0" } @@ -4433,21 +4779,20 @@ } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", - "dev": true, + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dependencies": { - "get-intrinsic": "^1.1.1" + "es-define-property": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-proto": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", - "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "engines": { "node": ">= 0.4" }, @@ -4467,12 +4812,12 @@ } }, "node_modules/has-tostringtag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", - "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", "dev": true, "dependencies": { - "has-symbols": "^1.0.2" + "has-symbols": "^1.0.3" }, "engines": { "node": ">= 0.4" @@ -4481,6 +4826,17 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/he": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", @@ -4521,6 +4877,59 @@ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, + "node_modules/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "dependencies": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + }, + "bin": { + "html-minifier-terser": "cli.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/html-webpack-plugin": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "dev": true, + "dependencies": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/html-webpack-plugin" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.20.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, "node_modules/htmlparser2": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", @@ -4658,13 +5067,13 @@ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, "node_modules/internal-slot": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz", - "integrity": "sha512-Y+R5hJrzs52QCG2laLn4udYVnxsfny9CpOhNhUvk/SSSVyF6T27FzRbF0sroPidSu3X8oEAkOn2K804mjpt6UQ==", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", "dev": true, "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", + "es-errors": "^1.3.0", + "hasown": "^2.0.0", "side-channel": "^1.0.4" }, "engines": { @@ -4689,14 +5098,16 @@ } }, "node_modules/is-array-buffer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", - "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", "dev": true, "dependencies": { "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", - "is-typed-array": "^1.1.10" + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4767,12 +5178,27 @@ } }, "node_modules/is-core-module": { - "version": "2.13.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.0.tgz", - "integrity": "sha512-Z7dk6Qo8pOCp3l4tsX2C5ZVas4V+UxwQodwZhLopL91TX8UyyHEXafPcyoeeWuLrwzHcr3igO78wNLwHJHsMCQ==", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", "dev": true, "dependencies": { - "has": "^1.0.3" + "is-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4833,9 +5259,9 @@ } }, "node_modules/is-negative-zero": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", - "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", "dev": true, "engines": { "node": ">= 0.4" @@ -4878,10 +5304,13 @@ } }, "node_modules/is-plain-object": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", - "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, "engines": { "node": ">=0.10.0" } @@ -4909,12 +5338,15 @@ } }, "node_modules/is-shared-array-buffer": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", - "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2" + "call-bind": "^1.0.7" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -4969,12 +5401,12 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.12", - "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", - "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", "dev": true, "dependencies": { - "which-typed-array": "^1.1.11" + "which-typed-array": "^1.1.14" }, "engines": { "node": ">= 0.4" @@ -5026,9 +5458,9 @@ } }, "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, "engines": { "node": ">=8" @@ -5100,9 +5532,9 @@ } }, "node_modules/istanbul-reports": { - "version": "3.1.6", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", - "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", "dev": true, "dependencies": { "html-escaper": "^2.0.0", @@ -5113,15 +5545,15 @@ } }, "node_modules/jest": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.6.4.tgz", - "integrity": "sha512-tEFhVQFF/bzoYV1YuGyzLPZ6vlPrdfvDmmAxudA1dLEuiztqg2Rkx20vkKY32xiDROcD2KXlgZ7Cu8RPeEHRKw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, "dependencies": { - "@jest/core": "^29.6.4", + "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", "import-local": "^3.0.2", - "jest-cli": "^29.6.4" + "jest-cli": "^29.7.0" }, "bin": { "jest": "bin/jest.js" @@ -5139,13 +5571,13 @@ } }, "node_modules/jest-changed-files": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.6.3.tgz", - "integrity": "sha512-G5wDnElqLa4/c66ma5PG9eRjE342lIbF6SUnTJi26C3J28Fv2TVY2rOyKB9YGbSA5ogwevgmxc4j4aVjrEK6Yg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", "dev": true, "dependencies": { "execa": "^5.0.0", - "jest-util": "^29.6.3", + "jest-util": "^29.7.0", "p-limit": "^3.1.0" }, "engines": { @@ -5153,28 +5585,28 @@ } }, "node_modules/jest-circus": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.6.4.tgz", - "integrity": "sha512-YXNrRyntVUgDfZbjXWBMPslX1mQ8MrSG0oM/Y06j9EYubODIyHWP8hMUbjbZ19M3M+zamqEur7O80HODwACoJw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "dev": true, "dependencies": { - "@jest/environment": "^29.6.4", - "@jest/expect": "^29.6.4", - "@jest/test-result": "^29.6.4", + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", "dedent": "^1.0.0", "is-generator-fn": "^2.0.0", - "jest-each": "^29.6.3", - "jest-matcher-utils": "^29.6.4", - "jest-message-util": "^29.6.3", - "jest-runtime": "^29.6.4", - "jest-snapshot": "^29.6.4", - "jest-util": "^29.6.3", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", "p-limit": "^3.1.0", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "pure-rand": "^6.0.0", "slash": "^3.0.0", "stack-utils": "^2.0.3" @@ -5254,22 +5686,21 @@ } }, "node_modules/jest-cli": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.6.4.tgz", - "integrity": "sha512-+uMCQ7oizMmh8ZwRfZzKIEszFY9ksjjEQnTEMTaL7fYiL3Kw4XhqT9bYh+A4DQKUb67hZn2KbtEnDuHvcgK4pQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", + "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", "dev": true, "dependencies": { - "@jest/core": "^29.6.4", - "@jest/test-result": "^29.6.4", + "@jest/core": "^29.7.0", + "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", "chalk": "^4.0.0", + "create-jest": "^29.7.0", "exit": "^0.1.2", - "graceful-fs": "^4.2.9", "import-local": "^3.0.2", - "jest-config": "^29.6.4", - "jest-util": "^29.6.3", - "jest-validate": "^29.6.3", - "prompts": "^2.0.1", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "yargs": "^17.3.1" }, "bin": { @@ -5357,31 +5788,31 @@ } }, "node_modules/jest-cli/node_modules/jest-config": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.6.4.tgz", - "integrity": "sha512-JWohr3i9m2cVpBumQFv2akMEnFEPVOh+9L2xIBJhJ0zOaci2ZXuKJj0tgMKQCBZAKA09H049IR4HVS/43Qb19A==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.6.4", + "@jest/test-sequencer": "^29.7.0", "@jest/types": "^29.6.3", - "babel-jest": "^29.6.4", + "babel-jest": "^29.7.0", "chalk": "^4.0.0", "ci-info": "^3.2.0", "deepmerge": "^4.2.2", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-circus": "^29.6.4", - "jest-environment-node": "^29.6.4", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", "jest-get-type": "^29.6.3", "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.6.4", - "jest-runner": "^29.6.4", - "jest-util": "^29.6.3", - "jest-validate": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, @@ -5414,9 +5845,9 @@ } }, "node_modules/jest-cli/node_modules/ts-node": { - "version": "10.9.1", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz", - "integrity": "sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==", + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", "dev": true, "optional": true, "peer": true, @@ -5459,15 +5890,15 @@ } }, "node_modules/jest-diff": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.6.4.tgz", - "integrity": "sha512-9F48UxR9e4XOEZvoUXEHSWY4qC4zERJaOfrbBg9JpbJOO43R1vN76REt/aMGZoY6GD5g84nnJiBIVlscegefpw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "dev": true, "dependencies": { "chalk": "^4.0.0", "diff-sequences": "^29.6.3", "jest-get-type": "^29.6.3", - "pretty-format": "^29.6.3" + "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -5544,9 +5975,9 @@ } }, "node_modules/jest-docblock": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.6.3.tgz", - "integrity": "sha512-2+H+GOTQBEm2+qFSQ7Ma+BvyV+waiIFxmZF5LdpBsAEjWX8QYjSCa4FrkIYtbfXUJJJnFCYrOtt6TZ+IAiTjBQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "dev": true, "dependencies": { "detect-newline": "^3.0.0" @@ -5556,16 +5987,16 @@ } }, "node_modules/jest-each": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.6.3.tgz", - "integrity": "sha512-KoXfJ42k8cqbkfshW7sSHcdfnv5agDdHCPA87ZBdmHP+zJstTJc0ttQaJ/x7zK6noAL76hOuTIJ6ZkQRS5dcyg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", "chalk": "^4.0.0", "jest-get-type": "^29.6.3", - "jest-util": "^29.6.3", - "pretty-format": "^29.6.3" + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -5642,18 +6073,18 @@ } }, "node_modules/jest-environment-jsdom": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.6.4.tgz", - "integrity": "sha512-K6wfgUJ16DoMs02JYFid9lOsqfpoVtyJxpRlnTxUHzvZWBnnh2VNGRB9EC1Cro96TQdq5TtSjb3qUjNaJP9IyA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz", + "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==", "dev": true, "dependencies": { - "@jest/environment": "^29.6.4", - "@jest/fake-timers": "^29.6.4", + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", "@types/jsdom": "^20.0.0", "@types/node": "*", - "jest-mock": "^29.6.3", - "jest-util": "^29.6.3", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0", "jsdom": "^20.0.0" }, "engines": { @@ -5669,17 +6100,17 @@ } }, "node_modules/jest-environment-node": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.6.4.tgz", - "integrity": "sha512-i7SbpH2dEIFGNmxGCpSc2w9cA4qVD+wfvg2ZnfQ7XVrKL0NA5uDVBIiGH8SR4F0dKEv/0qI5r+aDomDf04DpEQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "dev": true, "dependencies": { - "@jest/environment": "^29.6.4", - "@jest/fake-timers": "^29.6.4", + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", - "jest-mock": "^29.6.3", - "jest-util": "^29.6.3" + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -5695,9 +6126,9 @@ } }, "node_modules/jest-haste-map": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.6.4.tgz", - "integrity": "sha512-12Ad+VNTDHxKf7k+M65sviyynRoZYuL1/GTuhEVb8RYsNSNln71nANRb/faSyWvx0j+gHcivChXHIoMJrGYjog==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", @@ -5707,8 +6138,8 @@ "fb-watchman": "^2.0.0", "graceful-fs": "^4.2.9", "jest-regex-util": "^29.6.3", - "jest-util": "^29.6.3", - "jest-worker": "^29.6.4", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", "micromatch": "^4.0.4", "walker": "^1.0.8" }, @@ -5735,28 +6166,28 @@ } }, "node_modules/jest-leak-detector": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.6.3.tgz", - "integrity": "sha512-0kfbESIHXYdhAdpLsW7xdwmYhLf1BRu4AA118/OxFm0Ho1b2RcTmO4oF6aAMaxpxdxnJ3zve2rgwzNBD4Zbm7Q==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "dev": true, "dependencies": { "jest-get-type": "^29.6.3", - "pretty-format": "^29.6.3" + "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-matcher-utils": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.6.4.tgz", - "integrity": "sha512-KSzwyzGvK4HcfnserYqJHYi7sZVqdREJ9DMPAKVbS98JsIAvumihaNUbjrWw0St7p9IY7A9UskCW5MYlGmBQFQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^29.6.4", + "jest-diff": "^29.7.0", "jest-get-type": "^29.6.3", - "pretty-format": "^29.6.3" + "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -5833,9 +6264,9 @@ } }, "node_modules/jest-message-util": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.6.3.tgz", - "integrity": "sha512-FtzaEEHzjDpQp51HX4UMkPZjy46ati4T5pEMyM6Ik48ztu4T9LQplZ6OsimHx7EuM9dfEh5HJa6D3trEftu3dA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "dev": true, "dependencies": { "@babel/code-frame": "^7.12.13", @@ -5844,7 +6275,7 @@ "chalk": "^4.0.0", "graceful-fs": "^4.2.9", "micromatch": "^4.0.4", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, @@ -5923,14 +6354,14 @@ } }, "node_modules/jest-mock": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.6.3.tgz", - "integrity": "sha512-Z7Gs/mOyTSR4yPsaZ72a/MtuK6RnC3JYqWONe48oLaoEcYwEDxqvbXz85G4SJrm2Z5Ar9zp6MiHF4AlFlRM4Pg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", "@types/node": "*", - "jest-util": "^29.6.3" + "jest-util": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -5963,17 +6394,17 @@ } }, "node_modules/jest-resolve": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.6.4.tgz", - "integrity": "sha512-fPRq+0vcxsuGlG0O3gyoqGTAxasagOxEuyoxHeyxaZbc9QNek0AmJWSkhjlMG+mTsj+8knc/mWb3fXlRNVih7Q==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "dev": true, "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.6.4", + "jest-haste-map": "^29.7.0", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.6.3", - "jest-validate": "^29.6.3", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "resolve": "^1.20.0", "resolve.exports": "^2.0.0", "slash": "^3.0.0" @@ -5983,13 +6414,13 @@ } }, "node_modules/jest-resolve-dependencies": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.6.4.tgz", - "integrity": "sha512-7+6eAmr1ZBF3vOAJVsfLj1QdqeXG+WYhidfLHBRZqGN24MFRIiKG20ItpLw2qRAsW/D2ZUUmCNf6irUr/v6KHA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", "dev": true, "dependencies": { "jest-regex-util": "^29.6.3", - "jest-snapshot": "^29.6.4" + "jest-snapshot": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -6066,30 +6497,30 @@ } }, "node_modules/jest-runner": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.6.4.tgz", - "integrity": "sha512-SDaLrMmtVlQYDuG0iSPYLycG8P9jLI+fRm8AF/xPKhYDB2g6xDWjXBrR5M8gEWsK6KVFlebpZ4QsrxdyIX1Jaw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "dev": true, "dependencies": { - "@jest/console": "^29.6.4", - "@jest/environment": "^29.6.4", - "@jest/test-result": "^29.6.4", - "@jest/transform": "^29.6.4", + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "emittery": "^0.13.1", "graceful-fs": "^4.2.9", - "jest-docblock": "^29.6.3", - "jest-environment-node": "^29.6.4", - "jest-haste-map": "^29.6.4", - "jest-leak-detector": "^29.6.3", - "jest-message-util": "^29.6.3", - "jest-resolve": "^29.6.4", - "jest-runtime": "^29.6.4", - "jest-util": "^29.6.3", - "jest-watcher": "^29.6.4", - "jest-worker": "^29.6.4", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-util": "^29.7.0", + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", "p-limit": "^3.1.0", "source-map-support": "0.5.13" }, @@ -6168,17 +6599,17 @@ } }, "node_modules/jest-runtime": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.6.4.tgz", - "integrity": "sha512-s/QxMBLvmwLdchKEjcLfwzP7h+jsHvNEtxGP5P+Fl1FMaJX2jMiIqe4rJw4tFprzCwuSvVUo9bn0uj4gNRXsbA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "dev": true, "dependencies": { - "@jest/environment": "^29.6.4", - "@jest/fake-timers": "^29.6.4", - "@jest/globals": "^29.6.4", + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", "@jest/source-map": "^29.6.3", - "@jest/test-result": "^29.6.4", - "@jest/transform": "^29.6.4", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", @@ -6186,13 +6617,13 @@ "collect-v8-coverage": "^1.0.0", "glob": "^7.1.3", "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.6.4", - "jest-message-util": "^29.6.3", - "jest-mock": "^29.6.3", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.6.4", - "jest-snapshot": "^29.6.4", - "jest-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, @@ -6271,9 +6702,9 @@ } }, "node_modules/jest-snapshot": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.6.4.tgz", - "integrity": "sha512-VC1N8ED7+4uboUKGIDsbvNAZb6LakgIPgAF4RSpF13dN6YaMokfRqO+BaqK4zIh6X3JffgwbzuGqDEjHm/MrvA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", @@ -6281,20 +6712,20 @@ "@babel/plugin-syntax-jsx": "^7.7.2", "@babel/plugin-syntax-typescript": "^7.7.2", "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.6.4", - "@jest/transform": "^29.6.4", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", "@jest/types": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^29.6.4", + "expect": "^29.7.0", "graceful-fs": "^4.2.9", - "jest-diff": "^29.6.4", + "jest-diff": "^29.7.0", "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.6.4", - "jest-message-util": "^29.6.3", - "jest-util": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", "natural-compare": "^1.4.0", - "pretty-format": "^29.6.3", + "pretty-format": "^29.7.0", "semver": "^7.5.3" }, "engines": { @@ -6359,26 +6790,11 @@ "node": ">=8" } }, - "node_modules/jest-snapshot/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/jest-snapshot/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -6398,16 +6814,10 @@ "node": ">=8" } }, - "node_modules/jest-snapshot/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/jest-util": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.6.3.tgz", - "integrity": "sha512-QUjna/xSy4B32fzcKTSz1w7YYzgiHrjjJjevdRf61HYk998R5vVMMNmrHESYZVDS5DSWs+1srPLPKxXPkeSDOA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", @@ -6492,9 +6902,9 @@ } }, "node_modules/jest-validate": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.6.3.tgz", - "integrity": "sha512-e7KWZcAIX+2W1o3cHfnqpGajdCs1jSM3DkXjGeLSNmCazv1EeI1ggTeK5wdZhF+7N+g44JI2Od3veojoaumlfg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "dev": true, "dependencies": { "@jest/types": "^29.6.3", @@ -6502,7 +6912,7 @@ "chalk": "^4.0.0", "jest-get-type": "^29.6.3", "leven": "^3.1.0", - "pretty-format": "^29.6.3" + "pretty-format": "^29.7.0" }, "engines": { "node": "^14.15.0 || ^16.10.0 || >=18.0.0" @@ -6591,18 +7001,18 @@ } }, "node_modules/jest-watcher": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.6.4.tgz", - "integrity": "sha512-oqUWvx6+On04ShsT00Ir9T4/FvBeEh2M9PTubgITPxDa739p4hoQweWPRGyYeaojgT0xTpZKF0Y/rSY1UgMxvQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "dev": true, "dependencies": { - "@jest/test-result": "^29.6.4", + "@jest/test-result": "^29.7.0", "@jest/types": "^29.6.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", "emittery": "^0.13.1", - "jest-util": "^29.6.3", + "jest-util": "^29.7.0", "string-length": "^4.0.1" }, "engines": { @@ -6680,13 +7090,13 @@ } }, "node_modules/jest-worker": { - "version": "29.6.4", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.6.4.tgz", - "integrity": "sha512-6dpvFV4WjcWbDVGgHTWo/aupl8/LbBx2NSKfiwqf79xC/yeJjKHT1+StcKy/2KTmW16hE68ccKVOtXf+WZGz7Q==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "dev": true, "dependencies": { "@types/node": "*", - "jest-util": "^29.6.3", + "jest-util": "^29.7.0", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, @@ -6903,36 +7313,18 @@ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", "dev": true }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true - }, "node_modules/lodash.escape": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz", "integrity": "sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==", "dev": true }, - "node_modules/lodash.flatten": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.flatten/-/lodash.flatten-4.4.0.tgz", - "integrity": "sha512-C5N2Z3DgnnKr0LOpv/hKCgKdb7ZZwafIrsesve6lmzvZIRZRGaZ/l6Q8+2W7NaT+ZwO3fFlSCzCzrDCFdJfZ4g==", - "dev": true - }, "node_modules/lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", "dev": true }, - "node_modules/lodash.invokemap": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/lodash.invokemap/-/lodash.invokemap-4.6.0.tgz", - "integrity": "sha512-CfkycNtMqgUlfjfdh2BhKO/ZXrP8ePOX5lEU/g0R3ItJcnuxWDwokMGKx1hWcfOikmyOVx6X9IwWnDGlgKl61w==", - "dev": true - }, "node_modules/lodash.isequal": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", @@ -6945,18 +7337,6 @@ "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", "dev": true }, - "node_modules/lodash.pullall": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/lodash.pullall/-/lodash.pullall-4.2.0.tgz", - "integrity": "sha512-VhqxBKH0ZxPpLhiu68YD1KnHmbhQJQctcipvmFnqIBDYzcIHzf3Zpu0tpeOKtR4x76p9yohc506eGdOjTmyIBg==", - "dev": true - }, - "node_modules/lodash.uniqby": { - "version": "4.7.0", - "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", - "integrity": "sha512-e/zcLx6CSbmaEgFHCA7BnoQKyCtKMxnuWrJygbwPs/AIn+IMKl66L8/s+wBUn5LRw2pZx3bUHibiV1b6aTWIww==", - "dev": true - }, "node_modules/log-symbols": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", @@ -7050,6 +7430,15 @@ "loose-envify": "cli.js" } }, + "node_modules/lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "dependencies": { + "tslib": "^2.0.3" + } + }, "node_modules/lru-cache": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", @@ -7074,26 +7463,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/make-dir/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/make-dir/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -7101,12 +7475,6 @@ "node": ">=10" } }, - "node_modules/make-dir/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/make-error": { "version": "1.3.6", "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", @@ -7601,9 +7969,9 @@ "dev": true }, "node_modules/mrmime": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-1.0.1.tgz", - "integrity": "sha512-hzzEagAgDyoU1Q6yg5uI+AorQgdvMCur3FcKf7NhMKWsaYg+RnbTyHRa/9IlLF9rf455MOCtcqqrQQ83pPP7Uw==", + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", "dev": true, "engines": { "node": ">=10" @@ -7655,6 +8023,12 @@ "url": "https://nearley.js.org/#give-to-nearley" } }, + "node_modules/nearley/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", @@ -7669,6 +8043,16 @@ "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, + "node_modules/no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, "node_modules/node-int64": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", @@ -7676,9 +8060,9 @@ "dev": true }, "node_modules/node-releases": { - "version": "2.0.13", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", - "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, "node_modules/normalize-path": { @@ -7715,9 +8099,9 @@ } }, "node_modules/nwsapi": { - "version": "2.2.7", - "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz", - "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==", + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz", + "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==", "dev": true }, "node_modules/object-assign": { @@ -7729,21 +8113,21 @@ } }, "node_modules/object-inspect": { - "version": "1.12.3", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.3.tgz", - "integrity": "sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==", + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-is": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", - "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", + "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" }, "engines": { "node": ">= 0.4" @@ -7762,13 +8146,13 @@ } }, "node_modules/object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" }, @@ -7780,28 +8164,29 @@ } }, "node_modules/object.entries": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", - "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", - "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -7811,14 +8196,14 @@ } }, "node_modules/object.values": { - "version": "1.1.7", - "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", - "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -7922,6 +8307,16 @@ "node": ">=6" } }, + "node_modules/param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", @@ -7973,6 +8368,16 @@ "node": ">= 0.8" } }, + "node_modules/pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", @@ -8018,9 +8423,9 @@ "dev": true }, "node_modules/picocolors": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", - "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, "node_modules/picomatch": { @@ -8056,6 +8461,15 @@ "node": ">=8" } }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "dev": true, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/postcss": { "version": "7.0.39", "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", @@ -8124,9 +8538,9 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.0.13", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", - "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "version": "6.0.16", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", + "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", "dev": true, "dependencies": { "cssesc": "^3.0.0", @@ -8142,10 +8556,26 @@ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true }, + "node_modules/postcss/node_modules/picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dev": true, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, "node_modules/pretty-format": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.6.3.tgz", - "integrity": "sha512-ZsBgjVhFAj5KeK+nHfF1305/By3lechHQSMWCTl8iHSbfOm2TN5nHEtFc/+W7fAyUeCs2n5iow72gld4gW0xDw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "dev": true, "dependencies": { "@jest/schemas": "^29.6.3", @@ -8169,9 +8599,9 @@ } }, "node_modules/pretty-format/node_modules/react-is": { - "version": "18.2.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", - "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", "dev": true }, "node_modules/process-nextick-args": { @@ -8245,18 +8675,18 @@ "dev": true }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/pure-rand": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.3.tgz", - "integrity": "sha512-KddyFewCsO0j3+np81IQ+SweXLDnDQTs5s67BOnrYmYe/yNmUhttQyGsYzy8yUnoljGAQ9sl38YB4vH8ur7Y+w==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", "dev": true, "funding": [ { @@ -8466,14 +8896,15 @@ "dev": true }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.0.tgz", - "integrity": "sha512-0SutC3pNudRKgquxGoRGIz946MZVHqbNfPjBdxeOhBrdgDKlRoXmYLQN9xRbrR09ZXWeGAdPuif7egofn6v5LA==", + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" @@ -8482,29 +8913,138 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "node_modules/relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "dev": true, "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, - "node_modules/requires-port": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true - }, - "node_modules/resolve": { - "version": "1.22.4", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.4.tgz", - "integrity": "sha512-PXNdCiPqDqeUou+w1C2eTQbNfxKSuMxqTCuvlmmMsk1NWHL5fRrhY6Pl0qEYYc6+QqGClco1Qj8XnjPego4wfg==", + "node_modules/renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", "dev": true, "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + } + }, + "node_modules/renderkid/node_modules/css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/renderkid/node_modules/dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "dependencies": { + "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "dependencies": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/renderkid/node_modules/htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" }, "bin": { @@ -8564,13 +9104,13 @@ } }, "node_modules/safe-array-concat": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", - "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -8601,15 +9141,18 @@ ] }, "node_modules/safe-regex-test": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", - "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.3", + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", "is-regex": "^1.1.4" }, + "engines": { + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8731,6 +9274,37 @@ "node": ">= 0.8.0" } }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", @@ -8770,13 +9344,17 @@ } }, "node_modules/side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dependencies": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -8789,13 +9367,13 @@ "dev": true }, "node_modules/sirv": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz", - "integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", "dev": true, "dependencies": { - "@polka/url": "^1.0.0-next.20", - "mrmime": "^1.0.0", + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", "totalist": "^3.0.0" }, "engines": { @@ -8996,14 +9574,15 @@ } }, "node_modules/string.prototype.trim": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", - "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -9013,28 +9592,31 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", - "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", - "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.2.0", - "es-abstract": "^1.22.1" + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -9140,18 +9722,18 @@ "dev": true }, "node_modules/tapable": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", - "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", "dev": true, "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.19.4", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.19.4.tgz", - "integrity": "sha512-6p1DjHeuluwxDXcuT9VR8p64klWJKo1ILiy19s6C9+0Bh2+NWTX6nD9EPppiER4ICkHDVB1RkVpin/YW2nQn/g==", + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.3", @@ -9167,16 +9749,16 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.9", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", - "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.1", - "terser": "^5.16.8" + "terser": "^5.26.0" }, "engines": { "node": ">= 10.13.0" @@ -9242,9 +9824,9 @@ } }, "node_modules/terser-webpack-plugin/node_modules/serialize-javascript": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", - "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, "dependencies": { "randombytes": "^2.1.0" @@ -9265,6 +9847,12 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, "node_modules/terser/node_modules/source-map-support": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", @@ -9334,9 +9922,9 @@ } }, "node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", "dev": true, "dependencies": { "psl": "^1.1.33", @@ -9361,9 +9949,9 @@ } }, "node_modules/ts-jest": { - "version": "29.1.1", - "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.1.tgz", - "integrity": "sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==", + "version": "29.1.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz", + "integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==", "dev": true, "dependencies": { "bs-logger": "0.x", @@ -9379,7 +9967,7 @@ "ts-jest": "cli.js" }, "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + "node": "^16.10.0 || ^18.0.0 || >=20.0.0" }, "peerDependencies": { "@babel/core": ">=7.0.0-beta.0 <8", @@ -9403,26 +9991,11 @@ } } }, - "node_modules/ts-jest/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ts-jest/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -9430,12 +10003,6 @@ "node": ">=10" } }, - "node_modules/ts-jest/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/ts-jest/node_modules/yargs-parser": { "version": "21.1.1", "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", @@ -9537,26 +10104,11 @@ "node": ">=8.9.0" } }, - "node_modules/ts-loader/node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/ts-loader/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, "bin": { "semver": "bin/semver.js" }, @@ -9576,12 +10128,6 @@ "node": ">=8" } }, - "node_modules/ts-loader/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/ts-node": { "version": "8.10.2", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", @@ -9626,6 +10172,12 @@ "source-map": "^0.6.0" } }, + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, "node_modules/type-detect": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-1.0.0.tgz", @@ -9660,29 +10212,30 @@ } }, "node_modules/typed-array-buffer": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", - "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.1", - "is-typed-array": "^1.1.10" + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" } }, "node_modules/typed-array-byte-length": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", - "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" @@ -9692,16 +10245,17 @@ } }, "node_modules/typed-array-byte-offset": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", - "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", "dev": true, "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "has-proto": "^1.0.1", - "is-typed-array": "^1.1.10" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" @@ -9711,14 +10265,20 @@ } }, "node_modules/typed-array-length": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", - "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "dev": true, "dependencies": { - "call-bind": "^1.0.2", + "call-bind": "^1.0.7", "for-each": "^0.3.3", - "is-typed-array": "^1.1.9" + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -9775,9 +10335,9 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz", - "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==", + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", "dev": true, "funding": [ { @@ -9794,7 +10354,7 @@ } ], "dependencies": { - "escalade": "^3.1.1", + "escalade": "^3.1.2", "picocolors": "^1.0.0" }, "bin": { @@ -9804,12 +10364,6 @@ "browserslist": ">= 4.21.0" } }, - "node_modules/update-browserslist-db/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -9835,6 +10389,12 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "dev": true }, + "node_modules/utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", @@ -9861,14 +10421,14 @@ "peer": true }, "node_modules/v8-to-istanbul": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.1.0.tgz", - "integrity": "sha512-6z3GW9x8G1gd+JIIgQQQxXuiJtCXeAjp6RaPEPLv62mH3iPHPxV6W3robxtCzNErRo6ZwTmzWhsbNvjyEBKzKA==", + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", + "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.12", "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^1.6.0" + "convert-source-map": "^2.0.0" }, "engines": { "node": ">=10.12.0" @@ -9904,9 +10464,9 @@ } }, "node_modules/watchpack": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", - "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", "dev": true, "dependencies": { "glob-to-regexp": "^0.4.1", @@ -9926,34 +10486,34 @@ } }, "node_modules/webpack": { - "version": "5.88.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", - "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", - "@types/estree": "^1.0.0", - "@webassemblyjs/ast": "^1.11.5", - "@webassemblyjs/wasm-edit": "^1.11.5", - "@webassemblyjs/wasm-parser": "^1.11.5", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", "acorn": "^8.7.1", "acorn-import-assertions": "^1.9.0", - "browserslist": "^4.14.5", + "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.15.0", + "enhanced-resolve": "^5.16.0", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", - "graceful-fs": "^4.2.9", + "graceful-fs": "^4.2.11", "json-parse-even-better-errors": "^2.3.1", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", "schema-utils": "^3.2.0", "tapable": "^2.1.1", - "terser-webpack-plugin": "^5.3.7", - "watchpack": "^2.4.0", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", "webpack-sources": "^3.2.3" }, "bin": { @@ -9973,24 +10533,19 @@ } }, "node_modules/webpack-bundle-analyzer": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.9.1.tgz", - "integrity": "sha512-jnd6EoYrf9yMxCyYDPj8eutJvtjQNp8PHmni/e/ulydHBWhT5J3menXt3HEkScsu9YqMAcG4CfFjs3rj5pVU1w==", + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz", + "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==", "dev": true, "dependencies": { "@discoveryjs/json-ext": "0.5.7", "acorn": "^8.0.4", "acorn-walk": "^8.0.0", "commander": "^7.2.0", + "debounce": "^1.2.1", "escape-string-regexp": "^4.0.0", "gzip-size": "^6.0.0", - "is-plain-object": "^5.0.0", - "lodash.debounce": "^4.0.8", - "lodash.escape": "^4.0.1", - "lodash.flatten": "^4.4.0", - "lodash.invokemap": "^4.6.0", - "lodash.pullall": "^4.2.0", - "lodash.uniqby": "^4.7.0", + "html-escaper": "^2.0.2", "opener": "^1.5.2", "picocolors": "^1.0.0", "sirv": "^2.0.3", @@ -10024,12 +10579,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/webpack-bundle-analyzer/node_modules/picocolors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", - "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", - "dev": true - }, "node_modules/webpack-bundle-analyzer/node_modules/ws": { "version": "7.5.9", "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", @@ -10158,12 +10707,13 @@ } }, "node_modules/webpack-merge": { - "version": "5.9.0", - "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.9.0.tgz", - "integrity": "sha512-6NbRQw4+Sy50vYNTw7EyOn41OZItPiXB8GNv3INSoe3PSFaHJEz3SHTrYVaRm2LilNGnFUzh0FAwqPEmU/CwDg==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, "dependencies": { "clone-deep": "^4.0.1", + "flat": "^5.0.2", "wildcard": "^2.0.0" }, "engines": { @@ -10180,9 +10730,9 @@ } }, "node_modules/webpack/node_modules/enhanced-resolve": { - "version": "5.15.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", - "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", "dev": true, "dependencies": { "graceful-fs": "^4.2.4", @@ -10210,15 +10760,6 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/webpack/node_modules/tapable": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", - "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, "node_modules/whatwg-encoding": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", @@ -10294,16 +10835,16 @@ } }, "node_modules/which-typed-array": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.11.tgz", - "integrity": "sha512-qe9UWWpkeG5yzZ0tNYxDmd7vo58HDBc39mZ0xWWpolAGADdFOzkfamWLDxkOWcvHQKVmdTyQdLD4NOfjLWTKew==", + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", "dev": true, "dependencies": { - "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", "for-each": "^0.3.3", "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0" + "has-tostringtag": "^1.0.2" }, "engines": { "node": ">= 0.4" @@ -10426,9 +10967,9 @@ } }, "node_modules/ws": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.1.tgz", - "integrity": "sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A==", + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", "dev": true, "engines": { "node": ">=10.0.0" @@ -10589,5 +11130,8294 @@ "url": "https://github.com/sponsors/sindresorhus" } } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "@babel/code-frame": { + "version": "7.24.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.2.tgz", + "integrity": "sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==", + "dev": true, + "requires": { + "@babel/highlight": "^7.24.2", + "picocolors": "^1.0.0" + } + }, + "@babel/compat-data": { + "version": "7.24.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.4.tgz", + "integrity": "sha512-vg8Gih2MLK+kOkHJp4gBEIkyaIi00jgWot2D9QOmmfLC8jINSOzmCLta6Bvz/JSBCqnegV0L80jhxkol5GWNfQ==", + "dev": true + }, + "@babel/core": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.5.tgz", + "integrity": "sha512-tVQRucExLQ02Boi4vdPp49svNGcfL2GhdTCT9aldhXgCJVAI21EtRfBettiuLUwce/7r6bFdgs6JFkcdTiFttA==", + "dev": true, + "requires": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.24.5", + "@babel/helpers": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + } + }, + "@babel/generator": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.5.tgz", + "integrity": "sha512-x32i4hEXvr+iI0NEoEfDKzlemF8AmtOP8CcrRaEcpzysWuoEb1KknpcvMsHKPONoKZiDuItklgWhB18xEhr9PA==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^2.5.1" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", + "dev": true, + "requires": { + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + } + }, + "@babel/helper-environment-visitor": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "dev": true + }, + "@babel/helper-function-name": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "dev": true, + "requires": { + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, + "requires": { + "@babel/types": "^7.22.5" + } + }, + "@babel/helper-module-imports": { + "version": "7.24.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.3.tgz", + "integrity": "sha512-viKb0F9f2s0BCS22QSF308z/+1YWKV/76mwt61NBzS5izMzDPwdq1pTrzf+Li3npBWX9KdQbkeCt1jSAM7lZqg==", + "dev": true, + "requires": { + "@babel/types": "^7.24.0" + } + }, + "@babel/helper-module-transforms": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.5.tgz", + "integrity": "sha512-9GxeY8c2d2mdQUP1Dye0ks3VDyIMS98kt/llQ2nUId8IsWqTF0l1LkSX0/uP7l7MCDrzXS009Hyhe2gzTiGW8A==", + "dev": true, + "requires": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.24.3", + "@babel/helper-simple-access": "^7.24.5", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/helper-validator-identifier": "^7.24.5" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.5.tgz", + "integrity": "sha512-xjNLDopRzW2o6ba0gKbkZq5YWEBaK3PCyTOY1K2P/O07LGMhMqlMXPxwN4S5/RhWuCobT8z0jrlKGlYmeR1OhQ==", + "dev": true + }, + "@babel/helper-simple-access": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.5.tgz", + "integrity": "sha512-uH3Hmf5q5n7n8mz7arjUlDOCbttY/DW4DYhE6FUsjKJ/oYC1kQQUvwEQWxRwUpX9qQKRXeqLwWxrqilMrf32sQ==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.5.tgz", + "integrity": "sha512-5CHncttXohrHk8GWOFCcCl4oRD9fKosWlIRgWm4ql9VYioKm52Mk2xsmoohvm7f3JoiLSM5ZgJuRaf5QZZYd3Q==", + "dev": true, + "requires": { + "@babel/types": "^7.24.5" + } + }, + "@babel/helper-string-parser": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.1.tgz", + "integrity": "sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==", + "dev": true + }, + "@babel/helper-validator-identifier": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.5.tgz", + "integrity": "sha512-3q93SSKX2TWCG30M2G2kwaKeTYgEUp5Snjuj8qm729SObL6nbtUldAi37qbxkD5gg3xnBio+f9nqpSepGZMvxA==", + "dev": true + }, + "@babel/helper-validator-option": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", + "dev": true + }, + "@babel/helpers": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.5.tgz", + "integrity": "sha512-CiQmBMMpMQHwM5m01YnrM6imUG1ebgYJ+fAIW4FZe6m4qHTPaRHti+R8cggAwkdz4oXhtO4/K9JWlh+8hIfR2Q==", + "dev": true, + "requires": { + "@babel/template": "^7.24.0", + "@babel/traverse": "^7.24.5", + "@babel/types": "^7.24.5" + } + }, + "@babel/highlight": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.5.tgz", + "integrity": "sha512-8lLmua6AVh/8SLJRRVD6V8p73Hir9w5mJrhE+IPpILG31KKlI9iz5zmBYKcWPS59qSfgP9RaSBQSHHE81WKuEw==", + "dev": true, + "requires": { + "@babel/helper-validator-identifier": "^7.24.5", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + } + }, + "@babel/parser": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.5.tgz", + "integrity": "sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg==", + "dev": true + }, + "@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-bigint": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", + "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@babel/plugin-syntax-import-meta": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", + "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-jsx": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.1.tgz", + "integrity": "sha512-2eCtxZXf+kbkMIsXS4poTvT4Yu5rXiRa+9xGVT56raghjmBTKMpFNc9R4IDiB4emao9eO22Ox7CxuJG7BgExqA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.24.0" + } + }, + "@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.24.1", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.1.tgz", + "integrity": "sha512-Yhnmvy5HZEnHUty6i++gcfH1/l68AHnItFHnaCv6hn9dNh0hQvvQJsxpi4BMBFN5DLeHBuucT/0DgzXif/OyRw==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.24.0" + } + }, + "@babel/template": { + "version": "7.24.0", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.0.tgz", + "integrity": "sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.24.0", + "@babel/types": "^7.24.0" + } + }, + "@babel/traverse": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.5.tgz", + "integrity": "sha512-7aaBLeDQ4zYcUFDUD41lJc1fG8+5IU9DaNSJAgal866FGvmD5EbWQgnEC6kO1gGLsX0esNkfnJSndbTXA3r7UA==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.24.2", + "@babel/generator": "^7.24.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.24.5", + "@babel/parser": "^7.24.5", + "@babel/types": "^7.24.5", + "debug": "^4.3.1", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.24.5", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.5.tgz", + "integrity": "sha512-6mQNsaLeXTw0nxYUYu+NSa4Hx4BlF1x1x8/PMFbiR+GBSr+2DkECc69b8hgy2frEodNcvPffeH8YfWd3LI6jhQ==", + "dev": true, + "requires": { + "@babel/helper-string-parser": "^7.24.1", + "@babel/helper-validator-identifier": "^7.24.5", + "to-fast-properties": "^2.0.0" + } + }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true + }, + "@cspotcode/source-map-support": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", + "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@jridgewell/trace-mapping": "0.3.9" + }, + "dependencies": { + "@jridgewell/trace-mapping": { + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + } + } + }, + "@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true + }, + "@floating-ui/core": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.6.1.tgz", + "integrity": "sha512-42UH54oPZHPdRHdw6BgoBD6cg/eVTmVrFcgeRDM3jbO7uxSoipVcmcIGFcA5jmOHO5apcyvBhkSKES3fQJnu7A==", + "requires": { + "@floating-ui/utils": "^0.2.0" + } + }, + "@floating-ui/dom": { + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.6.5.tgz", + "integrity": "sha512-Nsdud2X65Dz+1RHjAIP0t8z5e2ff/IRbei6BqFrl1urT8sDVzM1HMQ+R0XcU5ceRfyO3I6ayeqIfh+6Wb8LGTw==", + "requires": { + "@floating-ui/core": "^1.0.0", + "@floating-ui/utils": "^0.2.0" + } + }, + "@floating-ui/utils": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.2.tgz", + "integrity": "sha512-J4yDIIthosAsRZ5CPYP/jQvUAQtlZTTD/4suA08/FEnlxqW3sKS9iAhgsa9VYLZ6vDHn/ixJgIqRQPotoBjxIw==" + }, + "@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + } + }, + "@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true + }, + "@jest/console": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/core": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", + "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", + "dev": true, + "requires": { + "@jest/console": "^29.7.0", + "@jest/reporters": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-changed-files": "^29.7.0", + "jest-config": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-resolve-dependencies": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "jest-watcher": "^29.7.0", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + } + } + } + }, + "@jest/environment": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", + "dev": true, + "requires": { + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0" + } + }, + "@jest/expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", + "dev": true, + "requires": { + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" + } + }, + "@jest/expect-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", + "dev": true, + "requires": { + "jest-get-type": "^29.6.3" + } + }, + "@jest/fake-timers": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", + "@types/node": "*", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + } + }, + "@jest/globals": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", + "dev": true, + "requires": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/types": "^29.6.3", + "jest-mock": "^29.7.0" + } + }, + "@jest/reporters": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", + "dev": true, + "requires": { + "@bcoe/v8-coverage": "^0.2.3", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/node": "*", + "chalk": "^4.0.0", + "collect-v8-coverage": "^1.0.0", + "exit": "^0.1.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-instrument": "^6.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.0", + "istanbul-reports": "^3.1.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "slash": "^3.0.0", + "string-length": "^4.0.1", + "strip-ansi": "^6.0.0", + "v8-to-istanbul": "^9.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz", + "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==", + "dev": true, + "requires": { + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + } + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/schemas": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", + "dev": true, + "requires": { + "@sinclair/typebox": "^0.27.8" + } + }, + "@jest/source-map": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.18", + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9" + } + }, + "@jest/test-result": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", + "dev": true, + "requires": { + "@jest/console": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@jest/test-sequencer": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", + "dev": true, + "requires": { + "@jest/test-result": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "slash": "^3.0.0" + } + }, + "@jest/transform": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", + "babel-plugin-istanbul": "^6.1.1", + "chalk": "^4.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "micromatch": "^4.0.4", + "pirates": "^4.0.4", + "slash": "^3.0.0", + "write-file-atomic": "^4.0.2" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/types": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", + "dev": true, + "requires": { + "@jest/schemas": "^29.6.3", + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^17.0.8", + "chalk": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "requires": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + } + }, + "@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true + }, + "@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true + }, + "@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "requires": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "requires": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "@polka/url": { + "version": "1.0.0-next.25", + "resolved": "https://registry.npmjs.org/@polka/url/-/url-1.0.0-next.25.tgz", + "integrity": "sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==", + "dev": true + }, + "@sinclair/typebox": { + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", + "dev": true + }, + "@sinonjs/commons": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", + "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", + "dev": true, + "requires": { + "type-detect": "4.0.8" + }, + "dependencies": { + "type-detect": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", + "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", + "dev": true + } + } + }, + "@sinonjs/fake-timers": { + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", + "dev": true, + "requires": { + "@sinonjs/commons": "^3.0.0" + } + }, + "@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "dev": true + }, + "@tsconfig/node10": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", + "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", + "dev": true, + "optional": true, + "peer": true + }, + "@tsconfig/node12": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true, + "optional": true, + "peer": true + }, + "@tsconfig/node14": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true, + "optional": true, + "peer": true + }, + "@tsconfig/node16": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true, + "optional": true, + "peer": true + }, + "@types/babel__core": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", + "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", + "dev": true, + "requires": { + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@types/babel__generator": { + "version": "7.6.8", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", + "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", + "dev": true, + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@types/babel__template": { + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", + "dev": true, + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.20.5", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.5.tgz", + "integrity": "sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==", + "dev": true, + "requires": { + "@babel/types": "^7.20.7" + } + }, + "@types/chai": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/@types/chai/-/chai-3.5.2.tgz", + "integrity": "sha512-+ZvkforUDGqwU1npZYIMPuszsInIypxL81rFAsCGDs9CRhAEWO6s3rpO+TfJk9mgUgxKNMnSVQa/npPPD4gJXw==", + "dev": true + }, + "@types/cheerio": { + "version": "0.22.35", + "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.35.tgz", + "integrity": "sha512-yD57BchKRvTV+JD53UZ6PD8KWY5g5rvvMLRnZR3EQBCZXiDT/HR+pKpMzFGlWNhFrXlo7VPZXtKvIEwZkAWOIA==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/enzyme": { + "version": "3.10.18", + "resolved": "https://registry.npmjs.org/@types/enzyme/-/enzyme-3.10.18.tgz", + "integrity": "sha512-RaO/TyyHZvXkpzinbMTZmd/S5biU4zxkvDsn22ujC29t9FMSzq8tnn8f2MxQ2P8GVhFRG5jTAL05DXKyTtpEQQ==", + "dev": true, + "requires": { + "@types/cheerio": "*", + "@types/react": "^16" + }, + "dependencies": { + "@types/react": { + "version": "16.14.60", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.60.tgz", + "integrity": "sha512-wIFmnczGsTcgwCBeIYOuy2mdXEiKZ5znU/jNOnMZPQyCcIxauMGWlX0TNG4lZ7NxRKj7YUIZRneJQSSdB2jKgg==", + "dev": true, + "requires": { + "@types/prop-types": "*", + "@types/scheduler": "^0.16", + "csstype": "^3.0.2" + } + } + } + }, + "@types/enzyme-adapter-react-16": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/@types/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.0.9.tgz", + "integrity": "sha512-z24MMxGtUL8HhXdye3tWzjp+19QTsABqLaX2oOZpxMPHRJgLfahQmOeTTrEBQd9ogW20+UmPBXD9j+XOasFHvw==", + "dev": true, + "requires": { + "@types/enzyme": "*" + } + }, + "@types/eslint": { + "version": "8.56.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", + "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", + "dev": true, + "requires": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "requires": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "dev": true + }, + "@types/graceful-fs": { + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", + "dev": true, + "requires": { + "@types/node": "*" + } + }, + "@types/html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@types/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-oh/6byDPnL1zeNXFrDXFLyZjkr1MsBG667IM792caf1L2UPOOMf65NFzjUH/ltyfwjAGfs1rsX1eftK0jC/KIg==", + "dev": true + }, + "@types/istanbul-lib-coverage": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "dev": true + }, + "@types/istanbul-lib-report": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", + "dev": true, + "requires": { + "@types/istanbul-lib-coverage": "*" + } + }, + "@types/istanbul-reports": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", + "dev": true, + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/jest": { + "version": "29.5.12", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", + "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", + "dev": true, + "requires": { + "expect": "^29.0.0", + "pretty-format": "^29.0.0" + } + }, + "@types/jsdom": { + "version": "20.0.1", + "resolved": "https://registry.npmjs.org/@types/jsdom/-/jsdom-20.0.1.tgz", + "integrity": "sha512-d0r18sZPmMQr1eG35u12FZfhIXNrnsPU/g5wvRKCUf/tOGilKKwYMYGqh33BNR6ba+2gkHw1EUiHoN3mn7E5IQ==", + "dev": true, + "requires": { + "@types/node": "*", + "@types/tough-cookie": "*", + "parse5": "^7.0.0" + } + }, + "@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, + "@types/node": { + "version": "7.10.14", + "resolved": "https://registry.npmjs.org/@types/node/-/node-7.10.14.tgz", + "integrity": "sha512-29GS75BE8asnTno3yB6ubOJOO0FboExEqNJy4bpz0GSmW/8wPTNL4h9h63c6s1uTrOopCmJYe/4yJLh5r92ZUA==", + "dev": true + }, + "@types/prop-types": { + "version": "15.7.12", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.12.tgz", + "integrity": "sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==", + "dev": true + }, + "@types/react": { + "version": "17.0.80", + "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.80.tgz", + "integrity": "sha512-LrgHIu2lEtIo8M7d1FcI3BdwXWoRQwMoXOZ7+dPTW0lYREjmlHl3P0U1VD0i/9tppOuv8/sam7sOjx34TxSFbA==", + "dev": true, + "requires": { + "@types/prop-types": "*", + "@types/scheduler": "^0.16", + "csstype": "^3.0.2" + } + }, + "@types/react-dom": { + "version": "0.14.23", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-0.14.23.tgz", + "integrity": "sha512-EMCa3IEBSOE5weypSBxATxKZTAGil/hU48k/fW0jeW+Fj5ZeNGPNtbshVUygKTmvcq6IARZOi9lHJpLgjpkk9A==", + "dev": true, + "requires": { + "@types/react": "*" + } + }, + "@types/react-test-renderer": { + "version": "15.5.16", + "resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-15.5.16.tgz", + "integrity": "sha512-DTddHMd2+VbPjd2NTIb/kR2ZpEVs8oOnVNkqkH14aD5Q1oVdgcpj/GR09ve0FtTW7FXt66gTEVzJ00EUE3aSiA==", + "dev": true, + "requires": { + "@types/react": "^15" + }, + "dependencies": { + "@types/react": { + "version": "15.7.30", + "resolved": "https://registry.npmjs.org/@types/react/-/react-15.7.30.tgz", + "integrity": "sha512-jPeEJc8FcLZBVcOOcEqiGAxc6OIVb9dQ8Lhwr+VoNeKvMEVsaYY9++fo9MOibZsylHq6L1l0q9iwMAMVd3U7/w==", + "dev": true + } + } + }, + "@types/scheduler": { + "version": "0.16.8", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.8.tgz", + "integrity": "sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==", + "dev": true + }, + "@types/stack-utils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", + "dev": true + }, + "@types/tough-cookie": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz", + "integrity": "sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==", + "dev": true + }, + "@types/underscore": { + "version": "1.11.15", + "resolved": "https://registry.npmjs.org/@types/underscore/-/underscore-1.11.15.tgz", + "integrity": "sha512-HP38xE+GuWGlbSRq9WrZkousaQ7dragtZCruBVMi0oX1migFZavZ3OROKHSkNp/9ouq82zrWtZpg18jFnVN96g==", + "dev": true + }, + "@types/yargs": { + "version": "17.0.32", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", + "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", + "dev": true, + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "dev": true + }, + "@ungap/promise-all-settled": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz", + "integrity": "sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==", + "dev": true + }, + "@webassemblyjs/ast": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", + "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "dev": true, + "requires": { + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" + } + }, + "@webassemblyjs/floating-point-hex-parser": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "dev": true + }, + "@webassemblyjs/helper-api-error": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "dev": true + }, + "@webassemblyjs/helper-buffer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "dev": true + }, + "@webassemblyjs/helper-numbers": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dev": true, + "requires": { + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/helper-wasm-bytecode": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "dev": true + }, + "@webassemblyjs/helper-wasm-section": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", + "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.12.1" + } + }, + "@webassemblyjs/ieee754": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dev": true, + "requires": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "@webassemblyjs/leb128": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dev": true, + "requires": { + "@xtuc/long": "4.2.2" + } + }, + "@webassemblyjs/utf8": { + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "dev": true + }, + "@webassemblyjs/wasm-edit": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", + "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-opt": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1", + "@webassemblyjs/wast-printer": "1.12.1" + } + }, + "@webassemblyjs/wasm-gen": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", + "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "@webassemblyjs/wasm-opt": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", + "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-buffer": "1.12.1", + "@webassemblyjs/wasm-gen": "1.12.1", + "@webassemblyjs/wasm-parser": "1.12.1" + } + }, + "@webassemblyjs/wasm-parser": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", + "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" + } + }, + "@webassemblyjs/wast-printer": { + "version": "1.12.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", + "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "dev": true, + "requires": { + "@webassemblyjs/ast": "1.12.1", + "@xtuc/long": "4.2.2" + } + }, + "@webpack-cli/configtest": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", + "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", + "dev": true, + "requires": {} + }, + "@webpack-cli/info": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", + "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", + "dev": true, + "requires": { + "envinfo": "^7.7.3" + } + }, + "@webpack-cli/serve": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", + "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", + "dev": true, + "requires": {} + }, + "@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "abab": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", + "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "dev": true + }, + "accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "dev": true + }, + "acorn-globals": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-7.0.1.tgz", + "integrity": "sha512-umOSDSDrfHbTNPuNpC2NSnnA3LUrqpevPb4T9jRx4MagXNS0rs+gwiTcAvqCRmsD6utzsrzNt+ebm00SNWiC3Q==", + "dev": true, + "requires": { + "acorn": "^8.1.0", + "acorn-walk": "^8.0.2" + } + }, + "acorn-import-assertions": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "dev": true, + "requires": {} + }, + "acorn-walk": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.2.tgz", + "integrity": "sha512-cjkyv4OtNCIeqhHrfS81QWXoCBPExR/J62oyEqepVw8WaQeSqpW2uhuLPh1m9eWhDuOo/jUXVTlifvesOWp/4A==", + "dev": true + }, + "agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dev": true, + "requires": { + "debug": "4" + } + }, + "airbnb-prop-types": { + "version": "2.16.0", + "resolved": "https://registry.npmjs.org/airbnb-prop-types/-/airbnb-prop-types-2.16.0.tgz", + "integrity": "sha512-7WHOFolP/6cS96PhKNrslCLMYAI8yB1Pp6u6XmxozQOiZbsI5ycglZr5cHhBFfuRcQQjzCMith5ZPZdYiJCxUg==", + "dev": true, + "requires": { + "array.prototype.find": "^2.1.1", + "function.prototype.name": "^1.1.2", + "is-regex": "^1.1.0", + "object-is": "^1.1.2", + "object.assign": "^4.1.0", + "object.entries": "^1.1.2", + "prop-types": "^15.7.2", + "prop-types-exact": "^1.2.0", + "react-is": "^16.13.1" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "ajv-errors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "dev": true, + "requires": {} + }, + "ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "requires": {} + }, + "amdefine": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz", + "integrity": "sha512-S2Hw0TtNkMJhIabBwIojKL9YHO5T0n5eNqWJ7Lrlel/zDbftQpxpapi8tZs3X1HWa+u+QeydGmzzNU0m09+Rcg==", + "dev": true + }, + "ansi-colors": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz", + "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==", + "dev": true + }, + "ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "arg": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "dev": true, + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-buffer-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz", + "integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==", + "dev": true, + "requires": { + "call-bind": "^1.0.5", + "is-array-buffer": "^3.0.4" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "array.prototype.filter": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/array.prototype.filter/-/array.prototype.filter-1.0.4.tgz", + "integrity": "sha512-r+mCJ7zXgXElgR4IRC+fkvNCeoaavWBs6EdCso5Tbcf+iEMKzBU/His60lt34WEZ9vlb8wDkZvQGcVI5GwkfoQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-array-method-boxes-properly": "^1.0.0", + "es-object-atoms": "^1.0.0", + "is-string": "^1.0.7" + } + }, + "array.prototype.find": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/array.prototype.find/-/array.prototype.find-2.2.3.tgz", + "integrity": "sha512-fO/ORdOELvjbbeIfZfzrXFMhYHGofRGqd+am9zm3tZ4GlJINj/pA2eITyfd65Vg6+ZbHd/Cys7stpoRSWtQFdA==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0", + "es-shim-unscopables": "^1.0.2" + } + }, + "array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0" + } + }, + "arraybuffer.prototype.slice": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.3.tgz", + "integrity": "sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==", + "dev": true, + "requires": { + "array-buffer-byte-length": "^1.0.1", + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "es-abstract": "^1.22.3", + "es-errors": "^1.2.1", + "get-intrinsic": "^1.2.3", + "is-array-buffer": "^3.0.4", + "is-shared-array-buffer": "^1.0.2" + } + }, + "assertion-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", + "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", + "dev": true + }, + "async": { + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz", + "integrity": "sha512-l6ToIJIotphWahxxHyzK9bnLR6kM4jJIIgLShZeqLY7iboHoGkdgFl7W2/Ivi4SkMJYGKqW8vSuk0uKUj6qsSw==", + "dev": true + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "dev": true + }, + "available-typed-arrays": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.7.tgz", + "integrity": "sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==", + "dev": true, + "requires": { + "possible-typed-array-names": "^1.0.0" + } + }, + "babel-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", + "dev": true, + "requires": { + "@jest/transform": "^29.7.0", + "@types/babel__core": "^7.1.14", + "babel-plugin-istanbul": "^6.1.1", + "babel-preset-jest": "^29.6.3", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "babel-plugin-istanbul": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", + "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", + "dev": true, + "requires": { + "@babel/helper-plugin-utils": "^7.0.0", + "@istanbuljs/load-nyc-config": "^1.0.0", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-instrument": "^5.0.4", + "test-exclude": "^6.0.0" + } + }, + "babel-plugin-jest-hoist": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", + "dev": true, + "requires": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.1.14", + "@types/babel__traverse": "^7.0.6" + } + }, + "babel-preset-current-node-syntax": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", + "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", + "dev": true, + "requires": { + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-bigint": "^7.8.3", + "@babel/plugin-syntax-class-properties": "^7.8.3", + "@babel/plugin-syntax-import-meta": "^7.8.3", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.8.3", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-top-level-await": "^7.8.3" + } + }, + "babel-preset-jest": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", + "dev": true, + "requires": { + "babel-plugin-jest-hoist": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true + }, + "binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true + }, + "body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "requires": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "dev": true, + "requires": { + "fill-range": "^7.0.1" + } + }, + "browser-stdout": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", + "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", + "dev": true + }, + "browserslist": { + "version": "4.23.0", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", + "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", + "dev": true, + "requires": { + "caniuse-lite": "^1.0.30001587", + "electron-to-chromium": "^1.4.668", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" + } + }, + "bs-logger": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/bs-logger/-/bs-logger-0.2.6.tgz", + "integrity": "sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==", + "dev": true, + "requires": { + "fast-json-stable-stringify": "2.x" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "dev": true, + "requires": { + "node-int64": "^0.4.0" + } + }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + }, + "call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true + }, + "camel-case": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, + "requires": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" + } + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true + }, + "caniuse-lite": { + "version": "1.0.30001617", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001617.tgz", + "integrity": "sha512-mLyjzNI9I+Pix8zwcrpxEbGlfqOkF9kM3ptzmKNw5tizSyYwMe+nGLTqMK9cO+0E+Bh6TsBxNAaHWEM8xwSsmA==", + "dev": true + }, + "chai": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-3.5.0.tgz", + "integrity": "sha512-eRYY0vPS2a9zt5w5Z0aCeWbrXTEyvk7u/Xf71EzNObrjSCPgMm1Nku/D/u2tiqHBX5j40wWhj54YJLtgn8g55A==", + "dev": true, + "requires": { + "assertion-error": "^1.0.1", + "deep-eql": "^0.1.3", + "type-detect": "^1.0.0" + } + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "char-regex": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", + "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", + "dev": true + }, + "charenc": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", + "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", + "dev": true + }, + "cheerio": { + "version": "1.0.0-rc.12", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.12.tgz", + "integrity": "sha512-VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==", + "dev": true, + "requires": { + "cheerio-select": "^2.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "htmlparser2": "^8.0.1", + "parse5": "^7.0.0", + "parse5-htmlparser2-tree-adapter": "^7.0.0" + } + }, + "cheerio-select": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/cheerio-select/-/cheerio-select-2.1.0.tgz", + "integrity": "sha512-9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-select": "^5.1.0", + "css-what": "^6.1.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1" + } + }, + "chokidar": { + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", + "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==", + "dev": true, + "requires": { + "anymatch": "~3.1.1", + "braces": "~3.0.2", + "fsevents": "~2.3.1", + "glob-parent": "~5.1.0", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.5.0" + } + }, + "chrome-trace-event": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", + "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", + "dev": true + }, + "ci-info": { + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", + "dev": true + }, + "cjs-module-lexer": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", + "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", + "dev": true + }, + "classnames": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.5.1.tgz", + "integrity": "sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==" + }, + "clean-css": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", + "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", + "dev": true, + "requires": { + "source-map": "~0.6.0" + } + }, + "cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "dependencies": { + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } + } + }, + "clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "requires": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", + "dev": true + }, + "collect-v8-coverage": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", + "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", + "dev": true + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dev": true, + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "requires": { + "safe-buffer": "5.2.1" + } + }, + "content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==" + }, + "convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "cookie": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", + "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "core-js": { + "version": "3.37.0", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.37.0.tgz", + "integrity": "sha512-fu5vHevQ8ZG4og+LXug8ulUtVxjOcEYvifJr7L5Bfq9GOztVqsKd9/59hUk2ZSbCrS3BqUr3EpaYGIYzq7g3Ug==" + }, + "core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "create-jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", + "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "exit": "^0.1.2", + "graceful-fs": "^4.2.9", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "prompts": "^2.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + } + } + } + }, + "create-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true, + "optional": true, + "peer": true + }, + "cross-env": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-3.2.4.tgz", + "integrity": "sha512-T8AFEAiuJ0w53ou6rnu3Fipaiu1W6ZO9GYfd33uxe1kAIiXM0fD8QnIm7orcJBOt7WQC5Ply63E7WZW/jSM+FA==", + "dev": true, + "requires": { + "cross-spawn": "^5.1.0", + "is-windows": "^1.0.0" + } + }, + "cross-spawn": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", + "integrity": "sha512-pTgQJ5KC0d2hcY8eyL1IzlBPYjTkyH72XRZPnLyKus2mBfNjQs3klqbJU2VILqZryAZUt9JOb3h/mWMy23/f5A==", + "dev": true, + "requires": { + "lru-cache": "^4.0.1", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + }, + "dependencies": { + "lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dev": true, + "requires": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==", + "dev": true + } + } + }, + "crypt": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", + "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", + "dev": true + }, + "css-loader": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "dev": true, + "requires": { + "camelcase": "^5.3.1", + "cssesc": "^3.0.0", + "icss-utils": "^4.1.1", + "loader-utils": "^1.2.3", + "normalize-path": "^3.0.0", + "postcss": "^7.0.32", + "postcss-modules-extract-imports": "^2.0.0", + "postcss-modules-local-by-default": "^3.0.2", + "postcss-modules-scope": "^2.2.0", + "postcss-modules-values": "^3.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^2.7.0", + "semver": "^6.3.0" + } + }, + "css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + } + }, + "css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true + }, + "cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true + }, + "cssom": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", + "integrity": "sha512-iKuQcq+NdHqlAcwUY0o/HL69XQrUaQdMjmStJ8JFmUaiiQErlhrmuigkg/CU4E2J0IyUKUrMAgl36TvN67MqTw==", + "dev": true + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "dev": true, + "requires": { + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==", + "dev": true + } + } + }, + "csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", + "dev": true + }, + "data-urls": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", + "integrity": "sha512-Jy/tj3ldjZJo63sVAvg6LHt2mHvl4V6AgRAmNDtLdm7faqtsx+aJG42rsyCo9JCoRVKwPFzKlIPx3DIibwSIaQ==", + "dev": true, + "requires": { + "abab": "^2.0.6", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0" + } + }, + "data-view-buffer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-buffer/-/data-view-buffer-1.0.1.tgz", + "integrity": "sha512-0lht7OugA5x3iJLOWFhWK/5ehONdprk0ISXqVFn/NFrDu+cuc8iADFrGQz5BnRK7LLU3JmkbXSxaqX+/mXYtUA==", + "dev": true, + "requires": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + } + }, + "data-view-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/data-view-byte-length/-/data-view-byte-length-1.0.1.tgz", + "integrity": "sha512-4J7wRJD3ABAzr8wP+OcIcqq2dlUKp4DVflx++hs5h5ZKydWMI6/D/fAot+yh6g2tHh8fLFTvNOaVN357NvSrOQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + } + }, + "data-view-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/data-view-byte-offset/-/data-view-byte-offset-1.0.0.tgz", + "integrity": "sha512-t/Ygsytq+R995EJ5PZlD4Cu56sWa8InXySaViRzw9apusqsOO2bQP+SbYzAhR0pFKoB+43lYy8rWban9JSuXnA==", + "dev": true, + "requires": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-data-view": "^1.0.1" + } + }, + "debounce": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", + "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==", + "dev": true + }, + "debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + } + }, + "decamelize": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-4.0.0.tgz", + "integrity": "sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ==", + "dev": true + }, + "decimal.js": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz", + "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==", + "dev": true + }, + "dedent": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", + "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", + "dev": true, + "requires": {} + }, + "deep-eql": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-0.1.3.tgz", + "integrity": "sha512-6sEotTRGBFiNcqVoeHwnfopbSpi5NbH1VWJmYCVkmxMmaVTT0bUTrNaGyBwhgP4MZL012W/mkzIn3Da+iDYweg==", + "dev": true, + "requires": { + "type-detect": "0.1.1" + }, + "dependencies": { + "type-detect": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-0.1.1.tgz", + "integrity": "sha512-5rqszGVwYgBoDkIm2oUtvkfZMQ0vk29iDMU0W2qCa3rG0vPDNczCMT4hV/bLBgLg8k8ri6+u3Zbt+S/14eMzlA==", + "dev": true + } + } + }, + "deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true + }, + "define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "requires": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + } + }, + "define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, + "requires": { + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true + }, + "depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + }, + "destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + }, + "detect-newline": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", + "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", + "dev": true + }, + "diff": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz", + "integrity": "sha512-/VTCrvm5Z0JGty/BWHljh+BAiw3IK+2j87NGMu8Nwc/f48WoDAC395uomO9ZD117ZOBaHmkX1oyLvkVM/aIT3w==", + "dev": true + }, + "diff-sequences": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", + "dev": true + }, + "discontinuous-range": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/discontinuous-range/-/discontinuous-range-1.0.0.tgz", + "integrity": "sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==", + "dev": true + }, + "dom-converter": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", + "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", + "dev": true, + "requires": { + "utila": "~0.4" + } + }, + "dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dev": true, + "requires": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + } + }, + "domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true + }, + "domexception": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", + "integrity": "sha512-A2is4PLG+eeSfoTMA95/s4pvAoSo2mKtiM5jlHkAVewmiO8ISFTFKZjH7UAM1Atli/OT/7JHOrJRJiMKUZKYBw==", + "dev": true, + "requires": { + "webidl-conversions": "^7.0.0" + } + }, + "domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, + "requires": { + "domelementtype": "^2.3.0" + } + }, + "domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dev": true, + "requires": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + } + }, + "dot-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "duplexer": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", + "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "dev": true + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "electron-to-chromium": { + "version": "1.4.766", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.766.tgz", + "integrity": "sha512-QkqagkSWWIngOO+f/DkMtTfzX/hpESMljeYzwZvOzmk2G6oEiG1JxE2hVXY6/XoVXMkILaJ6ASUnrMPiEA7x9A==", + "dev": true + }, + "emittery": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", + "dev": true + }, + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==" + }, + "enhanced-resolve": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.5.0.tgz", + "integrity": "sha512-Nv9m36S/vxpsI+Hc4/ZGRs0n9mXqSWGGq49zxb/cJfPAQMbUtttJAlNPS4AQzaBdw/pKskw5bMbekT/Y7W/Wlg==", + "dev": true, + "requires": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "dependencies": { + "tapable": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true + } + } + }, + "entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true + }, + "envinfo": { + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", + "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", + "dev": true + }, + "enzyme": { + "version": "3.11.0", + "resolved": "https://registry.npmjs.org/enzyme/-/enzyme-3.11.0.tgz", + "integrity": "sha512-Dw8/Gs4vRjxY6/6i9wU0V+utmQO9kvh9XLnz3LIudviOnVYDEe2ec+0k+NQoMamn1VrjKgCUOWj5jG/5M5M0Qw==", + "dev": true, + "requires": { + "array.prototype.flat": "^1.2.3", + "cheerio": "^1.0.0-rc.3", + "enzyme-shallow-equal": "^1.0.1", + "function.prototype.name": "^1.1.2", + "has": "^1.0.3", + "html-element-map": "^1.2.0", + "is-boolean-object": "^1.0.1", + "is-callable": "^1.1.5", + "is-number-object": "^1.0.4", + "is-regex": "^1.0.5", + "is-string": "^1.0.5", + "is-subset": "^0.1.1", + "lodash.escape": "^4.0.1", + "lodash.isequal": "^4.5.0", + "object-inspect": "^1.7.0", + "object-is": "^1.0.2", + "object.assign": "^4.1.0", + "object.entries": "^1.1.1", + "object.values": "^1.1.1", + "raf": "^3.4.1", + "rst-selector-parser": "^2.2.3", + "string.prototype.trim": "^1.2.1" + } + }, + "enzyme-adapter-react-16": { + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.15.8.tgz", + "integrity": "sha512-uYGC31eGZBp5nGsr4nKhZKvxGQjyHGjS06BJsUlWgE29/hvnpgCsT1BJvnnyny7N3GIIVyxZ4O9GChr6hy2WQA==", + "dev": true, + "requires": { + "enzyme-adapter-utils": "^1.14.2", + "enzyme-shallow-equal": "^1.0.7", + "hasown": "^2.0.0", + "object.assign": "^4.1.5", + "object.values": "^1.1.7", + "prop-types": "^15.8.1", + "react-is": "^16.13.1", + "react-test-renderer": "^16.0.0-0", + "semver": "^5.7.2" + }, + "dependencies": { + "semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true + } + } + }, + "enzyme-adapter-utils": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/enzyme-adapter-utils/-/enzyme-adapter-utils-1.14.2.tgz", + "integrity": "sha512-1ZC++RlsYRaiOWE5NRaF5OgsMt7F5rn/VuaJIgc7eW/fmgg8eS1/Ut7EugSPPi7VMdWMLcymRnMF+mJUJ4B8KA==", + "dev": true, + "requires": { + "airbnb-prop-types": "^2.16.0", + "function.prototype.name": "^1.1.6", + "hasown": "^2.0.0", + "object.assign": "^4.1.5", + "object.fromentries": "^2.0.7", + "prop-types": "^15.8.1", + "semver": "^6.3.1" + } + }, + "enzyme-shallow-equal": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/enzyme-shallow-equal/-/enzyme-shallow-equal-1.0.7.tgz", + "integrity": "sha512-/um0GFqUXnpM9SvKtje+9Tjoz3f1fpBC3eXRFrNs8kpYn69JljciYP7KZTqM/YQbUY9KUjvKB4jo/q+L6WGGvg==", + "dev": true, + "requires": { + "hasown": "^2.0.0", + "object-is": "^1.1.5" + } + }, + "enzyme-to-json": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/enzyme-to-json/-/enzyme-to-json-3.6.2.tgz", + "integrity": "sha512-Ynm6Z6R6iwQ0g2g1YToz6DWhxVnt8Dy1ijR2zynRKxTyBGA8rCDXU3rs2Qc4OKvUvc2Qoe1bcFK6bnPs20TrTg==", + "dev": true, + "requires": { + "@types/cheerio": "^0.22.22", + "lodash": "^4.17.21", + "react-is": "^16.12.0" + } + }, + "errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "requires": { + "prr": "~1.0.1" + } + }, + "error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "es-abstract": { + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.23.3.tgz", + "integrity": "sha512-e+HfNH61Bj1X9/jLc5v1owaLYuHdeHHSQlkhCBiTK8rBvKaULl/beGMxwrMXjpYrv4pz22BlY570vVePA2ho4A==", + "dev": true, + "requires": { + "array-buffer-byte-length": "^1.0.1", + "arraybuffer.prototype.slice": "^1.0.3", + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "data-view-buffer": "^1.0.1", + "data-view-byte-length": "^1.0.1", + "data-view-byte-offset": "^1.0.0", + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.0.0", + "es-set-tostringtag": "^2.0.3", + "es-to-primitive": "^1.2.1", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.4", + "get-symbol-description": "^1.0.2", + "globalthis": "^1.0.3", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-proto": "^1.0.3", + "has-symbols": "^1.0.3", + "hasown": "^2.0.2", + "internal-slot": "^1.0.7", + "is-array-buffer": "^3.0.4", + "is-callable": "^1.2.7", + "is-data-view": "^1.0.1", + "is-negative-zero": "^2.0.3", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.3", + "is-string": "^1.0.7", + "is-typed-array": "^1.1.13", + "is-weakref": "^1.0.2", + "object-inspect": "^1.13.1", + "object-keys": "^1.1.1", + "object.assign": "^4.1.5", + "regexp.prototype.flags": "^1.5.2", + "safe-array-concat": "^1.1.2", + "safe-regex-test": "^1.0.3", + "string.prototype.trim": "^1.2.9", + "string.prototype.trimend": "^1.0.8", + "string.prototype.trimstart": "^1.0.8", + "typed-array-buffer": "^1.0.2", + "typed-array-byte-length": "^1.0.1", + "typed-array-byte-offset": "^1.0.2", + "typed-array-length": "^1.0.6", + "unbox-primitive": "^1.0.2", + "which-typed-array": "^1.1.15" + } + }, + "es-array-method-boxes-properly": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-array-method-boxes-properly/-/es-array-method-boxes-properly-1.0.0.tgz", + "integrity": "sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==", + "dev": true + }, + "es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "requires": { + "get-intrinsic": "^1.2.4" + } + }, + "es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==" + }, + "es-module-lexer": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.2.tgz", + "integrity": "sha512-l60ETUTmLqbVbVHv1J4/qj+M8nq7AwMzEcg3kmJDt9dCNrTk+yHcYFf/Kw75pMDwd9mPcIGCG5LcS20SxYRzFA==", + "dev": true + }, + "es-object-atoms": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.0.0.tgz", + "integrity": "sha512-MZ4iQ6JwHOBQjahnjwaC1ZtIBH+2ohjamzAO3oaHcXYup7qxjF2fixyH+Q71voWHeOkI2q/TnJao/KfXYIZWbw==", + "dev": true, + "requires": { + "es-errors": "^1.3.0" + } + }, + "es-set-tostringtag": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.3.tgz", + "integrity": "sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==", + "dev": true, + "requires": { + "get-intrinsic": "^1.2.4", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.1" + } + }, + "es-shim-unscopables": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "dev": true, + "requires": { + "hasown": "^2.0.0" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "escalade": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", + "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "dev": true + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true + }, + "escodegen": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", + "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", + "dev": true, + "requires": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "source-map": "~0.6.1" + } + }, + "eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "dependencies": { + "estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true + } + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", + "dev": true + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "requires": { + "estraverse": "^5.2.0" + } + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==" + }, + "events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.3", + "get-stream": "^6.0.0", + "human-signals": "^2.1.0", + "is-stream": "^2.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^4.0.1", + "onetime": "^5.1.2", + "signal-exit": "^3.0.3", + "strip-final-newline": "^2.0.0" + }, + "dependencies": { + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", + "dev": true + }, + "expect": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", + "dev": true, + "requires": { + "@jest/expect-utils": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0" + } + }, + "express": { + "version": "4.19.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", + "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", + "requires": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.2", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.6.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.2.0", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.7", + "qs": "6.11.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.18.0", + "serve-static": "1.15.0", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "fastest-levenshtein": { + "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", + "dev": true + }, + "fb-watchman": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", + "dev": true, + "requires": { + "bser": "2.1.1" + } + }, + "fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "dev": true, + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true + }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "dev": true, + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==" + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "optional": true + }, + "function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==" + }, + "function.prototype.name": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" + } + }, + "functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true + }, + "gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true + }, + "get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "requires": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + } + }, + "get-package-type": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", + "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", + "dev": true + }, + "get-stream": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", + "dev": true + }, + "get-symbol-description": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.2.tgz", + "integrity": "sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==", + "dev": true, + "requires": { + "call-bind": "^1.0.5", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4" + } + }, + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "requires": { + "is-glob": "^4.0.1" + } + }, + "glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true + }, + "globalthis": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz", + "integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==", + "dev": true, + "requires": { + "define-properties": "^1.2.1", + "gopd": "^1.0.1" + } + }, + "gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "requires": { + "get-intrinsic": "^1.1.3" + } + }, + "graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "growl": { + "version": "1.10.5", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", + "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", + "dev": true + }, + "gzip-size": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-6.0.0.tgz", + "integrity": "sha512-ax7ZYomf6jqPTQ4+XCpUGyXKHk5WweS+e05MBO4/y3WJ5RkmPXNKvX+bx1behVILVwr6JSQvZAku021CHPXG3Q==", + "dev": true, + "requires": { + "duplexer": "^0.1.2" + } + }, + "has": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.4.tgz", + "integrity": "sha512-qdSAmqLF6209RFj4VVItywPMbm3vWylknmB3nvNiUIs72xAimcM8nVYxYr7ncvZq5qzk9MKIZR8ijqD/1QuYjQ==", + "dev": true + }, + "has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true + }, + "has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "requires": { + "es-define-property": "^1.0.0" + } + }, + "has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==" + }, + "has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + }, + "has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "dev": true, + "requires": { + "has-symbols": "^1.0.3" + } + }, + "hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "requires": { + "function-bind": "^1.1.2" + } + }, + "he": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true + }, + "html-element-map": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/html-element-map/-/html-element-map-1.3.1.tgz", + "integrity": "sha512-6XMlxrAFX4UEEGxctfFnmrFaaZFNf9i5fNuV5wZ3WWQ4FVaNP1aX1LkX9j2mfEx1NpjeE/rL3nmgEn23GdFmrg==", + "dev": true, + "requires": { + "array.prototype.filter": "^1.0.0", + "call-bind": "^1.0.2" + } + }, + "html-encoding-sniffer": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", + "integrity": "sha512-oWv4T4yJ52iKrufjnyZPkrN0CH3QnrUqdB6In1g5Fe1mia8GmF36gnfNySxoZtxD5+NmYw1EElVXiBk93UeskA==", + "dev": true, + "requires": { + "whatwg-encoding": "^2.0.0" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "html-minifier-terser": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-6.1.0.tgz", + "integrity": "sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==", + "dev": true, + "requires": { + "camel-case": "^4.1.2", + "clean-css": "^5.2.2", + "commander": "^8.3.0", + "he": "^1.2.0", + "param-case": "^3.0.4", + "relateurl": "^0.2.7", + "terser": "^5.10.0" + } + }, + "html-webpack-plugin": { + "version": "5.6.0", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", + "integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", + "dev": true, + "requires": { + "@types/html-minifier-terser": "^6.0.0", + "html-minifier-terser": "^6.0.2", + "lodash": "^4.17.21", + "pretty-error": "^4.0.0", + "tapable": "^2.0.0" + } + }, + "htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "dev": true, + "requires": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "requires": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + } + }, + "http-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", + "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", + "dev": true, + "requires": { + "@tootallnate/once": "2", + "agent-base": "6", + "debug": "4" + } + }, + "https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dev": true, + "requires": { + "agent-base": "6", + "debug": "4" + } + }, + "human-signals": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", + "dev": true + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "icss-utils": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "dev": true, + "requires": { + "postcss": "^7.0.14" + } + }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "dev": true, + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "internal-slot": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.7.tgz", + "integrity": "sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==", + "dev": true, + "requires": { + "es-errors": "^1.3.0", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + } + }, + "interpret": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-array-buffer": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.4.tgz", + "integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1" + } + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "requires": { + "has-bigints": "^1.0.1" + } + }, + "is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "requires": { + "binary-extensions": "^2.0.0" + } + }, + "is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-buffer": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true + }, + "is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", + "dev": true + }, + "is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "requires": { + "hasown": "^2.0.0" + } + }, + "is-data-view": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-view/-/is-data-view-1.0.1.tgz", + "integrity": "sha512-AHkaJrsUVW6wq6JS8y3JnM/GJF/9cf+k20+iDzlSaJrinEo5+7vRiteOSwBhHRiAyQATN1AmY4hwzxJKPmYf+w==", + "dev": true, + "requires": { + "is-typed-array": "^1.1.13" + } + }, + "is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==", + "dev": true + }, + "is-generator-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", + "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", + "dev": true + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-negative-zero": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz", + "integrity": "sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==", + "dev": true + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true + }, + "is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-plain-obj": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true + }, + "is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "requires": { + "isobject": "^3.0.1" + } + }, + "is-potential-custom-element-name": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", + "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==", + "dev": true + }, + "is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + } + }, + "is-shared-array-buffer": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz", + "integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==", + "dev": true, + "requires": { + "call-bind": "^1.0.7" + } + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", + "dev": true + }, + "is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "requires": { + "has-tostringtag": "^1.0.0" + } + }, + "is-subset": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz", + "integrity": "sha512-6Ybun0IkarhmEqxXCNw/C0bna6Zb/TkfUX9UbwJtK6ObwAVCxmAP308WWTHviM/zAqXk05cdhYsUsZeGQh99iw==", + "dev": true + }, + "is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.2" + } + }, + "is-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.13.tgz", + "integrity": "sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==", + "dev": true, + "requires": { + "which-typed-array": "^1.1.14" + } + }, + "is-weakref": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.2" + } + }, + "is-windows": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "dev": true + }, + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true + }, + "istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true + }, + "istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "requires": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + } + }, + "istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + } + }, + "istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dev": true, + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jest": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", + "dev": true, + "requires": { + "@jest/core": "^29.7.0", + "@jest/types": "^29.6.3", + "import-local": "^3.0.2", + "jest-cli": "^29.7.0" + } + }, + "jest-changed-files": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", + "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", + "dev": true, + "requires": { + "execa": "^5.0.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0" + } + }, + "jest-circus": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", + "dev": true, + "requires": { + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "co": "^4.6.0", + "dedent": "^1.0.0", + "is-generator-fn": "^2.0.0", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "p-limit": "^3.1.0", + "pretty-format": "^29.7.0", + "pure-rand": "^6.0.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-cli": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", + "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", + "dev": true, + "requires": { + "@jest/core": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "create-jest": "^29.7.0", + "exit": "^0.1.2", + "import-local": "^3.0.2", + "jest-config": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "yargs": "^17.3.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true, + "optional": true, + "peer": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-config": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "deepmerge": "^4.2.2", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "micromatch": "^4.0.4", + "parse-json": "^5.2.0", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "strip-json-comments": "^3.1.1" + } + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "ts-node": { + "version": "10.9.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", + "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", + "dev": true, + "optional": true, + "peer": true, + "requires": { + "@cspotcode/source-map-support": "^0.8.0", + "@tsconfig/node10": "^1.0.7", + "@tsconfig/node12": "^1.0.7", + "@tsconfig/node14": "^1.0.0", + "@tsconfig/node16": "^1.0.2", + "acorn": "^8.4.1", + "acorn-walk": "^8.1.1", + "arg": "^4.1.0", + "create-require": "^1.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "v8-compile-cache-lib": "^3.0.1", + "yn": "3.1.1" + } + } + } + }, + "jest-diff": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", + "dev": true, + "requires": { + "detect-newline": "^3.0.0" + } + }, + "jest-each": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-environment-jsdom": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.7.0.tgz", + "integrity": "sha512-k9iQbsf9OyOfdzWH8HDmrRT0gSIcX+FLNW7IQq94tFX0gynPwqDTW0Ho6iMVNjGz/nb+l/vW3dWM2bbLLpkbXA==", + "dev": true, + "requires": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/jsdom": "^20.0.0", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0", + "jsdom": "^20.0.0" + } + }, + "jest-environment-node": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", + "dev": true, + "requires": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" + } + }, + "jest-get-type": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", + "dev": true + }, + "jest-haste-map": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/graceful-fs": "^4.1.3", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "graceful-fs": "^4.2.9", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", + "micromatch": "^4.0.4", + "walker": "^1.0.8" + } + }, + "jest-junit": { + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/jest-junit/-/jest-junit-16.0.0.tgz", + "integrity": "sha512-A94mmw6NfJab4Fg/BlvVOUXzXgF0XIH6EmTgJ5NDPp4xoKq0Kr7sErb+4Xs9nZvu58pJojz5RFGpqnZYJTrRfQ==", + "dev": true, + "requires": { + "mkdirp": "^1.0.4", + "strip-ansi": "^6.0.1", + "uuid": "^8.3.2", + "xml": "^1.0.1" + } + }, + "jest-leak-detector": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", + "dev": true, + "requires": { + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + } + }, + "jest-matcher-utils": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-message-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.12.13", + "@jest/types": "^29.6.3", + "@types/stack-utils": "^2.0.0", + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "micromatch": "^4.0.4", + "pretty-format": "^29.7.0", + "slash": "^3.0.0", + "stack-utils": "^2.0.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-mock": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" + } + }, + "jest-pnp-resolver": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", + "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", + "dev": true, + "requires": {} + }, + "jest-regex-util": { + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", + "dev": true + }, + "jest-resolve": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", + "dev": true, + "requires": { + "chalk": "^4.0.0", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-pnp-resolver": "^1.2.2", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", + "resolve": "^1.20.0", + "resolve.exports": "^2.0.0", + "slash": "^3.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-resolve-dependencies": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", + "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", + "dev": true, + "requires": { + "jest-regex-util": "^29.6.3", + "jest-snapshot": "^29.7.0" + } + }, + "jest-runner": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", + "dev": true, + "requires": { + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "graceful-fs": "^4.2.9", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-util": "^29.7.0", + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", + "p-limit": "^3.1.0", + "source-map-support": "0.5.13" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-runtime": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", + "dev": true, + "requires": { + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "cjs-module-lexer": "^1.0.0", + "collect-v8-coverage": "^1.0.0", + "glob": "^7.1.3", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", + "slash": "^3.0.0", + "strip-bom": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-snapshot": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", + "dev": true, + "requires": { + "@babel/core": "^7.11.6", + "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^7.7.2", + "@babel/plugin-syntax-typescript": "^7.7.2", + "@babel/types": "^7.3.3", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-preset-current-node-syntax": "^1.0.0", + "chalk": "^4.0.0", + "expect": "^29.7.0", + "graceful-fs": "^4.2.9", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "natural-compare": "^1.4.0", + "pretty-format": "^29.7.0", + "semver": "^7.5.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-util": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "@types/node": "*", + "chalk": "^4.0.0", + "ci-info": "^3.2.0", + "graceful-fs": "^4.2.9", + "picomatch": "^2.2.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-validate": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", + "dev": true, + "requires": { + "@jest/types": "^29.6.3", + "camelcase": "^6.2.0", + "chalk": "^4.0.0", + "jest-get-type": "^29.6.3", + "leven": "^3.1.0", + "pretty-format": "^29.7.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-watcher": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", + "dev": true, + "requires": { + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", + "ansi-escapes": "^4.2.1", + "chalk": "^4.0.0", + "emittery": "^0.13.1", + "jest-util": "^29.7.0", + "string-length": "^4.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-worker": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", + "dev": true, + "requires": { + "@types/node": "*", + "jest-util": "^29.7.0", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "js-yaml": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", + "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", + "dev": true, + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsdom": { + "version": "20.0.3", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-20.0.3.tgz", + "integrity": "sha512-SYhBvTh89tTfCD/CRdSOm13mOBa42iTaTyfyEWBdKcGdPxPtLFBXuHR8XHb33YNYaP+lLbmSvBTsnoesCNJEsQ==", + "dev": true, + "requires": { + "abab": "^2.0.6", + "acorn": "^8.8.1", + "acorn-globals": "^7.0.0", + "cssom": "^0.5.0", + "cssstyle": "^2.3.0", + "data-urls": "^3.0.2", + "decimal.js": "^10.4.2", + "domexception": "^4.0.0", + "escodegen": "^2.0.0", + "form-data": "^4.0.0", + "html-encoding-sniffer": "^3.0.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.1", + "is-potential-custom-element-name": "^1.0.1", + "nwsapi": "^2.2.2", + "parse5": "^7.1.1", + "saxes": "^6.0.0", + "symbol-tree": "^3.2.4", + "tough-cookie": "^4.1.2", + "w3c-xmlserializer": "^4.0.0", + "webidl-conversions": "^7.0.0", + "whatwg-encoding": "^2.0.0", + "whatwg-mimetype": "^3.0.0", + "whatwg-url": "^11.0.0", + "ws": "^8.11.0", + "xml-name-validator": "^4.0.0" + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true + }, + "json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true + }, + "kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true + }, + "leven": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", + "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", + "dev": true + }, + "lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true + }, + "loader-utils": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", + "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^1.0.1" + }, + "dependencies": { + "json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "requires": { + "minimist": "^1.2.0" + } + } + } + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "lodash.escape": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-4.0.1.tgz", + "integrity": "sha512-nXEOnb/jK9g0DYMr1/Xvq6l5xMD7GDG55+GSYIYmS0G4tBk/hURD4JR9WCavs04t33WmJx9kCyp9vJ+mr4BOUw==", + "dev": true + }, + "lodash.flattendeep": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "integrity": "sha512-uHaJFihxmJcEX3kT4I23ABqKKalJ/zDrDg0lsFtc1h+3uw49SIJ5beyhx5ExVRti3AvKoOJngIj7xz3oylPdWQ==", + "dev": true + }, + "lodash.isequal": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==", + "dev": true + }, + "lodash.memoize": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", + "dev": true + }, + "log-symbols": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.0.0.tgz", + "integrity": "sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==", + "dev": true, + "requires": { + "chalk": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "loose-envify": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", + "requires": { + "js-tokens": "^3.0.0 || ^4.0.0" + } + }, + "lower-case": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, + "requires": { + "tslib": "^2.0.3" + } + }, + "lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "requires": { + "yallist": "^3.0.2" + } + }, + "make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "requires": { + "semver": "^7.5.3" + }, + "dependencies": { + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + } + } + }, + "make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "dev": true, + "requires": { + "tmpl": "1.0.5" + } + }, + "md5": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", + "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", + "dev": true, + "requires": { + "charenc": "0.0.2", + "crypt": "0.0.2", + "is-buffer": "~1.1.6" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + }, + "memory-fs": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.5.0.tgz", + "integrity": "sha512-jA0rdU5KoQMC0e6ppoNRtpp6vjFq6+NY7r8hywnC7V+1Xj/MtHwGIbB1QaK/dunyjWteJzmkpd7ooeWg10T7GA==", + "dev": true, + "requires": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + } + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==" + }, + "merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==" + }, + "micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "requires": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + } + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + }, + "mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "requires": { + "mime-db": "1.52.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true + }, + "minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true + }, + "mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true + }, + "mocha": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-8.4.0.tgz", + "integrity": "sha512-hJaO0mwDXmZS4ghXsvPVriOhsxQ7ofcpQdm8dE+jISUOKopitvnXFQmpRR7jd2K6VBG6E26gU3IAbXXGIbu4sQ==", + "dev": true, + "requires": { + "@ungap/promise-all-settled": "1.1.2", + "ansi-colors": "4.1.1", + "browser-stdout": "1.3.1", + "chokidar": "3.5.1", + "debug": "4.3.1", + "diff": "5.0.0", + "escape-string-regexp": "4.0.0", + "find-up": "5.0.0", + "glob": "7.1.6", + "growl": "1.10.5", + "he": "1.2.0", + "js-yaml": "4.0.0", + "log-symbols": "4.0.0", + "minimatch": "3.0.4", + "ms": "2.1.3", + "nanoid": "3.1.20", + "serialize-javascript": "5.0.1", + "strip-json-comments": "3.1.1", + "supports-color": "8.1.1", + "which": "2.0.2", + "wide-align": "1.1.3", + "workerpool": "6.1.0", + "yargs": "16.2.0", + "yargs-parser": "20.2.4", + "yargs-unparser": "2.0.0" + }, + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "debug": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz", + "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==", + "dev": true, + "requires": { + "ms": "2.1.2" + }, + "dependencies": { + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + } + } + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, + "find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "requires": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "js-yaml": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.0.0.tgz", + "integrity": "sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==", + "dev": true, + "requires": { + "argparse": "^2.0.1" + } + }, + "locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "requires": { + "p-locate": "^5.0.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "requires": { + "p-limit": "^3.0.2" + } + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "requires": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + } + } + } + }, + "mocha-junit-reporter": { + "version": "1.23.3", + "resolved": "https://registry.npmjs.org/mocha-junit-reporter/-/mocha-junit-reporter-1.23.3.tgz", + "integrity": "sha512-ed8LqbRj1RxZfjt/oC9t12sfrWsjZ3gNnbhV1nuj9R/Jb5/P3Xb4duv2eCfCDMYH+fEu0mqca7m4wsiVjsxsvA==", + "dev": true, + "requires": { + "debug": "^2.2.0", + "md5": "^2.1.0", + "mkdirp": "~0.5.1", + "strip-ansi": "^4.0.0", + "xml": "^1.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "requires": { + "ms": "2.0.0" + } + }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "requires": { + "minimist": "^1.2.6" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "moo": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/moo/-/moo-0.5.2.tgz", + "integrity": "sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==", + "dev": true + }, + "mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "dev": true + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "dev": true + }, + "nanoid": { + "version": "3.1.20", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.20.tgz", + "integrity": "sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==", + "dev": true + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true + }, + "nearley": { + "version": "2.20.1", + "resolved": "https://registry.npmjs.org/nearley/-/nearley-2.20.1.tgz", + "integrity": "sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==", + "dev": true, + "requires": { + "commander": "^2.19.0", + "moo": "^0.5.0", + "railroad-diagrams": "^1.0.0", + "randexp": "0.4.6" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + } + } + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "no-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, + "requires": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true + }, + "node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", + "dev": true + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true + }, + "npm-run-path": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", + "dev": true, + "requires": { + "path-key": "^3.0.0" + } + }, + "nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "requires": { + "boolbase": "^1.0.0" + } + }, + "nwsapi": { + "version": "2.2.10", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.10.tgz", + "integrity": "sha512-QK0sRs7MKv0tKe1+5uZIQk/C8XGza4DAnztJG8iD+TpJIORARrCxczA738awHrZoHeTjSSoHqao2teO0dC/gFQ==", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==" + }, + "object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==" + }, + "object-is": { + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.6.tgz", + "integrity": "sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + } + }, + "object.entries": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.8.tgz", + "integrity": "sha512-cmopxi8VwRIAw/fkijJohSfpef5PdN0pMQJN6VC/ZKvn0LIknWD8KtgY6KlQdEc4tIjcQ3HxSMmnvtzIscdaYQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + } + }, + "object.fromentries": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.8.tgz", + "integrity": "sha512-k6E21FzySsSK5a21KRADBd/NGneRegFO5pLHfdQLpRDETUNJueLXs3WCzyQ3tFRDYgbq3KHGXfTbi2bs8WQ6rQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.2", + "es-object-atoms": "^1.0.0" + } + }, + "object.values": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz", + "integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + } + }, + "on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "requires": { + "ee-first": "1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", + "dev": true + }, + "p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "requires": { + "yocto-queue": "^0.1.0" + } + }, + "p-locate": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + }, + "dependencies": { + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + } + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true + }, + "param-case": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, + "requires": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "requires": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + } + }, + "parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "requires": { + "entities": "^4.4.0" + } + }, + "parse5-htmlparser2-tree-adapter": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz", + "integrity": "sha512-B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==", + "dev": true, + "requires": { + "domhandler": "^5.0.2", + "parse5": "^7.0.0" + } + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "pascal-case": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, + "requires": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "path-exists": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true + }, + "path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==" + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "dev": true + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", + "dev": true + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true + }, + "pirates": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true + }, + "pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", + "dev": true, + "requires": { + "find-up": "^4.0.0" + } + }, + "possible-typed-array-names": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz", + "integrity": "sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==", + "dev": true + }, + "postcss": { + "version": "7.0.39", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz", + "integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==", + "dev": true, + "requires": { + "picocolors": "^0.2.1", + "source-map": "^0.6.1" + }, + "dependencies": { + "picocolors": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + } + } + }, + "postcss-modules-extract-imports": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "dev": true, + "requires": { + "postcss": "^7.0.5" + } + }, + "postcss-modules-local-by-default": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-3.0.3.tgz", + "integrity": "sha512-e3xDq+LotiGesympRlKNgaJ0PCzoUIdpH0dj47iWAui/kyTgh3CiAr1qP54uodmJhl6p9rN6BoNcdEDVJx9RDw==", + "dev": true, + "requires": { + "icss-utils": "^4.1.1", + "postcss": "^7.0.32", + "postcss-selector-parser": "^6.0.2", + "postcss-value-parser": "^4.1.0" + } + }, + "postcss-modules-scope": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-2.2.0.tgz", + "integrity": "sha512-YyEgsTMRpNd+HmyC7H/mh3y+MeFWevy7V1evVhJWewmMbjDHIbZbOXICC2y+m1xI1UVfIT1HMW/O04Hxyu9oXQ==", + "dev": true, + "requires": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + } + }, + "postcss-modules-values": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "dev": true, + "requires": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "postcss-selector-parser": { + "version": "6.0.16", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.16.tgz", + "integrity": "sha512-A0RVJrX+IUkVZbW3ClroRWurercFhieevHB38sr2+l9eUClMqome3LmEmnhlNy+5Mr2EYN6B2Kaw9wYdd+VHiw==", + "dev": true, + "requires": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + } + }, + "postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "pretty-error": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-4.0.0.tgz", + "integrity": "sha512-AoJ5YMAcXKYxKhuJGdcvse+Voc6v1RgnsR3nWcYU7q4t6z0Q6T86sv5Zq8VIRbOWWFpvdGE83LtdSMNd+6Y0xw==", + "dev": true, + "requires": { + "lodash": "^4.17.20", + "renderkid": "^3.0.0" + } + }, + "pretty-format": { + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", + "dev": true, + "requires": { + "@jest/schemas": "^29.6.3", + "ansi-styles": "^5.0.0", + "react-is": "^18.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", + "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", + "dev": true + }, + "react-is": { + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", + "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", + "dev": true + } + } + }, + "process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "prop-types": { + "version": "15.8.1", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", + "requires": { + "loose-envify": "^1.4.0", + "object-assign": "^4.1.1", + "react-is": "^16.13.1" + } + }, + "prop-types-exact": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/prop-types-exact/-/prop-types-exact-1.2.0.tgz", + "integrity": "sha512-K+Tk3Kd9V0odiXFP9fwDHUYRyvK3Nun3GVyPapSIs5OBkITAm15W0CPFD/YKTkMUAbc0b9CUwRQp2ybiBIq+eA==", + "dev": true, + "requires": { + "has": "^1.0.3", + "object.assign": "^4.1.0", + "reflect.ownkeys": "^0.2.0" + } + }, + "proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "requires": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + } + }, + "prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true + }, + "pseudomap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", + "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==", + "dev": true + }, + "psl": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true + }, + "punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true + }, + "pure-rand": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", + "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", + "dev": true + }, + "qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "requires": { + "side-channel": "^1.0.4" + } + }, + "querystringify": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", + "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==", + "dev": true + }, + "raf": { + "version": "3.4.1", + "resolved": "https://registry.npmjs.org/raf/-/raf-3.4.1.tgz", + "integrity": "sha512-Sq4CW4QhwOHE8ucn6J34MqtZCeWFP2aQSmrlroYgqAV1PjStIhJXxYuTgUIfkEk7zTLjmIjLmU5q+fbD1NnOJA==", + "dev": true, + "requires": { + "performance-now": "^2.1.0" + } + }, + "railroad-diagrams": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/railroad-diagrams/-/railroad-diagrams-1.0.0.tgz", + "integrity": "sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==", + "dev": true + }, + "randexp": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/randexp/-/randexp-0.4.6.tgz", + "integrity": "sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==", + "dev": true, + "requires": { + "discontinuous-range": "1.0.0", + "ret": "~0.1.10" + } + }, + "randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "requires": { + "safe-buffer": "^5.1.0" + } + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "requires": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "react": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz", + "integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + } + }, + "react-dom": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.19.1" + } + }, + "react-is": { + "version": "16.13.1", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" + }, + "react-test-renderer": { + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react-test-renderer/-/react-test-renderer-16.14.0.tgz", + "integrity": "sha512-L8yPjqPE5CZO6rKsKXRO/rVPiaCOy0tQQJbC+UjPNlobl5mad59lvPjwFsQHTvL03caVDIVr9x9/OSgDe6I5Eg==", + "dev": true, + "requires": { + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "react-is": "^16.8.6", + "scheduler": "^0.19.1" + } + }, + "react-tooltip": { + "version": "5.26.4", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-5.26.4.tgz", + "integrity": "sha512-5WyDrsfw1+6qNVSr3IjqElqJ+cCwE8+44b+HpJ8qRLv7v0a3mcKf8wvv+NfgALFS6QpksGFqTLV2JQ60c+okZQ==", + "requires": { + "@floating-ui/dom": "^1.6.1", + "classnames": "^2.3.0" + } + }, + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "dev": true, + "requires": { + "picomatch": "^2.2.1" + } + }, + "rechoir": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", + "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", + "dev": true, + "requires": { + "resolve": "^1.9.0" + } + }, + "reflect.ownkeys": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/reflect.ownkeys/-/reflect.ownkeys-0.2.0.tgz", + "integrity": "sha512-qOLsBKHCpSOFKK1NUOCGC5VyeufB6lEsFe92AL2bhIJsacZS1qdoOZSbPk3MYKuT2cFlRDnulKXuuElIrMjGUg==", + "dev": true + }, + "regexp.prototype.flags": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.2.tgz", + "integrity": "sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==", + "dev": true, + "requires": { + "call-bind": "^1.0.6", + "define-properties": "^1.2.1", + "es-errors": "^1.3.0", + "set-function-name": "^2.0.1" + } + }, + "relateurl": { + "version": "0.2.7", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true + }, + "renderkid": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/renderkid/-/renderkid-3.0.0.tgz", + "integrity": "sha512-q/7VIQA8lmM1hF+jn+sFSPWGlMkSAeNYcPLmDQx2zzuiDfaLrOmumR8iaUKlenFgh0XRPIUeSPlH3A+AW3Z5pg==", + "dev": true, + "requires": { + "css-select": "^4.1.3", + "dom-converter": "^0.2.0", + "htmlparser2": "^6.1.0", + "lodash": "^4.17.21", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "css-select": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, + "requires": { + "boolbase": "^1.0.0", + "css-what": "^6.0.1", + "domhandler": "^4.3.1", + "domutils": "^2.8.0", + "nth-check": "^2.0.1" + } + }, + "dom-serializer": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.2.0", + "entities": "^2.0.0" + } + }, + "domhandler": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, + "requires": { + "domelementtype": "^2.2.0" + } + }, + "domutils": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, + "requires": { + "dom-serializer": "^1.0.1", + "domelementtype": "^2.2.0", + "domhandler": "^4.2.0" + } + }, + "entities": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true + }, + "htmlparser2": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, + "requires": { + "domelementtype": "^2.0.1", + "domhandler": "^4.0.0", + "domutils": "^2.5.2", + "entities": "^2.0.0" + } + } + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true + }, + "requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "requires": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "resolve-cwd": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", + "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", + "dev": true, + "requires": { + "resolve-from": "^5.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", + "dev": true + }, + "resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true + }, + "ret": { + "version": "0.1.15", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true + }, + "rst-selector-parser": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/rst-selector-parser/-/rst-selector-parser-2.2.3.tgz", + "integrity": "sha512-nDG1rZeP6oFTLN6yNDV/uiAvs1+FS/KlrEwh7+y7dpuApDBy6bI2HTBcc0/V8lv9OTqfyD34eF7au2pm8aBbhA==", + "dev": true, + "requires": { + "lodash.flattendeep": "^4.4.0", + "nearley": "^2.7.10" + } + }, + "safe-array-concat": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.1.2.tgz", + "integrity": "sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "get-intrinsic": "^1.2.4", + "has-symbols": "^1.0.3", + "isarray": "^2.0.5" + } + }, + "safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + }, + "safe-regex-test": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.3.tgz", + "integrity": "sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==", + "dev": true, + "requires": { + "call-bind": "^1.0.6", + "es-errors": "^1.3.0", + "is-regex": "^1.1.4" + } + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saxes": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz", + "integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==", + "dev": true, + "requires": { + "xmlchars": "^2.2.0" + } + }, + "scheduler": { + "version": "0.19.1", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.19.1.tgz", + "integrity": "sha512-n/zwRWRYSUj0/3g/otKDRPMh6qv2SYMWNq85IEa8iZyAv8od9zDYpGSnpBEjNgcMNq6Scbu5KfIPxNF72R/2EA==", + "requires": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1" + } + }, + "schema-utils": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" + } + }, + "semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true + }, + "send": { + "version": "0.18.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "requires": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + }, + "dependencies": { + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + } + } + }, + "ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + } + } + }, + "serialize-javascript": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-5.0.1.tgz", + "integrity": "sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "serve-static": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.18.0" + } + }, + "set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + } + }, + "set-function-name": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.2.tgz", + "integrity": "sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==", + "dev": true, + "requires": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.2" + } + }, + "setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "requires": { + "kind-of": "^6.0.2" + } + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", + "dev": true, + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", + "dev": true + }, + "side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "requires": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + } + }, + "signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "sirv": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.4.tgz", + "integrity": "sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==", + "dev": true, + "requires": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + } + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true + }, + "source-map-loader": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-0.1.6.tgz", + "integrity": "sha512-wdJh1bCRzHE6hSE8+WPdOS/Syu2axjRoKXiJKkxyHjo5eMsxwZle7agsQS+QcftDPzWZYUzPLtamR6KHmgxn7g==", + "dev": true, + "requires": { + "async": "^0.9.0", + "loader-utils": "~0.2.2", + "source-map": "~0.1.33" + }, + "dependencies": { + "big.js": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", + "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==", + "dev": true + }, + "emojis-list": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", + "integrity": "sha512-knHEZMgs8BB+MInokmNTg/OyPlAddghe1YBgNwJBc5zsJi/uyIcXoSDsL/W9ymOsBoBGdPIHXYJ9+qKFwRwDng==", + "dev": true + }, + "json5": { + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", + "integrity": "sha512-4xrs1aW+6N5DalkqSVA8fxh458CXvR99WU8WLKmq4v8eWAL86Xo3BVqyd3SkA9wEVjCMqyvvRRkshAdOnBp5rw==", + "dev": true + }, + "loader-utils": { + "version": "0.2.17", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", + "integrity": "sha512-tiv66G0SmiOx+pLWMtGEkfSEejxvb6N6uRrQjfWJIT79W9GMpgKeCAmm9aVBKtd4WEgntciI8CsGqjpDoCWJug==", + "dev": true, + "requires": { + "big.js": "^3.1.3", + "emojis-list": "^2.0.0", + "json5": "^0.5.0", + "object-assign": "^4.0.1" + } + }, + "source-map": { + "version": "0.1.43", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz", + "integrity": "sha512-VtCvB9SIQhk3aF6h+N85EaqIaBFIAfZ9Cu+NJHHVvc8BbEcnvDcFw6sqQ2dQrT6SlOrZq3tIvyD9+EGq/lJryQ==", + "dev": true, + "requires": { + "amdefine": ">=0.0.4" + } + } + } + }, + "source-map-support": { + "version": "0.5.13", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", + "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true + }, + "stack-utils": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", + "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", + "dev": true, + "requires": { + "escape-string-regexp": "^2.0.0" + }, + "dependencies": { + "escape-string-regexp": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", + "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", + "dev": true + } + } + }, + "statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + }, + "dependencies": { + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + } + } + }, + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "dev": true, + "requires": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + } + }, + "string-width": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", + "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", + "dev": true, + "requires": { + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^4.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.1.tgz", + "integrity": "sha512-+O9Jct8wf++lXxxFc4hc8LsjaSq0HFzzL7cVsw8pRDIPdjKD2mT4ytDZlLuSBZ4cLKZFXIrMGO7DbQCtMJJMKw==", + "dev": true + }, + "strip-ansi": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", + "dev": true, + "requires": { + "ansi-regex": "^3.0.0" + } + } + } + }, + "string.prototype.trim": { + "version": "1.2.9", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.9.tgz", + "integrity": "sha512-klHuCNxiMZ8MlsOihJhJEBJAiMVqU3Z2nEXWfWnIqjN0gEFS9J9+IxKozWWtQGcgoa1WUZzLjKPTr4ZHNFTFxw==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-abstract": "^1.23.0", + "es-object-atoms": "^1.0.0" + } + }, + "string.prototype.trimend": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.8.tgz", + "integrity": "sha512-p73uL5VCHCO2BZZ6krwwQE3kCzM7NKmis8S//xEC6fQonchbum4eP6kR4DLEjQFO3Wnj3Fuo8NM0kOSjVdHjZQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + } + }, + "string.prototype.trimstart": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz", + "integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1", + "es-object-atoms": "^1.0.0" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "strip-bom": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", + "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", + "dev": true + }, + "strip-final-newline": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", + "dev": true + }, + "strip-json-comments": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", + "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", + "dev": true + }, + "style-loader": { + "version": "0.23.1", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.23.1.tgz", + "integrity": "sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg==", + "dev": true, + "requires": { + "loader-utils": "^1.1.0", + "schema-utils": "^1.0.0" + }, + "dependencies": { + "schema-utils": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", + "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", + "dev": true, + "requires": { + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" + } + } + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true + }, + "symbol-tree": { + "version": "3.2.4", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", + "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==", + "dev": true + }, + "tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true + }, + "terser": { + "version": "5.31.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", + "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", + "dev": true, + "requires": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "dependencies": { + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + } + } + }, + "terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + } + }, + "schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + }, + "serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "requires": { + "randombytes": "^2.1.0" + } + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "test-exclude": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", + "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", + "dev": true, + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + } + }, + "tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true + }, + "to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "requires": { + "is-number": "^7.0.0" + } + }, + "toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + }, + "totalist": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/totalist/-/totalist-3.0.1.tgz", + "integrity": "sha512-sf4i37nQ2LBx4m3wB74y+ubopq6W/dIzXg0FDGjsYnZHVa1Da8FH853wlL2gtUhg+xJXjfk3kUZS3BRoQeoQBQ==", + "dev": true + }, + "tough-cookie": { + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", + "integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==", + "dev": true, + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.2.0", + "url-parse": "^1.5.3" + } + }, + "tr46": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", + "integrity": "sha512-l7FvfAHlcmulp8kr+flpQZmVwtu7nfRV7NZujtN0OqES8EL4O4e0qqzL0DC5gAvx/ZC/9lk6rhcUwYvkBnBnYA==", + "dev": true, + "requires": { + "punycode": "^2.1.1" + } + }, + "ts-jest": { + "version": "29.1.2", + "resolved": "https://registry.npmjs.org/ts-jest/-/ts-jest-29.1.2.tgz", + "integrity": "sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==", + "dev": true, + "requires": { + "bs-logger": "0.x", + "fast-json-stable-stringify": "2.x", + "jest-util": "^29.0.0", + "json5": "^2.2.3", + "lodash.memoize": "4.x", + "make-error": "1.x", + "semver": "^7.5.3", + "yargs-parser": "^21.0.1" + }, + "dependencies": { + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true + } + } + }, + "ts-loader": { + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/ts-loader/-/ts-loader-8.4.0.tgz", + "integrity": "sha512-6nFY3IZ2//mrPc+ImY3hNWx1vCHyEhl6V+wLmL4CZcm6g1CqX7UKrkc6y0i4FwcfOhxyMPCfaEvh20f4r9GNpw==", + "dev": true, + "requires": { + "chalk": "^4.1.0", + "enhanced-resolve": "^4.0.0", + "loader-utils": "^2.0.0", + "micromatch": "^4.0.0", + "semver": "^7.3.4" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true + }, + "loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "requires": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + } + }, + "semver": { + "version": "7.6.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", + "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", + "dev": true + }, + "supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "ts-node": { + "version": "8.10.2", + "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-8.10.2.tgz", + "integrity": "sha512-ISJJGgkIpDdBhWVu3jufsWpK3Rzo7bdiIXJjQc0ynKxVOVcg2oIrf2H2cejminGrptVc6q6/uynAHNCuWGbpVA==", + "dev": true, + "requires": { + "arg": "^4.1.0", + "diff": "^4.0.1", + "make-error": "^1.1.1", + "source-map-support": "^0.5.17", + "yn": "3.1.1" + }, + "dependencies": { + "diff": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", + "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", + "dev": true + }, + "source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + } + } + }, + "tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==", + "dev": true + }, + "type-detect": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-1.0.0.tgz", + "integrity": "sha512-f9Uv6ezcpvCQjJU0Zqbg+65qdcszv3qUQsZfjdRbWiZ7AMenrX1u0lNk9EoWWX6e1F+NULyg27mtdeZ5WhpljA==", + "dev": true + }, + "type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typed-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.2.tgz", + "integrity": "sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "is-typed-array": "^1.1.13" + } + }, + "typed-array-byte-length": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.1.tgz", + "integrity": "sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + } + }, + "typed-array-byte-offset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.2.tgz", + "integrity": "sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13" + } + }, + "typed-array-length": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", + "integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", + "dev": true, + "requires": { + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-proto": "^1.0.3", + "is-typed-array": "^1.1.13", + "possible-typed-array-names": "^1.0.0" + } + }, + "typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true + }, + "unbox-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, + "requires": { + "call-bind": "^1.0.2", + "has-bigints": "^1.0.2", + "has-symbols": "^1.0.3", + "which-boxed-primitive": "^1.0.2" + } + }, + "underscore": { + "version": "1.13.6", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", + "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" + }, + "universalify": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", + "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", + "dev": true + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==" + }, + "update-browserslist-db": { + "version": "1.0.15", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.15.tgz", + "integrity": "sha512-K9HWH62x3/EalU1U6sjSZiylm9C8tgq2mSvshZpqc7QE69RaA2qjhkW2HlNA0tFpEbtyFz7HTqbSdN4MSwUodA==", + "dev": true, + "requires": { + "escalade": "^3.1.2", + "picocolors": "^1.0.0" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "requires": { + "punycode": "^2.1.0" + } + }, + "url-parse": { + "version": "1.5.10", + "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", + "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==", + "dev": true, + "requires": { + "querystringify": "^2.1.1", + "requires-port": "^1.0.0" + } + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "utila": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==" + }, + "uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true + }, + "v8-compile-cache-lib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true, + "optional": true, + "peer": true + }, + "v8-to-istanbul": { + "version": "9.2.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", + "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", + "dev": true, + "requires": { + "@jridgewell/trace-mapping": "^0.3.12", + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^2.0.0" + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==" + }, + "w3c-xmlserializer": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-4.0.0.tgz", + "integrity": "sha512-d+BFHzbiCx6zGfz0HyQ6Rg69w9k19nviJspaj4yNscGjrHu94sVP+aRm75yEbCh+r2/yR+7q6hux9LVtbuTGBw==", + "dev": true, + "requires": { + "xml-name-validator": "^4.0.0" + } + }, + "walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "dev": true, + "requires": { + "makeerror": "1.0.12" + } + }, + "watchpack": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", + "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "dev": true, + "requires": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + } + }, + "webidl-conversions": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", + "integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==", + "dev": true + }, + "webpack": { + "version": "5.91.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.91.0.tgz", + "integrity": "sha512-rzVwlLeBWHJbmgTC/8TvAcu5vpJNII+MelQpylD4jNERPwpBJOE2lEcko1zJX3QJeLjTTAnQxn/OJ8bjDzVQaw==", + "dev": true, + "requires": { + "@types/eslint-scope": "^3.7.3", + "@types/estree": "^1.0.5", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.7.1", + "acorn-import-assertions": "^1.9.0", + "browserslist": "^4.21.10", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.16.0", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "dependencies": { + "enhanced-resolve": { + "version": "5.16.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.16.1.tgz", + "integrity": "sha512-4U5pNsuDl0EhuZpq46M5xPslstkviJuhrdobaRDBk2Jy2KO37FDAJl4lb2KlNabxT0m4MTK2UHNrsAcphE8nyw==", + "dev": true, + "requires": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + } + }, + "schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "requires": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + } + } + } + }, + "webpack-bundle-analyzer": { + "version": "4.10.2", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-4.10.2.tgz", + "integrity": "sha512-vJptkMm9pk5si4Bv922ZbKLV8UTT4zib4FPgXMhgzUny0bfDDkLXAVQs3ly3fS4/TN9ROFtb0NFrm04UXFE/Vw==", + "dev": true, + "requires": { + "@discoveryjs/json-ext": "0.5.7", + "acorn": "^8.0.4", + "acorn-walk": "^8.0.0", + "commander": "^7.2.0", + "debounce": "^1.2.1", + "escape-string-regexp": "^4.0.0", + "gzip-size": "^6.0.0", + "html-escaper": "^2.0.2", + "opener": "^1.5.2", + "picocolors": "^1.0.0", + "sirv": "^2.0.3", + "ws": "^7.3.1" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + }, + "escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true + }, + "ws": { + "version": "7.5.9", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", + "dev": true, + "requires": {} + } + } + }, + "webpack-cli": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", + "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", + "dev": true, + "requires": { + "@discoveryjs/json-ext": "^0.5.0", + "@webpack-cli/configtest": "^1.2.0", + "@webpack-cli/info": "^1.5.0", + "@webpack-cli/serve": "^1.7.0", + "colorette": "^2.0.14", + "commander": "^7.0.0", + "cross-spawn": "^7.0.3", + "fastest-levenshtein": "^1.0.12", + "import-local": "^3.0.2", + "interpret": "^2.2.0", + "rechoir": "^0.7.0", + "webpack-merge": "^5.7.3" + }, + "dependencies": { + "commander": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", + "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", + "dev": true + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "dev": true, + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "webpack-merge": { + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", + "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", + "dev": true, + "requires": { + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.0" + } + }, + "webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true + }, + "whatwg-encoding": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", + "integrity": "sha512-p41ogyeMUrw3jWclHWTQg1k05DSVXPLcVxRTYsXUk+ZooOCZLcoYgPZ/HL/D/N+uQPOtcp1me1WhBEaX02mhWg==", + "dev": true, + "requires": { + "iconv-lite": "0.6.3" + }, + "dependencies": { + "iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "requires": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + } + } + } + }, + "whatwg-mimetype": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", + "integrity": "sha512-nt+N2dzIutVRxARx1nghPKGv1xHikU7HKdfafKkLNLindmPU/ch3U31NOCGGA/dmPcmb1VlofO0vnKAcsm0o/Q==", + "dev": true + }, + "whatwg-url": { + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", + "integrity": "sha512-RKT8HExMpoYx4igMiVMY83lN6UeITKJlBQ+vR/8ZJ8OCdSiN3RwCq+9gH0+Xzj0+5IrM6i4j/6LuvzbZIQgEcQ==", + "dev": true, + "requires": { + "tr46": "^3.0.0", + "webidl-conversions": "^7.0.0" + } + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "requires": { + "isexe": "^2.0.0" + } + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "which-typed-array": { + "version": "1.1.15", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.15.tgz", + "integrity": "sha512-oV0jmFtUky6CXfkqehVvBP/LSWJ2sy4vWMioiENyJLePrBO/yKyV9OyJySfAKosh+RYkIl5zJCNZ8/4JncrpdA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + } + }, + "wide-align": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", + "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", + "dev": true, + "requires": { + "string-width": "^1.0.2 || 2" + } + }, + "wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true + }, + "workerpool": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/workerpool/-/workerpool-6.1.0.tgz", + "integrity": "sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==", + "dev": true + }, + "wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "requires": { + "color-convert": "^2.0.1" + } + }, + "color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "requires": { + "color-name": "~1.1.4" + } + }, + "color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "write-file-atomic": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", + "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", + "dev": true, + "requires": { + "imurmurhash": "^0.1.4", + "signal-exit": "^3.0.7" + } + }, + "ws": { + "version": "8.17.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.0.tgz", + "integrity": "sha512-uJq6108EgZMAl20KagGkzCKfMEjxmKvZHG7Tlq0Z6nOky7YF7aq4mOx6xK8TJ/i1LeK4Qus7INktacctDgY8Ow==", + "dev": true, + "requires": {} + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==", + "dev": true + }, + "xml-name-validator": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", + "integrity": "sha512-ICP2e+jsHvAj2E2lIHxa5tjXRlKDJo4IdvPvCXbXQGdzSfmSpNVyIKMvoZHjDY9DP0zV17iI85o90vRFXNccRw==", + "dev": true + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==", + "dev": true + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true + }, + "yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "requires": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "dependencies": { + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true + } + } + }, + "yargs-parser": { + "version": "20.2.4", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.4.tgz", + "integrity": "sha512-WOkpgNhPTlE73h4VFAFsOnomJVaovO8VqLDzy5saChRBFQFBoMYirowyW+Q9HB4HFF4Z7VZTiG3iSzJJA29yRA==", + "dev": true + }, + "yargs-unparser": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/yargs-unparser/-/yargs-unparser-2.0.0.tgz", + "integrity": "sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA==", + "dev": true, + "requires": { + "camelcase": "^6.0.0", + "decamelize": "^4.0.0", + "flat": "^5.0.2", + "is-plain-obj": "^2.1.0" + }, + "dependencies": { + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true + } + } + }, + "yn": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", + "dev": true + }, + "yocto-queue": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true + } } } diff --git a/package.json b/package.json index 6bbf3e78..0027553d 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.5", "enzyme-to-json": "^3.6.1", + "html-webpack-plugin": "^5.6.0", "jest": "^29.6.4", "jest-environment-jsdom": "^29.6.4", "jest-junit": "^16.0.0", diff --git a/src/main.js b/src/main.js new file mode 100644 index 00000000..d8462456 --- /dev/null +++ b/src/main.js @@ -0,0 +1,346 @@ + +require("./resources/index.css"); +const LibraryEntryPoint = require("./entry-point"); + +let jsonUrls = ["loadedTypes", "layoutSpecs"]; +let libController = LibraryEntryPoint.CreateLibraryController(); +LibraryEntryPoint.CreateJsonDownloader(jsonUrls, function (jsonUrl, jsonObject) { + + let downloaded = this.getDownloadedJsonObjects(); + let loadedTypesJson = downloaded["loadedTypes"]; + let layoutSpecsJson = downloaded["layoutSpecs"]; + + if (!loadedTypesJson || (!layoutSpecsJson)) { + return; // Not fully downloaded yet, bail. + } + + libController.createLibraryByElementId( + "libraryContainerPlaceholder", layoutSpecsJson, loadedTypesJson); +}); + +var replaceImageDelayTime = 100; +let intervalId; + +// Disable the context menu +document.oncontextmenu = function () { + return true; +} + +// Disable zoom by keyboard +document.addEventListener("keydown", + function (event) { + if ((event.ctrlKey === true || event.metaKey === true) && + (event.which === 61 || + event.which === 107 || + event.which === 173 || + event.which === 109 || + event.which === 187 || + event.which === 189)) { + event.preventDefault(); + } + }, + false +); + +// Disable zoom by mouse wheel +document.addEventListener("mousewheel", + function (event) { + if (event.ctrlKey === true || event.metaKey) { + event.preventDefault(); + } + }, + false +); + + + // //Create library view + var libContainer = libController.createLibraryByElementId("libraryContainerPlaceholder"); + if (refreshLibraryView) { + refreshLibraryView(libController); + } + + async function replaceImages() { + var allimages = document.getElementsByTagName("img"); + for (const element of allimages) { + let currentImage = element; + var src = element.src + if (element.orgSrc != null) { + src = element.orgSrc; + } + //the icon is already set - bail. + if (src.startsWith("data:image")) { + continue; + } + + //request the icon from the extension. + var base64String = await window.chrome.webview.hostObjects.bridgeTwoWay.GetBase64StringFromPath(src); + if (currentImage != null) { + currentImage.src = base64String; + } + } + } + + function refreshLibraryView(libraryController) { + window.chrome.webview.postMessage("RefreshLibrary"); + } + + //set a custom search handler + libController.searchLibraryItemsHandler = function (text, callback) { + var encodedText = encodeURIComponent(text); + //save the callback so we can access from our completion function + searchCallback = callback; + window.chrome.webview.postMessage(JSON.stringify({ "func": "performSearch", "data": encodedText })); + window.chrome.webview.postMessage(JSON.stringify({ "func": "logEventsToInstrumentation", "data": ["Search", encodedText] })); + } + + // Register event handlers for various events on library controller and package controller. + libController.on(libController.ItemClickedEventName, function (nodeCreationName) { + console.log('Library Node Clicked: ' + nodeCreationName); + window.chrome.webview.postMessage(JSON.stringify({ "func": "createNode", "data": nodeCreationName })); + }); + + //if the user clicks anywhere - reload the images to ensure they are up to date after interactions + //which update the currently displayed libraryItems. + document.body.addEventListener('click', function () { + setTimeout(function () { + replaceImages(); + }, replaceImageDelayTime); + setTimeout(function () { + replaceImages(); + }, replaceImageDelayTime * 5); + }, true); + + libController.on(libController.ItemMouseEnterEventName, function (arg) { + window.chrome.webview.postMessage(JSON.stringify({ "func": "showNodeTooltip", "data": [arg.data, arg.rect.top] })); + }); + + libController.on(libController.ItemMouseLeaveEventName, function (arg) { + window.chrome.webview.postMessage(JSON.stringify({ "func": "closeNodeTooltip", "data": true })); + }); + + libController.on(libController.SectionIconClickedEventName, function (section) { + console.log("Section clicked: " + section); + if (section == "Add-ons") { + window.chrome.webview.postMessage(JSON.stringify({ "func": "importLibrary", "data": "" })); + } + }); + + libController.on(libController.FilterCategoryEventName, function (item) { + var categories = []; + item.forEach(function (elem) { + var catString = elem.name + ":" + (elem.checked ? "Selected" : "Unselected"); + categories.push(catString); + }); + + window.chrome.webview.postMessage(JSON.stringify({ "func": "logEventsToInstrumentation", "data": ["Filter-Categories", categories.join(",")] })); + }); + + //This will call the NextStep() function located in the LibraryViewController + function nextStepInGuide() { + window.chrome.webview.postMessage(JSON.stringify({ "func": "NextStep", "data": "" })); + } + + + +function refreshLibViewFromData(loadedTypes, layoutSpec) { + var append = false; // Replace existing contents instead of appending. + libController.setLoadedTypesJson(JSON.parse(loadedTypes), append); + libController.setLayoutSpecsJson(JSON.parse(layoutSpec), append); + libController?.refreshLibraryView(); // Refresh library view. + + //update image src properties after dom is updated. + setTimeout(function () { + replaceImages(); + }, replaceImageDelayTime); +} + +var searchCallback = null; +function completeSearch(searchLoadedTypes) { + searchCallback(JSON.parse(searchLoadedTypes)); +} + +function setLibraryFontSize(fontSize) { + document.getElementsByTagName('html')[0].style.fontSize = fontSize + 'px'; +} + +//This will find a specific div in the html and then it will apply the glow animation on it +function highlightLibraryItem(itemName, enableHighlight) { + var found_div = null; + var libraryItemsText = document.getElementsByClassName("LibraryItemText"); + for (const libraryItem of libraryItemsText) { + if (libraryItem.textContent == itemName) { + found_div = libraryItem.parentNode; + break; + } + } + if (found_div != null) { + if (enableHighlight) { + //Validates that the div is not already highlighted + var currentAttibute = found_div.getAttribute("id"); + if (currentAttibute == null || !currentAttibute.includes("glow_")) { + glowAnimation(found_div, true); + } + } + else { + glowAnimation(found_div, false); + } + } +} + +//This will execute(or stop) the glow animation in a specific
based in the enable parameter +function glowAnimation(divElement, enable) { + if (enable) { + setIdAttribute(divElement); + intervalId = window.setInterval(setIdAttribute, 2000, divElement); + } + else { + window.clearInterval(intervalId); + divElement.setAttribute("id", ""); + } +} + +//This will change the id of the div that contains the package name so it will apply a glow effect in the border +function setIdAttribute(divElement) { + if (divElement.id == "glow_active") { + divElement.setAttribute("id", "glow_inactive"); + } + else { + divElement.setAttribute("id", "glow_active"); + } +} + +//This will subscribe a handler to the div.click event, so when is clicked we will be moved to the next Step +function subscribePackageClickedEvent(packageName, enable) { + var found_div = findPackageDiv(packageName, "LibraryItemText"); + if (found_div == null) { + return; + } + if (enable) { + found_div.parentNode.parentNode.addEventListener('click', nextStepInGuide); + } + else { + found_div.parentNode.parentNode.removeEventListener('click', nextStepInGuide); + } +} + +//This will find the
that contains the package information +function findPackageDiv(packageName, libraryClassName) { + var found_div = null; + var libraryItemsText = document.getElementsByClassName(libraryClassName); + for (const libraryItem of libraryItemsText) { + if (libraryItem.textContent.toLowerCase() == packageName.toLowerCase()) { + found_div = libraryItem; + break; + } + } + return found_div; +} + +//This will execute a click over a specific
that contains the package content +function expandPackageDiv(packageName, libraryClassName) { + var found_div = findPackageDiv(packageName, libraryClassName); + if (found_div == null) { + return; + } + var containerCatDiv = found_div.parentNode.parentNode; + var itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; + if (!itemBodyContainer.parentElement.parentElement.className.includes('expanded')) { + itemBodyContainer.click(); + } +} + +function collapsePackageDiv(packageName, libraryClassName) { + var found_div = findPackageDiv(packageName, libraryClassName); + if (found_div == null) { + return; + } + var containerCatDiv = found_div.parentNode.parentNode; + var itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; + if (itemBodyContainer.parentElement.parentElement.className.includes('expanded')) { + itemBodyContainer.click(); + } +} + + + +//Set the overlay and the hole +function setOverlay(enable) { + var tools = document.getElementsByClassName("LibraryItemContainerSection")[0]; + if (tools == null) + return; + var addons = document.getElementsByClassName("LibraryItemContainerSection")[1]; + if (addons == null) + return; + var searchBar = document.getElementsByClassName("SearchBar")[0]; + if (searchBar == null) + return; + + let children = addons.childNodes; + if (children == null || children.lenght == 0) + return; + + //Apply a specific style for the
depending if the parameter enable is true or false. + if (enable) { + tools.classList.add("overlay"); + searchBar.classList.add("overlay"); + children[0].classList.add("hole"); + children[1].classList.add("hole"); + } + else { + tools.classList.remove("overlay"); + searchBar.classList.remove("overlay"); + children[0].classList.remove("hole"); + children[1].classList.remove("hole"); + } +} + +//get information about the current position of a specific div element, if the WebBrowser is resized the values will change +function getDocumentClientRect(divElement) { + var targetDiv = findPackageDiv(divElement, "LibraryItemText"); + if (targetDiv == null) return; + var rect = targetDiv.parentNode.getBoundingClientRect(); + var clientRectDiv = { + "width": rect.width, + "height": rect.height, + "top": rect.top, + "bottom": rect.bottom + } + var documentSize = { + "width": document.body.clientWidth, + "height": document.body.clientHeight + } + var locationInfo = { + "document": documentSize, + "client": clientRectDiv + } + return JSON.stringify(locationInfo); +} + +//scroll down until the bottom of the page so the AddOns always be visible +function scrollToBottom() { + document.getElementsByClassName("LibraryItemContainer")[0].scroll(0, document.body.scrollHeight) +} + +//This method will be executed when the WebBrowser change its size, so we can update the Popup vertical location that is over the library +document.body.onresize = () => { + window.chrome.webview.postMessage(JSON.stringify({ "func": "ResizedEvent", "data": "" })); +} + +//This function will be dispatching javaScript keydown events based on Dynamo keydown events +function eventDispatcher(eventKeyData) { + const kbEvent = new KeyboardEvent('keydown', { + bubbles: true, + cancelable: true, + ...eventKeyData + }); + + document.dispatchEvent(kbEvent); +} + +//This function will show the overlay over the Library when the Preferences/PackageManagerSearch are opened otherwiser is not visible +function fullOverlayVisible(enableOverlay) { + if (enableOverlay) + document.getElementById("overlay").style.display = "block"; + else + document.getElementById("overlay").style.display = "none"; +} \ No newline at end of file diff --git a/src/resources/index.css b/src/resources/index.css new file mode 100644 index 00000000..87d334a2 --- /dev/null +++ b/src/resources/index.css @@ -0,0 +1,90 @@ +body { + padding: 0; + margin: 0; + background-color: #353535; + overflow-x: hidden; + -webkit-user-drag: none; + -khtml-user-drag: none; + -moz-user-drag: none; + -o-user-drag: none; + -webkit-touch-callout: none; /* iOS Safari */ + -webkit-user-select: none; /* Chrome/Safari/Opera */ + -khtml-user-select: none; /* Konqueror */ + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet */ + user-select: none; + scrollbar-base-color: #353535; + scrollbar-highlight-color: #202020; + scrollbar-track-color: #202020; + scrollbar-arrow-color: #353535; + scrollbar-shadow-color: #202020; + scrollbar-width: thin; +} + +input::-ms-clear { + display: none; +} + +#glow_active { + border: 3px; + background-color: transparent; + box-shadow: 0px 0px 20px 2px orange; + transition: box-shadow 2s ease-in-out; + border-style: solid; + border-color: rgba(239, 147, 98, 0.7); +} + +#glow_inactive { + border: 3px; + background-color: transparent; + box-shadow: 0px 0px 2px 0px orange; + transition: box-shadow 2s ease-in-out; + border-style: solid; + border-color: rgba(239, 147, 98, 0.7); +} + +.overlay { + background-color: black; + pointer-events: none; + opacity: 0.5; + top: 0; + right: 0; + bottom: 0; + left: 0; + border: 2px; +} + +.hole { + background-color: transparent; + top: 0; + right: 0; + bottom: 0; + left: 0; +} +/* + The below style aligns texts in IE + as it adds some offset to text when using Artifakt Element font +*/ +.LibraryItemHeader .LibraryItemGroupText, +.LibrarySectionHeader .LibraryItemGroupText, +.LibraryItemContainerCategory .LibraryItemText { + padding-top: 0.5rem; +} + +.SearchFilterPanel label.Category > * { + margin-top: 0.15rem; + vertical-align: top !important; +} + +#overlay { + position: fixed; + display: none; + width: 100%; + height: 100%; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0,0,0,0.5); + z-index: 2; +} \ No newline at end of file diff --git a/webpack.config.js b/webpack.config.js index a850e777..6dfa901f 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,6 +1,7 @@ "use strict"; const webpack = require('webpack'); const TerserPlugin = require("terser-webpack-plugin"); +const HtmlWebpackPlugin = require('html-webpack-plugin'); const path = require('path'); const productionBuild = (process.env.NODE_ENV == "production"); let plugins = []; @@ -9,20 +10,23 @@ plugins.push( new webpack.DefinePlugin({ 'process.env.NODE_ENV': JSON.stringify(process.env.NODE_ENV), }), + new HtmlWebpackPlugin({ + template: "./index.html", + filename: "./index.html" + }) ); module.exports = { - entry: [ - "./src/entry-point.tsx" - ], + entry: "./src/main.js", target: "web", output: { filename: productionBuild ? "librarie.min.js" : "librarie.js", - path: path.join(__dirname, '/dist/build'), - publicPath: "./dist/build/", + path: path.resolve(__dirname, './dist/build'), + publicPath: "./", libraryTarget: "umd", library: "LibraryEntryPoint", + clean: true }, optimization:{ minimize: !!productionBuild, @@ -61,8 +65,10 @@ module.exports = { { test: /\.(?:ttf|otf|eot|woff|svg|png)$/, type: 'asset/resource', - generator:{ - filename:'resources/[name][ext][query]' + generator: { + filename: content => { + return content.filename.replace('src/', '') + } } } ] From 959f5fd74e0e5528bae5620c36b7f12e45d44303 Mon Sep 17 00:00:00 2001 From: enzo707 Date: Tue, 14 May 2024 11:10:05 -0300 Subject: [PATCH 3/4] 1.0.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index a4365451..e29eaac2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dynamods/librariejs", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dynamods/librariejs", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "dependencies": { "core-js": "^3.36.1", diff --git a/package.json b/package.json index 0027553d..97f3f0da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dynamods/librariejs", - "version": "1.0.3", + "version": "1.0.4", "description": "Project that contains all hosted contents of Dynamo Windows client", "main": "index.js", "scripts": { From 62312ff50e1c43d8b969cdf92810bfc5efc4e51e Mon Sep 17 00:00:00 2001 From: enzo707 Date: Tue, 14 May 2024 12:11:12 -0300 Subject: [PATCH 4/4] fix: sonarcloud issues --- src/main.js | 62 ++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/src/main.js b/src/main.js index d8462456..9a6b6723 100644 --- a/src/main.js +++ b/src/main.js @@ -18,7 +18,7 @@ LibraryEntryPoint.CreateJsonDownloader(jsonUrls, function (jsonUrl, jsonObject) "libraryContainerPlaceholder", layoutSpecsJson, loadedTypesJson); }); -var replaceImageDelayTime = 100; +const replaceImageDelayTime = 100; let intervalId; // Disable the context menu @@ -54,16 +54,16 @@ document.addEventListener("mousewheel", // //Create library view - var libContainer = libController.createLibraryByElementId("libraryContainerPlaceholder"); + const libContainer = libController.createLibraryByElementId("libraryContainerPlaceholder"); if (refreshLibraryView) { refreshLibraryView(libController); } async function replaceImages() { - var allimages = document.getElementsByTagName("img"); + const allimages = document.getElementsByTagName("img"); for (const element of allimages) { let currentImage = element; - var src = element.src + let src = element.src if (element.orgSrc != null) { src = element.orgSrc; } @@ -73,7 +73,7 @@ document.addEventListener("mousewheel", } //request the icon from the extension. - var base64String = await window.chrome.webview.hostObjects.bridgeTwoWay.GetBase64StringFromPath(src); + const base64String = await window.chrome.webview.hostObjects.bridgeTwoWay.GetBase64StringFromPath(src); if (currentImage != null) { currentImage.src = base64String; } @@ -86,7 +86,7 @@ document.addEventListener("mousewheel", //set a custom search handler libController.searchLibraryItemsHandler = function (text, callback) { - var encodedText = encodeURIComponent(text); + const encodedText = encodeURIComponent(text); //save the callback so we can access from our completion function searchCallback = callback; window.chrome.webview.postMessage(JSON.stringify({ "func": "performSearch", "data": encodedText })); @@ -126,9 +126,9 @@ document.addEventListener("mousewheel", }); libController.on(libController.FilterCategoryEventName, function (item) { - var categories = []; + let categories = []; item.forEach(function (elem) { - var catString = elem.name + ":" + (elem.checked ? "Selected" : "Unselected"); + const catString = elem.name + ":" + (elem.checked ? "Selected" : "Unselected"); categories.push(catString); }); @@ -143,7 +143,7 @@ document.addEventListener("mousewheel", function refreshLibViewFromData(loadedTypes, layoutSpec) { - var append = false; // Replace existing contents instead of appending. + const append = false; // Replace existing contents instead of appending. libController.setLoadedTypesJson(JSON.parse(loadedTypes), append); libController.setLayoutSpecsJson(JSON.parse(layoutSpec), append); libController?.refreshLibraryView(); // Refresh library view. @@ -154,7 +154,7 @@ function refreshLibViewFromData(loadedTypes, layoutSpec) { }, replaceImageDelayTime); } -var searchCallback = null; +let searchCallback = null; function completeSearch(searchLoadedTypes) { searchCallback(JSON.parse(searchLoadedTypes)); } @@ -165,8 +165,8 @@ function setLibraryFontSize(fontSize) { //This will find a specific div in the html and then it will apply the glow animation on it function highlightLibraryItem(itemName, enableHighlight) { - var found_div = null; - var libraryItemsText = document.getElementsByClassName("LibraryItemText"); + let found_div = null; + const libraryItemsText = document.getElementsByClassName("LibraryItemText"); for (const libraryItem of libraryItemsText) { if (libraryItem.textContent == itemName) { found_div = libraryItem.parentNode; @@ -176,7 +176,7 @@ function highlightLibraryItem(itemName, enableHighlight) { if (found_div != null) { if (enableHighlight) { //Validates that the div is not already highlighted - var currentAttibute = found_div.getAttribute("id"); + const currentAttibute = found_div.getAttribute("id"); if (currentAttibute == null || !currentAttibute.includes("glow_")) { glowAnimation(found_div, true); } @@ -211,7 +211,7 @@ function setIdAttribute(divElement) { //This will subscribe a handler to the div.click event, so when is clicked we will be moved to the next Step function subscribePackageClickedEvent(packageName, enable) { - var found_div = findPackageDiv(packageName, "LibraryItemText"); + const found_div = findPackageDiv(packageName, "LibraryItemText"); if (found_div == null) { return; } @@ -225,8 +225,8 @@ function subscribePackageClickedEvent(packageName, enable) { //This will find the
that contains the package information function findPackageDiv(packageName, libraryClassName) { - var found_div = null; - var libraryItemsText = document.getElementsByClassName(libraryClassName); + let found_div = null; + const libraryItemsText = document.getElementsByClassName(libraryClassName); for (const libraryItem of libraryItemsText) { if (libraryItem.textContent.toLowerCase() == packageName.toLowerCase()) { found_div = libraryItem; @@ -238,24 +238,24 @@ function findPackageDiv(packageName, libraryClassName) { //This will execute a click over a specific
that contains the package content function expandPackageDiv(packageName, libraryClassName) { - var found_div = findPackageDiv(packageName, libraryClassName); + const found_div = findPackageDiv(packageName, libraryClassName); if (found_div == null) { return; } - var containerCatDiv = found_div.parentNode.parentNode; - var itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; + const containerCatDiv = found_div.parentNode.parentNode; + const itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; if (!itemBodyContainer.parentElement.parentElement.className.includes('expanded')) { itemBodyContainer.click(); } } function collapsePackageDiv(packageName, libraryClassName) { - var found_div = findPackageDiv(packageName, libraryClassName); + const found_div = findPackageDiv(packageName, libraryClassName); if (found_div == null) { return; } - var containerCatDiv = found_div.parentNode.parentNode; - var itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; + const containerCatDiv = found_div.parentNode.parentNode; + const itemBodyContainer = containerCatDiv.getElementsByClassName(libraryClassName)[0]; if (itemBodyContainer.parentElement.parentElement.className.includes('expanded')) { itemBodyContainer.click(); } @@ -265,17 +265,17 @@ function collapsePackageDiv(packageName, libraryClassName) { //Set the overlay and the hole function setOverlay(enable) { - var tools = document.getElementsByClassName("LibraryItemContainerSection")[0]; + const tools = document.getElementsByClassName("LibraryItemContainerSection")[0]; if (tools == null) return; - var addons = document.getElementsByClassName("LibraryItemContainerSection")[1]; + const addons = document.getElementsByClassName("LibraryItemContainerSection")[1]; if (addons == null) return; - var searchBar = document.getElementsByClassName("SearchBar")[0]; + const searchBar = document.getElementsByClassName("SearchBar")[0]; if (searchBar == null) return; - let children = addons.childNodes; + const children = addons.childNodes; if (children == null || children.lenght == 0) return; @@ -296,20 +296,20 @@ function setOverlay(enable) { //get information about the current position of a specific div element, if the WebBrowser is resized the values will change function getDocumentClientRect(divElement) { - var targetDiv = findPackageDiv(divElement, "LibraryItemText"); + const targetDiv = findPackageDiv(divElement, "LibraryItemText"); if (targetDiv == null) return; - var rect = targetDiv.parentNode.getBoundingClientRect(); - var clientRectDiv = { + const rect = targetDiv.parentNode.getBoundingClientRect(); + const clientRectDiv = { "width": rect.width, "height": rect.height, "top": rect.top, "bottom": rect.bottom } - var documentSize = { + const documentSize = { "width": document.body.clientWidth, "height": document.body.clientHeight } - var locationInfo = { + const locationInfo = { "document": documentSize, "client": clientRectDiv }