diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Microsoft.OpenApi.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/Microsoft.OpenApi.dll deleted file mode 100644 index aac9a6db..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/Microsoft.OpenApi.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Actions.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Actions.dll deleted file mode 100644 index 435e6176..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Actions.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Core.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Core.dll deleted file mode 100644 index 0f5b67f8..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/NopStation.Plugin.Misc.Core.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/RestSharp.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/RestSharp.dll deleted file mode 100644 index 0fb4eb54..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/RestSharp.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.Swagger.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.Swagger.dll deleted file mode 100644 index 666c456a..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.Swagger.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerGen.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerGen.dll deleted file mode 100644 index e781c225..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerGen.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerUI.dll b/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerUI.dll deleted file mode 100644 index aba79613..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/Swashbuckle.AspNetCore.SwaggerUI.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/AssemblyInfo.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/AssemblyInfo.cshtml deleted file mode 100644 index 40f2f5c6..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/AssemblyInfo.cshtml +++ /dev/null @@ -1,94 +0,0 @@ -@model IEnumerable - -@{ - Layout = "_AdminLayout"; - - //page title - ViewBag.PageTitle = T("Admin.NopStation.Core.AssemblyInfo").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("NopStationCore.AssemblyInfo"); - - var i = 1; -} - - - -
-

- @T("Admin.NopStation.Core.AssemblyInfo") -

-
- -
-
-
-
-
-
- @foreach (var item in Model) - { -
-
- @(i++.ToString("00")). @item.AssemblyName - Assembly version=@(item.AssemblyVersion) - File version=@(item.FileVersion) - @if (!string.IsNullOrWhiteSpace(item.BuildType)) - { - Build=@(item.BuildType) - } -
- @item.FilePath -
@item.FileName
-
@item.Description
- - Created on: - @item.CreatedOn.ToLongDateString() - @item.CreatedOn.ToLongTimeString() - @item.CreatedOn.ToString("\"GMT\" zzz") - -
- } -
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Configure.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Configure.cshtml deleted file mode 100644 index 3eb0bebc..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Configure.cshtml +++ /dev/null @@ -1,73 +0,0 @@ -@model ConfigurationModel - -@{ - Layout = "_AdminLayout"; - NopHtml.SetActiveMenuItemSystemName("NopStationCore.Configure"); - - ViewBag.PageTitle = T("Admin.NopStation.Core.Configuration").Text; -} - - - -
-
-

- @T("Admin.NopStation.Core.Configuration") -

-
- -
-
- -
-
-
- @await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) -
-
-
-
-
-
- - -
-
- -
-
- -
-
- -
-
- - -
-
-
-
-
-
-
-
-
-
diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/LocaleResource.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/LocaleResource.cshtml deleted file mode 100644 index 1a53aa0f..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/LocaleResource.cshtml +++ /dev/null @@ -1,131 +0,0 @@ -@model CoreLocaleResourceSearchModel -@inject AdminAreaSettings adminAreaSettings -@using Nop.Web.Areas.Admin.Models.Localization - -@{ - Layout = "_AdminLayout"; - - //page title - ViewBag.PageTitle = T("Admin.NopStation.Core.LocaleResources").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("NopStationCore.LocaleResources"); -} - -@{ - const string hideSearchBlockAttributeName = "CoreLocaleResourcesPage.HideSearchBlock"; - var hideSearchBlock = await genericAttributeService.GetAttributeAsync(workContext.GetCurrentCustomerAsync().Result, hideSearchBlockAttributeName); -} - -
-

- @T("Admin.NopStation.Core.LocaleResources") -

-
- -
-
-
-
- - -
- @await Html.PartialAsync("Table", new DataTablesModel - { - Name = "resource-grid", - UrlRead = new DataUrl("LocaleResource", "NopStationCore", null), - UrlUpdate = new DataUrl("ResourceUpdate", "NopStationCore", null), - Length = adminAreaSettings.DefaultGridPageSize, - LengthMenu = adminAreaSettings.GridPageSizes, - SearchButtonId = "search-resource", - Filters = new List - { - new FilterParameter(nameof(Model.SearchLanguageId)), - new FilterParameter(nameof(Model.SearchPluginSystemName)), - new FilterParameter(nameof(Model.SearchResourceName)) - }, - ColumnCollection = new List - { - new ColumnProperty(nameof(CoreLocaleResourceModel.ResourceName)) - { - Title = T("Admin.NopStation.Core.Resources.Fields.Name").Text, - Width = "200" - }, - new ColumnProperty(nameof(CoreLocaleResourceModel.ResourceValue)) - { - Title = T("Admin.NopStation.Core.Resources.Fields.Value").Text, - Width = "300", - Editable = true, - EditType = EditType.String - }, - new ColumnProperty(nameof(CoreLocaleResourceModel.LanguageId)) - { - Title = T("Admin.NopStation.Core.Resources.Fields.Value").Text, - Editable = true, - EditType = EditType.Number, - Visible = false - }, - new ColumnProperty(nameof(CoreLocaleResourceModel.ResourceNameLanguageId)) - { - Title = T("Admin.Common.Edit").Text, - Width = "200", - ClassName = NopColumnClassDefaults.Button, - Render = new RenderButtonsInlineEdit() - } - } - }) -
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Permissions.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Permissions.cshtml deleted file mode 100644 index 1ee7ca4f..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationCore/Permissions.cshtml +++ /dev/null @@ -1,105 +0,0 @@ -@using Nop.Web.Areas.Admin.Models.Security -@using static Nop.Services.Common.NopLinksDefaults - -@model PermissionConfigurationModel - -@{ - Layout = "_AdminLayout"; - - //page title - ViewBag.PageTitle = T("Admin.NopStation.Core.ACL").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("NopStationCore.ACL"); -} - - - - - -
-
-
- @await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.PermissionListButtons, additionalData = Model }) -
-
- -
-
-
-
-
-
-

- @T("Admin.Configuration.ACL.Description") - -

- @if (!Model.IsPermissionsAvailable) - { - @T("Admin.Configuration.ACL.NoPermissionsDefined") - } - else if (!Model.AreCustomerRolesAvailable) - { - @T("Admin.Configuration.ACL.NoCustomerRolesAvailable") - } - else - { -
- @await Html.PartialAsync("Table", new DataTablesModel - { - Name = "permission-items-grid", - UrlRead = new DataUrl("PermissionCategory", "Security", new RouteValueDictionary - { - [nameof(PermissionItemSearchModel.PermissionCategoryName)] = "NopStation" - }), - IsChildTable = true, - Length = Model.PermissionCategorySearchModel.PageSize, - LengthMenu = Model.PermissionCategorySearchModel.AvailablePageSizes, - ColumnCollection = new List - { - new(nameof(PermissionItemModel.PermissionName)) - { - Title = T("Admin.Configuration.ACL.Permission.PermissionName").Text, - Width = "400px" - }, - new(nameof(PermissionItemModel.PermissionAppliedFor)) - { - Title = T("Admin.Customers.CustomerRoles").Text, - AutoWidth = true, - Render = new RenderCustom("renderPermissionText") - }, - new(nameof(PermissionItemModel.Id)) - { - Title = T("Admin.Common.Edit").Text, - Width = "100px", - ClassName = NopColumnClassDefaults.Button, - Render = new RenderCustom("renderPermissionEdit") - }, - } - }) - -
- } -
-
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationLicense/License.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationLicense/License.cshtml deleted file mode 100644 index 33a6f2c3..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/NopStationLicense/License.cshtml +++ /dev/null @@ -1,43 +0,0 @@ -@model LicenseModel - -@{ - Layout = "_AdminLayout"; - NopHtml.SetActiveMenuItemSystemName("NopStationCore.License"); - ViewBag.PageTitle = T("Admin.NopStation.Core.License").Text; -} - -
-
-

- @T("Admin.NopStation.Core.License") -

-
- -
-
- -
-
-
-
-
-
-
-
-
- -
-
- -
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Category.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Category.cshtml deleted file mode 100644 index f80ab0bf..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Category.cshtml +++ /dev/null @@ -1,38 +0,0 @@ -@model int -@inject Nop.Services.Catalog.ICategoryService categoryService - - - - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Manufacturer.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Manufacturer.cshtml deleted file mode 100644 index c46f2e20..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Manufacturer.cshtml +++ /dev/null @@ -1,37 +0,0 @@ -@model int -@inject Nop.Services.Catalog.IManufacturerService manufacturerService - - - - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Product.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Product.cshtml deleted file mode 100644 index 0335a1ec..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Select2Product.cshtml +++ /dev/null @@ -1,37 +0,0 @@ -@model int -@inject Nop.Services.Catalog.IProductService productService - - - - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Time.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Time.cshtml deleted file mode 100644 index 2760d29c..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/Time.cshtml +++ /dev/null @@ -1,2 +0,0 @@ -@model DateTime - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/TimeNullable.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/TimeNullable.cshtml deleted file mode 100644 index 745bad9d..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/Shared/EditorTemplates/TimeNullable.cshtml +++ /dev/null @@ -1,2 +0,0 @@ -@model DateTime? - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Core/Views/_ViewImports.cshtml deleted file mode 100644 index 68b4f869..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/Views/_ViewImports.cshtml +++ /dev/null @@ -1,22 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@inject Nop.Services.Common.IGenericAttributeService genericAttributeService -@inject Nop.Core.IWorkContext workContext -@inject INopHtmlHelper NopHtml -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework -@addTagHelper *, NopStation.Plugin.Misc.Actions - -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Nop.Web.Framework.UI -@using Nop.Web.Framework.Extensions -@using System.Text.Encodings.Web -@using Nop.Services.Events -@using Nop.Web.Framework.Events -@using Nop.Web.Framework.Infrastructure -@using NopStation.Plugin.Misc.Core.Models -@using Nop.Core.Domain.Common -@using Nop.Web.Framework.Models.DataTables -@using Microsoft.AspNetCore.Routing -@using Microsoft.AspNetCore.Mvc.Rendering -@using Nop.Core.Infrastructure -@using Nop.Web.Areas.Admin.Components \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/css/style.css b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/css/style.css deleted file mode 100644 index 36a60be3..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/css/style.css +++ /dev/null @@ -1,38 +0,0 @@ -@font-face { - font-family: 'icomoon'; - src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6'); - src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6#iefix') format('embedded-opentype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.ttf?h5ssf6') format('truetype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.woff?h5ssf6') format('woff'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.svg?h5ssf6#icomoon') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-nop-station:before { - content: "\e900"; -} - -.icon-plugins:before { - content: "\e901"; -} - -.icon-themes:before { - content: "\e902"; -} - -.select2-container--default .select2-selection--single { - border-radius: 0 !important; -} diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.eot b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.eot deleted file mode 100644 index 510a5f18..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.eot and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.svg b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.svg deleted file mode 100644 index 9c75663d..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.svg +++ /dev/null @@ -1,13 +0,0 @@ - - - -Generated by IcoMoon - - - - - - - - - \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.ttf b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.ttf deleted file mode 100644 index 49f200b8..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.ttf and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.woff b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.woff deleted file mode 100644 index 42eaa682..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/fonts/icomoon.woff and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/style.css b/Presentation/Nop.Web/Plugins/NopStation.Core/contents/style.css deleted file mode 100644 index 9c7eaa8a..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/contents/style.css +++ /dev/null @@ -1,34 +0,0 @@ -@font-face { - font-family: 'icomoon'; - src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6'); - src: url('/Plugins/NopStation.Core/contents/fonts/icomoon.eot?h5ssf6#iefix') format('embedded-opentype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.ttf?h5ssf6') format('truetype'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.woff?h5ssf6') format('woff'), url('/Plugins/NopStation.Core/contents/fonts/icomoon.svg?h5ssf6#icomoon') format('svg'); - font-weight: normal; - font-style: normal; - font-display: block; -} - -[class^="icon-"], [class*=" icon-"] { - /* use !important to prevent issues with browser extensions that change fonts */ - font-family: 'icomoon' !important; - speak: never; - font-style: normal; - font-weight: normal; - font-variant: normal; - text-transform: none; - line-height: 1; - /* Better Font Rendering =========== */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -.icon-nop-station:before { - content: "\e900"; -} - -.icon-plugins:before { - content: "\e901"; -} - -.icon-themes:before { - content: "\e902"; -} diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/logo.png b/Presentation/Nop.Web/Plugins/NopStation.Core/logo.png deleted file mode 100644 index dfa03309..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Core/logo.png and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Core/plugin.json b/Presentation/Nop.Web/Plugins/NopStation.Core/plugin.json deleted file mode 100644 index eec99bd9..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Core/plugin.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "Group": "Nop-Station", - "FriendlyName": "Nop-Station Core", - "SystemName": "NopStation.Core", - "Version": "4.80.1.0", - "SupportedVersions": [ - "4.80" - ], - "Author": "Nop-Station Team", - "DisplayOrder": -100, - "FileName": "NopStation.Plugin.Misc.Core.dll", - "Description": "This plugin is used to manage Nop-Station plugins." -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/Configure.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/Configure.cshtml deleted file mode 100644 index 4b597fcc..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/Configure.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -@model ConfigurationModel - -@{ - Layout = "_AdminLayout"; - NopHtml.SetActiveMenuItemSystemName("CarHaven.Configuration"); - - ViewBag.PageTitle = T("Admin.NopStation.Theme.CarHaven.Configuration").Text; - - var customer = await workContext.GetCurrentCustomerAsync(); - const string hideColorBlockAttributeName = "CarHavenConfigurationPage.HideColorBlock"; - var hideColorBlock = await genericAttributeService.GetAttributeAsync(customer, hideColorBlockAttributeName, defaultValue: true); - - const string hideGeneralBlockAttributeName = "CarHavenConfigurationPage.HideGeneralBlock"; - var hideGeneralBlock = await genericAttributeService.GetAttributeAsync(customer, hideGeneralBlockAttributeName, defaultValue: true); -} - -
-
-

- @T("Admin.NopStation.Theme.CarHaven.Configuration") -

-
- -
-
- -
-
-
- @await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) -
- - @await Html.PartialAsync("_Configure.Color", Model) - @await Html.PartialAsync("_Configure.General", Model) - -
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.Color.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.Color.cshtml deleted file mode 100644 index ec3ef356..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.Color.cshtml +++ /dev/null @@ -1,42 +0,0 @@ -@model ConfigurationModel - -@{ - NopHtml.AddCssFileParts("/lib_npm/farbstastic/farbtastic.css", ""); - NopHtml.AddScriptParts(ResourceLocation.Footer, "/lib_npm/farbstastic/farbtastic.min.js"); -} - -
-
-
- - -
-
- -
- - -
-
- -
-
- - -
-
- -
- - -
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.General.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.General.cshtml deleted file mode 100644 index 834caafa..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_Configure.General.cshtml +++ /dev/null @@ -1,53 +0,0 @@ -@model ConfigurationModel - -
-
-
- - -
-
- -
-
-
-
- - -
-
- -
-
-
-
- - -
-
- -
-
- -
-
- - -
-
- -
-
-
-
-
-
-
- - -
-
- -
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_ViewImports.cshtml deleted file mode 100644 index f48b06a3..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Areas/Admin/Views/CarHaven/_ViewImports.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@inject Nop.Services.Common.IGenericAttributeService genericAttributeService -@inject Nop.Core.IWorkContext workContext -@inject INopHtmlHelper NopHtml -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework - -@using Microsoft.AspNetCore.Mvc.Rendering -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Microsoft.AspNetCore.Routing -@using Nop.Core.Domain.Common -@using Nop.Core.Infrastructure -@using Nop.Services.Events -@using Nop.Web.Areas.Admin.Components -@using Nop.Web.Framework.Events -@using Nop.Web.Framework.Extensions -@using Nop.Web.Framework.Infrastructure -@using Nop.Web.Framework.Models.DataTables -@using Nop.Web.Framework.UI -@using NopStation.Plugin.Theme.CarHaven.Areas.Admin.Models -@using System.Text.Encodings.Web \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/car-haven-logo.png b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/car-haven-logo.png deleted file mode 100644 index 73e954eb..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/car-haven-logo.png and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/footer-card-icons.png b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/footer-card-icons.png deleted file mode 100644 index ef90d529..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Content/footer-card-icons.png and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/NopStation.Plugin.Theme.CarHaven.dll b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/NopStation.Plugin.Theme.CarHaven.dll deleted file mode 100644 index aca04487..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/NopStation.Plugin.Theme.CarHaven.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Views/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Views/_ViewImports.cshtml deleted file mode 100644 index 69728e0e..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/Views/_ViewImports.cshtml +++ /dev/null @@ -1,23 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@inject Nop.Services.Common.IGenericAttributeService genericAttributeService -@inject Nop.Core.IWorkContext workContext -@inject INopHtmlHelper NopHtml -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework -@addTagHelper *, NopStation.Plugin.Misc.Actions - -@using Microsoft.AspNetCore.Mvc.Rendering -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Microsoft.AspNetCore.Routing -@using Nop.Core.Domain.Common -@using Nop.Core.Infrastructure -@using Nop.Services.Events -@using Nop.Web.Framework.Events -@using Nop.Web.Framework.Extensions -@using Nop.Web.Framework.Infrastructure -@using Nop.Web.Framework.Models.DataTables -@using Nop.Web.Framework.UI -@using Nop.Web.Models.Customer -@using NopStation.Plugin.Theme.CarHaven -@using NopStation.Plugin.Theme.CarHaven.Models -@using System.Text.Encodings.Web \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/logo.png b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/logo.png deleted file mode 100644 index dfa03309..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/logo.png and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/plugin.json b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/plugin.json deleted file mode 100644 index 2a2e82bb..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/plugin.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "Group": "Nop-Station", - "FriendlyName": "Nop-Station CarHaven Theme", - "SystemName": "NopStation.Plugin.Theme.CarHaven", - "Version": "4.80.1.0", - "SupportedVersions": [ "4.80" ], - "Author": "Nop-Station Team", - "DisplayOrder": 1, - "FileName": "NopStation.Plugin.Theme.CarHaven.dll", - "Description": "This plugin allows to configure NopStation Car Haven theme.", - "DependsOnSystemNames": [ "NopStation.Core" ] -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/release_note.txt b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/release_note.txt deleted file mode 100644 index a2788852..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Theme.CarHaven/release_note.txt +++ /dev/null @@ -1 +0,0 @@ -4.80.1.0: Initial release \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/CategoryBanner/Configure.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/CategoryBanner/Configure.cshtml deleted file mode 100644 index 41b6f18c..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/CategoryBanner/Configure.cshtml +++ /dev/null @@ -1,126 +0,0 @@ -@model ConfigurationModel - -@{ - Layout = "_AdminLayout"; - NopHtml.SetActiveMenuItemSystemName("CategoryBanner.Configure"); - ViewBag.PageTitle = T("Admin.NopStation.CategoryBanners.Configuration").Text; -} - - - -
-
-

- @T("Admin.NopStation.CategoryBanners.Configuration") -

-
- -
-
- -
-
-
- @await Component.InvokeAsync("StoreScopeConfiguration") -
-
-
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
- -
-
-
- - -
-
- - -
-
-
-
- - -
-
- - -
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/Default.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/Default.cshtml deleted file mode 100644 index 8d85fe19..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/Default.cshtml +++ /dev/null @@ -1,8 +0,0 @@ -@model CategoryBannerSearchModel - -@{ - const string hideCategoryBannerBlockAttributeName = "CategoryBannerPage.HideCategoryBannerBlock"; - var hideCategoryBannerBlock = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideCategoryBannerBlockAttributeName); -} - -@await Html.PartialAsync("_Banners.cshtml", Model) diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/_Banners.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/_Banners.cshtml deleted file mode 100644 index b0f14e04..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/Shared/Components/CategoryBannerAdmin/_Banners.cshtml +++ /dev/null @@ -1,192 +0,0 @@ -@model CategoryBannerSearchModel - -
- @if (Model.CategoryId > 0) - { -
- @await Html.PartialAsync("Table", new DataTablesModel - { - Name = "category-banner-grid", - UrlRead = new DataUrl("CategoryBannerList", "CategoryBanner", new RouteValueDictionary { [nameof(Model.CategoryId)] = Model.CategoryId}), - UrlDelete = new DataUrl("CategoryBannerDelete", "CategoryBanner", null), - UrlUpdate = new DataUrl("CategoryBannerUpdate", "CategoryBanner", null), - Length = Model.PageSize, - LengthMenu = Model.AvailablePageSizes, - ColumnCollection = new List - { - new ColumnProperty(nameof(CategoryBannerModel.PictureUrl)) - { - Title = T("Admin.NopStation.CategoryBanners.CategoryBanners.Fields.Picture").Text, - Render = new RenderCustom("renderPicturesColumnProductPictureUrl") - }, - new ColumnProperty(nameof(CategoryBannerModel.DisplayOrder)) - { - Title = T("Admin.NopStation.CategoryBanners.CategoryBanners.Fields.DisplayOrder").Text, - Width = "150", - ClassName = NopColumnClassDefaults.CenterAll, - Editable = true, - EditType = EditType.Number - }, - new ColumnProperty(nameof(CategoryBannerModel.OverrideAltAttribute)) - { - Title = T("Admin.NopStation.CategoryBanners.CategoryBanners.Fields.OverrideAltAttribute").Text, - Width = "200", - Editable = true, - EditType = EditType.String - }, - new ColumnProperty(nameof(CategoryBannerModel.OverrideTitleAttribute)) - { - Title = T("Admin.NopStation.CategoryBanners.CategoryBanners.Fields.OverrideTitleAttribute").Text, - Width = "200", - Editable = true, - EditType = EditType.String - }, - new ColumnProperty(nameof(CategoryBannerModel.ForMobile)) - { - Title = T("Admin.NopStation.CategoryBanners.CategoryBanners.Fields.ForMobile").Text, - Width = "100", - Editable = true, - Render = new RenderBoolean(), - ClassName = NopColumnClassDefaults.CenterAll, - EditType = EditType.Checkbox - }, - new ColumnProperty(nameof(CategoryBannerModel.Id)) - { - Title = T("Admin.Common.Edit").Text, - Width = "200", - ClassName = NopColumnClassDefaults.Button, - Render = new RenderButtonsInlineEdit() - }, - new ColumnProperty(nameof(CategoryBannerModel.Id)) - { - Title = T("Admin.Common.Delete").Text, - Width = "100", - Render = new RenderButtonRemove(T("Admin.Common.Delete").Text), - ClassName = NopColumnClassDefaults.Button - } - } - }) - - -
- -
-
- @T("Admin.NopStation.CategoryBanners.AddNew") -
-
- -
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
-
-
- } - else - { -
-
- @T("Admin.NopStation.CategoryBanners.SaveBeforeEdit") -
-
- } -
- - diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewImports.cshtml deleted file mode 100644 index a8dffc36..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewImports.cshtml +++ /dev/null @@ -1,19 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@inject Nop.Services.Common.IGenericAttributeService genericAttributeService -@inject Nop.Core.IWorkContext workContext -@inject INopHtmlHelper NopHtml -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework -@addTagHelper *, NopStation.Plugin.Misc.Actions -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Nop.Web.Framework.UI -@using Nop.Web.Framework.Extensions -@using System.Text.Encodings.Web -@using Nop.Services.Events -@using Nop.Web.Framework.Events -@using NopStation.Plugin.Widgets.CategoryBanners.Areas.Admin.Models -@using Nop.Core.Domain.Common -@using Nop.Web.Framework.Models.DataTables -@using Microsoft.AspNetCore.Routing -@using Microsoft.AspNetCore.Mvc.Rendering -@using Nop.Core.Infrastructure \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewStart.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewStart.cshtml deleted file mode 100644 index 0297c66f..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Areas/Admin/Views/_ViewStart.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -@{ - Layout = "_AdminLayout"; -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.carousel.css b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.carousel.css deleted file mode 100644 index 40237bc6..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.carousel.css +++ /dev/null @@ -1,186 +0,0 @@ -/** - * Owl Carousel v2.3.4 - * Copyright 2013-2018 David Deutsch - * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE - */ -/* - * Owl Carousel - Core - */ -.owl-carousel { - display: none; - width: 100%; - -webkit-tap-highlight-color: transparent; - /* position relative and z-index fix webkit rendering fonts issue */ - position: relative; - z-index: 1; } - .owl-carousel .owl-stage { - position: relative; - -ms-touch-action: pan-Y; - touch-action: manipulation; - -moz-backface-visibility: hidden; - /* fix firefox animation glitch */ } - .owl-carousel .owl-stage:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; } - .owl-carousel .owl-stage-outer { - position: relative; - overflow: hidden; - /* fix for flashing background */ - -webkit-transform: translate3d(0px, 0px, 0px); } - .owl-carousel .owl-wrapper, - .owl-carousel .owl-item { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); } - .owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-backface-visibility: hidden; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; } - .owl-carousel .owl-item img { - display: block; - width: 100%; } - .owl-carousel .owl-nav.disabled, - .owl-carousel .owl-dots.disabled { - display: none; } - .owl-carousel .owl-nav .owl-prev, - .owl-carousel .owl-nav .owl-next, - .owl-carousel .owl-dot { - cursor: pointer; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .owl-carousel .owl-nav button.owl-prev, - .owl-carousel .owl-nav button.owl-next, - .owl-carousel button.owl-dot { - background: none; - color: inherit; - border: none; - padding: 0 !important; - font: inherit; } - .owl-carousel.owl-loaded { - display: block; } - .owl-carousel.owl-loading { - opacity: 0; - display: block; } - .owl-carousel.owl-hidden { - opacity: 0; } - .owl-carousel.owl-refresh .owl-item { - visibility: hidden; } - .owl-carousel.owl-drag .owl-item { - -ms-touch-action: pan-y; - touch-action: pan-y; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; } - .owl-carousel.owl-grab { - cursor: move; - cursor: grab; } - .owl-carousel.owl-rtl { - direction: rtl; } - .owl-carousel.owl-rtl .owl-item { - float: right; } - -/* No Js */ -.no-js .owl-carousel { - display: block; } - -/* - * Owl Carousel - Animate Plugin - */ -.owl-carousel .animated { - animation-duration: 1000ms; - animation-fill-mode: both; } - -.owl-carousel .owl-animated-in { - z-index: 0; } - -.owl-carousel .owl-animated-out { - z-index: 1; } - -.owl-carousel .fadeOut { - animation-name: fadeOut; } - -@keyframes fadeOut { - 0% { - opacity: 1; } - 100% { - opacity: 0; } } - -/* - * Owl Carousel - Auto Height Plugin - */ -.owl-height { - transition: height 500ms ease-in-out; } - -/* - * Owl Carousel - Lazy Load Plugin - */ -.owl-carousel .owl-item { - /** - This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong - calculation of the height of the owl-item that breaks page layouts - */ } - .owl-carousel .owl-item .owl-lazy { - opacity: 0; - transition: opacity 400ms ease; } - .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { - max-height: 0; } - .owl-carousel .owl-item img.owl-lazy { - transform-style: preserve-3d; } - -/* - * Owl Carousel - Video Plugin - */ -.owl-carousel .owl-video-wrapper { - position: relative; - height: 100%; - background: #000; } - -.owl-carousel .owl-video-play-icon { - position: absolute; - height: 80px; - width: 80px; - left: 50%; - top: 50%; - margin-left: -40px; - margin-top: -40px; - background: url("owl.video.play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - transition: transform 100ms ease; } - -.owl-carousel .owl-video-play-icon:hover { - -ms-transform: scale(1.3, 1.3); - transform: scale(1.3, 1.3); } - -.owl-carousel .owl-video-playing .owl-video-tn, -.owl-carousel .owl-video-playing .owl-video-play-icon { - display: none; } - -.owl-carousel .owl-video-tn { - opacity: 0; - height: 100%; - background-position: center center; - background-repeat: no-repeat; - background-size: contain; - transition: opacity 400ms ease; } - -.owl-carousel .owl-video-frame { - position: relative; - z-index: 1; - height: 100%; - width: 100%; } diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.theme.green.min.css b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.theme.green.min.css deleted file mode 100644 index 187bea08..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/owl.theme.green.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Owl Carousel v2.3.4 - * Copyright 2013-2018 David Deutsch - * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE - */ -.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.carousel.css b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.carousel.css deleted file mode 100644 index daa151d5..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.carousel.css +++ /dev/null @@ -1,253 +0,0 @@ -/** - * Owl Carousel v2.3.4 - * Copyright 2013-2018 David Deutsch - * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE - */ -/* - * Owl Carousel - Core - */ -.owl-carousel { - display: none; - width: 100%; - -webkit-tap-highlight-color: transparent; - /* position relative and z-index fix webkit rendering fonts issue */ - position: relative; - z-index: 1; -} - - .owl-carousel .owl-stage { - position: relative; - -ms-touch-action: pan-Y; - touch-action: manipulation; - -moz-backface-visibility: hidden; - /* fix firefox animation glitch */ - } - - .owl-carousel .owl-stage:after { - content: "."; - display: block; - clear: both; - visibility: hidden; - line-height: 0; - height: 0; - } - - .owl-carousel .owl-stage-outer { - position: relative; - overflow: hidden; - /* fix for flashing background */ - -webkit-transform: translate3d(0px, 0px, 0px); - } - - .owl-carousel .owl-wrapper, - .owl-carousel .owl-item { - -webkit-backface-visibility: hidden; - -moz-backface-visibility: hidden; - -ms-backface-visibility: hidden; - -webkit-transform: translate3d(0, 0, 0); - -moz-transform: translate3d(0, 0, 0); - -ms-transform: translate3d(0, 0, 0); - } - - .owl-carousel .owl-item { - position: relative; - min-height: 1px; - float: left; - -webkit-backface-visibility: hidden; - -webkit-tap-highlight-color: transparent; - -webkit-touch-callout: none; - } - - .owl-carousel .owl-item img { - display: block; - width: 100%; - } - - .owl-carousel .owl-nav.disabled, - .owl-carousel .owl-dots.disabled { - display: none; - } - - .owl-carousel .owl-nav .owl-prev, - .owl-carousel .owl-nav .owl-next, - .owl-carousel .owl-dot { - cursor: pointer; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .owl-carousel .owl-nav button.owl-prev, - .owl-carousel .owl-nav button.owl-next, - .owl-carousel button.owl-dot { - background: none; - color: inherit; - border: none; - padding: 0 !important; - font: inherit; - } - - .owl-carousel.owl-loaded { - display: block; - } - - .owl-carousel.owl-loading { - opacity: 0; - display: block; - } - - .owl-carousel.owl-hidden { - opacity: 0; - } - - .owl-carousel.owl-refresh .owl-item { - visibility: hidden; - } - - .owl-carousel.owl-drag .owl-item { - -ms-touch-action: pan-y; - touch-action: pan-y; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - } - - .owl-carousel.owl-grab { - cursor: move; - cursor: grab; - } - - .owl-carousel.owl-rtl { - direction: rtl; - } - - .owl-carousel.owl-rtl .owl-item { - float: right; - } - -/* No Js */ -.no-js .owl-carousel { - display: block; -} - -/* - * Owl Carousel - Animate Plugin - */ -.owl-carousel .animated { - animation-duration: 1000ms; - animation-fill-mode: both; -} - -.owl-carousel .owl-animated-in { - z-index: 0; -} - -.owl-carousel .owl-animated-out { - z-index: 1; -} - -.owl-carousel .fadeOut { - animation-name: fadeOut; -} - -@keyframes fadeOut { - 0% { - opacity: 1; - } - - 100% { - opacity: 0; - } -} - -/* - * Owl Carousel - Auto Height Plugin - */ -.owl-height { - transition: height 500ms ease-in-out; -} - -/* - * Owl Carousel - Lazy Load Plugin - */ -.owl-carousel .owl-item { - /** - This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong - calculation of the height of the owl-item that breaks page layouts - */ -} - - .owl-carousel .owl-item .owl-lazy { - opacity: 0; - transition: opacity 400ms ease; - } - - .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) { - max-height: 0; - } - - .owl-carousel .owl-item img.owl-lazy { - transform-style: preserve-3d; - } - -/* - * Owl Carousel - Video Plugin - */ -.owl-carousel .owl-video-wrapper { - position: relative; - height: 100%; - background: #000; -} - -.owl-carousel .owl-video-play-icon { - position: absolute; - height: 80px; - width: 80px; - left: 50%; - top: 50%; - margin-left: -40px; - margin-top: -40px; - background: url("owl.video.play.png") no-repeat; - cursor: pointer; - z-index: 1; - -webkit-backface-visibility: hidden; - transition: transform 100ms ease; -} - - .owl-carousel .owl-video-play-icon:hover { - -ms-transform: scale(1.3, 1.3); - transform: scale(1.3, 1.3); - } - -.owl-carousel .owl-video-playing .owl-video-tn, -.owl-carousel .owl-video-playing .owl-video-play-icon { - display: none; -} - -.owl-carousel .owl-video-tn { - opacity: 0; - height: 100%; - background-position: center center; - background-repeat: no-repeat; - background-size: contain; - transition: opacity 400ms ease; -} - -.owl-carousel .owl-video-frame { - position: relative; - z-index: 1; - height: 100%; - width: 100%; -} - -.owl-carousel, -.bx-wrapper { - direction: ltr; -} - -.owl-carousel .owl-item { - direction: rtl; -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.theme.green.min.css b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.theme.green.min.css deleted file mode 100644 index 187bea08..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/rtl/owl.theme.green.min.css +++ /dev/null @@ -1,6 +0,0 @@ -/** - * Owl Carousel v2.3.4 - * Copyright 2013-2018 David Deutsch - * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE - */ -.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#4DC7A0;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#4DC7A0} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/styles.css b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/styles.css deleted file mode 100644 index 2b4ea551..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/css/styles.css +++ /dev/null @@ -1,36 +0,0 @@ -.category-banner { - width: 100%; - margin-bottom: 25px; -} - - .category-banner img { - width: 100%; - } - - .category-banner .owl-nav button.owl-prev, - .category-banner .owl-nav button.owl-next { - border: 1px solid #ccc; - padding: 0 10px !important; - background-color: #eee; - font-size: 23px; - position: absolute; - margin: 0; - } - - .category-banner .owl-nav button.owl-prev { - left: 0; - } - - .category-banner .owl-nav button.owl-next { - right: 0; - } - - .category-banner .owl-nav { - position: absolute; - top: 30%; - width: 100%; - } - - .category-banner .owl-dots { - display: none; - } diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/script/owl.carousel.min.js b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/script/owl.carousel.min.js deleted file mode 100644 index fbbffc53..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.CategoryBanners/Contents/script/owl.carousel.min.js +++ /dev/null @@ -1,7 +0,0 @@ -/** - * Owl Carousel v2.3.4 - * Copyright 2013-2018 David Deutsch - * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE - */ -!function(a,b,c,d){function e(b,c){this.settings=null,this.options=a.extend({},e.Defaults,c),this.$element=a(b),this._handlers={},this._plugins={},this._supress={},this._current=null,this._speed=null,this._coordinates=[],this._breakpoint=null,this._width=null,this._items=[],this._clones=[],this._mergers=[],this._widths=[],this._invalidated={},this._pipe=[],this._drag={time:null,target:null,pointer:null,stage:{start:null,current:null},direction:null},this._states={current:{},tags:{initializing:["busy"],animating:["busy"],dragging:["interacting"]}},a.each(["onResize","onThrottledResize"],a.proxy(function(b,c){this._handlers[c]=a.proxy(this[c],this)},this)),a.each(e.Plugins,a.proxy(function(a,b){this._plugins[a.charAt(0).toLowerCase()+a.slice(1)]=new b(this)},this)),a.each(e.Workers,a.proxy(function(b,c){this._pipe.push({filter:c.filter,run:a.proxy(c.run,this)})},this)),this.setup(),this.initialize()}e.Defaults={items:3,loop:!1,center:!1,rewind:!1,checkVisibility:!0,mouseDrag:!0,touchDrag:!0,pullDrag:!0,freeDrag:!1,margin:0,stagePadding:0,merge:!1,mergeFit:!0,autoWidth:!1,startPosition:0,rtl:!1,smartSpeed:250,fluidSpeed:!1,dragEndSpeed:!1,responsive:{},responsiveRefreshRate:200,responsiveBaseElement:b,fallbackEasing:"swing",slideTransition:"",info:!1,nestedItemSelector:!1,itemElement:"div",stageElement:"div",refreshClass:"owl-refresh",loadedClass:"owl-loaded",loadingClass:"owl-loading",rtlClass:"owl-rtl",responsiveClass:"owl-responsive",dragClass:"owl-drag",itemClass:"owl-item",stageClass:"owl-stage",stageOuterClass:"owl-stage-outer",grabClass:"owl-grab"},e.Width={Default:"default",Inner:"inner",Outer:"outer"},e.Type={Event:"event",State:"state"},e.Plugins={},e.Workers=[{filter:["width","settings"],run:function(){this._width=this.$element.width()}},{filter:["width","items","settings"],run:function(a){a.current=this._items&&this._items[this.relative(this._current)]}},{filter:["items","settings"],run:function(){this.$stage.children(".cloned").remove()}},{filter:["width","items","settings"],run:function(a){var b=this.settings.margin||"",c=!this.settings.autoWidth,d=this.settings.rtl,e={width:"auto","margin-left":d?b:"","margin-right":d?"":b};!c&&this.$stage.children().css(e),a.css=e}},{filter:["width","items","settings"],run:function(a){var b=(this.width()/this.settings.items).toFixed(3)-this.settings.margin,c=null,d=this._items.length,e=!this.settings.autoWidth,f=[];for(a.items={merge:!1,width:b};d--;)c=this._mergers[d],c=this.settings.mergeFit&&Math.min(c,this.settings.items)||c,a.items.merge=c>1||a.items.merge,f[d]=e?b*c:this._items[d].width();this._widths=f}},{filter:["items","settings"],run:function(){var b=[],c=this._items,d=this.settings,e=Math.max(2*d.items,4),f=2*Math.ceil(c.length/2),g=d.loop&&c.length?d.rewind?e:Math.max(e,f):0,h="",i="";for(g/=2;g>0;)b.push(this.normalize(b.length/2,!0)),h+=c[b[b.length-1]][0].outerHTML,b.push(this.normalize(c.length-1-(b.length-1)/2,!0)),i=c[b[b.length-1]][0].outerHTML+i,g-=1;this._clones=b,a(h).addClass("cloned").appendTo(this.$stage),a(i).addClass("cloned").prependTo(this.$stage)}},{filter:["width","items","settings"],run:function(){for(var a=this.settings.rtl?1:-1,b=this._clones.length+this._items.length,c=-1,d=0,e=0,f=[];++c",h)||this.op(b,"<",g)&&this.op(b,">",h))&&i.push(c);this.$stage.children(".active").removeClass("active"),this.$stage.children(":eq("+i.join("), :eq(")+")").addClass("active"),this.$stage.children(".center").removeClass("center"),this.settings.center&&this.$stage.children().eq(this.current()).addClass("center")}}],e.prototype.initializeStage=function(){this.$stage=this.$element.find("."+this.settings.stageClass),this.$stage.length||(this.$element.addClass(this.options.loadingClass),this.$stage=a("<"+this.settings.stageElement+">",{class:this.settings.stageClass}).wrap(a("
",{class:this.settings.stageOuterClass})),this.$element.append(this.$stage.parent()))},e.prototype.initializeItems=function(){var b=this.$element.find(".owl-item");if(b.length)return this._items=b.get().map(function(b){return a(b)}),this._mergers=this._items.map(function(){return 1}),void this.refresh();this.replace(this.$element.children().not(this.$stage.parent())),this.isVisible()?this.refresh():this.invalidate("width"),this.$element.removeClass(this.options.loadingClass).addClass(this.options.loadedClass)},e.prototype.initialize=function(){if(this.enter("initializing"),this.trigger("initialize"),this.$element.toggleClass(this.settings.rtlClass,this.settings.rtl),this.settings.autoWidth&&!this.is("pre-loading")){var a,b,c;a=this.$element.find("img"),b=this.settings.nestedItemSelector?"."+this.settings.nestedItemSelector:d,c=this.$element.children(b).width(),a.length&&c<=0&&this.preloadAutoWidthImages(a)}this.initializeStage(),this.initializeItems(),this.registerEventHandlers(),this.leave("initializing"),this.trigger("initialized")},e.prototype.isVisible=function(){return!this.settings.checkVisibility||this.$element.is(":visible")},e.prototype.setup=function(){var b=this.viewport(),c=this.options.responsive,d=-1,e=null;c?(a.each(c,function(a){a<=b&&a>d&&(d=Number(a))}),e=a.extend({},this.options,c[d]),"function"==typeof e.stagePadding&&(e.stagePadding=e.stagePadding()),delete e.responsive,e.responsiveClass&&this.$element.attr("class",this.$element.attr("class").replace(new RegExp("("+this.options.responsiveClass+"-)\\S+\\s","g"),"$1"+d))):e=a.extend({},this.options),this.trigger("change",{property:{name:"settings",value:e}}),this._breakpoint=d,this.settings=e,this.invalidate("settings"),this.trigger("changed",{property:{name:"settings",value:this.settings}})},e.prototype.optionsLogic=function(){this.settings.autoWidth&&(this.settings.stagePadding=!1,this.settings.merge=!1)},e.prototype.prepare=function(b){var c=this.trigger("prepare",{content:b});return c.data||(c.data=a("<"+this.settings.itemElement+"/>").addClass(this.options.itemClass).append(b)),this.trigger("prepared",{content:c.data}),c.data},e.prototype.update=function(){for(var b=0,c=this._pipe.length,d=a.proxy(function(a){return this[a]},this._invalidated),e={};b0)&&this._pipe[b].run(e),b++;this._invalidated={},!this.is("valid")&&this.enter("valid")},e.prototype.width=function(a){switch(a=a||e.Width.Default){case e.Width.Inner:case e.Width.Outer:return this._width;default:return this._width-2*this.settings.stagePadding+this.settings.margin}},e.prototype.refresh=function(){this.enter("refreshing"),this.trigger("refresh"),this.setup(),this.optionsLogic(),this.$element.addClass(this.options.refreshClass),this.update(),this.$element.removeClass(this.options.refreshClass),this.leave("refreshing"),this.trigger("refreshed")},e.prototype.onThrottledResize=function(){b.clearTimeout(this.resizeTimer),this.resizeTimer=b.setTimeout(this._handlers.onResize,this.settings.responsiveRefreshRate)},e.prototype.onResize=function(){return!!this._items.length&&(this._width!==this.$element.width()&&(!!this.isVisible()&&(this.enter("resizing"),this.trigger("resize").isDefaultPrevented()?(this.leave("resizing"),!1):(this.invalidate("width"),this.refresh(),this.leave("resizing"),void this.trigger("resized")))))},e.prototype.registerEventHandlers=function(){a.support.transition&&this.$stage.on(a.support.transition.end+".owl.core",a.proxy(this.onTransitionEnd,this)),!1!==this.settings.responsive&&this.on(b,"resize",this._handlers.onThrottledResize),this.settings.mouseDrag&&(this.$element.addClass(this.options.dragClass),this.$stage.on("mousedown.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("dragstart.owl.core selectstart.owl.core",function(){return!1})),this.settings.touchDrag&&(this.$stage.on("touchstart.owl.core",a.proxy(this.onDragStart,this)),this.$stage.on("touchcancel.owl.core",a.proxy(this.onDragEnd,this)))},e.prototype.onDragStart=function(b){var d=null;3!==b.which&&(a.support.transform?(d=this.$stage.css("transform").replace(/.*\(|\)| /g,"").split(","),d={x:d[16===d.length?12:4],y:d[16===d.length?13:5]}):(d=this.$stage.position(),d={x:this.settings.rtl?d.left+this.$stage.width()-this.width()+this.settings.margin:d.left,y:d.top}),this.is("animating")&&(a.support.transform?this.animate(d.x):this.$stage.stop(),this.invalidate("position")),this.$element.toggleClass(this.options.grabClass,"mousedown"===b.type),this.speed(0),this._drag.time=(new Date).getTime(),this._drag.target=a(b.target),this._drag.stage.start=d,this._drag.stage.current=d,this._drag.pointer=this.pointer(b),a(c).on("mouseup.owl.core touchend.owl.core",a.proxy(this.onDragEnd,this)),a(c).one("mousemove.owl.core touchmove.owl.core",a.proxy(function(b){var d=this.difference(this._drag.pointer,this.pointer(b));a(c).on("mousemove.owl.core touchmove.owl.core",a.proxy(this.onDragMove,this)),Math.abs(d.x)0^this.settings.rtl?"left":"right";a(c).off(".owl.core"),this.$element.removeClass(this.options.grabClass),(0!==d.x&&this.is("dragging")||!this.is("valid"))&&(this.speed(this.settings.dragEndSpeed||this.settings.smartSpeed),this.current(this.closest(e.x,0!==d.x?f:this._drag.direction)),this.invalidate("position"),this.update(),this._drag.direction=f,(Math.abs(d.x)>3||(new Date).getTime()-this._drag.time>300)&&this._drag.target.one("click.owl.core",function(){return!1})),this.is("dragging")&&(this.leave("dragging"),this.trigger("dragged"))},e.prototype.closest=function(b,c){var e=-1,f=30,g=this.width(),h=this.coordinates();return this.settings.freeDrag||a.each(h,a.proxy(function(a,i){return"left"===c&&b>i-f&&bi-g-f&&b",h[a+1]!==d?h[a+1]:i-g)&&(e="left"===c?a+1:a),-1===e},this)),this.settings.loop||(this.op(b,">",h[this.minimum()])?e=b=this.minimum():this.op(b,"<",h[this.maximum()])&&(e=b=this.maximum())),e},e.prototype.animate=function(b){var c=this.speed()>0;this.is("animating")&&this.onTransitionEnd(),c&&(this.enter("animating"),this.trigger("translate")),a.support.transform3d&&a.support.transition?this.$stage.css({transform:"translate3d("+b+"px,0px,0px)",transition:this.speed()/1e3+"s"+(this.settings.slideTransition?" "+this.settings.slideTransition:"")}):c?this.$stage.animate({left:b+"px"},this.speed(),this.settings.fallbackEasing,a.proxy(this.onTransitionEnd,this)):this.$stage.css({left:b+"px"})},e.prototype.is=function(a){return this._states.current[a]&&this._states.current[a]>0},e.prototype.current=function(a){if(a===d)return this._current;if(0===this._items.length)return d;if(a=this.normalize(a),this._current!==a){var b=this.trigger("change",{property:{name:"position",value:a}});b.data!==d&&(a=this.normalize(b.data)),this._current=a,this.invalidate("position"),this.trigger("changed",{property:{name:"position",value:this._current}})}return this._current},e.prototype.invalidate=function(b){return"string"===a.type(b)&&(this._invalidated[b]=!0,this.is("valid")&&this.leave("valid")),a.map(this._invalidated,function(a,b){return b})},e.prototype.reset=function(a){(a=this.normalize(a))!==d&&(this._speed=0,this._current=a,this.suppress(["translate","translated"]),this.animate(this.coordinates(a)),this.release(["translate","translated"]))},e.prototype.normalize=function(a,b){var c=this._items.length,e=b?0:this._clones.length;return!this.isNumeric(a)||c<1?a=d:(a<0||a>=c+e)&&(a=((a-e/2)%c+c)%c+e/2),a},e.prototype.relative=function(a){return a-=this._clones.length/2,this.normalize(a,!0)},e.prototype.maximum=function(a){var b,c,d,e=this.settings,f=this._coordinates.length;if(e.loop)f=this._clones.length/2+this._items.length-1;else if(e.autoWidth||e.merge){if(b=this._items.length)for(c=this._items[--b].width(),d=this.$element.width();b--&&!((c+=this._items[b].width()+this.settings.margin)>d););f=b+1}else f=e.center?this._items.length-1:this._items.length-e.items;return a&&(f-=this._clones.length/2),Math.max(f,0)},e.prototype.minimum=function(a){return a?0:this._clones.length/2},e.prototype.items=function(a){return a===d?this._items.slice():(a=this.normalize(a,!0),this._items[a])},e.prototype.mergers=function(a){return a===d?this._mergers.slice():(a=this.normalize(a,!0),this._mergers[a])},e.prototype.clones=function(b){var c=this._clones.length/2,e=c+this._items.length,f=function(a){return a%2==0?e+a/2:c-(a+1)/2};return b===d?a.map(this._clones,function(a,b){return f(b)}):a.map(this._clones,function(a,c){return a===b?f(c):null})},e.prototype.speed=function(a){return a!==d&&(this._speed=a),this._speed},e.prototype.coordinates=function(b){var c,e=1,f=b-1;return b===d?a.map(this._coordinates,a.proxy(function(a,b){return this.coordinates(b)},this)):(this.settings.center?(this.settings.rtl&&(e=-1,f=b+1),c=this._coordinates[b],c+=(this.width()-c+(this._coordinates[f]||0))/2*e):c=this._coordinates[f]||0,c=Math.ceil(c))},e.prototype.duration=function(a,b,c){return 0===c?0:Math.min(Math.max(Math.abs(b-a),1),6)*Math.abs(c||this.settings.smartSpeed)},e.prototype.to=function(a,b){var c=this.current(),d=null,e=a-this.relative(c),f=(e>0)-(e<0),g=this._items.length,h=this.minimum(),i=this.maximum();this.settings.loop?(!this.settings.rewind&&Math.abs(e)>g/2&&(e+=-1*f*g),a=c+e,(d=((a-h)%g+g)%g+h)!==a&&d-e<=i&&d-e>0&&(c=d-e,a=d,this.reset(c))):this.settings.rewind?(i+=1,a=(a%i+i)%i):a=Math.max(h,Math.min(i,a)),this.speed(this.duration(c,a,b)),this.current(a),this.isVisible()&&this.update()},e.prototype.next=function(a){a=a||!1,this.to(this.relative(this.current())+1,a)},e.prototype.prev=function(a){a=a||!1,this.to(this.relative(this.current())-1,a)},e.prototype.onTransitionEnd=function(a){if(a!==d&&(a.stopPropagation(),(a.target||a.srcElement||a.originalTarget)!==this.$stage.get(0)))return!1;this.leave("animating"),this.trigger("translated")},e.prototype.viewport=function(){var d;return this.options.responsiveBaseElement!==b?d=a(this.options.responsiveBaseElement).width():b.innerWidth?d=b.innerWidth:c.documentElement&&c.documentElement.clientWidth?d=c.documentElement.clientWidth:console.warn("Can not detect viewport width."),d},e.prototype.replace=function(b){this.$stage.empty(),this._items=[],b&&(b=b instanceof jQuery?b:a(b)),this.settings.nestedItemSelector&&(b=b.find("."+this.settings.nestedItemSelector)),b.filter(function(){return 1===this.nodeType}).each(a.proxy(function(a,b){b=this.prepare(b),this.$stage.append(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)},this)),this.reset(this.isNumeric(this.settings.startPosition)?this.settings.startPosition:0),this.invalidate("items")},e.prototype.add=function(b,c){var e=this.relative(this._current);c=c===d?this._items.length:this.normalize(c,!0),b=b instanceof jQuery?b:a(b),this.trigger("add",{content:b,position:c}),b=this.prepare(b),0===this._items.length||c===this._items.length?(0===this._items.length&&this.$stage.append(b),0!==this._items.length&&this._items[c-1].after(b),this._items.push(b),this._mergers.push(1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)):(this._items[c].before(b),this._items.splice(c,0,b),this._mergers.splice(c,0,1*b.find("[data-merge]").addBack("[data-merge]").attr("data-merge")||1)),this._items[e]&&this.reset(this._items[e].index()),this.invalidate("items"),this.trigger("added",{content:b,position:c})},e.prototype.remove=function(a){(a=this.normalize(a,!0))!==d&&(this.trigger("remove",{content:this._items[a],position:a}),this._items[a].remove(),this._items.splice(a,1),this._mergers.splice(a,1),this.invalidate("items"),this.trigger("removed",{content:null,position:a}))},e.prototype.preloadAutoWidthImages=function(b){b.each(a.proxy(function(b,c){this.enter("pre-loading"),c=a(c),a(new Image).one("load",a.proxy(function(a){c.attr("src",a.target.src),c.css("opacity",1),this.leave("pre-loading"),!this.is("pre-loading")&&!this.is("initializing")&&this.refresh()},this)).attr("src",c.attr("src")||c.attr("data-src")||c.attr("data-src-retina"))},this))},e.prototype.destroy=function(){this.$element.off(".owl.core"),this.$stage.off(".owl.core"),a(c).off(".owl.core"),!1!==this.settings.responsive&&(b.clearTimeout(this.resizeTimer),this.off(b,"resize",this._handlers.onThrottledResize));for(var d in this._plugins)this._plugins[d].destroy();this.$stage.children(".cloned").remove(),this.$stage.unwrap(),this.$stage.children().contents().unwrap(),this.$stage.children().unwrap(),this.$stage.remove(),this.$element.removeClass(this.options.refreshClass).removeClass(this.options.loadingClass).removeClass(this.options.loadedClass).removeClass(this.options.rtlClass).removeClass(this.options.dragClass).removeClass(this.options.grabClass).attr("class",this.$element.attr("class").replace(new RegExp(this.options.responsiveClass+"-\\S+\\s","g"),"")).removeData("owl.carousel")},e.prototype.op=function(a,b,c){var d=this.settings.rtl;switch(b){case"<":return d?a>c:a":return d?ac;case">=":return d?a<=c:a>=c;case"<=":return d?a>=c:a<=c}},e.prototype.on=function(a,b,c,d){a.addEventListener?a.addEventListener(b,c,d):a.attachEvent&&a.attachEvent("on"+b,c)},e.prototype.off=function(a,b,c,d){a.removeEventListener?a.removeEventListener(b,c,d):a.detachEvent&&a.detachEvent("on"+b,c)},e.prototype.trigger=function(b,c,d,f,g){var h={item:{count:this._items.length,index:this.current()}},i=a.camelCase(a.grep(["on",b,d],function(a){return a}).join("-").toLowerCase()),j=a.Event([b,"owl",d||"carousel"].join(".").toLowerCase(),a.extend({relatedTarget:this},h,c));return this._supress[b]||(a.each(this._plugins,function(a,b){b.onTrigger&&b.onTrigger(j)}),this.register({type:e.Type.Event,name:b}),this.$element.trigger(j),this.settings&&"function"==typeof this.settings[i]&&this.settings[i].call(this,j)),j},e.prototype.enter=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]===d&&(this._states.current[b]=0),this._states.current[b]++},this))},e.prototype.leave=function(b){a.each([b].concat(this._states.tags[b]||[]),a.proxy(function(a,b){this._states.current[b]--},this))},e.prototype.register=function(b){if(b.type===e.Type.Event){if(a.event.special[b.name]||(a.event.special[b.name]={}),!a.event.special[b.name].owl){var c=a.event.special[b.name]._default;a.event.special[b.name]._default=function(a){return!c||!c.apply||a.namespace&&-1!==a.namespace.indexOf("owl")?a.namespace&&a.namespace.indexOf("owl")>-1:c.apply(this,arguments)},a.event.special[b.name].owl=!0}}else b.type===e.Type.State&&(this._states.tags[b.name]?this._states.tags[b.name]=this._states.tags[b.name].concat(b.tags):this._states.tags[b.name]=b.tags,this._states.tags[b.name]=a.grep(this._states.tags[b.name],a.proxy(function(c,d){return a.inArray(c,this._states.tags[b.name])===d},this)))},e.prototype.suppress=function(b){a.each(b,a.proxy(function(a,b){this._supress[b]=!0},this))},e.prototype.release=function(b){a.each(b,a.proxy(function(a,b){delete this._supress[b]},this))},e.prototype.pointer=function(a){var c={x:null,y:null};return a=a.originalEvent||a||b.event,a=a.touches&&a.touches.length?a.touches[0]:a.changedTouches&&a.changedTouches.length?a.changedTouches[0]:a,a.pageX?(c.x=a.pageX,c.y=a.pageY):(c.x=a.clientX,c.y=a.clientY),c},e.prototype.isNumeric=function(a){return!isNaN(parseFloat(a))},e.prototype.difference=function(a,b){return{x:a.x-b.x,y:a.y-b.y}},a.fn.owlCarousel=function(b){var c=Array.prototype.slice.call(arguments,1);return this.each(function(){var d=a(this),f=d.data("owl.carousel");f||(f=new e(this,"object"==typeof b&&b),d.data("owl.carousel",f),a.each(["next","prev","to","destroy","refresh","replace","add","remove"],function(b,c){f.register({type:e.Type.Event,name:c}),f.$element.on(c+".owl.carousel.core",a.proxy(function(a){a.namespace&&a.relatedTarget!==this&&(this.suppress([c]),f[c].apply(this,[].slice.call(arguments,1)),this.release([c]))},f))})),"string"==typeof b&&"_"!==b.charAt(0)&&f[b].apply(f,c)})},a.fn.owlCarousel.Constructor=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._interval=null,this._visible=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoRefresh&&this.watch()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers)};e.Defaults={autoRefresh:!0,autoRefreshInterval:500},e.prototype.watch=function(){this._interval||(this._visible=this._core.isVisible(),this._interval=b.setInterval(a.proxy(this.refresh,this),this._core.settings.autoRefreshInterval))},e.prototype.refresh=function(){this._core.isVisible()!==this._visible&&(this._visible=!this._visible,this._core.$element.toggleClass("owl-hidden",!this._visible),this._visible&&this._core.invalidate("width")&&this._core.refresh())},e.prototype.destroy=function(){var a,c;b.clearInterval(this._interval);for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(c in Object.getOwnPropertyNames(this))"function"!=typeof this[c]&&(this[c]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoRefresh=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._loaded=[],this._handlers={"initialized.owl.carousel change.owl.carousel resized.owl.carousel":a.proxy(function(b){if(b.namespace&&this._core.settings&&this._core.settings.lazyLoad&&(b.property&&"position"==b.property.name||"initialized"==b.type)){var c=this._core.settings,e=c.center&&Math.ceil(c.items/2)||c.items,f=c.center&&-1*e||0,g=(b.property&&b.property.value!==d?b.property.value:this._core.current())+f,h=this._core.clones().length,i=a.proxy(function(a,b){this.load(b)},this);for(c.lazyLoadEager>0&&(e+=c.lazyLoadEager,c.loop&&(g-=c.lazyLoadEager,e++));f++-1||(e.each(a.proxy(function(c,d){var e,f=a(d),g=b.devicePixelRatio>1&&f.attr("data-src-retina")||f.attr("data-src")||f.attr("data-srcset");this._core.trigger("load",{element:f,url:g},"lazy"),f.is("img")?f.one("load.owl.lazy",a.proxy(function(){f.css("opacity",1),this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("src",g):f.is("source")?f.one("load.owl.lazy",a.proxy(function(){this._core.trigger("loaded",{element:f,url:g},"lazy")},this)).attr("srcset",g):(e=new Image,e.onload=a.proxy(function(){f.css({"background-image":'url("'+g+'")',opacity:"1"}),this._core.trigger("loaded",{element:f,url:g},"lazy")},this),e.src=g)},this)),this._loaded.push(d.get(0)))},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this._core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Lazy=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(c){this._core=c,this._previousHeight=null,this._handlers={"initialized.owl.carousel refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&this.update()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&"position"===a.property.name&&this.update()},this),"loaded.owl.lazy":a.proxy(function(a){a.namespace&&this._core.settings.autoHeight&&a.element.closest("."+this._core.settings.itemClass).index()===this._core.current()&&this.update()},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._intervalId=null;var d=this;a(b).on("load",function(){d._core.settings.autoHeight&&d.update()}),a(b).resize(function(){d._core.settings.autoHeight&&(null!=d._intervalId&&clearTimeout(d._intervalId),d._intervalId=setTimeout(function(){d.update()},250))})};e.Defaults={autoHeight:!1,autoHeightClass:"owl-height"},e.prototype.update=function(){var b=this._core._current,c=b+this._core.settings.items,d=this._core.settings.lazyLoad,e=this._core.$stage.children().toArray().slice(b,c),f=[],g=0;a.each(e,function(b,c){f.push(a(c).height())}),g=Math.max.apply(null,f),g<=1&&d&&this._previousHeight&&(g=this._previousHeight),this._previousHeight=g,this._core.$stage.parent().height(g).addClass(this._core.settings.autoHeightClass)},e.prototype.destroy=function(){var a,b;for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.AutoHeight=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._videos={},this._playing=null,this._handlers={"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.register({type:"state",name:"playing",tags:["interacting"]})},this),"resize.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.video&&this.isInFullScreen()&&a.preventDefault()},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._core.is("resizing")&&this._core.$stage.find(".cloned .owl-video-frame").remove()},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"===a.property.name&&this._playing&&this.stop()},this),"prepared.owl.carousel":a.proxy(function(b){if(b.namespace){var c=a(b.content).find(".owl-video");c.length&&(c.css("display","none"),this.fetch(c,a(b.content)))}},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this._core.$element.on(this._handlers),this._core.$element.on("click.owl.video",".owl-video-play-icon",a.proxy(function(a){this.play(a)},this))};e.Defaults={video:!1,videoHeight:!1,videoWidth:!1},e.prototype.fetch=function(a,b){var c=function(){return a.attr("data-vimeo-id")?"vimeo":a.attr("data-vzaar-id")?"vzaar":"youtube"}(),d=a.attr("data-vimeo-id")||a.attr("data-youtube-id")||a.attr("data-vzaar-id"),e=a.attr("data-width")||this._core.settings.videoWidth,f=a.attr("data-height")||this._core.settings.videoHeight,g=a.attr("href");if(!g)throw new Error("Missing video URL.");if(d=g.match(/(http:|https:|)\/\/(player.|www.|app.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com|be\-nocookie\.com)|vzaar\.com)\/(video\/|videos\/|embed\/|channels\/.+\/|groups\/.+\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(\&\S+)?/),d[3].indexOf("youtu")>-1)c="youtube";else if(d[3].indexOf("vimeo")>-1)c="vimeo";else{if(!(d[3].indexOf("vzaar")>-1))throw new Error("Video URL not supported.");c="vzaar"}d=d[6],this._videos[g]={type:c,id:d,width:e,height:f},b.attr("data-video",g),this.thumbnail(a,this._videos[g])},e.prototype.thumbnail=function(b,c){var d,e,f,g=c.width&&c.height?"width:"+c.width+"px;height:"+c.height+"px;":"",h=b.find("img"),i="src",j="",k=this._core.settings,l=function(c){e='
',d=k.lazyLoad?a("
",{class:"owl-video-tn "+j,srcType:c}):a("
",{class:"owl-video-tn",style:"opacity:1;background-image:url("+c+")"}),b.after(d),b.after(e)};if(b.wrap(a("
",{class:"owl-video-wrapper",style:g})),this._core.settings.lazyLoad&&(i="data-src",j="owl-lazy"),h.length)return l(h.attr(i)),h.remove(),!1;"youtube"===c.type?(f="//img.youtube.com/vi/"+c.id+"/hqdefault.jpg",l(f)):"vimeo"===c.type?a.ajax({type:"GET",url:"//vimeo.com/api/v2/video/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a[0].thumbnail_large,l(f)}}):"vzaar"===c.type&&a.ajax({type:"GET",url:"//vzaar.com/api/videos/"+c.id+".json",jsonp:"callback",dataType:"jsonp",success:function(a){f=a.framegrab_url,l(f)}})},e.prototype.stop=function(){this._core.trigger("stop",null,"video"),this._playing.find(".owl-video-frame").remove(),this._playing.removeClass("owl-video-playing"),this._playing=null,this._core.leave("playing"),this._core.trigger("stopped",null,"video")},e.prototype.play=function(b){var c,d=a(b.target),e=d.closest("."+this._core.settings.itemClass),f=this._videos[e.attr("data-video")],g=f.width||"100%",h=f.height||this._core.$stage.height();this._playing||(this._core.enter("playing"),this._core.trigger("play",null,"video"),e=this._core.items(this._core.relative(e.index())),this._core.reset(e.index()),c=a(''),c.attr("height",h),c.attr("width",g),"youtube"===f.type?c.attr("src","//www.youtube.com/embed/"+f.id+"?autoplay=1&rel=0&v="+f.id):"vimeo"===f.type?c.attr("src","//player.vimeo.com/video/"+f.id+"?autoplay=1"):"vzaar"===f.type&&c.attr("src","//view.vzaar.com/"+f.id+"/player?autoplay=true"),a(c).wrap('
').insertAfter(e.find(".owl-video")),this._playing=e.addClass("owl-video-playing"))},e.prototype.isInFullScreen=function(){var b=c.fullscreenElement||c.mozFullScreenElement||c.webkitFullscreenElement;return b&&a(b).parent().hasClass("owl-video-frame")},e.prototype.destroy=function(){var a,b;this._core.$element.off("click.owl.video");for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Video=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this.core=b,this.core.options=a.extend({},e.Defaults,this.core.options),this.swapping=!0,this.previous=d,this.next=d,this.handlers={"change.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&(this.previous=this.core.current(),this.next=a.property.value)},this),"drag.owl.carousel dragged.owl.carousel translated.owl.carousel":a.proxy(function(a){a.namespace&&(this.swapping="translated"==a.type)},this),"translate.owl.carousel":a.proxy(function(a){a.namespace&&this.swapping&&(this.core.options.animateOut||this.core.options.animateIn)&&this.swap()},this)},this.core.$element.on(this.handlers)};e.Defaults={animateOut:!1, -animateIn:!1},e.prototype.swap=function(){if(1===this.core.settings.items&&a.support.animation&&a.support.transition){this.core.speed(0);var b,c=a.proxy(this.clear,this),d=this.core.$stage.children().eq(this.previous),e=this.core.$stage.children().eq(this.next),f=this.core.settings.animateIn,g=this.core.settings.animateOut;this.core.current()!==this.previous&&(g&&(b=this.core.coordinates(this.previous)-this.core.coordinates(this.next),d.one(a.support.animation.end,c).css({left:b+"px"}).addClass("animated owl-animated-out").addClass(g)),f&&e.one(a.support.animation.end,c).addClass("animated owl-animated-in").addClass(f))}},e.prototype.clear=function(b){a(b.target).css({left:""}).removeClass("animated owl-animated-out owl-animated-in").removeClass(this.core.settings.animateIn).removeClass(this.core.settings.animateOut),this.core.onTransitionEnd()},e.prototype.destroy=function(){var a,b;for(a in this.handlers)this.core.$element.off(a,this.handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.Animate=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){var e=function(b){this._core=b,this._call=null,this._time=0,this._timeout=0,this._paused=!0,this._handlers={"changed.owl.carousel":a.proxy(function(a){a.namespace&&"settings"===a.property.name?this._core.settings.autoplay?this.play():this.stop():a.namespace&&"position"===a.property.name&&this._paused&&(this._time=0)},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.autoplay&&this.play()},this),"play.owl.autoplay":a.proxy(function(a,b,c){a.namespace&&this.play(b,c)},this),"stop.owl.autoplay":a.proxy(function(a){a.namespace&&this.stop()},this),"mouseover.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"mouseleave.owl.autoplay":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.play()},this),"touchstart.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this._core.is("rotating")&&this.pause()},this),"touchend.owl.core":a.proxy(function(){this._core.settings.autoplayHoverPause&&this.play()},this)},this._core.$element.on(this._handlers),this._core.options=a.extend({},e.Defaults,this._core.options)};e.Defaults={autoplay:!1,autoplayTimeout:5e3,autoplayHoverPause:!1,autoplaySpeed:!1},e.prototype._next=function(d){this._call=b.setTimeout(a.proxy(this._next,this,d),this._timeout*(Math.round(this.read()/this._timeout)+1)-this.read()),this._core.is("interacting")||c.hidden||this._core.next(d||this._core.settings.autoplaySpeed)},e.prototype.read=function(){return(new Date).getTime()-this._time},e.prototype.play=function(c,d){var e;this._core.is("rotating")||this._core.enter("rotating"),c=c||this._core.settings.autoplayTimeout,e=Math.min(this._time%(this._timeout||c),c),this._paused?(this._time=this.read(),this._paused=!1):b.clearTimeout(this._call),this._time+=this.read()%c-e,this._timeout=c,this._call=b.setTimeout(a.proxy(this._next,this,d),c-e)},e.prototype.stop=function(){this._core.is("rotating")&&(this._time=0,this._paused=!0,b.clearTimeout(this._call),this._core.leave("rotating"))},e.prototype.pause=function(){this._core.is("rotating")&&!this._paused&&(this._time=this.read(),this._paused=!0,b.clearTimeout(this._call))},e.prototype.destroy=function(){var a,b;this.stop();for(a in this._handlers)this._core.$element.off(a,this._handlers[a]);for(b in Object.getOwnPropertyNames(this))"function"!=typeof this[b]&&(this[b]=null)},a.fn.owlCarousel.Constructor.Plugins.autoplay=e}(window.Zepto||window.jQuery,window,document),function(a,b,c,d){"use strict";var e=function(b){this._core=b,this._initialized=!1,this._pages=[],this._controls={},this._templates=[],this.$element=this._core.$element,this._overrides={next:this._core.next,prev:this._core.prev,to:this._core.to},this._handlers={"prepared.owl.carousel":a.proxy(function(b){b.namespace&&this._core.settings.dotsData&&this._templates.push('
'+a(b.content).find("[data-dot]").addBack("[data-dot]").attr("data-dot")+"
")},this),"added.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,0,this._templates.pop())},this),"remove.owl.carousel":a.proxy(function(a){a.namespace&&this._core.settings.dotsData&&this._templates.splice(a.position,1)},this),"changed.owl.carousel":a.proxy(function(a){a.namespace&&"position"==a.property.name&&this.draw()},this),"initialized.owl.carousel":a.proxy(function(a){a.namespace&&!this._initialized&&(this._core.trigger("initialize",null,"navigation"),this.initialize(),this.update(),this.draw(),this._initialized=!0,this._core.trigger("initialized",null,"navigation"))},this),"refreshed.owl.carousel":a.proxy(function(a){a.namespace&&this._initialized&&(this._core.trigger("refresh",null,"navigation"),this.update(),this.draw(),this._core.trigger("refreshed",null,"navigation"))},this)},this._core.options=a.extend({},e.Defaults,this._core.options),this.$element.on(this._handlers)};e.Defaults={nav:!1,navText:['',''],navSpeed:!1,navElement:'button type="button" role="presentation"',navContainer:!1,navContainerClass:"owl-nav",navClass:["owl-prev","owl-next"],slideBy:1,dotClass:"owl-dot",dotsClass:"owl-dots",dots:!0,dotsEach:!1,dotsData:!1,dotsSpeed:!1,dotsContainer:!1},e.prototype.initialize=function(){var b,c=this._core.settings;this._controls.$relative=(c.navContainer?a(c.navContainer):a("
").addClass(c.navContainerClass).appendTo(this.$element)).addClass("disabled"),this._controls.$previous=a("<"+c.navElement+">").addClass(c.navClass[0]).html(c.navText[0]).prependTo(this._controls.$relative).on("click",a.proxy(function(a){this.prev(c.navSpeed)},this)),this._controls.$next=a("<"+c.navElement+">").addClass(c.navClass[1]).html(c.navText[1]).appendTo(this._controls.$relative).on("click",a.proxy(function(a){this.next(c.navSpeed)},this)),c.dotsData||(this._templates=[a(' -
-
- -
-
-
- @await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent)) -
-
-
-
-
-
- - -
-
- - -
-
-
-
-
-
-
-
- \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Create.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Create.cshtml deleted file mode 100644 index 1f512f85..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Create.cshtml +++ /dev/null @@ -1,31 +0,0 @@ -@model WidgetPushItemModel - -@{ - //page title - ViewBag.PageTitle = T("Admin.NopStation.WidgetPush.WidgetPushItems.AddNew").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("WidgetPush.WidgetPushItems"); -} - -
-
-

- @T("Admin.NopStation.WidgetPush.WidgetPushItems.AddNew") - - - @T("Admin.NopStation.WidgetPush.WidgetPushItems.BackToList") - -

-
- - -
-
- @await Html.PartialAsync("_CreateOrUpdate", Model) -
diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Edit.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Edit.cshtml deleted file mode 100644 index 6b2cf8a5..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/Edit.cshtml +++ /dev/null @@ -1,36 +0,0 @@ -@model WidgetPushItemModel - -@{ - //page title - ViewBag.PageTitle = T("Admin.NopStation.WidgetPush.WidgetPushItems.EditWidgetPushItemDetails").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("WidgetPush.WidgetPushItems"); -} - -
-
-

- @T("Admin.NopStation.WidgetPush.WidgetPushItems.EditWidgetPushItemDetails") - - - @T("Admin.NopStation.WidgetPush.WidgetPushItems.BackToList") - -

-
- - - - - @T("Admin.Common.Delete") - -
-
- @await Html.PartialAsync("_CreateOrUpdate", Model) -
- \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/List.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/List.cshtml deleted file mode 100644 index 829ee4a5..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/List.cshtml +++ /dev/null @@ -1,72 +0,0 @@ -@model WidgetPushItemSearchModel - -@{ - //page title - ViewBag.PageTitle = T("Admin.NopStation.WidgetPush.WidgetPushItems.List").Text; - //active menu item (system name) - NopHtml.SetActiveMenuItemSystemName("WidgetPush.WidgetPushItems"); -} - -
-

- @T("Admin.NopStation.WidgetPush.WidgetPushItems.List") -

- -
- -
-
-
-
-
-
- @await Html.PartialAsync("Table", new DataTablesModel - { - Name = "widgetpushitems-grid", - UrlRead = new DataUrl("List", "WidgetPush", null), - Length = Model.PageSize, - LengthMenu = Model.AvailablePageSizes, - ColumnCollection = new List - { - new ColumnProperty(nameof(WidgetPushItemModel.Name)) - { - Title = T("Admin.NopStation.WidgetPush.WidgetPushItems.Fields.Name").Text, - Width = "150" - }, - new ColumnProperty(nameof(WidgetPushItemModel.WidgetZone)) - { - Title = T("Admin.NopStation.WidgetPush.WidgetPushItems.Fields.WidgetZone").Text, - Width = "150" - }, - new ColumnProperty(nameof(WidgetPushItemModel.DisplayOrder)) - { - Title = T("Admin.NopStation.WidgetPush.WidgetPushItems.Fields.DisplayOrder").Text, - Width = "100" - }, - new ColumnProperty(nameof(WidgetPushItemModel.Active)) - { - Title = T("Admin.NopStation.WidgetPush.WidgetPushItems.Fields.Active").Text, - Width = "100", - Render = new RenderBoolean(), - ClassName = NopColumnClassDefaults.CenterAll - }, - new ColumnProperty(nameof(WidgetPushItemModel.Id)) - { - Title = T("Admin.Common.Edit").Text, - Width = "100", - ClassName = NopColumnClassDefaults.Button, - Render = new RenderButtonEdit(new DataUrl("Edit")) - } - } - }) -
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/_CreateOrUpdate.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/_CreateOrUpdate.cshtml deleted file mode 100644 index a23b5138..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/WidgetPush/_CreateOrUpdate.cshtml +++ /dev/null @@ -1,134 +0,0 @@ -@model WidgetPushItemModel - -
- - - - -
-
-
-
-
-
-
-
- -
-
- - -
-
- @(await Html.LocalizedEditorAsync("widgetpushitem-localized", - @
-
-
- -
-
- - -
-
- -
- , - @
-
-
- -
-
- - -
-
-
)) -
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
- - -
-
-
-
- -
-
-
-
- - -
-
- @await Component.InvokeAsync(typeof(MultistoreDisabledWarningViewComponent)) -
-
-
-
-
-
-
-
-
-
\ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewImports.cshtml deleted file mode 100644 index 1315bf40..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewImports.cshtml +++ /dev/null @@ -1,21 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@inject Nop.Services.Common.IGenericAttributeService genericAttributeService -@inject Nop.Core.IWorkContext workContext -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework -@addTagHelper *, NopStation.Plugin.Misc.Actions -@inject INopHtmlHelper NopHtml - -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Nop.Web.Framework.UI -@using Nop.Web.Framework.Extensions -@using System.Text.Encodings.Web -@using Nop.Services.Events -@using Nop.Web.Framework.Events -@using NopStation.Plugin.Widgets.WidgetPush.Areas.Admin.Models -@using Nop.Core.Domain.Common -@using Nop.Web.Framework.Models.DataTables -@using Microsoft.AspNetCore.Routing -@using Microsoft.AspNetCore.Mvc.Rendering -@using Nop.Core.Infrastructure -@using Nop.Web.Areas.Admin.Components \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewStart.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewStart.cshtml deleted file mode 100644 index 0297c66f..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Areas/Admin/Views/_ViewStart.cshtml +++ /dev/null @@ -1,3 +0,0 @@ -@{ - Layout = "_AdminLayout"; -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.dll b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.dll deleted file mode 100644 index 8c8ef806..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.dll and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.staticwebassets.endpoints.json b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.staticwebassets.endpoints.json deleted file mode 100644 index 5bec7a59..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/NopStation.Plugin.Widgets.WidgetPush.staticwebassets.endpoints.json +++ /dev/null @@ -1,275026 +0,0 @@ -{ - "Version": 1, - "ManifestType": "Build", - "Endpoints": [ - { - "Route": "_content/Nop.Web/.well-known/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/.well-known/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/.well-known/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/.well-known/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/.well-known/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/.well-known/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/.well-known/Index.htm", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/.well-known/Index.htm", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/.well-known/Index.htm.gz", - "AssetFile": "_content/Nop.Web/.well-known/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.htm", - "AssetFile": "_content/Nop.Web/ErrorPage.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001766784452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "565" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.htm", - "AssetFile": "_content/Nop.Web/ErrorPage.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1281" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.htm.gz", - "AssetFile": "_content/Nop.Web/ErrorPage.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "565" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.x25gdjeapx.htm", - "AssetFile": "_content/Nop.Web/ErrorPage.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001766784452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "565" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x25gdjeapx" - }, - { - "Name": "integrity", - "Value": "sha256-uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/ErrorPage.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.x25gdjeapx.htm", - "AssetFile": "_content/Nop.Web/ErrorPage.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1281" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x25gdjeapx" - }, - { - "Name": "integrity", - "Value": "sha256-uTax0pAiVqpcOrJxGcoHYQyf6VDuIf8inHGVXpFUmbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/ErrorPage.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/ErrorPage.x25gdjeapx.htm.gz", - "AssetFile": "_content/Nop.Web/ErrorPage.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "565" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x25gdjeapx" - }, - { - "Name": "integrity", - "Value": "sha256-+2DUeELyE4ieF3IMOHu4fAcJy1OtrsWfpN1A3NTc/l4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/ErrorPage.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/bundles/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/bundles/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/bundles/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/bundles/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/bundles/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/bundles/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.htm", - "AssetFile": "_content/Nop.Web/bundles/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.htm", - "AssetFile": "_content/Nop.Web/bundles/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/bundles/Index.htm.gz", - "AssetFile": "_content/Nop.Web/bundles/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/ajax-loading.544u9depux.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/ajax-loading.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2230" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"q3LglSe+COC/kHNXbEivOXzJWv0Njz+6PxRWIkp6flM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "544u9depux" - }, - { - "Name": "integrity", - "Value": "sha256-q3LglSe+COC/kHNXbEivOXzJWv0Njz+6PxRWIkp6flM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/ajax-loading.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/ajax-loading.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/ajax-loading.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2230" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"q3LglSe+COC/kHNXbEivOXzJWv0Njz+6PxRWIkp6flM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q3LglSe+COC/kHNXbEivOXzJWv0Njz+6PxRWIkp6flM=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/ajax_loader_small.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/ajax_loader_small.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"Q6UmoHoHjXNuXJ1n2Eed1UByt+XG3dLNRm+GoIbknvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Q6UmoHoHjXNuXJ1n2Eed1UByt+XG3dLNRm+GoIbknvU=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/ajax_loader_small.jc8cgs76f7.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/ajax_loader_small.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"Q6UmoHoHjXNuXJ1n2Eed1UByt+XG3dLNRm+GoIbknvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jc8cgs76f7" - }, - { - "Name": "integrity", - "Value": "sha256-Q6UmoHoHjXNuXJ1n2Eed1UByt+XG3dLNRm+GoIbknvU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/ajax_loader_small.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.3wzxbfc95b.ico", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001015228426" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "984" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=\"" - }, - { - "Name": "ETag", - "Value": "W/\"87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3wzxbfc95b" - }, - { - "Name": "integrity", - "Value": "sha256-87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/gmaps.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.3wzxbfc95b.ico", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4286" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3wzxbfc95b" - }, - { - "Name": "integrity", - "Value": "sha256-87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/gmaps.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.3wzxbfc95b.ico.gz", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "984" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3wzxbfc95b" - }, - { - "Name": "integrity", - "Value": "sha256-Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/gmaps.ico.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.ico", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001015228426" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "984" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=\"" - }, - { - "Name": "ETag", - "Value": "W/\"87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.ico", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4286" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-87pn7M636JE1pns29JWZxEUh2h9I4hfDdJEJkHgtaXM=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/gmaps.ico.gz", - "AssetFile": "_content/Nop.Web/css/admin/images/gmaps.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "984" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Y3nFlpzYJ1QofUM6TbrJEkm+m119DWRiEaGFDyrT+00=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/logo-mini.png", - "AssetFile": "_content/Nop.Web/css/admin/images/logo-mini.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "982" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WmKUherbcj9Lw+JgsiHlDFl3WaMHSCS7z+YwRLq2jxY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WmKUherbcj9Lw+JgsiHlDFl3WaMHSCS7z+YwRLq2jxY=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/logo-mini.ya5iviv6hp.png", - "AssetFile": "_content/Nop.Web/css/admin/images/logo-mini.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "982" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WmKUherbcj9Lw+JgsiHlDFl3WaMHSCS7z+YwRLq2jxY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ya5iviv6hp" - }, - { - "Name": "integrity", - "Value": "sha256-WmKUherbcj9Lw+JgsiHlDFl3WaMHSCS7z+YwRLq2jxY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/logo-mini.png" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/logo.csl12f5i4e.png", - "AssetFile": "_content/Nop.Web/css/admin/images/logo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jNJrVCra8n4lLfeAAJqPUj9GFGA3yhT6FpD1cqeINTo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "csl12f5i4e" - }, - { - "Name": "integrity", - "Value": "sha256-jNJrVCra8n4lLfeAAJqPUj9GFGA3yhT6FpD1cqeINTo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/logo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/logo.png", - "AssetFile": "_content/Nop.Web/css/admin/images/logo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jNJrVCra8n4lLfeAAJqPUj9GFGA3yhT6FpD1cqeINTo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jNJrVCra8n4lLfeAAJqPUj9GFGA3yhT6FpD1cqeINTo=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/search-icon.3oqnaqdrmf.png", - "AssetFile": "_content/Nop.Web/css/admin/images/search-icon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1783" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PZcDJ8w7BYGjvCV3A6TT8hkQl6pBAsOizDgsrWtY758=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3oqnaqdrmf" - }, - { - "Name": "integrity", - "Value": "sha256-PZcDJ8w7BYGjvCV3A6TT8hkQl6pBAsOizDgsrWtY758=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/search-icon.png" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/search-icon.png", - "AssetFile": "_content/Nop.Web/css/admin/images/search-icon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1783" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PZcDJ8w7BYGjvCV3A6TT8hkQl6pBAsOizDgsrWtY758=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PZcDJ8w7BYGjvCV3A6TT8hkQl6pBAsOizDgsrWtY758=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/throbber-synchronizing.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/throbber-synchronizing.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/images/throbber-synchronizing.x57ek8bmcf.gif", - "AssetFile": "_content/Nop.Web/css/admin/images/throbber-synchronizing.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x57ek8bmcf" - }, - { - "Name": "integrity", - "Value": "sha256-OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/images/throbber-synchronizing.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.bjxjvt4lmx.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121684108" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bjxjvt4lmx" - }, - { - "Name": "integrity", - "Value": "sha256-h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.bjxjvt4lmx.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "45230" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bjxjvt4lmx" - }, - { - "Name": "integrity", - "Value": "sha256-h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.bjxjvt4lmx.css.gz", - "AssetFile": "_content/Nop.Web/css/admin/styles.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bjxjvt4lmx" - }, - { - "Name": "integrity", - "Value": "sha256-n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121684108" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "45230" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h8OOTm1DrKdT+1XyHsA18R6ROu3B2o//ee2NHhpbZbg=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.css.gz", - "AssetFile": "_content/Nop.Web/css/admin/styles.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n9Xep3wnSA10Scyc1V60qDMzYe3yBY3To6xZyvJJkdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000119005117" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8402" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "46419" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.css.gz", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8402" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.gp1b6admsc.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000119005117" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8402" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gp1b6admsc" - }, - { - "Name": "integrity", - "Value": "sha256-ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.rtl.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.gp1b6admsc.css", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "46419" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gp1b6admsc" - }, - { - "Name": "integrity", - "Value": "sha256-ZFu10sQ4q3ZRl1dnlfN/MswN43o520a0WDq2zbBe2uM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.rtl.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/admin/styles.rtl.gp1b6admsc.css.gz", - "AssetFile": "_content/Nop.Web/css/admin/styles.rtl.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8402" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gp1b6admsc" - }, - { - "Name": "integrity", - "Value": "sha256-8NlDQsvVrwWPms5z4iHr5iuX7TBJmBRGIleE+L4sT0U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/admin/styles.rtl.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/images/install-synchronizing.gif", - "AssetFile": "_content/Nop.Web/css/install/images/install-synchronizing.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/images/install-synchronizing.x57ek8bmcf.gif", - "AssetFile": "_content/Nop.Web/css/install/images/install-synchronizing.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x57ek8bmcf" - }, - { - "Name": "integrity", - "Value": "sha256-OwApaydL3WDOK6SEsSs0R7LuvQrwI2OQekZzxTePJPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/images/install-synchronizing.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/images/logo.png", - "AssetFile": "_content/Nop.Web/css/install/images/logo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "8036" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bSuqSVZH/YOccVICCFmMaM6cotoE/9vrKCszm09tq0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bSuqSVZH/YOccVICCFmMaM6cotoE/9vrKCszm09tq0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/images/logo.vxlydl5tcn.png", - "AssetFile": "_content/Nop.Web/css/install/images/logo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8036" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bSuqSVZH/YOccVICCFmMaM6cotoE/9vrKCszm09tq0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vxlydl5tcn" - }, - { - "Name": "integrity", - "Value": "sha256-bSuqSVZH/YOccVICCFmMaM6cotoE/9vrKCszm09tq0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/images/logo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.css", - "AssetFile": "_content/Nop.Web/css/install/styles.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001430615165" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.css", - "AssetFile": "_content/Nop.Web/css/install/styles.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2072" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.css.gz", - "AssetFile": "_content/Nop.Web/css/install/styles.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.lwi9oq3eic.css", - "AssetFile": "_content/Nop.Web/css/install/styles.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001430615165" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwi9oq3eic" - }, - { - "Name": "integrity", - "Value": "sha256-C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.lwi9oq3eic.css", - "AssetFile": "_content/Nop.Web/css/install/styles.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2072" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwi9oq3eic" - }, - { - "Name": "integrity", - "Value": "sha256-C8gGP9WtEW+bV077TnVhqDJNSL945jLRT1R2UKzFQuE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.lwi9oq3eic.css.gz", - "AssetFile": "_content/Nop.Web/css/install/styles.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwi9oq3eic" - }, - { - "Name": "integrity", - "Value": "sha256-FwXjVY2to1YH70FfAI959PHyFcTV9fHOMZQmBoUhiJw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.css", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001430615165" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.css", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2075" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.css.gz", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.o80tu6oysg.css", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001430615165" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o80tu6oysg" - }, - { - "Name": "integrity", - "Value": "sha256-iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.rtl.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.o80tu6oysg.css", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2075" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o80tu6oysg" - }, - { - "Name": "integrity", - "Value": "sha256-iKPQMyeaODnHA1AYad6XajGrh9ox4xcTSBQRPdqk/b8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.rtl.css" - } - ] - }, - { - "Route": "_content/Nop.Web/css/install/styles.rtl.o80tu6oysg.css.gz", - "AssetFile": "_content/Nop.Web/css/install/styles.rtl.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "698" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o80tu6oysg" - }, - { - "Name": "integrity", - "Value": "sha256-0SkYspvp/9cBHGH/5cwFkEqHNCEHFyo/cP/cWCXDHC8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/css/install/styles.rtl.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/db_backups/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/db_backups/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/db_backups/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.htm", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.htm", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/db_backups/Index.htm.gz", - "AssetFile": "_content/Nop.Web/db_backups/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.fegt39rmfl.ico", - "AssetFile": "_content/Nop.Web/favicon.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326797386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/favicon.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.fegt39rmfl.ico", - "AssetFile": "_content/Nop.Web/favicon.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15086" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/favicon.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.fegt39rmfl.ico.gz", - "AssetFile": "_content/Nop.Web/favicon.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/favicon.ico.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.ico", - "AssetFile": "_content/Nop.Web/favicon.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326797386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.ico", - "AssetFile": "_content/Nop.Web/favicon.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "15086" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - } - ] - }, - { - "Route": "_content/Nop.Web/favicon.ico.gz", - "AssetFile": "_content/Nop.Web/favicon.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/files/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/files/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/files/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.htm", - "AssetFile": "_content/Nop.Web/files/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.htm", - "AssetFile": "_content/Nop.Web/files/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/Index.htm.gz", - "AssetFile": "_content/Nop.Web/files/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/exportimport/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/exportimport/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/files/exportimport/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.htm", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.htm", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/files/exportimport/Index.htm.gz", - "AssetFile": "_content/Nop.Web/files/exportimport/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-144x144.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6467" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QnKPzOIT+08lng7Db4UM4eAShXZSv7zmHJAfVgnZ5kQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QnKPzOIT+08lng7Db4UM4eAShXZSv7zmHJAfVgnZ5kQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-144x144.qiejyoes1q.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6467" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QnKPzOIT+08lng7Db4UM4eAShXZSv7zmHJAfVgnZ5kQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qiejyoes1q" - }, - { - "Name": "integrity", - "Value": "sha256-QnKPzOIT+08lng7Db4UM4eAShXZSv7zmHJAfVgnZ5kQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-144x144.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-192x192.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-192x192.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "8966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m0N8PqPbGau9jPSq2s227JMjN8pBhBBkzQ9WE2bomBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-m0N8PqPbGau9jPSq2s227JMjN8pBhBBkzQ9WE2bomBo=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-192x192.taegwc48ey.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-192x192.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m0N8PqPbGau9jPSq2s227JMjN8pBhBBkzQ9WE2bomBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "taegwc48ey" - }, - { - "Name": "integrity", - "Value": "sha256-m0N8PqPbGau9jPSq2s227JMjN8pBhBBkzQ9WE2bomBo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-192x192.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-256x256.14nwg9wobu.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-256x256.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "12707" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/+4jeAfx06PLpb1SpqdIfBiOdWLFJpbYWtOu/V2iYMY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "14nwg9wobu" - }, - { - "Name": "integrity", - "Value": "sha256-/+4jeAfx06PLpb1SpqdIfBiOdWLFJpbYWtOu/V2iYMY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-256x256.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-256x256.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-256x256.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "12707" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/+4jeAfx06PLpb1SpqdIfBiOdWLFJpbYWtOu/V2iYMY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/+4jeAfx06PLpb1SpqdIfBiOdWLFJpbYWtOu/V2iYMY=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-36x36.czaxlao8r0.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-36x36.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1844" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KC1dv2Pdpkewc1WZQoDMcaB2XaHxwhIWgQPSg4NznPs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "czaxlao8r0" - }, - { - "Name": "integrity", - "Value": "sha256-KC1dv2Pdpkewc1WZQoDMcaB2XaHxwhIWgQPSg4NznPs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-36x36.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-36x36.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-36x36.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1844" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KC1dv2Pdpkewc1WZQoDMcaB2XaHxwhIWgQPSg4NznPs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KC1dv2Pdpkewc1WZQoDMcaB2XaHxwhIWgQPSg4NznPs=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-48x48.hmkp8nsy8k.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-48x48.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2259" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V8dJb6TlDTmhoWBCKFJO/Db3/EF+GvetHXH1DvOfusM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmkp8nsy8k" - }, - { - "Name": "integrity", - "Value": "sha256-V8dJb6TlDTmhoWBCKFJO/Db3/EF+GvetHXH1DvOfusM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-48x48.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-48x48.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-48x48.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2259" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V8dJb6TlDTmhoWBCKFJO/Db3/EF+GvetHXH1DvOfusM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V8dJb6TlDTmhoWBCKFJO/Db3/EF+GvetHXH1DvOfusM=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-72x72.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-72x72.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2918" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t92xEJhYzUvHCmwAvzMCFljW9xe9s1oWjfDBJrqV/E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t92xEJhYzUvHCmwAvzMCFljW9xe9s1oWjfDBJrqV/E0=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-72x72.tj0m2tyye9.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-72x72.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2918" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t92xEJhYzUvHCmwAvzMCFljW9xe9s1oWjfDBJrqV/E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tj0m2tyye9" - }, - { - "Name": "integrity", - "Value": "sha256-t92xEJhYzUvHCmwAvzMCFljW9xe9s1oWjfDBJrqV/E0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-72x72.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-96x96.k6lhzbxci5.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-96x96.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fKQ0gCBJOOFOYB84DyUS3BzQ/qLlqpx3b+lU391bTHg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k6lhzbxci5" - }, - { - "Name": "integrity", - "Value": "sha256-fKQ0gCBJOOFOYB84DyUS3BzQ/qLlqpx3b+lU391bTHg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/android-chrome-96x96.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/android-chrome-96x96.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/android-chrome-96x96.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fKQ0gCBJOOFOYB84DyUS3BzQ/qLlqpx3b+lU391bTHg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fKQ0gCBJOOFOYB84DyUS3BzQ/qLlqpx3b+lU391bTHg=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114-precomposed.fginqr4n9r.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2986" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0Zwsyp/cEl6NWX5hQaJYiKEJzJO1MOlf5Q0gzUtyZ/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fginqr4n9r" - }, - { - "Name": "integrity", - "Value": "sha256-0Zwsyp/cEl6NWX5hQaJYiKEJzJO1MOlf5Q0gzUtyZ/c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2986" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0Zwsyp/cEl6NWX5hQaJYiKEJzJO1MOlf5Q0gzUtyZ/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0Zwsyp/cEl6NWX5hQaJYiKEJzJO1MOlf5Q0gzUtyZ/c=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114.njma90t6qn.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2621" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXbhUWWqP4PE/yHmzt6VFsibWXPwx82KVp3G7iWSQNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "njma90t6qn" - }, - { - "Name": "integrity", - "Value": "sha256-XXbhUWWqP4PE/yHmzt6VFsibWXPwx82KVp3G7iWSQNk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-114x114.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2621" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXbhUWWqP4PE/yHmzt6VFsibWXPwx82KVp3G7iWSQNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XXbhUWWqP4PE/yHmzt6VFsibWXPwx82KVp3G7iWSQNk=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2996" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"egqE4zDxf8a7VrMJpkY80ZnszWoA2WdWHRhQbfpSQfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-egqE4zDxf8a7VrMJpkY80ZnszWoA2WdWHRhQbfpSQfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120-precomposed.qz0y46e6tq.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2996" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"egqE4zDxf8a7VrMJpkY80ZnszWoA2WdWHRhQbfpSQfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qz0y46e6tq" - }, - { - "Name": "integrity", - "Value": "sha256-egqE4zDxf8a7VrMJpkY80ZnszWoA2WdWHRhQbfpSQfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HvLY5PzDHCsK2a9DgbCqeDuhnHru7pHPJTs/sz9Jon8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HvLY5PzDHCsK2a9DgbCqeDuhnHru7pHPJTs/sz9Jon8=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120.qdnrretmuk.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HvLY5PzDHCsK2a9DgbCqeDuhnHru7pHPJTs/sz9Jon8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qdnrretmuk" - }, - { - "Name": "integrity", - "Value": "sha256-HvLY5PzDHCsK2a9DgbCqeDuhnHru7pHPJTs/sz9Jon8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-120x120.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144-precomposed.ayvrc37tuc.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3573" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ggL8fSvazqhOLTSmsk1edJrGpHuMt04jBAsdFyHr2G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ayvrc37tuc" - }, - { - "Name": "integrity", - "Value": "sha256-ggL8fSvazqhOLTSmsk1edJrGpHuMt04jBAsdFyHr2G4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3573" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ggL8fSvazqhOLTSmsk1edJrGpHuMt04jBAsdFyHr2G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ggL8fSvazqhOLTSmsk1edJrGpHuMt04jBAsdFyHr2G4=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144.e8a7q8plxn.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3083" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jnllCQQ2+JdR8jfCQHSIRMhacqPik2+Yey7JufS3/iE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e8a7q8plxn" - }, - { - "Name": "integrity", - "Value": "sha256-jnllCQQ2+JdR8jfCQHSIRMhacqPik2+Yey7JufS3/iE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3083" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jnllCQQ2+JdR8jfCQHSIRMhacqPik2+Yey7JufS3/iE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jnllCQQ2+JdR8jfCQHSIRMhacqPik2+Yey7JufS3/iE=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3758" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MCSi2PmgSjb/7BDIhOkLQywFzhqYozak3Q3dxjQUySE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MCSi2PmgSjb/7BDIhOkLQywFzhqYozak3Q3dxjQUySE=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152-precomposed.sl4aqrgkrd.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3758" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MCSi2PmgSjb/7BDIhOkLQywFzhqYozak3Q3dxjQUySE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sl4aqrgkrd" - }, - { - "Name": "integrity", - "Value": "sha256-MCSi2PmgSjb/7BDIhOkLQywFzhqYozak3Q3dxjQUySE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152.6c01hzaki9.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3248" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9nTClsb7POMHruLDr9Jdm7Fano9w/Mld9h/OqtIY3OQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6c01hzaki9" - }, - { - "Name": "integrity", - "Value": "sha256-9nTClsb7POMHruLDr9Jdm7Fano9w/Mld9h/OqtIY3OQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-152x152.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3248" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9nTClsb7POMHruLDr9Jdm7Fano9w/Mld9h/OqtIY3OQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9nTClsb7POMHruLDr9Jdm7Fano9w/Mld9h/OqtIY3OQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180-precomposed.pgkup2vgro.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pgkup2vgro" - }, - { - "Name": "integrity", - "Value": "sha256-GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180.27uhf02fe3.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "27uhf02fe3" - }, - { - "Name": "integrity", - "Value": "sha256-4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-180x180.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57-precomposed.ecvhbdtw2c.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1798" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EjjgkNBCNlvFiHobyxPmAXjsKdPqj3cxTmLqd/OuQa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ecvhbdtw2c" - }, - { - "Name": "integrity", - "Value": "sha256-EjjgkNBCNlvFiHobyxPmAXjsKdPqj3cxTmLqd/OuQa4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1798" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EjjgkNBCNlvFiHobyxPmAXjsKdPqj3cxTmLqd/OuQa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EjjgkNBCNlvFiHobyxPmAXjsKdPqj3cxTmLqd/OuQa4=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57.45fis2a9ch.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KOGmA5KsaM5biZDLXRcLHNfX6ljS54HqzUQOItAifP8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "45fis2a9ch" - }, - { - "Name": "integrity", - "Value": "sha256-KOGmA5KsaM5biZDLXRcLHNfX6ljS54HqzUQOItAifP8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-57x57.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KOGmA5KsaM5biZDLXRcLHNfX6ljS54HqzUQOItAifP8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KOGmA5KsaM5biZDLXRcLHNfX6ljS54HqzUQOItAifP8=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60-precomposed.9j8rrjxkt1.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9ZpA7uj3/yRK1zBqDyg7b6d0Xf5bOWAjL+hXx7Dk4cY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9j8rrjxkt1" - }, - { - "Name": "integrity", - "Value": "sha256-9ZpA7uj3/yRK1zBqDyg7b6d0Xf5bOWAjL+hXx7Dk4cY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9ZpA7uj3/yRK1zBqDyg7b6d0Xf5bOWAjL+hXx7Dk4cY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9ZpA7uj3/yRK1zBqDyg7b6d0Xf5bOWAjL+hXx7Dk4cY=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60.7gliqk67es.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6XjXmqBEAsCzr32fOhJzMDeskUKnsArHMABi3vfdbUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7gliqk67es" - }, - { - "Name": "integrity", - "Value": "sha256-6XjXmqBEAsCzr32fOhJzMDeskUKnsArHMABi3vfdbUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-60x60.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6XjXmqBEAsCzr32fOhJzMDeskUKnsArHMABi3vfdbUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6XjXmqBEAsCzr32fOhJzMDeskUKnsArHMABi3vfdbUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"edPiKpaS1yc6PmAGua9RMzE3sd3OVovmLZJOJVnhk2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-edPiKpaS1yc6PmAGua9RMzE3sd3OVovmLZJOJVnhk2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72-precomposed.tn280xrhxt.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"edPiKpaS1yc6PmAGua9RMzE3sd3OVovmLZJOJVnhk2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tn280xrhxt" - }, - { - "Name": "integrity", - "Value": "sha256-edPiKpaS1yc6PmAGua9RMzE3sd3OVovmLZJOJVnhk2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72.f3yuuwh4ds.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Ynu0cSVAS/HwItri9TZQ2B9apQYKT9BCPQwzhnBbHc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f3yuuwh4ds" - }, - { - "Name": "integrity", - "Value": "sha256-5Ynu0cSVAS/HwItri9TZQ2B9apQYKT9BCPQwzhnBbHc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-72x72.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Ynu0cSVAS/HwItri9TZQ2B9apQYKT9BCPQwzhnBbHc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5Ynu0cSVAS/HwItri9TZQ2B9apQYKT9BCPQwzhnBbHc=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76-precomposed.a1s9hyuklu.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2182" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0rD9YFPdn6zczyogGG77aGqrW01qk0kf2+deEcgE2ws=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a1s9hyuklu" - }, - { - "Name": "integrity", - "Value": "sha256-0rD9YFPdn6zczyogGG77aGqrW01qk0kf2+deEcgE2ws=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2182" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0rD9YFPdn6zczyogGG77aGqrW01qk0kf2+deEcgE2ws=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0rD9YFPdn6zczyogGG77aGqrW01qk0kf2+deEcgE2ws=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76.oslrbqsa3n.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1959" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6IVaj5YWDMnFIG/Nks9lyAqSM+Gytv9EA+S6HIEKuc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oslrbqsa3n" - }, - { - "Name": "integrity", - "Value": "sha256-6IVaj5YWDMnFIG/Nks9lyAqSM+Gytv9EA+S6HIEKuc0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-76x76.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1959" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6IVaj5YWDMnFIG/Nks9lyAqSM+Gytv9EA+S6HIEKuc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6IVaj5YWDMnFIG/Nks9lyAqSM+Gytv9EA+S6HIEKuc0=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-precomposed.pgkup2vgro.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pgkup2vgro" - }, - { - "Name": "integrity", - "Value": "sha256-GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon-precomposed.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon-precomposed.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon-precomposed.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GbSdLlbKoptBuv0/UAzbpSf5OtYHoGiHhz3WEcCxHlM=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon.27uhf02fe3.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "27uhf02fe3" - }, - { - "Name": "integrity", - "Value": "sha256-4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/apple-touch-icon.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/apple-touch-icon.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/apple-touch-icon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4v0k0p0p9vmTuTE+Eu8BsR68zm7G2fcTFYt5YtZf0Pk=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.cbedcv3e93.xml", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.004566210046" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cbedcv3e93" - }, - { - "Name": "integrity", - "Value": "sha256-uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/browserconfig.xml" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.cbedcv3e93.xml", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "513" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cbedcv3e93" - }, - { - "Name": "integrity", - "Value": "sha256-uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/browserconfig.xml" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.cbedcv3e93.xml.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cbedcv3e93" - }, - { - "Name": "integrity", - "Value": "sha256-KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.xml", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.004566210046" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.xml", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "513" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uKFwZYIBypAJD4XjhVnAi5XOP/fxz5essieAeFCDPf4=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/browserconfig.xml.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "text/xml" - }, - { - "Name": "ETag", - "Value": "\"KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KHk4ve2g8x+777kXCQ2kGAQIBR06Ch+r2HrZMz/CaBg=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon-16x16.g2cgh0tf1c.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon-16x16.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6B21osy6h/7VpDD0okxIxzeEWx+Vdq3VYPcoqOyyhY0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g2cgh0tf1c" - }, - { - "Name": "integrity", - "Value": "sha256-6B21osy6h/7VpDD0okxIxzeEWx+Vdq3VYPcoqOyyhY0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/favicon-16x16.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon-16x16.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon-16x16.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6B21osy6h/7VpDD0okxIxzeEWx+Vdq3VYPcoqOyyhY0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6B21osy6h/7VpDD0okxIxzeEWx+Vdq3VYPcoqOyyhY0=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon-32x32.nueyqzeqmm.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon-32x32.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1718" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r6UaAyE5KUIeWKJ06VWanM+lAhfYgrrB4VTVBLSIa18=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nueyqzeqmm" - }, - { - "Name": "integrity", - "Value": "sha256-r6UaAyE5KUIeWKJ06VWanM+lAhfYgrrB4VTVBLSIa18=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/favicon-32x32.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon-32x32.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon-32x32.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1718" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r6UaAyE5KUIeWKJ06VWanM+lAhfYgrrB4VTVBLSIa18=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r6UaAyE5KUIeWKJ06VWanM+lAhfYgrrB4VTVBLSIa18=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.fegt39rmfl.ico", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326797386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/favicon.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.fegt39rmfl.ico", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15086" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/favicon.ico" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.fegt39rmfl.ico.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fegt39rmfl" - }, - { - "Name": "integrity", - "Value": "sha256-lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/favicon.ico.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.ico", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326797386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.ico", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "15086" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uTALhD9NXOiUCoJGm84iGUUrQZlTuRe5lRwbUfe3ql8=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/favicon.ico.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/favicon.ico.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3059" - }, - { - "Name": "Content-Type", - "Value": "image/x-icon" - }, - { - "Name": "ETag", - "Value": "\"lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lSQs0mjUsASC7ceT8cRamcPFIdFZojsYZYe8L9mIUUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.39vtakb7f9.html", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003039513678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "328" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39vtakb7f9" - }, - { - "Name": "integrity", - "Value": "sha256-iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/html_code.html" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.39vtakb7f9.html", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "904" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39vtakb7f9" - }, - { - "Name": "integrity", - "Value": "sha256-iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/html_code.html" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.39vtakb7f9.html.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "328" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39vtakb7f9" - }, - { - "Name": "integrity", - "Value": "sha256-cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/html_code.html.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.html", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003039513678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "328" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.html", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "904" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iTL5jyKHQiC4433wIYorcRyyzv9470+QXNsMgo2M2OU=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/html_code.html.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/html_code.html.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "328" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cxjh8RJdAGGDzGnwffPVUp9evFuO+QskJ5YuCvoqFcs=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-144x144.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"prDjWoK2ogoyrqcbihAUkXnKL83CiTadWoEtS1XfGus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-prDjWoK2ogoyrqcbihAUkXnKL83CiTadWoEtS1XfGus=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-144x144.qnx1kbnxg3.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-144x144.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"prDjWoK2ogoyrqcbihAUkXnKL83CiTadWoEtS1XfGus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qnx1kbnxg3" - }, - { - "Name": "integrity", - "Value": "sha256-prDjWoK2ogoyrqcbihAUkXnKL83CiTadWoEtS1XfGus=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/mstile-144x144.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-150x150.fk9dxc11ni.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-150x150.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Uc3cbK/anRXBuzv4qpzO2JNo1o8Htwqf8GfVPlHjfus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fk9dxc11ni" - }, - { - "Name": "integrity", - "Value": "sha256-Uc3cbK/anRXBuzv4qpzO2JNo1o8Htwqf8GfVPlHjfus=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/mstile-150x150.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-150x150.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-150x150.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Uc3cbK/anRXBuzv4qpzO2JNo1o8Htwqf8GfVPlHjfus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Uc3cbK/anRXBuzv4qpzO2JNo1o8Htwqf8GfVPlHjfus=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-310x150.ljiqk3aw4y.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-310x150.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4735" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n//x+BmRJCzA3YG7jSQnFR0h01n7vxEVB/5YbfCJFqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ljiqk3aw4y" - }, - { - "Name": "integrity", - "Value": "sha256-n//x+BmRJCzA3YG7jSQnFR0h01n7vxEVB/5YbfCJFqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/mstile-310x150.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-310x150.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-310x150.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4735" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n//x+BmRJCzA3YG7jSQnFR0h01n7vxEVB/5YbfCJFqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n//x+BmRJCzA3YG7jSQnFR0h01n7vxEVB/5YbfCJFqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-310x310.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-310x310.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "14758" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0IgNV2lIRdJc+2uFzhRTB30GP76kri5BFyrlmnHhQPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0IgNV2lIRdJc+2uFzhRTB30GP76kri5BFyrlmnHhQPQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-310x310.wwryva6abz.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-310x310.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14758" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0IgNV2lIRdJc+2uFzhRTB30GP76kri5BFyrlmnHhQPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wwryva6abz" - }, - { - "Name": "integrity", - "Value": "sha256-0IgNV2lIRdJc+2uFzhRTB30GP76kri5BFyrlmnHhQPQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/mstile-310x310.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-70x70.2z1ss5r9kx.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-70x70.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/rgVhj76bG4606zIk7jD6FASWzFXn9mm6mYDFm+yYTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2z1ss5r9kx" - }, - { - "Name": "integrity", - "Value": "sha256-/rgVhj76bG4606zIk7jD6FASWzFXn9mm6mYDFm+yYTE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/mstile-70x70.png" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/mstile-70x70.png", - "AssetFile": "_content/Nop.Web/icons/icons_0/mstile-70x70.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/rgVhj76bG4606zIk7jD6FASWzFXn9mm6mYDFm+yYTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/rgVhj76bG4606zIk7jD6FASWzFXn9mm6mYDFm+yYTE=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000829187396" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1205" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2344" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1205" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.ww79k3ptjg.svg", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000829187396" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1205" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ww79k3ptjg" - }, - { - "Name": "integrity", - "Value": "sha256-UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.ww79k3ptjg.svg", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2344" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ww79k3ptjg" - }, - { - "Name": "integrity", - "Value": "sha256-UOCvuoiezSYwRmdOSw3sbiX3LdTlRU+9Y/3tImhqx6s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.ww79k3ptjg.svg.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1205" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ww79k3ptjg" - }, - { - "Name": "integrity", - "Value": "sha256-aqy+lRRR8r3N8tH6B/KztEC7o5rtwd3d4t1N3agPg7w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/safari-pinned-tab.svg.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.e2ub9qbpxh.webmanifest", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.004048582996" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2ub9qbpxh" - }, - { - "Name": "integrity", - "Value": "sha256-9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/site.webmanifest" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.e2ub9qbpxh.webmanifest", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2ub9qbpxh" - }, - { - "Name": "integrity", - "Value": "sha256-9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/site.webmanifest" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.e2ub9qbpxh.webmanifest.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2ub9qbpxh" - }, - { - "Name": "integrity", - "Value": "sha256-XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.webmanifest", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.004048582996" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.webmanifest", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9q2S936H2UATlZWdtENBB6ZIAdHnOVCQfdcuB+skW6Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz", - "AssetFile": "_content/Nop.Web/icons/icons_0/site.webmanifest.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "246" - }, - { - "Name": "Content-Type", - "Value": "application/manifest+json" - }, - { - "Name": "ETag", - "Value": "\"XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XqdrBYUwj+FD+x6aIpzzQ+RU26/khCgzs6uM3rkRHFQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/samples/favicon_package.3ujzvcxies.zip", - "AssetFile": "_content/Nop.Web/icons/samples/favicon_package.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "130420" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"Kw4jq2ZVDyFL4G2o1oqZeK+DcCphrMfAk3nqOe14myM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ujzvcxies" - }, - { - "Name": "integrity", - "Value": "sha256-Kw4jq2ZVDyFL4G2o1oqZeK+DcCphrMfAk3nqOe14myM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/icons/samples/favicon_package.zip" - } - ] - }, - { - "Route": "_content/Nop.Web/icons/samples/favicon_package.zip", - "AssetFile": "_content/Nop.Web/icons/samples/favicon_package.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "130420" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"Kw4jq2ZVDyFL4G2o1oqZeK+DcCphrMfAk3nqOe14myM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Kw4jq2ZVDyFL4G2o1oqZeK+DcCphrMfAk3nqOe14myM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-avatar.jpg", - "AssetFile": "_content/Nop.Web/images/default-avatar.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1887" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"IC4pdLX/GwgJOQSHhRQCCHc/HY/9NVHDLjvlNAlO1Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IC4pdLX/GwgJOQSHhRQCCHc/HY/9NVHDLjvlNAlO1Es=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-avatar.sxihs2d4xb.jpg", - "AssetFile": "_content/Nop.Web/images/default-avatar.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1887" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"IC4pdLX/GwgJOQSHhRQCCHc/HY/9NVHDLjvlNAlO1Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sxihs2d4xb" - }, - { - "Name": "integrity", - "Value": "sha256-IC4pdLX/GwgJOQSHhRQCCHc/HY/9NVHDLjvlNAlO1Es=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/default-avatar.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-image.3dectan4mg.png", - "AssetFile": "_content/Nop.Web/images/default-image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2804" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SRf8jrpP4f2m4r01ZK0YGElWmr9jmQSr4PHBV1HDC+0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3dectan4mg" - }, - { - "Name": "integrity", - "Value": "sha256-SRf8jrpP4f2m4r01ZK0YGElWmr9jmQSr4PHBV1HDC+0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/default-image.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-image.dnct4k1yq6.gif", - "AssetFile": "_content/Nop.Web/images/default-image.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1712" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"SckVRszmeeglvXnUD6r5G3GNsHj3GwU/YvAyTus67/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dnct4k1yq6" - }, - { - "Name": "integrity", - "Value": "sha256-SckVRszmeeglvXnUD6r5G3GNsHj3GwU/YvAyTus67/8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/default-image.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-image.gif", - "AssetFile": "_content/Nop.Web/images/default-image.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1712" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"SckVRszmeeglvXnUD6r5G3GNsHj3GwU/YvAyTus67/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SckVRszmeeglvXnUD6r5G3GNsHj3GwU/YvAyTus67/8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/default-image.png", - "AssetFile": "_content/Nop.Web/images/default-image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2804" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SRf8jrpP4f2m4r01ZK0YGElWmr9jmQSr4PHBV1HDC+0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SRf8jrpP4f2m4r01ZK0YGElWmr9jmQSr4PHBV1HDC+0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ad.ipusv68f62.png", - "AssetFile": "_content/Nop.Web/images/flags/ad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"it7k1mXIEZ7E9a1cQ6moVFDgABwnW2oO4Xj/v5XEwEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ipusv68f62" - }, - { - "Name": "integrity", - "Value": "sha256-it7k1mXIEZ7E9a1cQ6moVFDgABwnW2oO4Xj/v5XEwEM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ad.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ad.png", - "AssetFile": "_content/Nop.Web/images/flags/ad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"it7k1mXIEZ7E9a1cQ6moVFDgABwnW2oO4Xj/v5XEwEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-it7k1mXIEZ7E9a1cQ6moVFDgABwnW2oO4Xj/v5XEwEM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ae.bth1chqs49.png", - "AssetFile": "_content/Nop.Web/images/flags/ae.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "408" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"byDYZoQcRRR4KkYULfIrcLjal4PFE+PUHY8zE0g/440=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bth1chqs49" - }, - { - "Name": "integrity", - "Value": "sha256-byDYZoQcRRR4KkYULfIrcLjal4PFE+PUHY8zE0g/440=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ae.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ae.png", - "AssetFile": "_content/Nop.Web/images/flags/ae.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "408" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"byDYZoQcRRR4KkYULfIrcLjal4PFE+PUHY8zE0g/440=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-byDYZoQcRRR4KkYULfIrcLjal4PFE+PUHY8zE0g/440=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/af.7mmz99f19m.png", - "AssetFile": "_content/Nop.Web/images/flags/af.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wQVPuNlZWUiqlrxXyatvtrN3DS7n4Jun5GsJshv1G80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7mmz99f19m" - }, - { - "Name": "integrity", - "Value": "sha256-wQVPuNlZWUiqlrxXyatvtrN3DS7n4Jun5GsJshv1G80=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/af.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/af.png", - "AssetFile": "_content/Nop.Web/images/flags/af.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wQVPuNlZWUiqlrxXyatvtrN3DS7n4Jun5GsJshv1G80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wQVPuNlZWUiqlrxXyatvtrN3DS7n4Jun5GsJshv1G80=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ag.png", - "AssetFile": "_content/Nop.Web/images/flags/ag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "591" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DftcOeKj7r4YtDHPQcjIkqtfEknKoJ1D+h3XOU1IbNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DftcOeKj7r4YtDHPQcjIkqtfEknKoJ1D+h3XOU1IbNc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ag.xnjuwbh4lc.png", - "AssetFile": "_content/Nop.Web/images/flags/ag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "591" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DftcOeKj7r4YtDHPQcjIkqtfEknKoJ1D+h3XOU1IbNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xnjuwbh4lc" - }, - { - "Name": "integrity", - "Value": "sha256-DftcOeKj7r4YtDHPQcjIkqtfEknKoJ1D+h3XOU1IbNc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ai.i3lbfbvhrg.png", - "AssetFile": "_content/Nop.Web/images/flags/ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"chVCgYsA4Zf+oEMDsK/CR2MBfBS4zXkd+vCEEdmpnK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i3lbfbvhrg" - }, - { - "Name": "integrity", - "Value": "sha256-chVCgYsA4Zf+oEMDsK/CR2MBfBS4zXkd+vCEEdmpnK4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ai.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ai.png", - "AssetFile": "_content/Nop.Web/images/flags/ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"chVCgYsA4Zf+oEMDsK/CR2MBfBS4zXkd+vCEEdmpnK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-chVCgYsA4Zf+oEMDsK/CR2MBfBS4zXkd+vCEEdmpnK4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/al.hwjsm1otax.png", - "AssetFile": "_content/Nop.Web/images/flags/al.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P3J4wMQnK2/2UpPBjNu34uJy9Z2r4WYZwiBR0xnvROA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hwjsm1otax" - }, - { - "Name": "integrity", - "Value": "sha256-P3J4wMQnK2/2UpPBjNu34uJy9Z2r4WYZwiBR0xnvROA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/al.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/al.png", - "AssetFile": "_content/Nop.Web/images/flags/al.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P3J4wMQnK2/2UpPBjNu34uJy9Z2r4WYZwiBR0xnvROA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P3J4wMQnK2/2UpPBjNu34uJy9Z2r4WYZwiBR0xnvROA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/am.nnllxvhdu8.png", - "AssetFile": "_content/Nop.Web/images/flags/am.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"401OeWHn6ZR3Xd36mU5Nn3CYdmNNNvrP9rrHAVVZfCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nnllxvhdu8" - }, - { - "Name": "integrity", - "Value": "sha256-401OeWHn6ZR3Xd36mU5Nn3CYdmNNNvrP9rrHAVVZfCM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/am.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/am.png", - "AssetFile": "_content/Nop.Web/images/flags/am.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"401OeWHn6ZR3Xd36mU5Nn3CYdmNNNvrP9rrHAVVZfCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-401OeWHn6ZR3Xd36mU5Nn3CYdmNNNvrP9rrHAVVZfCM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/an.4g7wj1y73m.png", - "AssetFile": "_content/Nop.Web/images/flags/an.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "488" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TJvYVI36WP355qxwP5TIuW2BNsQrBvvcji2IF+WS/94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4g7wj1y73m" - }, - { - "Name": "integrity", - "Value": "sha256-TJvYVI36WP355qxwP5TIuW2BNsQrBvvcji2IF+WS/94=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/an.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/an.png", - "AssetFile": "_content/Nop.Web/images/flags/an.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "488" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TJvYVI36WP355qxwP5TIuW2BNsQrBvvcji2IF+WS/94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TJvYVI36WP355qxwP5TIuW2BNsQrBvvcji2IF+WS/94=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ao.fqo2eixseh.png", - "AssetFile": "_content/Nop.Web/images/flags/ao.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SbClAAVEBBe9Z50D1NePm6DRxFcoXJfpTzblax6LYjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fqo2eixseh" - }, - { - "Name": "integrity", - "Value": "sha256-SbClAAVEBBe9Z50D1NePm6DRxFcoXJfpTzblax6LYjs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ao.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ao.png", - "AssetFile": "_content/Nop.Web/images/flags/ao.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SbClAAVEBBe9Z50D1NePm6DRxFcoXJfpTzblax6LYjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SbClAAVEBBe9Z50D1NePm6DRxFcoXJfpTzblax6LYjs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ar.hegytfrej1.png", - "AssetFile": "_content/Nop.Web/images/flags/ar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "506" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"d2+7BgD5nM3ETi7n+LZVmYjEQ/OnVHklhbG3AIqu25E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hegytfrej1" - }, - { - "Name": "integrity", - "Value": "sha256-d2+7BgD5nM3ETi7n+LZVmYjEQ/OnVHklhbG3AIqu25E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ar.png", - "AssetFile": "_content/Nop.Web/images/flags/ar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "506" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"d2+7BgD5nM3ETi7n+LZVmYjEQ/OnVHklhbG3AIqu25E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d2+7BgD5nM3ETi7n+LZVmYjEQ/OnVHklhbG3AIqu25E=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/as.m3sack8yx8.png", - "AssetFile": "_content/Nop.Web/images/flags/as.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PvfxuCsvKMrgx98WPFzpIn7zckTahRGDdIafxfLgWGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m3sack8yx8" - }, - { - "Name": "integrity", - "Value": "sha256-PvfxuCsvKMrgx98WPFzpIn7zckTahRGDdIafxfLgWGg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/as.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/as.png", - "AssetFile": "_content/Nop.Web/images/flags/as.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PvfxuCsvKMrgx98WPFzpIn7zckTahRGDdIafxfLgWGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PvfxuCsvKMrgx98WPFzpIn7zckTahRGDdIafxfLgWGg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/at.b64yvl7g8z.png", - "AssetFile": "_content/Nop.Web/images/flags/at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "403" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"o6zDnUth+cwQVsGRdtFVnw2suwWHpwCv2+TYgQQMzVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "b64yvl7g8z" - }, - { - "Name": "integrity", - "Value": "sha256-o6zDnUth+cwQVsGRdtFVnw2suwWHpwCv2+TYgQQMzVI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/at.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/at.png", - "AssetFile": "_content/Nop.Web/images/flags/at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "403" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"o6zDnUth+cwQVsGRdtFVnw2suwWHpwCv2+TYgQQMzVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o6zDnUth+cwQVsGRdtFVnw2suwWHpwCv2+TYgQQMzVI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/au.78klkn93ig.png", - "AssetFile": "_content/Nop.Web/images/flags/au.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "78klkn93ig" - }, - { - "Name": "integrity", - "Value": "sha256-p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/au.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/au.png", - "AssetFile": "_content/Nop.Web/images/flags/au.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/aw.5m5zm2e7ai.png", - "AssetFile": "_content/Nop.Web/images/flags/aw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "524" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LcWKH81llXFA+ga6my8b0bNkNyTO8JBeI+FWGls9+ls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5m5zm2e7ai" - }, - { - "Name": "integrity", - "Value": "sha256-LcWKH81llXFA+ga6my8b0bNkNyTO8JBeI+FWGls9+ls=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/aw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/aw.png", - "AssetFile": "_content/Nop.Web/images/flags/aw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "524" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LcWKH81llXFA+ga6my8b0bNkNyTO8JBeI+FWGls9+ls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LcWKH81llXFA+ga6my8b0bNkNyTO8JBeI+FWGls9+ls=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ax.h8hiou1ds1.png", - "AssetFile": "_content/Nop.Web/images/flags/ax.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PzikL9VOTHyxFUAm9zS8RE+cyUK4uR8JnMZdzPbH9DE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h8hiou1ds1" - }, - { - "Name": "integrity", - "Value": "sha256-PzikL9VOTHyxFUAm9zS8RE+cyUK4uR8JnMZdzPbH9DE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ax.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ax.png", - "AssetFile": "_content/Nop.Web/images/flags/ax.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PzikL9VOTHyxFUAm9zS8RE+cyUK4uR8JnMZdzPbH9DE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PzikL9VOTHyxFUAm9zS8RE+cyUK4uR8JnMZdzPbH9DE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/az.png", - "AssetFile": "_content/Nop.Web/images/flags/az.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rdp09MilDPwT/2EukFKn33f64VXiDCtn7DTE49Rtzr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rdp09MilDPwT/2EukFKn33f64VXiDCtn7DTE49Rtzr4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/az.t65wkttclx.png", - "AssetFile": "_content/Nop.Web/images/flags/az.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rdp09MilDPwT/2EukFKn33f64VXiDCtn7DTE49Rtzr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t65wkttclx" - }, - { - "Name": "integrity", - "Value": "sha256-Rdp09MilDPwT/2EukFKn33f64VXiDCtn7DTE49Rtzr4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/az.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ba.aoaeij0cc1.png", - "AssetFile": "_content/Nop.Web/images/flags/ba.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iqucg3WbGhIQQ65VJte9QXTWYSx9DGl2CXMen3uBm2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aoaeij0cc1" - }, - { - "Name": "integrity", - "Value": "sha256-iqucg3WbGhIQQ65VJte9QXTWYSx9DGl2CXMen3uBm2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ba.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ba.png", - "AssetFile": "_content/Nop.Web/images/flags/ba.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iqucg3WbGhIQQ65VJte9QXTWYSx9DGl2CXMen3uBm2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iqucg3WbGhIQQ65VJte9QXTWYSx9DGl2CXMen3uBm2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bb.7vnjsf60f5.png", - "AssetFile": "_content/Nop.Web/images/flags/bb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "585" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"k5d4gKmucpQO11YHWLUaG6MtJ6pf0q1co42G/hAGHBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7vnjsf60f5" - }, - { - "Name": "integrity", - "Value": "sha256-k5d4gKmucpQO11YHWLUaG6MtJ6pf0q1co42G/hAGHBo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bb.png", - "AssetFile": "_content/Nop.Web/images/flags/bb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "585" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"k5d4gKmucpQO11YHWLUaG6MtJ6pf0q1co42G/hAGHBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k5d4gKmucpQO11YHWLUaG6MtJ6pf0q1co42G/hAGHBo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bd.701omjnjjy.png", - "AssetFile": "_content/Nop.Web/images/flags/bd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "504" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F01jspGYG7hbxukJdbI9/QU4oor5zZnjUw11Df7fGAc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "701omjnjjy" - }, - { - "Name": "integrity", - "Value": "sha256-F01jspGYG7hbxukJdbI9/QU4oor5zZnjUw11Df7fGAc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bd.png", - "AssetFile": "_content/Nop.Web/images/flags/bd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "504" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F01jspGYG7hbxukJdbI9/QU4oor5zZnjUw11Df7fGAc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F01jspGYG7hbxukJdbI9/QU4oor5zZnjUw11Df7fGAc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/be.j2m48m22kb.png", - "AssetFile": "_content/Nop.Web/images/flags/be.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "449" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RfdaY/rd6QGPpWmIhMf7CyeI6Pcu4fQFaYuHLVlnQmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j2m48m22kb" - }, - { - "Name": "integrity", - "Value": "sha256-RfdaY/rd6QGPpWmIhMf7CyeI6Pcu4fQFaYuHLVlnQmI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/be.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/be.png", - "AssetFile": "_content/Nop.Web/images/flags/be.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "449" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RfdaY/rd6QGPpWmIhMf7CyeI6Pcu4fQFaYuHLVlnQmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RfdaY/rd6QGPpWmIhMf7CyeI6Pcu4fQFaYuHLVlnQmI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bf.4rgvvhasol.png", - "AssetFile": "_content/Nop.Web/images/flags/bf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kGknXWwYqvZ0Y7H/+3ze/hDads2VXuLFAiz/Bu+iQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4rgvvhasol" - }, - { - "Name": "integrity", - "Value": "sha256-kGknXWwYqvZ0Y7H/+3ze/hDads2VXuLFAiz/Bu+iQfI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bf.png", - "AssetFile": "_content/Nop.Web/images/flags/bf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kGknXWwYqvZ0Y7H/+3ze/hDads2VXuLFAiz/Bu+iQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kGknXWwYqvZ0Y7H/+3ze/hDads2VXuLFAiz/Bu+iQfI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bg.c62ji8szqe.png", - "AssetFile": "_content/Nop.Web/images/flags/bg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "462" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xIOKJK04j5NLBNv526Aqi8bp5Y0KEHZHe0e1mHpcLWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c62ji8szqe" - }, - { - "Name": "integrity", - "Value": "sha256-xIOKJK04j5NLBNv526Aqi8bp5Y0KEHZHe0e1mHpcLWQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bg.png", - "AssetFile": "_content/Nop.Web/images/flags/bg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "462" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xIOKJK04j5NLBNv526Aqi8bp5Y0KEHZHe0e1mHpcLWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xIOKJK04j5NLBNv526Aqi8bp5Y0KEHZHe0e1mHpcLWQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bh.png", - "AssetFile": "_content/Nop.Web/images/flags/bh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "457" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2N/V3FFX4wqp4kHkp9E1E97fYIBFtnNnFupsXKQEeFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2N/V3FFX4wqp4kHkp9E1E97fYIBFtnNnFupsXKQEeFU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bh.sz6vvrqubb.png", - "AssetFile": "_content/Nop.Web/images/flags/bh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "457" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2N/V3FFX4wqp4kHkp9E1E97fYIBFtnNnFupsXKQEeFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sz6vvrqubb" - }, - { - "Name": "integrity", - "Value": "sha256-2N/V3FFX4wqp4kHkp9E1E97fYIBFtnNnFupsXKQEeFU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bi.6e9uc4pa4t.png", - "AssetFile": "_content/Nop.Web/images/flags/bi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8kid+2ZyP4WFgwpR7B/09aUU9bb9i/pCPiiAEY4YunU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6e9uc4pa4t" - }, - { - "Name": "integrity", - "Value": "sha256-8kid+2ZyP4WFgwpR7B/09aUU9bb9i/pCPiiAEY4YunU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bi.png", - "AssetFile": "_content/Nop.Web/images/flags/bi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8kid+2ZyP4WFgwpR7B/09aUU9bb9i/pCPiiAEY4YunU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8kid+2ZyP4WFgwpR7B/09aUU9bb9i/pCPiiAEY4YunU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bj.e1l57ertr4.png", - "AssetFile": "_content/Nop.Web/images/flags/bj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "486" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PreEU86nqsavyppU7IorDUmY30CgxUlFNJkvw49cJAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e1l57ertr4" - }, - { - "Name": "integrity", - "Value": "sha256-PreEU86nqsavyppU7IorDUmY30CgxUlFNJkvw49cJAI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bj.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bj.png", - "AssetFile": "_content/Nop.Web/images/flags/bj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "486" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PreEU86nqsavyppU7IorDUmY30CgxUlFNJkvw49cJAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PreEU86nqsavyppU7IorDUmY30CgxUlFNJkvw49cJAI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bm.8ow62jj2mb.png", - "AssetFile": "_content/Nop.Web/images/flags/bm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6Ah/rwP0eCZswnk4IAk5EVVhWvan8+qkeyFxfOjqpAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8ow62jj2mb" - }, - { - "Name": "integrity", - "Value": "sha256-6Ah/rwP0eCZswnk4IAk5EVVhWvan8+qkeyFxfOjqpAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bm.png", - "AssetFile": "_content/Nop.Web/images/flags/bm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6Ah/rwP0eCZswnk4IAk5EVVhWvan8+qkeyFxfOjqpAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6Ah/rwP0eCZswnk4IAk5EVVhWvan8+qkeyFxfOjqpAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bn.npum9jcmrg.png", - "AssetFile": "_content/Nop.Web/images/flags/bn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Baal2nEL3ZjrHYybCXtoejSs4mjhBr00NymND/yKdHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "npum9jcmrg" - }, - { - "Name": "integrity", - "Value": "sha256-Baal2nEL3ZjrHYybCXtoejSs4mjhBr00NymND/yKdHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bn.png", - "AssetFile": "_content/Nop.Web/images/flags/bn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Baal2nEL3ZjrHYybCXtoejSs4mjhBr00NymND/yKdHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Baal2nEL3ZjrHYybCXtoejSs4mjhBr00NymND/yKdHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bo.41gqrpfhf0.png", - "AssetFile": "_content/Nop.Web/images/flags/bo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qAK0tLMenIcGLnJXYLBSCDyg0swsztEPRHMWiCicTKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "41gqrpfhf0" - }, - { - "Name": "integrity", - "Value": "sha256-qAK0tLMenIcGLnJXYLBSCDyg0swsztEPRHMWiCicTKU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bo.png", - "AssetFile": "_content/Nop.Web/images/flags/bo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qAK0tLMenIcGLnJXYLBSCDyg0swsztEPRHMWiCicTKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qAK0tLMenIcGLnJXYLBSCDyg0swsztEPRHMWiCicTKU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/br.hovbkg0rjp.png", - "AssetFile": "_content/Nop.Web/images/flags/br.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3/b02QcpC9vnSBK/c7WQ8mhpTgow5ktLskuAOkez4xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hovbkg0rjp" - }, - { - "Name": "integrity", - "Value": "sha256-3/b02QcpC9vnSBK/c7WQ8mhpTgow5ktLskuAOkez4xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/br.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/br.png", - "AssetFile": "_content/Nop.Web/images/flags/br.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3/b02QcpC9vnSBK/c7WQ8mhpTgow5ktLskuAOkez4xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3/b02QcpC9vnSBK/c7WQ8mhpTgow5ktLskuAOkez4xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bs.6s257zt8gr.png", - "AssetFile": "_content/Nop.Web/images/flags/bs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "526" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qr9RhkIBBVLeTtJEANXUD6fmvxFCoYP0mJ2tiNfO3l4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6s257zt8gr" - }, - { - "Name": "integrity", - "Value": "sha256-qr9RhkIBBVLeTtJEANXUD6fmvxFCoYP0mJ2tiNfO3l4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bs.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bs.png", - "AssetFile": "_content/Nop.Web/images/flags/bs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "526" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qr9RhkIBBVLeTtJEANXUD6fmvxFCoYP0mJ2tiNfO3l4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qr9RhkIBBVLeTtJEANXUD6fmvxFCoYP0mJ2tiNfO3l4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bt.png", - "AssetFile": "_content/Nop.Web/images/flags/bt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rhDeoqutMUVRA44IdxhXxtZ9NoRId4InXAlNq139oh4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rhDeoqutMUVRA44IdxhXxtZ9NoRId4InXAlNq139oh4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bt.y3aiphjp1a.png", - "AssetFile": "_content/Nop.Web/images/flags/bt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rhDeoqutMUVRA44IdxhXxtZ9NoRId4InXAlNq139oh4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y3aiphjp1a" - }, - { - "Name": "integrity", - "Value": "sha256-rhDeoqutMUVRA44IdxhXxtZ9NoRId4InXAlNq139oh4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bv.gad3twkzlj.png", - "AssetFile": "_content/Nop.Web/images/flags/bv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gad3twkzlj" - }, - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bv.png", - "AssetFile": "_content/Nop.Web/images/flags/bv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bw.2pd7ibhf1c.png", - "AssetFile": "_content/Nop.Web/images/flags/bw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "443" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Fm/+5RJZOHNWva3rIs3H0FP8ie9vUa48d01SKk368I4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2pd7ibhf1c" - }, - { - "Name": "integrity", - "Value": "sha256-Fm/+5RJZOHNWva3rIs3H0FP8ie9vUa48d01SKk368I4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bw.png", - "AssetFile": "_content/Nop.Web/images/flags/bw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "443" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Fm/+5RJZOHNWva3rIs3H0FP8ie9vUa48d01SKk368I4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Fm/+5RJZOHNWva3rIs3H0FP8ie9vUa48d01SKk368I4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/by.g53dbazg66.png", - "AssetFile": "_content/Nop.Web/images/flags/by.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "514" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zCth//iYCG3zEbIvBvy0AOZMRifvhJV1WyTi9/PgVCk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g53dbazg66" - }, - { - "Name": "integrity", - "Value": "sha256-zCth//iYCG3zEbIvBvy0AOZMRifvhJV1WyTi9/PgVCk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/by.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/by.png", - "AssetFile": "_content/Nop.Web/images/flags/by.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "514" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zCth//iYCG3zEbIvBvy0AOZMRifvhJV1WyTi9/PgVCk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zCth//iYCG3zEbIvBvy0AOZMRifvhJV1WyTi9/PgVCk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bz.png", - "AssetFile": "_content/Nop.Web/images/flags/bz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"98p1yOFvsqEcsw2fnnAGUFpxlgG4SmE19Hj2Kn/yFPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-98p1yOFvsqEcsw2fnnAGUFpxlgG4SmE19Hj2Kn/yFPE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/bz.zhf2cp884q.png", - "AssetFile": "_content/Nop.Web/images/flags/bz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"98p1yOFvsqEcsw2fnnAGUFpxlgG4SmE19Hj2Kn/yFPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhf2cp884q" - }, - { - "Name": "integrity", - "Value": "sha256-98p1yOFvsqEcsw2fnnAGUFpxlgG4SmE19Hj2Kn/yFPE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/bz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ca.png", - "AssetFile": "_content/Nop.Web/images/flags/ca.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OmxfrMhhOUi4GDMQGi/4w6EUgTziQHdYX67iaLj/tUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OmxfrMhhOUi4GDMQGi/4w6EUgTziQHdYX67iaLj/tUE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ca.qftnnujbgm.png", - "AssetFile": "_content/Nop.Web/images/flags/ca.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OmxfrMhhOUi4GDMQGi/4w6EUgTziQHdYX67iaLj/tUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qftnnujbgm" - }, - { - "Name": "integrity", - "Value": "sha256-OmxfrMhhOUi4GDMQGi/4w6EUgTziQHdYX67iaLj/tUE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ca.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/catalonia.ooukm2b397.png", - "AssetFile": "_content/Nop.Web/images/flags/catalonia.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "398" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WGZdpJsevKhZk95ueZ9CO0WJNZsutDy2uLuBIj/AKxA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ooukm2b397" - }, - { - "Name": "integrity", - "Value": "sha256-WGZdpJsevKhZk95ueZ9CO0WJNZsutDy2uLuBIj/AKxA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/catalonia.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/catalonia.png", - "AssetFile": "_content/Nop.Web/images/flags/catalonia.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "398" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WGZdpJsevKhZk95ueZ9CO0WJNZsutDy2uLuBIj/AKxA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WGZdpJsevKhZk95ueZ9CO0WJNZsutDy2uLuBIj/AKxA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cc.png", - "AssetFile": "_content/Nop.Web/images/flags/cc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "625" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JdYJBcZUKTBOiVxH37naQkGQ2b4B2SS3XMXLdqG985w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JdYJBcZUKTBOiVxH37naQkGQ2b4B2SS3XMXLdqG985w=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cc.x5t2avbs5l.png", - "AssetFile": "_content/Nop.Web/images/flags/cc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "625" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JdYJBcZUKTBOiVxH37naQkGQ2b4B2SS3XMXLdqG985w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x5t2avbs5l" - }, - { - "Name": "integrity", - "Value": "sha256-JdYJBcZUKTBOiVxH37naQkGQ2b4B2SS3XMXLdqG985w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cd.a20mzmm143.png", - "AssetFile": "_content/Nop.Web/images/flags/cd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "528" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0mRkdmtjxMNhghNVyno27yiO9y/WutI0IcaV4d1Sd0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a20mzmm143" - }, - { - "Name": "integrity", - "Value": "sha256-0mRkdmtjxMNhghNVyno27yiO9y/WutI0IcaV4d1Sd0M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cd.png", - "AssetFile": "_content/Nop.Web/images/flags/cd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "528" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0mRkdmtjxMNhghNVyno27yiO9y/WutI0IcaV4d1Sd0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0mRkdmtjxMNhghNVyno27yiO9y/WutI0IcaV4d1Sd0M=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cf.44pyb6ougk.png", - "AssetFile": "_content/Nop.Web/images/flags/cf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pHb39iKKRW12fy+XtztzbO4Bpk8KzawdByHc1glHboo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "44pyb6ougk" - }, - { - "Name": "integrity", - "Value": "sha256-pHb39iKKRW12fy+XtztzbO4Bpk8KzawdByHc1glHboo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cf.png", - "AssetFile": "_content/Nop.Web/images/flags/cf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pHb39iKKRW12fy+XtztzbO4Bpk8KzawdByHc1glHboo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pHb39iKKRW12fy+XtztzbO4Bpk8KzawdByHc1glHboo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cg.png", - "AssetFile": "_content/Nop.Web/images/flags/cg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m4gUuqs8/3nQN+4c9J7NiZPZUWnU2AkNmn0OzPGNJv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-m4gUuqs8/3nQN+4c9J7NiZPZUWnU2AkNmn0OzPGNJv0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cg.xtvlvtlqib.png", - "AssetFile": "_content/Nop.Web/images/flags/cg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m4gUuqs8/3nQN+4c9J7NiZPZUWnU2AkNmn0OzPGNJv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xtvlvtlqib" - }, - { - "Name": "integrity", - "Value": "sha256-m4gUuqs8/3nQN+4c9J7NiZPZUWnU2AkNmn0OzPGNJv0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ch.agdf3e8lgp.png", - "AssetFile": "_content/Nop.Web/images/flags/ch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2ox0nj8BGfkYdd2qEW8mXUQBUMj2R90/Y0oOsLR04sk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "agdf3e8lgp" - }, - { - "Name": "integrity", - "Value": "sha256-2ox0nj8BGfkYdd2qEW8mXUQBUMj2R90/Y0oOsLR04sk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ch.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ch.png", - "AssetFile": "_content/Nop.Web/images/flags/ch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2ox0nj8BGfkYdd2qEW8mXUQBUMj2R90/Y0oOsLR04sk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2ox0nj8BGfkYdd2qEW8mXUQBUMj2R90/Y0oOsLR04sk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ci.2qagfika6v.png", - "AssetFile": "_content/Nop.Web/images/flags/ci.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SlF5x6VM5DlXgfu1Nbv/sDtL29VgRvkgnU9BWxrVsZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2qagfika6v" - }, - { - "Name": "integrity", - "Value": "sha256-SlF5x6VM5DlXgfu1Nbv/sDtL29VgRvkgnU9BWxrVsZw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ci.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ci.png", - "AssetFile": "_content/Nop.Web/images/flags/ci.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SlF5x6VM5DlXgfu1Nbv/sDtL29VgRvkgnU9BWxrVsZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SlF5x6VM5DlXgfu1Nbv/sDtL29VgRvkgnU9BWxrVsZw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ck.png", - "AssetFile": "_content/Nop.Web/images/flags/ck.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ONm3h9EKr63Yqh3urjQ9/4/uMNIw2G36sU35AC3+ywE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ONm3h9EKr63Yqh3urjQ9/4/uMNIw2G36sU35AC3+ywE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ck.sfxmcu925j.png", - "AssetFile": "_content/Nop.Web/images/flags/ck.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ONm3h9EKr63Yqh3urjQ9/4/uMNIw2G36sU35AC3+ywE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sfxmcu925j" - }, - { - "Name": "integrity", - "Value": "sha256-ONm3h9EKr63Yqh3urjQ9/4/uMNIw2G36sU35AC3+ywE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ck.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cl.37vnu2nomt.png", - "AssetFile": "_content/Nop.Web/images/flags/cl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "450" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UWzekovnz0W+3SjLm+0pEDWqkQaiEzWpIsoeCYeo/bY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "37vnu2nomt" - }, - { - "Name": "integrity", - "Value": "sha256-UWzekovnz0W+3SjLm+0pEDWqkQaiEzWpIsoeCYeo/bY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cl.png", - "AssetFile": "_content/Nop.Web/images/flags/cl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "450" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UWzekovnz0W+3SjLm+0pEDWqkQaiEzWpIsoeCYeo/bY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UWzekovnz0W+3SjLm+0pEDWqkQaiEzWpIsoeCYeo/bY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cm.635wmgdvgg.png", - "AssetFile": "_content/Nop.Web/images/flags/cm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PnhddMOiGpmXKjiwIetHXZmUAjm8C8GkAgvHep7PcOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "635wmgdvgg" - }, - { - "Name": "integrity", - "Value": "sha256-PnhddMOiGpmXKjiwIetHXZmUAjm8C8GkAgvHep7PcOE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cm.png", - "AssetFile": "_content/Nop.Web/images/flags/cm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PnhddMOiGpmXKjiwIetHXZmUAjm8C8GkAgvHep7PcOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PnhddMOiGpmXKjiwIetHXZmUAjm8C8GkAgvHep7PcOE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cn.k7eexuamwz.png", - "AssetFile": "_content/Nop.Web/images/flags/cn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cFgjO1vf3UJ56S6d/mS9SmGv1+dtl9ukmM4dV3e5IYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k7eexuamwz" - }, - { - "Name": "integrity", - "Value": "sha256-cFgjO1vf3UJ56S6d/mS9SmGv1+dtl9ukmM4dV3e5IYU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cn.png", - "AssetFile": "_content/Nop.Web/images/flags/cn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cFgjO1vf3UJ56S6d/mS9SmGv1+dtl9ukmM4dV3e5IYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cFgjO1vf3UJ56S6d/mS9SmGv1+dtl9ukmM4dV3e5IYU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/co.png", - "AssetFile": "_content/Nop.Web/images/flags/co.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3b2hig46Jy5j8qPnNIk72Ej863aFUFetJjgj7btMpN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3b2hig46Jy5j8qPnNIk72Ej863aFUFetJjgj7btMpN8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/co.twovijfvw6.png", - "AssetFile": "_content/Nop.Web/images/flags/co.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3b2hig46Jy5j8qPnNIk72Ej863aFUFetJjgj7btMpN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "twovijfvw6" - }, - { - "Name": "integrity", - "Value": "sha256-3b2hig46Jy5j8qPnNIk72Ej863aFUFetJjgj7btMpN8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/co.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cr.mijp3wgtcm.png", - "AssetFile": "_content/Nop.Web/images/flags/cr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "477" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8i26/I6u4jfKyaNXd+mIGIaOLofke2QLv0xIevwQsH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mijp3wgtcm" - }, - { - "Name": "integrity", - "Value": "sha256-8i26/I6u4jfKyaNXd+mIGIaOLofke2QLv0xIevwQsH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cr.png", - "AssetFile": "_content/Nop.Web/images/flags/cr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "477" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8i26/I6u4jfKyaNXd+mIGIaOLofke2QLv0xIevwQsH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8i26/I6u4jfKyaNXd+mIGIaOLofke2QLv0xIevwQsH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cs.jzca9ypup6.png", - "AssetFile": "_content/Nop.Web/images/flags/cs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "439" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P+EcKgtMK1ADXCJNLmyHuhmgVmOBHEWdTjoveArt6Vc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jzca9ypup6" - }, - { - "Name": "integrity", - "Value": "sha256-P+EcKgtMK1ADXCJNLmyHuhmgVmOBHEWdTjoveArt6Vc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cs.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cs.png", - "AssetFile": "_content/Nop.Web/images/flags/cs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "439" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P+EcKgtMK1ADXCJNLmyHuhmgVmOBHEWdTjoveArt6Vc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P+EcKgtMK1ADXCJNLmyHuhmgVmOBHEWdTjoveArt6Vc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cu.png", - "AssetFile": "_content/Nop.Web/images/flags/cu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n8coEFkkljSdFOE6TFthuMrnOIvk1dOVrCv5nS8+1Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n8coEFkkljSdFOE6TFthuMrnOIvk1dOVrCv5nS8+1Po=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cu.xgcpdcdqa6.png", - "AssetFile": "_content/Nop.Web/images/flags/cu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n8coEFkkljSdFOE6TFthuMrnOIvk1dOVrCv5nS8+1Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xgcpdcdqa6" - }, - { - "Name": "integrity", - "Value": "sha256-n8coEFkkljSdFOE6TFthuMrnOIvk1dOVrCv5nS8+1Po=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cv.6rd2jc1sfa.png", - "AssetFile": "_content/Nop.Web/images/flags/cv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "529" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ImUNrEtATKMuc/5k35DiGpVeyPZ6PcLvUBNdNCFD2rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6rd2jc1sfa" - }, - { - "Name": "integrity", - "Value": "sha256-ImUNrEtATKMuc/5k35DiGpVeyPZ6PcLvUBNdNCFD2rs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cv.png", - "AssetFile": "_content/Nop.Web/images/flags/cv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "529" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ImUNrEtATKMuc/5k35DiGpVeyPZ6PcLvUBNdNCFD2rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ImUNrEtATKMuc/5k35DiGpVeyPZ6PcLvUBNdNCFD2rs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cx.png", - "AssetFile": "_content/Nop.Web/images/flags/cx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jcDvCuBscXk3rL8Lr9lHzJoMmYS9aDm8a6IsgoV6zUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jcDvCuBscXk3rL8Lr9lHzJoMmYS9aDm8a6IsgoV6zUM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cx.xf9zytf3ew.png", - "AssetFile": "_content/Nop.Web/images/flags/cx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jcDvCuBscXk3rL8Lr9lHzJoMmYS9aDm8a6IsgoV6zUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xf9zytf3ew" - }, - { - "Name": "integrity", - "Value": "sha256-jcDvCuBscXk3rL8Lr9lHzJoMmYS9aDm8a6IsgoV6zUM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cy.56qplftijd.png", - "AssetFile": "_content/Nop.Web/images/flags/cy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vXGYx2WUpu0RR0EqTjfRriWNH9k1jZbe2bUk2+6nvDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "56qplftijd" - }, - { - "Name": "integrity", - "Value": "sha256-vXGYx2WUpu0RR0EqTjfRriWNH9k1jZbe2bUk2+6nvDA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cy.png", - "AssetFile": "_content/Nop.Web/images/flags/cy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vXGYx2WUpu0RR0EqTjfRriWNH9k1jZbe2bUk2+6nvDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vXGYx2WUpu0RR0EqTjfRriWNH9k1jZbe2bUk2+6nvDA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cz.7i8c3wqqul.png", - "AssetFile": "_content/Nop.Web/images/flags/cz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Dzk2bYj6vm9vXHo8tqERZd5rxrwhCIAsSd9fmEC8ZUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7i8c3wqqul" - }, - { - "Name": "integrity", - "Value": "sha256-Dzk2bYj6vm9vXHo8tqERZd5rxrwhCIAsSd9fmEC8ZUE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/cz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/cz.png", - "AssetFile": "_content/Nop.Web/images/flags/cz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Dzk2bYj6vm9vXHo8tqERZd5rxrwhCIAsSd9fmEC8ZUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dzk2bYj6vm9vXHo8tqERZd5rxrwhCIAsSd9fmEC8ZUE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/de.png", - "AssetFile": "_content/Nop.Web/images/flags/de.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MyOBQAb+ZzlJPScFeVSUGDC1nv8366rJlDEOF8Ui3Vc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MyOBQAb+ZzlJPScFeVSUGDC1nv8366rJlDEOF8Ui3Vc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/de.vtoq7bz69u.png", - "AssetFile": "_content/Nop.Web/images/flags/de.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MyOBQAb+ZzlJPScFeVSUGDC1nv8366rJlDEOF8Ui3Vc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vtoq7bz69u" - }, - { - "Name": "integrity", - "Value": "sha256-MyOBQAb+ZzlJPScFeVSUGDC1nv8366rJlDEOF8Ui3Vc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/de.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dj.1hdest7lnr.png", - "AssetFile": "_content/Nop.Web/images/flags/dj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S+Qb/XJSgq3EEKI0iMKQAouKQz5hTf+qSdDLKNa7s58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hdest7lnr" - }, - { - "Name": "integrity", - "Value": "sha256-S+Qb/XJSgq3EEKI0iMKQAouKQz5hTf+qSdDLKNa7s58=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/dj.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dj.png", - "AssetFile": "_content/Nop.Web/images/flags/dj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S+Qb/XJSgq3EEKI0iMKQAouKQz5hTf+qSdDLKNa7s58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S+Qb/XJSgq3EEKI0iMKQAouKQz5hTf+qSdDLKNa7s58=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dk.kqlwkae26r.png", - "AssetFile": "_content/Nop.Web/images/flags/dk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DJITvjpcvF1lYJPKQV0rn1LeBn2O1dfP1wTOjNBWTSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kqlwkae26r" - }, - { - "Name": "integrity", - "Value": "sha256-DJITvjpcvF1lYJPKQV0rn1LeBn2O1dfP1wTOjNBWTSw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/dk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dk.png", - "AssetFile": "_content/Nop.Web/images/flags/dk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DJITvjpcvF1lYJPKQV0rn1LeBn2O1dfP1wTOjNBWTSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DJITvjpcvF1lYJPKQV0rn1LeBn2O1dfP1wTOjNBWTSw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dm.3l8vert39i.png", - "AssetFile": "_content/Nop.Web/images/flags/dm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "620" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yRgTqdB1PE+ZUD5xI8G0CyyAWuNhKK+562OEwnXDgZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3l8vert39i" - }, - { - "Name": "integrity", - "Value": "sha256-yRgTqdB1PE+ZUD5xI8G0CyyAWuNhKK+562OEwnXDgZU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/dm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dm.png", - "AssetFile": "_content/Nop.Web/images/flags/dm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "620" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yRgTqdB1PE+ZUD5xI8G0CyyAWuNhKK+562OEwnXDgZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yRgTqdB1PE+ZUD5xI8G0CyyAWuNhKK+562OEwnXDgZU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/do.png", - "AssetFile": "_content/Nop.Web/images/flags/do.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UFwxM04D4igPX+Pru8IQ9x9e5yQskCHD1XJ+xBFLW2g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UFwxM04D4igPX+Pru8IQ9x9e5yQskCHD1XJ+xBFLW2g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/do.slcayrt65l.png", - "AssetFile": "_content/Nop.Web/images/flags/do.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UFwxM04D4igPX+Pru8IQ9x9e5yQskCHD1XJ+xBFLW2g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "slcayrt65l" - }, - { - "Name": "integrity", - "Value": "sha256-UFwxM04D4igPX+Pru8IQ9x9e5yQskCHD1XJ+xBFLW2g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/do.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dz.png", - "AssetFile": "_content/Nop.Web/images/flags/dz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8uoA2qZmCbqVoY2sE/O6Cj0lIvjtvNEJ5f0l/PEolZE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8uoA2qZmCbqVoY2sE/O6Cj0lIvjtvNEJ5f0l/PEolZE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/dz.u0r1a714j6.png", - "AssetFile": "_content/Nop.Web/images/flags/dz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8uoA2qZmCbqVoY2sE/O6Cj0lIvjtvNEJ5f0l/PEolZE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u0r1a714j6" - }, - { - "Name": "integrity", - "Value": "sha256-8uoA2qZmCbqVoY2sE/O6Cj0lIvjtvNEJ5f0l/PEolZE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/dz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ec.326go5g1hp.png", - "AssetFile": "_content/Nop.Web/images/flags/ec.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qw7MSTbwYj4+KY7m9F2I0gjhO3JFPsG74r4Kvb7+q7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "326go5g1hp" - }, - { - "Name": "integrity", - "Value": "sha256-qw7MSTbwYj4+KY7m9F2I0gjhO3JFPsG74r4Kvb7+q7s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ec.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ec.png", - "AssetFile": "_content/Nop.Web/images/flags/ec.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qw7MSTbwYj4+KY7m9F2I0gjhO3JFPsG74r4Kvb7+q7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qw7MSTbwYj4+KY7m9F2I0gjhO3JFPsG74r4Kvb7+q7s=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ee.ega6smhusn.png", - "AssetFile": "_content/Nop.Web/images/flags/ee.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "429" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"br6PfjPbUwZSoLHGOU7E9QovzAtKMdGrM9tl1oFd0Ic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ega6smhusn" - }, - { - "Name": "integrity", - "Value": "sha256-br6PfjPbUwZSoLHGOU7E9QovzAtKMdGrM9tl1oFd0Ic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ee.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ee.png", - "AssetFile": "_content/Nop.Web/images/flags/ee.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "429" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"br6PfjPbUwZSoLHGOU7E9QovzAtKMdGrM9tl1oFd0Ic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-br6PfjPbUwZSoLHGOU7E9QovzAtKMdGrM9tl1oFd0Ic=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/eg.kq644jt3py.png", - "AssetFile": "_content/Nop.Web/images/flags/eg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5MRLfOinJyDiq4s4uIhfyjbdoE2qFK43kJu9UB2FMHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kq644jt3py" - }, - { - "Name": "integrity", - "Value": "sha256-5MRLfOinJyDiq4s4uIhfyjbdoE2qFK43kJu9UB2FMHQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/eg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/eg.png", - "AssetFile": "_content/Nop.Web/images/flags/eg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5MRLfOinJyDiq4s4uIhfyjbdoE2qFK43kJu9UB2FMHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5MRLfOinJyDiq4s4uIhfyjbdoE2qFK43kJu9UB2FMHQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/eh.9ytn68h4px.png", - "AssetFile": "_content/Nop.Web/images/flags/eh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ye2lGuvlQMFiGXZ7XI5kuCHW+FeDLYWUCG+4ccgX/Rk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ytn68h4px" - }, - { - "Name": "integrity", - "Value": "sha256-Ye2lGuvlQMFiGXZ7XI5kuCHW+FeDLYWUCG+4ccgX/Rk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/eh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/eh.png", - "AssetFile": "_content/Nop.Web/images/flags/eh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ye2lGuvlQMFiGXZ7XI5kuCHW+FeDLYWUCG+4ccgX/Rk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ye2lGuvlQMFiGXZ7XI5kuCHW+FeDLYWUCG+4ccgX/Rk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/england.png", - "AssetFile": "_content/Nop.Web/images/flags/england.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMDA0egzUWpU2JDLY63Nasu0DBTqyA5bzQfZLfn/TPs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JMDA0egzUWpU2JDLY63Nasu0DBTqyA5bzQfZLfn/TPs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/england.s2gba0loa3.png", - "AssetFile": "_content/Nop.Web/images/flags/england.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMDA0egzUWpU2JDLY63Nasu0DBTqyA5bzQfZLfn/TPs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s2gba0loa3" - }, - { - "Name": "integrity", - "Value": "sha256-JMDA0egzUWpU2JDLY63Nasu0DBTqyA5bzQfZLfn/TPs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/england.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/er.png", - "AssetFile": "_content/Nop.Web/images/flags/er.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "653" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yr5eqjlaaB/VECnvYDRJvzGRS5NPmqpzSGylXsd8Mbo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yr5eqjlaaB/VECnvYDRJvzGRS5NPmqpzSGylXsd8Mbo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/er.qrx5fidp9r.png", - "AssetFile": "_content/Nop.Web/images/flags/er.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "653" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yr5eqjlaaB/VECnvYDRJvzGRS5NPmqpzSGylXsd8Mbo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qrx5fidp9r" - }, - { - "Name": "integrity", - "Value": "sha256-yr5eqjlaaB/VECnvYDRJvzGRS5NPmqpzSGylXsd8Mbo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/er.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/es.70hsg4brp6.png", - "AssetFile": "_content/Nop.Web/images/flags/es.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "469" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6apvz16BTiW3Ri7VlGQ+JZec+cBPOmgZe1dVtHasOKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "70hsg4brp6" - }, - { - "Name": "integrity", - "Value": "sha256-6apvz16BTiW3Ri7VlGQ+JZec+cBPOmgZe1dVtHasOKc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/es.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/es.png", - "AssetFile": "_content/Nop.Web/images/flags/es.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "469" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6apvz16BTiW3Ri7VlGQ+JZec+cBPOmgZe1dVtHasOKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6apvz16BTiW3Ri7VlGQ+JZec+cBPOmgZe1dVtHasOKc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/et.png", - "AssetFile": "_content/Nop.Web/images/flags/et.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aZdaQjpaXrHMM8VUdWttl+n1L4JT+BipGQ2xeE5VVY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aZdaQjpaXrHMM8VUdWttl+n1L4JT+BipGQ2xeE5VVY8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/et.v2z466c23l.png", - "AssetFile": "_content/Nop.Web/images/flags/et.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aZdaQjpaXrHMM8VUdWttl+n1L4JT+BipGQ2xeE5VVY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v2z466c23l" - }, - { - "Name": "integrity", - "Value": "sha256-aZdaQjpaXrHMM8VUdWttl+n1L4JT+BipGQ2xeE5VVY8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/et.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/europeanunion.5kiuozwmz7.png", - "AssetFile": "_content/Nop.Web/images/flags/europeanunion.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "479" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"db2b8PjSfP97gAXBoYCNdZI6se5gb3IgtLNWFuPlqK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5kiuozwmz7" - }, - { - "Name": "integrity", - "Value": "sha256-db2b8PjSfP97gAXBoYCNdZI6se5gb3IgtLNWFuPlqK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/europeanunion.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/europeanunion.png", - "AssetFile": "_content/Nop.Web/images/flags/europeanunion.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "479" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"db2b8PjSfP97gAXBoYCNdZI6se5gb3IgtLNWFuPlqK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-db2b8PjSfP97gAXBoYCNdZI6se5gb3IgtLNWFuPlqK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fam.ad4bku9i2e.png", - "AssetFile": "_content/Nop.Web/images/flags/fam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3sbJWXfZCn5GiyuCPXTNkqebpiOsNwUCjurzZpupiQY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ad4bku9i2e" - }, - { - "Name": "integrity", - "Value": "sha256-3sbJWXfZCn5GiyuCPXTNkqebpiOsNwUCjurzZpupiQY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fam.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fam.png", - "AssetFile": "_content/Nop.Web/images/flags/fam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3sbJWXfZCn5GiyuCPXTNkqebpiOsNwUCjurzZpupiQY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3sbJWXfZCn5GiyuCPXTNkqebpiOsNwUCjurzZpupiQY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fi.gdr7dzqmuz.png", - "AssetFile": "_content/Nop.Web/images/flags/fi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "489" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VD9Cb7Na0sdhZBpnl3yPrw2UDUBU0NwddDOYfrw6oYE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gdr7dzqmuz" - }, - { - "Name": "integrity", - "Value": "sha256-VD9Cb7Na0sdhZBpnl3yPrw2UDUBU0NwddDOYfrw6oYE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fi.png", - "AssetFile": "_content/Nop.Web/images/flags/fi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "489" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VD9Cb7Na0sdhZBpnl3yPrw2UDUBU0NwddDOYfrw6oYE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VD9Cb7Na0sdhZBpnl3yPrw2UDUBU0NwddDOYfrw6oYE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fj.png", - "AssetFile": "_content/Nop.Web/images/flags/fj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "610" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vE9fdOYd/jSdy8EQz8sDQtCtsMBSZSgx85ld+mO7m3A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vE9fdOYd/jSdy8EQz8sDQtCtsMBSZSgx85ld+mO7m3A=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fj.su7ikxwo46.png", - "AssetFile": "_content/Nop.Web/images/flags/fj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "610" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vE9fdOYd/jSdy8EQz8sDQtCtsMBSZSgx85ld+mO7m3A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "su7ikxwo46" - }, - { - "Name": "integrity", - "Value": "sha256-vE9fdOYd/jSdy8EQz8sDQtCtsMBSZSgx85ld+mO7m3A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fj.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fk.4r9jq8dlga.png", - "AssetFile": "_content/Nop.Web/images/flags/fk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4L17c55CrqrCaPdxM/xwoijhFVU2YoEcAV0uCC2gVNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4r9jq8dlga" - }, - { - "Name": "integrity", - "Value": "sha256-4L17c55CrqrCaPdxM/xwoijhFVU2YoEcAV0uCC2gVNY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fk.png", - "AssetFile": "_content/Nop.Web/images/flags/fk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4L17c55CrqrCaPdxM/xwoijhFVU2YoEcAV0uCC2gVNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4L17c55CrqrCaPdxM/xwoijhFVU2YoEcAV0uCC2gVNY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fm.ke0ad1elxz.png", - "AssetFile": "_content/Nop.Web/images/flags/fm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jBFa7M3mmdA9USTrMPhTEpzeDwPpTp0lXtoOrp6ljCg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ke0ad1elxz" - }, - { - "Name": "integrity", - "Value": "sha256-jBFa7M3mmdA9USTrMPhTEpzeDwPpTp0lXtoOrp6ljCg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fm.png", - "AssetFile": "_content/Nop.Web/images/flags/fm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jBFa7M3mmdA9USTrMPhTEpzeDwPpTp0lXtoOrp6ljCg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jBFa7M3mmdA9USTrMPhTEpzeDwPpTp0lXtoOrp6ljCg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fo.png", - "AssetFile": "_content/Nop.Web/images/flags/fo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"W56eQ7H3lpyXpytl3hKv0kKeg9HmRPwh7KSLWaSJ2Co=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W56eQ7H3lpyXpytl3hKv0kKeg9HmRPwh7KSLWaSJ2Co=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fo.telphecvcr.png", - "AssetFile": "_content/Nop.Web/images/flags/fo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"W56eQ7H3lpyXpytl3hKv0kKeg9HmRPwh7KSLWaSJ2Co=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "telphecvcr" - }, - { - "Name": "integrity", - "Value": "sha256-W56eQ7H3lpyXpytl3hKv0kKeg9HmRPwh7KSLWaSJ2Co=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fr.jhtxpkwff9.png", - "AssetFile": "_content/Nop.Web/images/flags/fr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jhtxpkwff9" - }, - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/fr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/fr.png", - "AssetFile": "_content/Nop.Web/images/flags/fr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ga.411livjcb8.png", - "AssetFile": "_content/Nop.Web/images/flags/ga.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "489" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eFZa2RbOHPhYCGDP9hhHVs+fvwj4DQQZf1Z6jxgfmks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "411livjcb8" - }, - { - "Name": "integrity", - "Value": "sha256-eFZa2RbOHPhYCGDP9hhHVs+fvwj4DQQZf1Z6jxgfmks=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ga.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ga.png", - "AssetFile": "_content/Nop.Web/images/flags/ga.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "489" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eFZa2RbOHPhYCGDP9hhHVs+fvwj4DQQZf1Z6jxgfmks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eFZa2RbOHPhYCGDP9hhHVs+fvwj4DQQZf1Z6jxgfmks=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gb.9ptws2jg1m.png", - "AssetFile": "_content/Nop.Web/images/flags/gb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "599" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXLFqL74D8pvmfR24V7JXOLV5fZcbaue6OVjSL4NOfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ptws2jg1m" - }, - { - "Name": "integrity", - "Value": "sha256-XXLFqL74D8pvmfR24V7JXOLV5fZcbaue6OVjSL4NOfw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gb.png", - "AssetFile": "_content/Nop.Web/images/flags/gb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "599" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXLFqL74D8pvmfR24V7JXOLV5fZcbaue6OVjSL4NOfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XXLFqL74D8pvmfR24V7JXOLV5fZcbaue6OVjSL4NOfw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gd.7htd4i8o7h.png", - "AssetFile": "_content/Nop.Web/images/flags/gd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hZ02AZO9wxGLE97QvB/pNW3rRCCQ2qkfcAJnA16d/sw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7htd4i8o7h" - }, - { - "Name": "integrity", - "Value": "sha256-hZ02AZO9wxGLE97QvB/pNW3rRCCQ2qkfcAJnA16d/sw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gd.png", - "AssetFile": "_content/Nop.Web/images/flags/gd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hZ02AZO9wxGLE97QvB/pNW3rRCCQ2qkfcAJnA16d/sw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hZ02AZO9wxGLE97QvB/pNW3rRCCQ2qkfcAJnA16d/sw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ge.l919z4hk2s.png", - "AssetFile": "_content/Nop.Web/images/flags/ge.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "594" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qRGBiXbQEmE6PNCvpvjpls3/w6MrqC2IiZ5p+8VfZ74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l919z4hk2s" - }, - { - "Name": "integrity", - "Value": "sha256-qRGBiXbQEmE6PNCvpvjpls3/w6MrqC2IiZ5p+8VfZ74=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ge.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ge.png", - "AssetFile": "_content/Nop.Web/images/flags/ge.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "594" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qRGBiXbQEmE6PNCvpvjpls3/w6MrqC2IiZ5p+8VfZ74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qRGBiXbQEmE6PNCvpvjpls3/w6MrqC2IiZ5p+8VfZ74=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gf.jhtxpkwff9.png", - "AssetFile": "_content/Nop.Web/images/flags/gf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jhtxpkwff9" - }, - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gf.png", - "AssetFile": "_content/Nop.Web/images/flags/gf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gh.d7wrprg7my.png", - "AssetFile": "_content/Nop.Web/images/flags/gh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N1+pDuul8Bexv6gz6LklfN6KDZ8j9mj9UIlSJ4sJbyI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7wrprg7my" - }, - { - "Name": "integrity", - "Value": "sha256-N1+pDuul8Bexv6gz6LklfN6KDZ8j9mj9UIlSJ4sJbyI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gh.png", - "AssetFile": "_content/Nop.Web/images/flags/gh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N1+pDuul8Bexv6gz6LklfN6KDZ8j9mj9UIlSJ4sJbyI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N1+pDuul8Bexv6gz6LklfN6KDZ8j9mj9UIlSJ4sJbyI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gi.cnacdkrwft.png", - "AssetFile": "_content/Nop.Web/images/flags/gi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "463" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6G3MetVVa3IC00scuscuO7C5exn8Q5GaxzIdqUqPOXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cnacdkrwft" - }, - { - "Name": "integrity", - "Value": "sha256-6G3MetVVa3IC00scuscuO7C5exn8Q5GaxzIdqUqPOXM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gi.png", - "AssetFile": "_content/Nop.Web/images/flags/gi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "463" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6G3MetVVa3IC00scuscuO7C5exn8Q5GaxzIdqUqPOXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6G3MetVVa3IC00scuscuO7C5exn8Q5GaxzIdqUqPOXM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gl.m2l2gn9nyz.png", - "AssetFile": "_content/Nop.Web/images/flags/gl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LvOt3bZ7h80vYWUsxsgHVWvOC2NDOVjMitSbijtP8K4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m2l2gn9nyz" - }, - { - "Name": "integrity", - "Value": "sha256-LvOt3bZ7h80vYWUsxsgHVWvOC2NDOVjMitSbijtP8K4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gl.png", - "AssetFile": "_content/Nop.Web/images/flags/gl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LvOt3bZ7h80vYWUsxsgHVWvOC2NDOVjMitSbijtP8K4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LvOt3bZ7h80vYWUsxsgHVWvOC2NDOVjMitSbijtP8K4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gm.bp4v8xb5mr.png", - "AssetFile": "_content/Nop.Web/images/flags/gm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j0URsMojPr5l6cQ1sNYgpYvGB3AEacm06kRtK123mVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bp4v8xb5mr" - }, - { - "Name": "integrity", - "Value": "sha256-j0URsMojPr5l6cQ1sNYgpYvGB3AEacm06kRtK123mVI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gm.png", - "AssetFile": "_content/Nop.Web/images/flags/gm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j0URsMojPr5l6cQ1sNYgpYvGB3AEacm06kRtK123mVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j0URsMojPr5l6cQ1sNYgpYvGB3AEacm06kRtK123mVI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gn.evnarzuk3m.png", - "AssetFile": "_content/Nop.Web/images/flags/gn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "480" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"piFkl8AikaLqmyoE0RE2L9RPYOdU/3TIFWHucwki3Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "evnarzuk3m" - }, - { - "Name": "integrity", - "Value": "sha256-piFkl8AikaLqmyoE0RE2L9RPYOdU/3TIFWHucwki3Jg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gn.png", - "AssetFile": "_content/Nop.Web/images/flags/gn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "480" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"piFkl8AikaLqmyoE0RE2L9RPYOdU/3TIFWHucwki3Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-piFkl8AikaLqmyoE0RE2L9RPYOdU/3TIFWHucwki3Jg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gp.905d4gnpab.png", - "AssetFile": "_content/Nop.Web/images/flags/gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "488" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZzGx3hle5tLxWRw3u4a8WAakPVWeiBq3HxFiiFI4it0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "905d4gnpab" - }, - { - "Name": "integrity", - "Value": "sha256-ZzGx3hle5tLxWRw3u4a8WAakPVWeiBq3HxFiiFI4it0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gp.png", - "AssetFile": "_content/Nop.Web/images/flags/gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "488" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZzGx3hle5tLxWRw3u4a8WAakPVWeiBq3HxFiiFI4it0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZzGx3hle5tLxWRw3u4a8WAakPVWeiBq3HxFiiFI4it0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gq.png", - "AssetFile": "_content/Nop.Web/images/flags/gq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oVYIKZr97tKTm2h9S+4Q6UQDlfYdaeQCw3qBtPNLxu8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oVYIKZr97tKTm2h9S+4Q6UQDlfYdaeQCw3qBtPNLxu8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gq.zrno3ib43a.png", - "AssetFile": "_content/Nop.Web/images/flags/gq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oVYIKZr97tKTm2h9S+4Q6UQDlfYdaeQCw3qBtPNLxu8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zrno3ib43a" - }, - { - "Name": "integrity", - "Value": "sha256-oVYIKZr97tKTm2h9S+4Q6UQDlfYdaeQCw3qBtPNLxu8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gq.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gr.it7r0iavzb.png", - "AssetFile": "_content/Nop.Web/images/flags/gr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "487" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VkjSB4dWrgsIQxLEawLYKQXNn7hCYiZ8r8+bcYKKw1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "it7r0iavzb" - }, - { - "Name": "integrity", - "Value": "sha256-VkjSB4dWrgsIQxLEawLYKQXNn7hCYiZ8r8+bcYKKw1g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gr.png", - "AssetFile": "_content/Nop.Web/images/flags/gr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "487" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VkjSB4dWrgsIQxLEawLYKQXNn7hCYiZ8r8+bcYKKw1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VkjSB4dWrgsIQxLEawLYKQXNn7hCYiZ8r8+bcYKKw1g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gs.nqeie1tpuw.png", - "AssetFile": "_content/Nop.Web/images/flags/gs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "630" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H50FB96I764VfnXzXCUmX12dPwZXkXj8y79QmHApyT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nqeie1tpuw" - }, - { - "Name": "integrity", - "Value": "sha256-H50FB96I764VfnXzXCUmX12dPwZXkXj8y79QmHApyT8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gs.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gs.png", - "AssetFile": "_content/Nop.Web/images/flags/gs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "630" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H50FB96I764VfnXzXCUmX12dPwZXkXj8y79QmHApyT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H50FB96I764VfnXzXCUmX12dPwZXkXj8y79QmHApyT8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gt.1dmvt3zhc4.png", - "AssetFile": "_content/Nop.Web/images/flags/gt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C+TUZoceyFuziShVrkmLKnjo/KmSAk7H78wRnQixqEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1dmvt3zhc4" - }, - { - "Name": "integrity", - "Value": "sha256-C+TUZoceyFuziShVrkmLKnjo/KmSAk7H78wRnQixqEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gt.png", - "AssetFile": "_content/Nop.Web/images/flags/gt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C+TUZoceyFuziShVrkmLKnjo/KmSAk7H78wRnQixqEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C+TUZoceyFuziShVrkmLKnjo/KmSAk7H78wRnQixqEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gu.png", - "AssetFile": "_content/Nop.Web/images/flags/gu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"txFPlWaMd+YpPLMTi/kImJCJF5w3UBpw/cSe7bc8PUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-txFPlWaMd+YpPLMTi/kImJCJF5w3UBpw/cSe7bc8PUU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gu.vytw6rmpb5.png", - "AssetFile": "_content/Nop.Web/images/flags/gu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"txFPlWaMd+YpPLMTi/kImJCJF5w3UBpw/cSe7bc8PUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vytw6rmpb5" - }, - { - "Name": "integrity", - "Value": "sha256-txFPlWaMd+YpPLMTi/kImJCJF5w3UBpw/cSe7bc8PUU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gw.mbdgesuvn2.png", - "AssetFile": "_content/Nop.Web/images/flags/gw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "516" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cgU5uGxVWIBjeu9wWv9KLFSXpLXv1jPBg1NxruXWp60=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mbdgesuvn2" - }, - { - "Name": "integrity", - "Value": "sha256-cgU5uGxVWIBjeu9wWv9KLFSXpLXv1jPBg1NxruXWp60=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gw.png", - "AssetFile": "_content/Nop.Web/images/flags/gw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "516" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cgU5uGxVWIBjeu9wWv9KLFSXpLXv1jPBg1NxruXWp60=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cgU5uGxVWIBjeu9wWv9KLFSXpLXv1jPBg1NxruXWp60=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gy.g06po3zuvb.png", - "AssetFile": "_content/Nop.Web/images/flags/gy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sJ6uHqygWBxHsAZIJQYeOTnuipOMTFHQBLCGg3LxNBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g06po3zuvb" - }, - { - "Name": "integrity", - "Value": "sha256-sJ6uHqygWBxHsAZIJQYeOTnuipOMTFHQBLCGg3LxNBM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/gy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/gy.png", - "AssetFile": "_content/Nop.Web/images/flags/gy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sJ6uHqygWBxHsAZIJQYeOTnuipOMTFHQBLCGg3LxNBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sJ6uHqygWBxHsAZIJQYeOTnuipOMTFHQBLCGg3LxNBM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hk.png", - "AssetFile": "_content/Nop.Web/images/flags/hk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IaPFSw9RJD80dH7rL+srJifCkTPm46ihEmt72oFwjas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IaPFSw9RJD80dH7rL+srJifCkTPm46ihEmt72oFwjas=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hk.pqe6v5az4p.png", - "AssetFile": "_content/Nop.Web/images/flags/hk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IaPFSw9RJD80dH7rL+srJifCkTPm46ihEmt72oFwjas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pqe6v5az4p" - }, - { - "Name": "integrity", - "Value": "sha256-IaPFSw9RJD80dH7rL+srJifCkTPm46ihEmt72oFwjas=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/hk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hm.78klkn93ig.png", - "AssetFile": "_content/Nop.Web/images/flags/hm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "78klkn93ig" - }, - { - "Name": "integrity", - "Value": "sha256-p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/hm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hm.png", - "AssetFile": "_content/Nop.Web/images/flags/hm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p/loO8QkDvlA7j1KrxJ1Fa3TDSWwsheabN7COURjVgM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hn.a6286u94ko.png", - "AssetFile": "_content/Nop.Web/images/flags/hn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/rR8i+8N3lPY9Flv5HkdIajQ6gYKpbROHRbSWDysY+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a6286u94ko" - }, - { - "Name": "integrity", - "Value": "sha256-/rR8i+8N3lPY9Flv5HkdIajQ6gYKpbROHRbSWDysY+E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/hn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hn.png", - "AssetFile": "_content/Nop.Web/images/flags/hn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/rR8i+8N3lPY9Flv5HkdIajQ6gYKpbROHRbSWDysY+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/rR8i+8N3lPY9Flv5HkdIajQ6gYKpbROHRbSWDysY+E=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hr.cknslbcf7b.png", - "AssetFile": "_content/Nop.Web/images/flags/hr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "524" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tNh+ze7ykELwWyatgfv+zkcpInDrDPsQqxMvGMPOmM0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cknslbcf7b" - }, - { - "Name": "integrity", - "Value": "sha256-tNh+ze7ykELwWyatgfv+zkcpInDrDPsQqxMvGMPOmM0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/hr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hr.png", - "AssetFile": "_content/Nop.Web/images/flags/hr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "524" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tNh+ze7ykELwWyatgfv+zkcpInDrDPsQqxMvGMPOmM0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tNh+ze7ykELwWyatgfv+zkcpInDrDPsQqxMvGMPOmM0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ht.ff2gkvw2hl.png", - "AssetFile": "_content/Nop.Web/images/flags/ht.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "487" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S2Dp5lb0T+t7l6CtrFUQf+BD+7wEB5UOKDRR0h0qkFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ff2gkvw2hl" - }, - { - "Name": "integrity", - "Value": "sha256-S2Dp5lb0T+t7l6CtrFUQf+BD+7wEB5UOKDRR0h0qkFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ht.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ht.png", - "AssetFile": "_content/Nop.Web/images/flags/ht.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "487" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S2Dp5lb0T+t7l6CtrFUQf+BD+7wEB5UOKDRR0h0qkFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S2Dp5lb0T+t7l6CtrFUQf+BD+7wEB5UOKDRR0h0qkFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hu.png", - "AssetFile": "_content/Nop.Web/images/flags/hu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "432" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YaLOz4MmqNpzJJkxKgmPidBQ0TVG9iBOYgTeOMVQQ34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YaLOz4MmqNpzJJkxKgmPidBQ0TVG9iBOYgTeOMVQQ34=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/hu.pu9mrjmp18.png", - "AssetFile": "_content/Nop.Web/images/flags/hu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "432" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YaLOz4MmqNpzJJkxKgmPidBQ0TVG9iBOYgTeOMVQQ34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pu9mrjmp18" - }, - { - "Name": "integrity", - "Value": "sha256-YaLOz4MmqNpzJJkxKgmPidBQ0TVG9iBOYgTeOMVQQ34=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/hu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/id.hk4r7d7wwd.png", - "AssetFile": "_content/Nop.Web/images/flags/id.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "430" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H4XJ6aGg3vCds1tjuario8T5IgLXATImIcjP3fiIAWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hk4r7d7wwd" - }, - { - "Name": "integrity", - "Value": "sha256-H4XJ6aGg3vCds1tjuario8T5IgLXATImIcjP3fiIAWI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/id.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/id.png", - "AssetFile": "_content/Nop.Web/images/flags/id.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "430" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H4XJ6aGg3vCds1tjuario8T5IgLXATImIcjP3fiIAWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H4XJ6aGg3vCds1tjuario8T5IgLXATImIcjP3fiIAWI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ie.4v60hi7u2d.png", - "AssetFile": "_content/Nop.Web/images/flags/ie.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "481" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wEsecyQ/qzADG80bE7vm/+Xg6THSElpjEuI5BWqXLLQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4v60hi7u2d" - }, - { - "Name": "integrity", - "Value": "sha256-wEsecyQ/qzADG80bE7vm/+Xg6THSElpjEuI5BWqXLLQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ie.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ie.png", - "AssetFile": "_content/Nop.Web/images/flags/ie.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "481" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wEsecyQ/qzADG80bE7vm/+Xg6THSElpjEuI5BWqXLLQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wEsecyQ/qzADG80bE7vm/+Xg6THSElpjEuI5BWqXLLQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/il.png", - "AssetFile": "_content/Nop.Web/images/flags/il.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VDLiRPA+OXMVNFGx7IjWSUWVgOq2bi35Nv4vcPL+2CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VDLiRPA+OXMVNFGx7IjWSUWVgOq2bi35Nv4vcPL+2CM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/il.wtmnvwq3o2.png", - "AssetFile": "_content/Nop.Web/images/flags/il.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VDLiRPA+OXMVNFGx7IjWSUWVgOq2bi35Nv4vcPL+2CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wtmnvwq3o2" - }, - { - "Name": "integrity", - "Value": "sha256-VDLiRPA+OXMVNFGx7IjWSUWVgOq2bi35Nv4vcPL+2CM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/il.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/in.m80faogwkt.png", - "AssetFile": "_content/Nop.Web/images/flags/in.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CqdUMyjz/d3parj8fjqLhXMt5X3m6ERHsilklx85nyg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m80faogwkt" - }, - { - "Name": "integrity", - "Value": "sha256-CqdUMyjz/d3parj8fjqLhXMt5X3m6ERHsilklx85nyg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/in.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/in.png", - "AssetFile": "_content/Nop.Web/images/flags/in.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CqdUMyjz/d3parj8fjqLhXMt5X3m6ERHsilklx85nyg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CqdUMyjz/d3parj8fjqLhXMt5X3m6ERHsilklx85nyg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/io.oakxm41hcj.png", - "AssetFile": "_content/Nop.Web/images/flags/io.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "658" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AGUwJGQtp66VybVncMh41ILM4b+nR41B6fFavGHhxGw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oakxm41hcj" - }, - { - "Name": "integrity", - "Value": "sha256-AGUwJGQtp66VybVncMh41ILM4b+nR41B6fFavGHhxGw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/io.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/io.png", - "AssetFile": "_content/Nop.Web/images/flags/io.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "658" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AGUwJGQtp66VybVncMh41ILM4b+nR41B6fFavGHhxGw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AGUwJGQtp66VybVncMh41ILM4b+nR41B6fFavGHhxGw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/iq.5kg2u4ewgn.png", - "AssetFile": "_content/Nop.Web/images/flags/iq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q/EbZxh9SJ2TIcoHSoO/YTsIz5qd6VZf2SMIjlEJarc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5kg2u4ewgn" - }, - { - "Name": "integrity", - "Value": "sha256-q/EbZxh9SJ2TIcoHSoO/YTsIz5qd6VZf2SMIjlEJarc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/iq.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/iq.png", - "AssetFile": "_content/Nop.Web/images/flags/iq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q/EbZxh9SJ2TIcoHSoO/YTsIz5qd6VZf2SMIjlEJarc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q/EbZxh9SJ2TIcoHSoO/YTsIz5qd6VZf2SMIjlEJarc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ir.png", - "AssetFile": "_content/Nop.Web/images/flags/ir.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I1Sopp8Fv3sPz8XtL4n6zYvR1pLTRROswGYQNBd4PEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I1Sopp8Fv3sPz8XtL4n6zYvR1pLTRROswGYQNBd4PEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ir.vhyue3tnbp.png", - "AssetFile": "_content/Nop.Web/images/flags/ir.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I1Sopp8Fv3sPz8XtL4n6zYvR1pLTRROswGYQNBd4PEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vhyue3tnbp" - }, - { - "Name": "integrity", - "Value": "sha256-I1Sopp8Fv3sPz8XtL4n6zYvR1pLTRROswGYQNBd4PEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ir.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/is.mr6dzbswej.png", - "AssetFile": "_content/Nop.Web/images/flags/is.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gjJ3QFBNyqR4KZQn6fZpA7gytoQoPnST1ov+SAhyd5g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mr6dzbswej" - }, - { - "Name": "integrity", - "Value": "sha256-gjJ3QFBNyqR4KZQn6fZpA7gytoQoPnST1ov+SAhyd5g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/is.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/is.png", - "AssetFile": "_content/Nop.Web/images/flags/is.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gjJ3QFBNyqR4KZQn6fZpA7gytoQoPnST1ov+SAhyd5g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gjJ3QFBNyqR4KZQn6fZpA7gytoQoPnST1ov+SAhyd5g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/it.dvdshk3610.png", - "AssetFile": "_content/Nop.Web/images/flags/it.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x5kvV9ZxVvmUo4xrtOxy+ldgGihFWNteBlwC3DbunYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dvdshk3610" - }, - { - "Name": "integrity", - "Value": "sha256-x5kvV9ZxVvmUo4xrtOxy+ldgGihFWNteBlwC3DbunYw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/it.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/it.png", - "AssetFile": "_content/Nop.Web/images/flags/it.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x5kvV9ZxVvmUo4xrtOxy+ldgGihFWNteBlwC3DbunYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x5kvV9ZxVvmUo4xrtOxy+ldgGihFWNteBlwC3DbunYw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jm.2zg2t7qrxq.png", - "AssetFile": "_content/Nop.Web/images/flags/jm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kiRLJndCu7+85/VI1b1edUSe5Eb1MDKrO+8D5T7H/aE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2zg2t7qrxq" - }, - { - "Name": "integrity", - "Value": "sha256-kiRLJndCu7+85/VI1b1edUSe5Eb1MDKrO+8D5T7H/aE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/jm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jm.png", - "AssetFile": "_content/Nop.Web/images/flags/jm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kiRLJndCu7+85/VI1b1edUSe5Eb1MDKrO+8D5T7H/aE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kiRLJndCu7+85/VI1b1edUSe5Eb1MDKrO+8D5T7H/aE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jo.png", - "AssetFile": "_content/Nop.Web/images/flags/jo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1dOzwk2m2xscsJjaL4IWqrhaK6BNIIitl0lbu7O5naQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1dOzwk2m2xscsJjaL4IWqrhaK6BNIIitl0lbu7O5naQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jo.x5g8ouwy9y.png", - "AssetFile": "_content/Nop.Web/images/flags/jo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1dOzwk2m2xscsJjaL4IWqrhaK6BNIIitl0lbu7O5naQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x5g8ouwy9y" - }, - { - "Name": "integrity", - "Value": "sha256-1dOzwk2m2xscsJjaL4IWqrhaK6BNIIitl0lbu7O5naQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/jo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jp.6m0doga39p.png", - "AssetFile": "_content/Nop.Web/images/flags/jp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XvzoiscijqFZvPf9HMVtc8GUKDlCGHBlJLrA6RUdTGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6m0doga39p" - }, - { - "Name": "integrity", - "Value": "sha256-XvzoiscijqFZvPf9HMVtc8GUKDlCGHBlJLrA6RUdTGE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/jp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/jp.png", - "AssetFile": "_content/Nop.Web/images/flags/jp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XvzoiscijqFZvPf9HMVtc8GUKDlCGHBlJLrA6RUdTGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XvzoiscijqFZvPf9HMVtc8GUKDlCGHBlJLrA6RUdTGE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ke.cz48abbyty.png", - "AssetFile": "_content/Nop.Web/images/flags/ke.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OFEqMDio6PQDKqYnFXRjoP6UL5SBWb6tvVwQl0roaoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cz48abbyty" - }, - { - "Name": "integrity", - "Value": "sha256-OFEqMDio6PQDKqYnFXRjoP6UL5SBWb6tvVwQl0roaoI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ke.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ke.png", - "AssetFile": "_content/Nop.Web/images/flags/ke.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OFEqMDio6PQDKqYnFXRjoP6UL5SBWb6tvVwQl0roaoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OFEqMDio6PQDKqYnFXRjoP6UL5SBWb6tvVwQl0roaoI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kg.gm3hus1fn2.png", - "AssetFile": "_content/Nop.Web/images/flags/kg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "510" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mMrqIyHWdCxXBz1W7AE1p8i7l+Zbn9Bip4wR9CpQLjg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gm3hus1fn2" - }, - { - "Name": "integrity", - "Value": "sha256-mMrqIyHWdCxXBz1W7AE1p8i7l+Zbn9Bip4wR9CpQLjg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kg.png", - "AssetFile": "_content/Nop.Web/images/flags/kg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "510" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mMrqIyHWdCxXBz1W7AE1p8i7l+Zbn9Bip4wR9CpQLjg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mMrqIyHWdCxXBz1W7AE1p8i7l+Zbn9Bip4wR9CpQLjg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kh.png", - "AssetFile": "_content/Nop.Web/images/flags/kh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XYcGsDLrqJIoq+AYCSPL4URaJ9u4Ems0Cp+koMpBgn4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XYcGsDLrqJIoq+AYCSPL4URaJ9u4Ems0Cp+koMpBgn4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kh.tc12ovamg1.png", - "AssetFile": "_content/Nop.Web/images/flags/kh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XYcGsDLrqJIoq+AYCSPL4URaJ9u4Ems0Cp+koMpBgn4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tc12ovamg1" - }, - { - "Name": "integrity", - "Value": "sha256-XYcGsDLrqJIoq+AYCSPL4URaJ9u4Ems0Cp+koMpBgn4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ki.de6sm3pr86.png", - "AssetFile": "_content/Nop.Web/images/flags/ki.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZSFh4zCOJYAokIleS77XeEk+w2ztP6dA2P2DtJX2INA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "de6sm3pr86" - }, - { - "Name": "integrity", - "Value": "sha256-ZSFh4zCOJYAokIleS77XeEk+w2ztP6dA2P2DtJX2INA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ki.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ki.png", - "AssetFile": "_content/Nop.Web/images/flags/ki.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZSFh4zCOJYAokIleS77XeEk+w2ztP6dA2P2DtJX2INA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZSFh4zCOJYAokIleS77XeEk+w2ztP6dA2P2DtJX2INA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/km.png", - "AssetFile": "_content/Nop.Web/images/flags/km.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Vp4Bge+awFGJuiqI6+HeCydjulT3N6glHXS1qUYJwtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vp4Bge+awFGJuiqI6+HeCydjulT3N6glHXS1qUYJwtY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/km.ubg4y1rag5.png", - "AssetFile": "_content/Nop.Web/images/flags/km.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Vp4Bge+awFGJuiqI6+HeCydjulT3N6glHXS1qUYJwtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubg4y1rag5" - }, - { - "Name": "integrity", - "Value": "sha256-Vp4Bge+awFGJuiqI6+HeCydjulT3N6glHXS1qUYJwtY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/km.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kn.j9skxvkywa.png", - "AssetFile": "_content/Nop.Web/images/flags/kn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FynQQVOuRohEgLyfmV8IUpFRWeGg6cR/rBmTFuvOE1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j9skxvkywa" - }, - { - "Name": "integrity", - "Value": "sha256-FynQQVOuRohEgLyfmV8IUpFRWeGg6cR/rBmTFuvOE1M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kn.png", - "AssetFile": "_content/Nop.Web/images/flags/kn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FynQQVOuRohEgLyfmV8IUpFRWeGg6cR/rBmTFuvOE1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FynQQVOuRohEgLyfmV8IUpFRWeGg6cR/rBmTFuvOE1M=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kp.50l9ku7xc1.png", - "AssetFile": "_content/Nop.Web/images/flags/kp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a7HZEKtRhuDPVRhJJEL2IxRwkg4iJQrUiielILHTduA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "50l9ku7xc1" - }, - { - "Name": "integrity", - "Value": "sha256-a7HZEKtRhuDPVRhJJEL2IxRwkg4iJQrUiielILHTduA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kp.png", - "AssetFile": "_content/Nop.Web/images/flags/kp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a7HZEKtRhuDPVRhJJEL2IxRwkg4iJQrUiielILHTduA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a7HZEKtRhuDPVRhJJEL2IxRwkg4iJQrUiielILHTduA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kr.dtn8wuawfp.png", - "AssetFile": "_content/Nop.Web/images/flags/kr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b90kvZazpIK8BY1cm8/W8cZk2Ru9R2WNZaxdhSU19/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dtn8wuawfp" - }, - { - "Name": "integrity", - "Value": "sha256-b90kvZazpIK8BY1cm8/W8cZk2Ru9R2WNZaxdhSU19/0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kr.png", - "AssetFile": "_content/Nop.Web/images/flags/kr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b90kvZazpIK8BY1cm8/W8cZk2Ru9R2WNZaxdhSU19/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b90kvZazpIK8BY1cm8/W8cZk2Ru9R2WNZaxdhSU19/0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kw.png", - "AssetFile": "_content/Nop.Web/images/flags/kw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "486" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NFYw69o9ileYvFRHujjGlJIVlpgSibbElMqzHVxD41A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NFYw69o9ileYvFRHujjGlJIVlpgSibbElMqzHVxD41A=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kw.s8t3r6y8n8.png", - "AssetFile": "_content/Nop.Web/images/flags/kw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "486" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NFYw69o9ileYvFRHujjGlJIVlpgSibbElMqzHVxD41A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s8t3r6y8n8" - }, - { - "Name": "integrity", - "Value": "sha256-NFYw69o9ileYvFRHujjGlJIVlpgSibbElMqzHVxD41A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ky.mlvdk7hccc.png", - "AssetFile": "_content/Nop.Web/images/flags/ky.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xv6Dq4DsPBry6BskCWc69DoKYQ7swPLoIz0vOIakglU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mlvdk7hccc" - }, - { - "Name": "integrity", - "Value": "sha256-xv6Dq4DsPBry6BskCWc69DoKYQ7swPLoIz0vOIakglU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ky.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ky.png", - "AssetFile": "_content/Nop.Web/images/flags/ky.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xv6Dq4DsPBry6BskCWc69DoKYQ7swPLoIz0vOIakglU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xv6Dq4DsPBry6BskCWc69DoKYQ7swPLoIz0vOIakglU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kz.603ezscus0.png", - "AssetFile": "_content/Nop.Web/images/flags/kz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tjnx4eAM8Jc/f+r2czJjAOE95ugwqtXrCJN79W7nfDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "603ezscus0" - }, - { - "Name": "integrity", - "Value": "sha256-tjnx4eAM8Jc/f+r2czJjAOE95ugwqtXrCJN79W7nfDs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/kz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/kz.png", - "AssetFile": "_content/Nop.Web/images/flags/kz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tjnx4eAM8Jc/f+r2czJjAOE95ugwqtXrCJN79W7nfDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tjnx4eAM8Jc/f+r2czJjAOE95ugwqtXrCJN79W7nfDs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/la.png", - "AssetFile": "_content/Nop.Web/images/flags/la.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1W3CWz70r5PxLbK1i3LCk+hdpU2GFdrgCCkKc7220L0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1W3CWz70r5PxLbK1i3LCk+hdpU2GFdrgCCkKc7220L0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/la.vjyde1nr35.png", - "AssetFile": "_content/Nop.Web/images/flags/la.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1W3CWz70r5PxLbK1i3LCk+hdpU2GFdrgCCkKc7220L0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjyde1nr35" - }, - { - "Name": "integrity", - "Value": "sha256-1W3CWz70r5PxLbK1i3LCk+hdpU2GFdrgCCkKc7220L0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/la.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lb.png", - "AssetFile": "_content/Nop.Web/images/flags/lb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JO/ATnYeAaxsCuqJQbzjADj+OvQO72Q8LLn5bR76AjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JO/ATnYeAaxsCuqJQbzjADj+OvQO72Q8LLn5bR76AjA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lb.w9wvya7wj1.png", - "AssetFile": "_content/Nop.Web/images/flags/lb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JO/ATnYeAaxsCuqJQbzjADj+OvQO72Q8LLn5bR76AjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w9wvya7wj1" - }, - { - "Name": "integrity", - "Value": "sha256-JO/ATnYeAaxsCuqJQbzjADj+OvQO72Q8LLn5bR76AjA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lc.0rn76fcco7.png", - "AssetFile": "_content/Nop.Web/images/flags/lc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "520" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/JVy9jr+3RgIL/icyOnCtRq78JYQo4GTlnK3Y9plXzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0rn76fcco7" - }, - { - "Name": "integrity", - "Value": "sha256-/JVy9jr+3RgIL/icyOnCtRq78JYQo4GTlnK3Y9plXzE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lc.png", - "AssetFile": "_content/Nop.Web/images/flags/lc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "520" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/JVy9jr+3RgIL/icyOnCtRq78JYQo4GTlnK3Y9plXzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/JVy9jr+3RgIL/icyOnCtRq78JYQo4GTlnK3Y9plXzE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/li.e80ne3fb4y.png", - "AssetFile": "_content/Nop.Web/images/flags/li.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EjXe8cHWgs6KbA7H5WmXLNJ8cPHHL7DywbplGJWvjqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e80ne3fb4y" - }, - { - "Name": "integrity", - "Value": "sha256-EjXe8cHWgs6KbA7H5WmXLNJ8cPHHL7DywbplGJWvjqo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/li.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/li.png", - "AssetFile": "_content/Nop.Web/images/flags/li.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EjXe8cHWgs6KbA7H5WmXLNJ8cPHHL7DywbplGJWvjqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EjXe8cHWgs6KbA7H5WmXLNJ8cPHHL7DywbplGJWvjqo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lk.ehi5mbdb28.png", - "AssetFile": "_content/Nop.Web/images/flags/lk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "627" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LqFg9aqccVXZsKFQKa/iTkMJKUs7Yfq295RCSBxvPFM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ehi5mbdb28" - }, - { - "Name": "integrity", - "Value": "sha256-LqFg9aqccVXZsKFQKa/iTkMJKUs7Yfq295RCSBxvPFM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lk.png", - "AssetFile": "_content/Nop.Web/images/flags/lk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "627" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LqFg9aqccVXZsKFQKa/iTkMJKUs7Yfq295RCSBxvPFM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LqFg9aqccVXZsKFQKa/iTkMJKUs7Yfq295RCSBxvPFM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lr.4bjhc3gmzt.png", - "AssetFile": "_content/Nop.Web/images/flags/lr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "466" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AIyu4EbW0U6R7evLdDQxM8RZKipjb1NTXAGsuxdX9eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4bjhc3gmzt" - }, - { - "Name": "integrity", - "Value": "sha256-AIyu4EbW0U6R7evLdDQxM8RZKipjb1NTXAGsuxdX9eo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lr.png", - "AssetFile": "_content/Nop.Web/images/flags/lr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "466" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AIyu4EbW0U6R7evLdDQxM8RZKipjb1NTXAGsuxdX9eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AIyu4EbW0U6R7evLdDQxM8RZKipjb1NTXAGsuxdX9eo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ls.39xkxq6l89.png", - "AssetFile": "_content/Nop.Web/images/flags/ls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qRF9wJOkXFW0j6qFSVuOkcSxv4rFLKnnke/jKb0peqk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39xkxq6l89" - }, - { - "Name": "integrity", - "Value": "sha256-qRF9wJOkXFW0j6qFSVuOkcSxv4rFLKnnke/jKb0peqk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ls.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ls.png", - "AssetFile": "_content/Nop.Web/images/flags/ls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qRF9wJOkXFW0j6qFSVuOkcSxv4rFLKnnke/jKb0peqk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qRF9wJOkXFW0j6qFSVuOkcSxv4rFLKnnke/jKb0peqk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lt.d4ghveksfu.png", - "AssetFile": "_content/Nop.Web/images/flags/lt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I93QwjME9xXnxeR/iTr7yCejUE7G9vgotNC+uT6vvWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d4ghveksfu" - }, - { - "Name": "integrity", - "Value": "sha256-I93QwjME9xXnxeR/iTr7yCejUE7G9vgotNC+uT6vvWI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lt.png", - "AssetFile": "_content/Nop.Web/images/flags/lt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I93QwjME9xXnxeR/iTr7yCejUE7G9vgotNC+uT6vvWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I93QwjME9xXnxeR/iTr7yCejUE7G9vgotNC+uT6vvWI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lu.3ruv9aen4r.png", - "AssetFile": "_content/Nop.Web/images/flags/lu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "481" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b17ya5vrrTxcZXJTPSN2Hir6RjcqmzUL0IIUq9oZraQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ruv9aen4r" - }, - { - "Name": "integrity", - "Value": "sha256-b17ya5vrrTxcZXJTPSN2Hir6RjcqmzUL0IIUq9oZraQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lu.png", - "AssetFile": "_content/Nop.Web/images/flags/lu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "481" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b17ya5vrrTxcZXJTPSN2Hir6RjcqmzUL0IIUq9oZraQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b17ya5vrrTxcZXJTPSN2Hir6RjcqmzUL0IIUq9oZraQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lv.png", - "AssetFile": "_content/Nop.Web/images/flags/lv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AVPZ9y3NVWPa7dJ/fgQHruPzn+906NdZUXd9qYbgUlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AVPZ9y3NVWPa7dJ/fgQHruPzn+906NdZUXd9qYbgUlc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/lv.vwi52fm202.png", - "AssetFile": "_content/Nop.Web/images/flags/lv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AVPZ9y3NVWPa7dJ/fgQHruPzn+906NdZUXd9qYbgUlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vwi52fm202" - }, - { - "Name": "integrity", - "Value": "sha256-AVPZ9y3NVWPa7dJ/fgQHruPzn+906NdZUXd9qYbgUlc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/lv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ly.h57tmw69yx.png", - "AssetFile": "_content/Nop.Web/images/flags/ly.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "419" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"db/t6/ucxX0+0qb8ZAx1QBlWBLrL2MyDAbOgU97tGZo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h57tmw69yx" - }, - { - "Name": "integrity", - "Value": "sha256-db/t6/ucxX0+0qb8ZAx1QBlWBLrL2MyDAbOgU97tGZo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ly.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ly.png", - "AssetFile": "_content/Nop.Web/images/flags/ly.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "419" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"db/t6/ucxX0+0qb8ZAx1QBlWBLrL2MyDAbOgU97tGZo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-db/t6/ucxX0+0qb8ZAx1QBlWBLrL2MyDAbOgU97tGZo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ma.png", - "AssetFile": "_content/Nop.Web/images/flags/ma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "432" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YbSRjgkE9YoRP3EyNmsa2dRY3FMRxQXzublLhFhiDuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YbSRjgkE9YoRP3EyNmsa2dRY3FMRxQXzublLhFhiDuI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ma.ttjk73g7n9.png", - "AssetFile": "_content/Nop.Web/images/flags/ma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "432" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YbSRjgkE9YoRP3EyNmsa2dRY3FMRxQXzublLhFhiDuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ttjk73g7n9" - }, - { - "Name": "integrity", - "Value": "sha256-YbSRjgkE9YoRP3EyNmsa2dRY3FMRxQXzublLhFhiDuI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ma.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mc.png", - "AssetFile": "_content/Nop.Web/images/flags/mc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "380" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0p+UXbqEE+tRDUK4tL/k4r3yvYEVglTEJ50FbLDUteI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0p+UXbqEE+tRDUK4tL/k4r3yvYEVglTEJ50FbLDUteI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mc.uxxcdncvrk.png", - "AssetFile": "_content/Nop.Web/images/flags/mc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "380" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0p+UXbqEE+tRDUK4tL/k4r3yvYEVglTEJ50FbLDUteI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uxxcdncvrk" - }, - { - "Name": "integrity", - "Value": "sha256-0p+UXbqEE+tRDUK4tL/k4r3yvYEVglTEJ50FbLDUteI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/md.png", - "AssetFile": "_content/Nop.Web/images/flags/md.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C04VWI3nsTcLmu2wzWQrU+y1NSvObGRuBmNMec7PeH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C04VWI3nsTcLmu2wzWQrU+y1NSvObGRuBmNMec7PeH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/md.rwbzrzscby.png", - "AssetFile": "_content/Nop.Web/images/flags/md.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C04VWI3nsTcLmu2wzWQrU+y1NSvObGRuBmNMec7PeH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rwbzrzscby" - }, - { - "Name": "integrity", - "Value": "sha256-C04VWI3nsTcLmu2wzWQrU+y1NSvObGRuBmNMec7PeH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/md.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/me.png", - "AssetFile": "_content/Nop.Web/images/flags/me.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "448" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MIGvBLuvA6M7FaF3rzfw5G/9wJRpvdMgB5X1Jiam1pM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MIGvBLuvA6M7FaF3rzfw5G/9wJRpvdMgB5X1Jiam1pM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/me.sh3apit1pr.png", - "AssetFile": "_content/Nop.Web/images/flags/me.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "448" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MIGvBLuvA6M7FaF3rzfw5G/9wJRpvdMgB5X1Jiam1pM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sh3apit1pr" - }, - { - "Name": "integrity", - "Value": "sha256-MIGvBLuvA6M7FaF3rzfw5G/9wJRpvdMgB5X1Jiam1pM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/me.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mg.1rs501y8t9.png", - "AssetFile": "_content/Nop.Web/images/flags/mg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zeTxMWbFqMp5SXe2KRHlZ833u2tCDJNPDFsoTfgcJcI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1rs501y8t9" - }, - { - "Name": "integrity", - "Value": "sha256-zeTxMWbFqMp5SXe2KRHlZ833u2tCDJNPDFsoTfgcJcI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mg.png", - "AssetFile": "_content/Nop.Web/images/flags/mg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zeTxMWbFqMp5SXe2KRHlZ833u2tCDJNPDFsoTfgcJcI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zeTxMWbFqMp5SXe2KRHlZ833u2tCDJNPDFsoTfgcJcI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mh.png", - "AssetFile": "_content/Nop.Web/images/flags/mh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LJDpR7CxIIeULJLWmvuYr1fm3h5ayyBZhU2RgXw7IXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LJDpR7CxIIeULJLWmvuYr1fm3h5ayyBZhU2RgXw7IXY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mh.wd27g2pmww.png", - "AssetFile": "_content/Nop.Web/images/flags/mh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LJDpR7CxIIeULJLWmvuYr1fm3h5ayyBZhU2RgXw7IXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wd27g2pmww" - }, - { - "Name": "integrity", - "Value": "sha256-LJDpR7CxIIeULJLWmvuYr1fm3h5ayyBZhU2RgXw7IXY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mk.g77z0qx2nz.png", - "AssetFile": "_content/Nop.Web/images/flags/mk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PEf+g4yrn1Z4iYb21GsLV7zDG35zZfbRUr0z3YxXxIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g77z0qx2nz" - }, - { - "Name": "integrity", - "Value": "sha256-PEf+g4yrn1Z4iYb21GsLV7zDG35zZfbRUr0z3YxXxIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mk.png", - "AssetFile": "_content/Nop.Web/images/flags/mk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PEf+g4yrn1Z4iYb21GsLV7zDG35zZfbRUr0z3YxXxIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PEf+g4yrn1Z4iYb21GsLV7zDG35zZfbRUr0z3YxXxIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ml.png", - "AssetFile": "_content/Nop.Web/images/flags/ml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sKOkA+pZC+dTeI3mNK9MVX0Frk0rmec5lTII0k6ysaw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sKOkA+pZC+dTeI3mNK9MVX0Frk0rmec5lTII0k6ysaw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ml.wwttjxlw5w.png", - "AssetFile": "_content/Nop.Web/images/flags/ml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sKOkA+pZC+dTeI3mNK9MVX0Frk0rmec5lTII0k6ysaw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wwttjxlw5w" - }, - { - "Name": "integrity", - "Value": "sha256-sKOkA+pZC+dTeI3mNK9MVX0Frk0rmec5lTII0k6ysaw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ml.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mm.kcpvgjokkz.png", - "AssetFile": "_content/Nop.Web/images/flags/mm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7LHedn6XrgTMj8ZG8KUzBpu29eh+Z8jP8T/IyIeZ1qk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kcpvgjokkz" - }, - { - "Name": "integrity", - "Value": "sha256-7LHedn6XrgTMj8ZG8KUzBpu29eh+Z8jP8T/IyIeZ1qk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mm.png", - "AssetFile": "_content/Nop.Web/images/flags/mm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7LHedn6XrgTMj8ZG8KUzBpu29eh+Z8jP8T/IyIeZ1qk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7LHedn6XrgTMj8ZG8KUzBpu29eh+Z8jP8T/IyIeZ1qk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mn.i9vqy5jc4e.png", - "AssetFile": "_content/Nop.Web/images/flags/mn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xuZ0HWdztZkSnrXq0HPYzVxZOGqrh+gPLn0Ln/4q5QU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i9vqy5jc4e" - }, - { - "Name": "integrity", - "Value": "sha256-xuZ0HWdztZkSnrXq0HPYzVxZOGqrh+gPLn0Ln/4q5QU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mn.png", - "AssetFile": "_content/Nop.Web/images/flags/mn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xuZ0HWdztZkSnrXq0HPYzVxZOGqrh+gPLn0Ln/4q5QU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xuZ0HWdztZkSnrXq0HPYzVxZOGqrh+gPLn0Ln/4q5QU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mo.jt4cyzqmpi.png", - "AssetFile": "_content/Nop.Web/images/flags/mo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z5E2pInDc8gKS4d3QRr4glaQT9snbooViF9fUrrKHbw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jt4cyzqmpi" - }, - { - "Name": "integrity", - "Value": "sha256-Z5E2pInDc8gKS4d3QRr4glaQT9snbooViF9fUrrKHbw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mo.png", - "AssetFile": "_content/Nop.Web/images/flags/mo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z5E2pInDc8gKS4d3QRr4glaQT9snbooViF9fUrrKHbw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z5E2pInDc8gKS4d3QRr4glaQT9snbooViF9fUrrKHbw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mp.png", - "AssetFile": "_content/Nop.Web/images/flags/mp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YE0wk3XDHakdznBgN/Sz8QR/0E6C7trMnYBPSruqcOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YE0wk3XDHakdznBgN/Sz8QR/0E6C7trMnYBPSruqcOI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mp.sh6is4fp5c.png", - "AssetFile": "_content/Nop.Web/images/flags/mp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YE0wk3XDHakdznBgN/Sz8QR/0E6C7trMnYBPSruqcOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sh6is4fp5c" - }, - { - "Name": "integrity", - "Value": "sha256-YE0wk3XDHakdznBgN/Sz8QR/0E6C7trMnYBPSruqcOI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mq.7021bji8x4.png", - "AssetFile": "_content/Nop.Web/images/flags/mq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mQgJskp51g3fnCLVVfTJnKU6KgZ3Pg2i20kFqjUQQFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7021bji8x4" - }, - { - "Name": "integrity", - "Value": "sha256-mQgJskp51g3fnCLVVfTJnKU6KgZ3Pg2i20kFqjUQQFY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mq.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mq.png", - "AssetFile": "_content/Nop.Web/images/flags/mq.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mQgJskp51g3fnCLVVfTJnKU6KgZ3Pg2i20kFqjUQQFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mQgJskp51g3fnCLVVfTJnKU6KgZ3Pg2i20kFqjUQQFY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mr.3dx3ciztmw.png", - "AssetFile": "_content/Nop.Web/images/flags/mr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p084InrsdSMkwFLp3RhREidIgBzOx6717PuqD5Q5Dow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3dx3ciztmw" - }, - { - "Name": "integrity", - "Value": "sha256-p084InrsdSMkwFLp3RhREidIgBzOx6717PuqD5Q5Dow=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mr.png", - "AssetFile": "_content/Nop.Web/images/flags/mr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p084InrsdSMkwFLp3RhREidIgBzOx6717PuqD5Q5Dow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p084InrsdSMkwFLp3RhREidIgBzOx6717PuqD5Q5Dow=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ms.f003pcizq2.png", - "AssetFile": "_content/Nop.Web/images/flags/ms.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MZR5SLa6OJCTRKCglcGyDbw1MqhpTEyYsNBll2wXIoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f003pcizq2" - }, - { - "Name": "integrity", - "Value": "sha256-MZR5SLa6OJCTRKCglcGyDbw1MqhpTEyYsNBll2wXIoA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ms.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ms.png", - "AssetFile": "_content/Nop.Web/images/flags/ms.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MZR5SLa6OJCTRKCglcGyDbw1MqhpTEyYsNBll2wXIoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MZR5SLa6OJCTRKCglcGyDbw1MqhpTEyYsNBll2wXIoA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mt.63bqqqhdna.png", - "AssetFile": "_content/Nop.Web/images/flags/mt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ogyKNeQgBMkE4aBhFallexcNgJDr4m6WWSE54cip41g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "63bqqqhdna" - }, - { - "Name": "integrity", - "Value": "sha256-ogyKNeQgBMkE4aBhFallexcNgJDr4m6WWSE54cip41g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mt.png", - "AssetFile": "_content/Nop.Web/images/flags/mt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ogyKNeQgBMkE4aBhFallexcNgJDr4m6WWSE54cip41g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ogyKNeQgBMkE4aBhFallexcNgJDr4m6WWSE54cip41g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mu.azfzf72348.png", - "AssetFile": "_content/Nop.Web/images/flags/mu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WvneAbBHXw+eftlC1Blt5ubuAYovJKUWLj3Lgz5c09Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "azfzf72348" - }, - { - "Name": "integrity", - "Value": "sha256-WvneAbBHXw+eftlC1Blt5ubuAYovJKUWLj3Lgz5c09Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mu.png", - "AssetFile": "_content/Nop.Web/images/flags/mu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WvneAbBHXw+eftlC1Blt5ubuAYovJKUWLj3Lgz5c09Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WvneAbBHXw+eftlC1Blt5ubuAYovJKUWLj3Lgz5c09Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mv.png", - "AssetFile": "_content/Nop.Web/images/flags/mv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2Vo484JTI+i8ZbvkC8AJLFab2INez17HwV0kRrsvt8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2Vo484JTI+i8ZbvkC8AJLFab2INez17HwV0kRrsvt8g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mv.z511dfu57e.png", - "AssetFile": "_content/Nop.Web/images/flags/mv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2Vo484JTI+i8ZbvkC8AJLFab2INez17HwV0kRrsvt8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z511dfu57e" - }, - { - "Name": "integrity", - "Value": "sha256-2Vo484JTI+i8ZbvkC8AJLFab2INez17HwV0kRrsvt8g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mw.m6hf4d8ru1.png", - "AssetFile": "_content/Nop.Web/images/flags/mw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "529" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vhwXCEbCNOkK2LQADuOtMk1STYsx53AVQKjNafBmbbc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m6hf4d8ru1" - }, - { - "Name": "integrity", - "Value": "sha256-vhwXCEbCNOkK2LQADuOtMk1STYsx53AVQKjNafBmbbc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mw.png", - "AssetFile": "_content/Nop.Web/images/flags/mw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "529" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vhwXCEbCNOkK2LQADuOtMk1STYsx53AVQKjNafBmbbc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vhwXCEbCNOkK2LQADuOtMk1STYsx53AVQKjNafBmbbc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mx.h9txdkuu3x.png", - "AssetFile": "_content/Nop.Web/images/flags/mx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "574" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZW+wNaVqUKZDExJSexBvZcfgO7hxF3gBjI3EZtHURe4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9txdkuu3x" - }, - { - "Name": "integrity", - "Value": "sha256-ZW+wNaVqUKZDExJSexBvZcfgO7hxF3gBjI3EZtHURe4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mx.png", - "AssetFile": "_content/Nop.Web/images/flags/mx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "574" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZW+wNaVqUKZDExJSexBvZcfgO7hxF3gBjI3EZtHURe4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZW+wNaVqUKZDExJSexBvZcfgO7hxF3gBjI3EZtHURe4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/my.i7ttf0d8je.png", - "AssetFile": "_content/Nop.Web/images/flags/my.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Hnhmkl8ODTUPLHSqisNUK+bpCzwr48f2sboLZBtT3p0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i7ttf0d8je" - }, - { - "Name": "integrity", - "Value": "sha256-Hnhmkl8ODTUPLHSqisNUK+bpCzwr48f2sboLZBtT3p0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/my.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/my.png", - "AssetFile": "_content/Nop.Web/images/flags/my.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Hnhmkl8ODTUPLHSqisNUK+bpCzwr48f2sboLZBtT3p0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hnhmkl8ODTUPLHSqisNUK+bpCzwr48f2sboLZBtT3p0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mz.gdccwa5ebl.png", - "AssetFile": "_content/Nop.Web/images/flags/mz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pCHJgXGSyCl+YrA9RTCa6jZyyPVXREO6t5iCL05YFaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gdccwa5ebl" - }, - { - "Name": "integrity", - "Value": "sha256-pCHJgXGSyCl+YrA9RTCa6jZyyPVXREO6t5iCL05YFaE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/mz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/mz.png", - "AssetFile": "_content/Nop.Web/images/flags/mz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pCHJgXGSyCl+YrA9RTCa6jZyyPVXREO6t5iCL05YFaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pCHJgXGSyCl+YrA9RTCa6jZyyPVXREO6t5iCL05YFaE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/na.o06xft8j04.png", - "AssetFile": "_content/Nop.Web/images/flags/na.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uN/jnB6+S6F0hAunFwoWCkjyszTuhOpPOdiUpuVMGew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o06xft8j04" - }, - { - "Name": "integrity", - "Value": "sha256-uN/jnB6+S6F0hAunFwoWCkjyszTuhOpPOdiUpuVMGew=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/na.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/na.png", - "AssetFile": "_content/Nop.Web/images/flags/na.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uN/jnB6+S6F0hAunFwoWCkjyszTuhOpPOdiUpuVMGew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uN/jnB6+S6F0hAunFwoWCkjyszTuhOpPOdiUpuVMGew=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nc.4mj2u736pa.png", - "AssetFile": "_content/Nop.Web/images/flags/nc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "591" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NCaPiK8lk2jRl+DNxUSO5tKScE83eUzxouZf+GQ/YWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4mj2u736pa" - }, - { - "Name": "integrity", - "Value": "sha256-NCaPiK8lk2jRl+DNxUSO5tKScE83eUzxouZf+GQ/YWE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nc.png", - "AssetFile": "_content/Nop.Web/images/flags/nc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "591" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NCaPiK8lk2jRl+DNxUSO5tKScE83eUzxouZf+GQ/YWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NCaPiK8lk2jRl+DNxUSO5tKScE83eUzxouZf+GQ/YWE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ne.png", - "AssetFile": "_content/Nop.Web/images/flags/ne.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2b++oY7GswLcOQP4suaOFTVLZWijnC+eOLHBT5EM4iU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2b++oY7GswLcOQP4suaOFTVLZWijnC+eOLHBT5EM4iU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ne.viw2v4igrr.png", - "AssetFile": "_content/Nop.Web/images/flags/ne.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2b++oY7GswLcOQP4suaOFTVLZWijnC+eOLHBT5EM4iU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "viw2v4igrr" - }, - { - "Name": "integrity", - "Value": "sha256-2b++oY7GswLcOQP4suaOFTVLZWijnC+eOLHBT5EM4iU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ne.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nf.png", - "AssetFile": "_content/Nop.Web/images/flags/nf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KKcwVZhd1VNgUTtdF4trcizpAAye42fL5h2LtxeShQE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KKcwVZhd1VNgUTtdF4trcizpAAye42fL5h2LtxeShQE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nf.wqyxpkny8n.png", - "AssetFile": "_content/Nop.Web/images/flags/nf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KKcwVZhd1VNgUTtdF4trcizpAAye42fL5h2LtxeShQE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wqyxpkny8n" - }, - { - "Name": "integrity", - "Value": "sha256-KKcwVZhd1VNgUTtdF4trcizpAAye42fL5h2LtxeShQE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ng.05sxyqiqce.png", - "AssetFile": "_content/Nop.Web/images/flags/ng.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TEmWz1ekhD/eGb2LDa8L3gxHH71B4KZOz0X7qy3+/f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "05sxyqiqce" - }, - { - "Name": "integrity", - "Value": "sha256-TEmWz1ekhD/eGb2LDa8L3gxHH71B4KZOz0X7qy3+/f0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ng.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ng.png", - "AssetFile": "_content/Nop.Web/images/flags/ng.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TEmWz1ekhD/eGb2LDa8L3gxHH71B4KZOz0X7qy3+/f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TEmWz1ekhD/eGb2LDa8L3gxHH71B4KZOz0X7qy3+/f0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ni.o26fsf5wsj.png", - "AssetFile": "_content/Nop.Web/images/flags/ni.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gFSDUgajWcobnK5QdDmgiPszg0yNqrs/M2v0AEq8Kus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o26fsf5wsj" - }, - { - "Name": "integrity", - "Value": "sha256-gFSDUgajWcobnK5QdDmgiPszg0yNqrs/M2v0AEq8Kus=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ni.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ni.png", - "AssetFile": "_content/Nop.Web/images/flags/ni.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "508" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gFSDUgajWcobnK5QdDmgiPszg0yNqrs/M2v0AEq8Kus=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gFSDUgajWcobnK5QdDmgiPszg0yNqrs/M2v0AEq8Kus=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nl.png", - "AssetFile": "_content/Nop.Web/images/flags/nl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FUaSiEbuCoN3/TCGXUxDzvUB66fXddSUuY0c5plieko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FUaSiEbuCoN3/TCGXUxDzvUB66fXddSUuY0c5plieko=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nl.tmyjspjh81.png", - "AssetFile": "_content/Nop.Web/images/flags/nl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "453" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FUaSiEbuCoN3/TCGXUxDzvUB66fXddSUuY0c5plieko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tmyjspjh81" - }, - { - "Name": "integrity", - "Value": "sha256-FUaSiEbuCoN3/TCGXUxDzvUB66fXddSUuY0c5plieko=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/no.gad3twkzlj.png", - "AssetFile": "_content/Nop.Web/images/flags/no.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gad3twkzlj" - }, - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/no.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/no.png", - "AssetFile": "_content/Nop.Web/images/flags/no.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/np.i3yagc1frt.png", - "AssetFile": "_content/Nop.Web/images/flags/np.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "443" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HltVK9/kwmY/Tih8SdilelYcl9SX9WISqrZ4LpQrMkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i3yagc1frt" - }, - { - "Name": "integrity", - "Value": "sha256-HltVK9/kwmY/Tih8SdilelYcl9SX9WISqrZ4LpQrMkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/np.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/np.png", - "AssetFile": "_content/Nop.Web/images/flags/np.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "443" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HltVK9/kwmY/Tih8SdilelYcl9SX9WISqrZ4LpQrMkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HltVK9/kwmY/Tih8SdilelYcl9SX9WISqrZ4LpQrMkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nr.4177wi5ztc.png", - "AssetFile": "_content/Nop.Web/images/flags/nr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WNcjRiudaK4Sk7tA9y1KMAb8D0sOuW7AjDDG0Hy8jWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4177wi5ztc" - }, - { - "Name": "integrity", - "Value": "sha256-WNcjRiudaK4Sk7tA9y1KMAb8D0sOuW7AjDDG0Hy8jWk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nr.png", - "AssetFile": "_content/Nop.Web/images/flags/nr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WNcjRiudaK4Sk7tA9y1KMAb8D0sOuW7AjDDG0Hy8jWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WNcjRiudaK4Sk7tA9y1KMAb8D0sOuW7AjDDG0Hy8jWk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nu.5a5bjr17y4.png", - "AssetFile": "_content/Nop.Web/images/flags/nu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ff6CIsFswQcL65+hG2yWn/xvdIKDIoiVAnChJbt3TlA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5a5bjr17y4" - }, - { - "Name": "integrity", - "Value": "sha256-ff6CIsFswQcL65+hG2yWn/xvdIKDIoiVAnChJbt3TlA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nu.png", - "AssetFile": "_content/Nop.Web/images/flags/nu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ff6CIsFswQcL65+hG2yWn/xvdIKDIoiVAnChJbt3TlA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ff6CIsFswQcL65+hG2yWn/xvdIKDIoiVAnChJbt3TlA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nz.9sdtfxu4mh.png", - "AssetFile": "_content/Nop.Web/images/flags/nz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CV67pwWrcgMtDBfKOTb3ASpASneKI6aFws+UPyLZiA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9sdtfxu4mh" - }, - { - "Name": "integrity", - "Value": "sha256-CV67pwWrcgMtDBfKOTb3ASpASneKI6aFws+UPyLZiA4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/nz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/nz.png", - "AssetFile": "_content/Nop.Web/images/flags/nz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CV67pwWrcgMtDBfKOTb3ASpASneKI6aFws+UPyLZiA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CV67pwWrcgMtDBfKOTb3ASpASneKI6aFws+UPyLZiA4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/om.nob2c35pzn.png", - "AssetFile": "_content/Nop.Web/images/flags/om.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WVCcQYLwggHyD7ADm6lHffo7MCiuYCBW+GqcyYLw/58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nob2c35pzn" - }, - { - "Name": "integrity", - "Value": "sha256-WVCcQYLwggHyD7ADm6lHffo7MCiuYCBW+GqcyYLw/58=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/om.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/om.png", - "AssetFile": "_content/Nop.Web/images/flags/om.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WVCcQYLwggHyD7ADm6lHffo7MCiuYCBW+GqcyYLw/58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WVCcQYLwggHyD7ADm6lHffo7MCiuYCBW+GqcyYLw/58=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pa.o0bys5c8wy.png", - "AssetFile": "_content/Nop.Web/images/flags/pa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SPxJwwEL0VMN2GBmph1amt2tvzHgIcko2p2gz6DRZfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o0bys5c8wy" - }, - { - "Name": "integrity", - "Value": "sha256-SPxJwwEL0VMN2GBmph1amt2tvzHgIcko2p2gz6DRZfM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pa.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pa.png", - "AssetFile": "_content/Nop.Web/images/flags/pa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SPxJwwEL0VMN2GBmph1amt2tvzHgIcko2p2gz6DRZfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SPxJwwEL0VMN2GBmph1amt2tvzHgIcko2p2gz6DRZfM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pe.eiw3yaphlz.png", - "AssetFile": "_content/Nop.Web/images/flags/pe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "397" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qp7PaafQdmTFA3E2jUtqueH38twx4O82k9j/LLq3Qno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eiw3yaphlz" - }, - { - "Name": "integrity", - "Value": "sha256-qp7PaafQdmTFA3E2jUtqueH38twx4O82k9j/LLq3Qno=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pe.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pe.png", - "AssetFile": "_content/Nop.Web/images/flags/pe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "397" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qp7PaafQdmTFA3E2jUtqueH38twx4O82k9j/LLq3Qno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qp7PaafQdmTFA3E2jUtqueH38twx4O82k9j/LLq3Qno=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pf.13thwra88k.png", - "AssetFile": "_content/Nop.Web/images/flags/pf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g0a/0lW+mci96g5PjWA5rIJNSoXEqXSwz+wkXrnFgxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "13thwra88k" - }, - { - "Name": "integrity", - "Value": "sha256-g0a/0lW+mci96g5PjWA5rIJNSoXEqXSwz+wkXrnFgxg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pf.png", - "AssetFile": "_content/Nop.Web/images/flags/pf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g0a/0lW+mci96g5PjWA5rIJNSoXEqXSwz+wkXrnFgxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g0a/0lW+mci96g5PjWA5rIJNSoXEqXSwz+wkXrnFgxg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pg.g3svnrts9h.png", - "AssetFile": "_content/Nop.Web/images/flags/pg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BM2L4PvSXM2AF/s9mgorURrcIVoWjb/mcThs5qeDyAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g3svnrts9h" - }, - { - "Name": "integrity", - "Value": "sha256-BM2L4PvSXM2AF/s9mgorURrcIVoWjb/mcThs5qeDyAI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pg.png", - "AssetFile": "_content/Nop.Web/images/flags/pg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BM2L4PvSXM2AF/s9mgorURrcIVoWjb/mcThs5qeDyAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BM2L4PvSXM2AF/s9mgorURrcIVoWjb/mcThs5qeDyAI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ph.oycbpo35p3.png", - "AssetFile": "_content/Nop.Web/images/flags/ph.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "538" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YJ9xI9nSPsQByQuI9nehkSXKJOKJnr4fPHVZhiP90lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oycbpo35p3" - }, - { - "Name": "integrity", - "Value": "sha256-YJ9xI9nSPsQByQuI9nehkSXKJOKJnr4fPHVZhiP90lE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ph.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ph.png", - "AssetFile": "_content/Nop.Web/images/flags/ph.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "538" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YJ9xI9nSPsQByQuI9nehkSXKJOKJnr4fPHVZhiP90lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YJ9xI9nSPsQByQuI9nehkSXKJOKJnr4fPHVZhiP90lE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pk.png", - "AssetFile": "_content/Nop.Web/images/flags/pk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GYUTkaIqTu4MajvEud7I7C7hXQEzqPfIhE9ZnCYSGfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GYUTkaIqTu4MajvEud7I7C7hXQEzqPfIhE9ZnCYSGfs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pk.tbvagm2avb.png", - "AssetFile": "_content/Nop.Web/images/flags/pk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GYUTkaIqTu4MajvEud7I7C7hXQEzqPfIhE9ZnCYSGfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbvagm2avb" - }, - { - "Name": "integrity", - "Value": "sha256-GYUTkaIqTu4MajvEud7I7C7hXQEzqPfIhE9ZnCYSGfs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pl.op3gr2dqjk.png", - "AssetFile": "_content/Nop.Web/images/flags/pl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NPahgi2IBgjnEk0uoOPaTNmzo7O30YFxthAxztvm5y8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "op3gr2dqjk" - }, - { - "Name": "integrity", - "Value": "sha256-NPahgi2IBgjnEk0uoOPaTNmzo7O30YFxthAxztvm5y8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pl.png", - "AssetFile": "_content/Nop.Web/images/flags/pl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NPahgi2IBgjnEk0uoOPaTNmzo7O30YFxthAxztvm5y8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NPahgi2IBgjnEk0uoOPaTNmzo7O30YFxthAxztvm5y8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pm.ggqcrbrpgp.png", - "AssetFile": "_content/Nop.Web/images/flags/pm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8AcRGlZylU9LSZ75uuEr2edBtwhLvjxVvqb9ZR7mGic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ggqcrbrpgp" - }, - { - "Name": "integrity", - "Value": "sha256-8AcRGlZylU9LSZ75uuEr2edBtwhLvjxVvqb9ZR7mGic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pm.png", - "AssetFile": "_content/Nop.Web/images/flags/pm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8AcRGlZylU9LSZ75uuEr2edBtwhLvjxVvqb9ZR7mGic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8AcRGlZylU9LSZ75uuEr2edBtwhLvjxVvqb9ZR7mGic=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pn.png", - "AssetFile": "_content/Nop.Web/images/flags/pn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oCp0eRazpe1Sg7YmEliQZAjvESNRUSYn2w8t2le2hsw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oCp0eRazpe1Sg7YmEliQZAjvESNRUSYn2w8t2le2hsw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pn.wcxvwkgmym.png", - "AssetFile": "_content/Nop.Web/images/flags/pn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oCp0eRazpe1Sg7YmEliQZAjvESNRUSYn2w8t2le2hsw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcxvwkgmym" - }, - { - "Name": "integrity", - "Value": "sha256-oCp0eRazpe1Sg7YmEliQZAjvESNRUSYn2w8t2le2hsw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pr.png", - "AssetFile": "_content/Nop.Web/images/flags/pr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "556" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T9y/KkqcowwiRR3KJYLGXEc4ifdceNLm4SU6roKsHRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T9y/KkqcowwiRR3KJYLGXEc4ifdceNLm4SU6roKsHRo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pr.zvdoc58lic.png", - "AssetFile": "_content/Nop.Web/images/flags/pr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "556" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T9y/KkqcowwiRR3KJYLGXEc4ifdceNLm4SU6roKsHRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zvdoc58lic" - }, - { - "Name": "integrity", - "Value": "sha256-T9y/KkqcowwiRR3KJYLGXEc4ifdceNLm4SU6roKsHRo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ps.l4ca40uayo.png", - "AssetFile": "_content/Nop.Web/images/flags/ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5T/ydqRHuZYs6Es4km3R8IjW22U/jpNrXBm/tFhKpog=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l4ca40uayo" - }, - { - "Name": "integrity", - "Value": "sha256-5T/ydqRHuZYs6Es4km3R8IjW22U/jpNrXBm/tFhKpog=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ps.png", - "AssetFile": "_content/Nop.Web/images/flags/ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5T/ydqRHuZYs6Es4km3R8IjW22U/jpNrXBm/tFhKpog=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5T/ydqRHuZYs6Es4km3R8IjW22U/jpNrXBm/tFhKpog=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pt.ih9h6nhzfp.png", - "AssetFile": "_content/Nop.Web/images/flags/pt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"umNvHLa/0yPawfsHnNACtdSG7V7/VPTEdEuBMWslfpY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ih9h6nhzfp" - }, - { - "Name": "integrity", - "Value": "sha256-umNvHLa/0yPawfsHnNACtdSG7V7/VPTEdEuBMWslfpY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pt.png", - "AssetFile": "_content/Nop.Web/images/flags/pt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"umNvHLa/0yPawfsHnNACtdSG7V7/VPTEdEuBMWslfpY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-umNvHLa/0yPawfsHnNACtdSG7V7/VPTEdEuBMWslfpY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pw.967zkshokp.png", - "AssetFile": "_content/Nop.Web/images/flags/pw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"71zuS2KJrPrmch76EwB28JbWo0gaytcReAFkFrF7ayk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "967zkshokp" - }, - { - "Name": "integrity", - "Value": "sha256-71zuS2KJrPrmch76EwB28JbWo0gaytcReAFkFrF7ayk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/pw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/pw.png", - "AssetFile": "_content/Nop.Web/images/flags/pw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"71zuS2KJrPrmch76EwB28JbWo0gaytcReAFkFrF7ayk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-71zuS2KJrPrmch76EwB28JbWo0gaytcReAFkFrF7ayk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/py.byrjvn93iu.png", - "AssetFile": "_content/Nop.Web/images/flags/py.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vWCWOy64TVjrAeEYotC6VFPHF+hWSo/bSqEN1rZHMEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "byrjvn93iu" - }, - { - "Name": "integrity", - "Value": "sha256-vWCWOy64TVjrAeEYotC6VFPHF+hWSo/bSqEN1rZHMEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/py.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/py.png", - "AssetFile": "_content/Nop.Web/images/flags/py.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vWCWOy64TVjrAeEYotC6VFPHF+hWSo/bSqEN1rZHMEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vWCWOy64TVjrAeEYotC6VFPHF+hWSo/bSqEN1rZHMEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/qa.png", - "AssetFile": "_content/Nop.Web/images/flags/qa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "450" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FApWnY7WOlkAUyOm4GtwSpCHQcF+C0axkbIxbipi4fc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FApWnY7WOlkAUyOm4GtwSpCHQcF+C0axkbIxbipi4fc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/qa.wp7wnhox9l.png", - "AssetFile": "_content/Nop.Web/images/flags/qa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "450" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FApWnY7WOlkAUyOm4GtwSpCHQcF+C0axkbIxbipi4fc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wp7wnhox9l" - }, - { - "Name": "integrity", - "Value": "sha256-FApWnY7WOlkAUyOm4GtwSpCHQcF+C0axkbIxbipi4fc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/qa.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/re.jhtxpkwff9.png", - "AssetFile": "_content/Nop.Web/images/flags/re.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jhtxpkwff9" - }, - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/re.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/re.png", - "AssetFile": "_content/Nop.Web/images/flags/re.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eaOXk++/ghfvu8hA4bIEH+mVNjpfEvDAHdTRRi5euEI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ro.lznqd9d7hv.png", - "AssetFile": "_content/Nop.Web/images/flags/ro.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"D4OrzKfwc2iBnjJo1C8WHtq87ktWMpxn3pN3nB+6PsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lznqd9d7hv" - }, - { - "Name": "integrity", - "Value": "sha256-D4OrzKfwc2iBnjJo1C8WHtq87ktWMpxn3pN3nB+6PsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ro.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ro.png", - "AssetFile": "_content/Nop.Web/images/flags/ro.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"D4OrzKfwc2iBnjJo1C8WHtq87ktWMpxn3pN3nB+6PsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D4OrzKfwc2iBnjJo1C8WHtq87ktWMpxn3pN3nB+6PsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/rs.00ydv67tk5.png", - "AssetFile": "_content/Nop.Web/images/flags/rs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "423" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oAudBceMYrPq7oKssSwtOcyPYzge41Y7a4/GwoXdTvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "00ydv67tk5" - }, - { - "Name": "integrity", - "Value": "sha256-oAudBceMYrPq7oKssSwtOcyPYzge41Y7a4/GwoXdTvw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/rs.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/rs.png", - "AssetFile": "_content/Nop.Web/images/flags/rs.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "423" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oAudBceMYrPq7oKssSwtOcyPYzge41Y7a4/GwoXdTvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oAudBceMYrPq7oKssSwtOcyPYzge41Y7a4/GwoXdTvw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ru.png", - "AssetFile": "_content/Nop.Web/images/flags/ru.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xulIniXnhUpY25OsxakbPMAj0zpwxJMdzo0u8oaLXpQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xulIniXnhUpY25OsxakbPMAj0zpwxJMdzo0u8oaLXpQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ru.uqomfxzs71.png", - "AssetFile": "_content/Nop.Web/images/flags/ru.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xulIniXnhUpY25OsxakbPMAj0zpwxJMdzo0u8oaLXpQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uqomfxzs71" - }, - { - "Name": "integrity", - "Value": "sha256-xulIniXnhUpY25OsxakbPMAj0zpwxJMdzo0u8oaLXpQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ru.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/rw.i3ywiq2qm4.png", - "AssetFile": "_content/Nop.Web/images/flags/rw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "533" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ng6AueyFxAZmJOoXpQGwzu7VNT3CfPlWIDq4JUJj44E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i3ywiq2qm4" - }, - { - "Name": "integrity", - "Value": "sha256-ng6AueyFxAZmJOoXpQGwzu7VNT3CfPlWIDq4JUJj44E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/rw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/rw.png", - "AssetFile": "_content/Nop.Web/images/flags/rw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "533" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ng6AueyFxAZmJOoXpQGwzu7VNT3CfPlWIDq4JUJj44E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ng6AueyFxAZmJOoXpQGwzu7VNT3CfPlWIDq4JUJj44E=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sa.png", - "AssetFile": "_content/Nop.Web/images/flags/sa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "551" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ioL5NmsCGFhOcrok7v2/D53WAwSAIZ458Tzx5/6HoDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ioL5NmsCGFhOcrok7v2/D53WAwSAIZ458Tzx5/6HoDo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sa.ubqdwblxgl.png", - "AssetFile": "_content/Nop.Web/images/flags/sa.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "551" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ioL5NmsCGFhOcrok7v2/D53WAwSAIZ458Tzx5/6HoDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubqdwblxgl" - }, - { - "Name": "integrity", - "Value": "sha256-ioL5NmsCGFhOcrok7v2/D53WAwSAIZ458Tzx5/6HoDo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sa.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sb.hnuh1lgapd.png", - "AssetFile": "_content/Nop.Web/images/flags/sb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bUoCg2iYkidbl0cEobh+ZaZ69kHYtwNKZhtNu5G9hBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hnuh1lgapd" - }, - { - "Name": "integrity", - "Value": "sha256-bUoCg2iYkidbl0cEobh+ZaZ69kHYtwNKZhtNu5G9hBY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sb.png", - "AssetFile": "_content/Nop.Web/images/flags/sb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bUoCg2iYkidbl0cEobh+ZaZ69kHYtwNKZhtNu5G9hBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bUoCg2iYkidbl0cEobh+ZaZ69kHYtwNKZhtNu5G9hBY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sc.png", - "AssetFile": "_content/Nop.Web/images/flags/sc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yiCGBkKWj9JndgmOgLET2Lmh1INgg37Y3tlNZbDcmr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yiCGBkKWj9JndgmOgLET2Lmh1INgg37Y3tlNZbDcmr8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sc.qw779ph9kz.png", - "AssetFile": "_content/Nop.Web/images/flags/sc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yiCGBkKWj9JndgmOgLET2Lmh1INgg37Y3tlNZbDcmr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw779ph9kz" - }, - { - "Name": "integrity", - "Value": "sha256-yiCGBkKWj9JndgmOgLET2Lmh1INgg37Y3tlNZbDcmr8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/scotland.43e8mwskw3.png", - "AssetFile": "_content/Nop.Web/images/flags/scotland.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UA/9w5pBUEEzFxEHWI8TrXp+vOU/wotCP6RePoDyfOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "43e8mwskw3" - }, - { - "Name": "integrity", - "Value": "sha256-UA/9w5pBUEEzFxEHWI8TrXp+vOU/wotCP6RePoDyfOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/scotland.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/scotland.png", - "AssetFile": "_content/Nop.Web/images/flags/scotland.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UA/9w5pBUEEzFxEHWI8TrXp+vOU/wotCP6RePoDyfOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UA/9w5pBUEEzFxEHWI8TrXp+vOU/wotCP6RePoDyfOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sd.4rhs30uzqc.png", - "AssetFile": "_content/Nop.Web/images/flags/sd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4MvRlgzGYuoFnAQ4uSRJoltnU/raRzSHVUW6D3kJjOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4rhs30uzqc" - }, - { - "Name": "integrity", - "Value": "sha256-4MvRlgzGYuoFnAQ4uSRJoltnU/raRzSHVUW6D3kJjOI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sd.png", - "AssetFile": "_content/Nop.Web/images/flags/sd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4MvRlgzGYuoFnAQ4uSRJoltnU/raRzSHVUW6D3kJjOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4MvRlgzGYuoFnAQ4uSRJoltnU/raRzSHVUW6D3kJjOI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/se.gxvmxnhz6f.png", - "AssetFile": "_content/Nop.Web/images/flags/se.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Geomg1XAF2tlhoSEyBjleDf2MeCUkmgYR4UC/IR4yM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gxvmxnhz6f" - }, - { - "Name": "integrity", - "Value": "sha256-3Geomg1XAF2tlhoSEyBjleDf2MeCUkmgYR4UC/IR4yM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/se.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/se.png", - "AssetFile": "_content/Nop.Web/images/flags/se.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Geomg1XAF2tlhoSEyBjleDf2MeCUkmgYR4UC/IR4yM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3Geomg1XAF2tlhoSEyBjleDf2MeCUkmgYR4UC/IR4yM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sg.kqso4raeoa.png", - "AssetFile": "_content/Nop.Web/images/flags/sg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "468" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hGhKJQAsyiiMA98Y3AsmNuOKNt/cs9GnplSq0QCe+xc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kqso4raeoa" - }, - { - "Name": "integrity", - "Value": "sha256-hGhKJQAsyiiMA98Y3AsmNuOKNt/cs9GnplSq0QCe+xc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sg.png", - "AssetFile": "_content/Nop.Web/images/flags/sg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "468" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hGhKJQAsyiiMA98Y3AsmNuOKNt/cs9GnplSq0QCe+xc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hGhKJQAsyiiMA98Y3AsmNuOKNt/cs9GnplSq0QCe+xc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sh.ei8ec701by.png", - "AssetFile": "_content/Nop.Web/images/flags/sh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"apXGkFqi/An+JC5BfYKxI1DASPYGM34dLMMeOFeci4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ei8ec701by" - }, - { - "Name": "integrity", - "Value": "sha256-apXGkFqi/An+JC5BfYKxI1DASPYGM34dLMMeOFeci4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sh.png", - "AssetFile": "_content/Nop.Web/images/flags/sh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"apXGkFqi/An+JC5BfYKxI1DASPYGM34dLMMeOFeci4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-apXGkFqi/An+JC5BfYKxI1DASPYGM34dLMMeOFeci4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/si.png", - "AssetFile": "_content/Nop.Web/images/flags/si.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "510" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ousC5e4M37KRHirmXLReBw4RbNnEcUIuYslxAkb+cgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ousC5e4M37KRHirmXLReBw4RbNnEcUIuYslxAkb+cgk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/si.qltujw3qky.png", - "AssetFile": "_content/Nop.Web/images/flags/si.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "510" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ousC5e4M37KRHirmXLReBw4RbNnEcUIuYslxAkb+cgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qltujw3qky" - }, - { - "Name": "integrity", - "Value": "sha256-ousC5e4M37KRHirmXLReBw4RbNnEcUIuYslxAkb+cgk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/si.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sj.gad3twkzlj.png", - "AssetFile": "_content/Nop.Web/images/flags/sj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gad3twkzlj" - }, - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sj.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sj.png", - "AssetFile": "_content/Nop.Web/images/flags/sj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+NwwI3HICevaPpGDxgYmRgH43YUdKxh4/SXw9qvimIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sk.hks219f067.png", - "AssetFile": "_content/Nop.Web/images/flags/sk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"361wwafS6aymyOEaWmGxbl9s6L9aKNS0fEeRiazl/7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hks219f067" - }, - { - "Name": "integrity", - "Value": "sha256-361wwafS6aymyOEaWmGxbl9s6L9aKNS0fEeRiazl/7o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sk.png", - "AssetFile": "_content/Nop.Web/images/flags/sk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"361wwafS6aymyOEaWmGxbl9s6L9aKNS0fEeRiazl/7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-361wwafS6aymyOEaWmGxbl9s6L9aKNS0fEeRiazl/7o=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sl.3u0vktt7s7.png", - "AssetFile": "_content/Nop.Web/images/flags/sl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "436" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BTIkj8KJYR/iJVqpTL7Z3klvn80UTu5vzt0qHrJe5VQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3u0vktt7s7" - }, - { - "Name": "integrity", - "Value": "sha256-BTIkj8KJYR/iJVqpTL7Z3klvn80UTu5vzt0qHrJe5VQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sl.png", - "AssetFile": "_content/Nop.Web/images/flags/sl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "436" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BTIkj8KJYR/iJVqpTL7Z3klvn80UTu5vzt0qHrJe5VQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BTIkj8KJYR/iJVqpTL7Z3klvn80UTu5vzt0qHrJe5VQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sm.bo0oeys25u.png", - "AssetFile": "_content/Nop.Web/images/flags/sm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "502" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lRDv45KhpmGyNccfqu0fWHMLQkcsqg9zp4U7HhDVhNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bo0oeys25u" - }, - { - "Name": "integrity", - "Value": "sha256-lRDv45KhpmGyNccfqu0fWHMLQkcsqg9zp4U7HhDVhNU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sm.png", - "AssetFile": "_content/Nop.Web/images/flags/sm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "502" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lRDv45KhpmGyNccfqu0fWHMLQkcsqg9zp4U7HhDVhNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lRDv45KhpmGyNccfqu0fWHMLQkcsqg9zp4U7HhDVhNU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sn.bkr98l4xpl.png", - "AssetFile": "_content/Nop.Web/images/flags/sn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y+9CvzkvmDdpvrtvUrFbJGi2M+zawDIEtJL++2lMbZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bkr98l4xpl" - }, - { - "Name": "integrity", - "Value": "sha256-y+9CvzkvmDdpvrtvUrFbJGi2M+zawDIEtJL++2lMbZU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sn.png", - "AssetFile": "_content/Nop.Web/images/flags/sn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y+9CvzkvmDdpvrtvUrFbJGi2M+zawDIEtJL++2lMbZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y+9CvzkvmDdpvrtvUrFbJGi2M+zawDIEtJL++2lMbZU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/so.pa09dyps68.png", - "AssetFile": "_content/Nop.Web/images/flags/so.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"we4qA9fZLtgWCcYQ9ruLHCEeTaMBgWLf8UzuDZbGVFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pa09dyps68" - }, - { - "Name": "integrity", - "Value": "sha256-we4qA9fZLtgWCcYQ9ruLHCEeTaMBgWLf8UzuDZbGVFE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/so.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/so.png", - "AssetFile": "_content/Nop.Web/images/flags/so.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"we4qA9fZLtgWCcYQ9ruLHCEeTaMBgWLf8UzuDZbGVFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-we4qA9fZLtgWCcYQ9ruLHCEeTaMBgWLf8UzuDZbGVFE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sr.png", - "AssetFile": "_content/Nop.Web/images/flags/sr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "513" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8k/cy/8+k2y+vVor7rwwpEzcpq2F53znMwCcqItk/DQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8k/cy/8+k2y+vVor7rwwpEzcpq2F53znMwCcqItk/DQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sr.yzg0yizpxu.png", - "AssetFile": "_content/Nop.Web/images/flags/sr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "513" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8k/cy/8+k2y+vVor7rwwpEzcpq2F53znMwCcqItk/DQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yzg0yizpxu" - }, - { - "Name": "integrity", - "Value": "sha256-8k/cy/8+k2y+vVor7rwwpEzcpq2F53znMwCcqItk/DQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/st.png", - "AssetFile": "_content/Nop.Web/images/flags/st.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NWsq+aBtDbmwXwTFKM98z8pzCQspFICQyiJ/U2Edj7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NWsq+aBtDbmwXwTFKM98z8pzCQspFICQyiJ/U2Edj7o=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/st.zq8uhv8s32.png", - "AssetFile": "_content/Nop.Web/images/flags/st.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NWsq+aBtDbmwXwTFKM98z8pzCQspFICQyiJ/U2Edj7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zq8uhv8s32" - }, - { - "Name": "integrity", - "Value": "sha256-NWsq+aBtDbmwXwTFKM98z8pzCQspFICQyiJ/U2Edj7o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/st.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sv.12i8sl0f9y.png", - "AssetFile": "_content/Nop.Web/images/flags/sv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lyL2gs2sWEeUkL1K0+KYiq9p//n3PEeV9Yb9ZTfMl68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "12i8sl0f9y" - }, - { - "Name": "integrity", - "Value": "sha256-lyL2gs2sWEeUkL1K0+KYiq9p//n3PEeV9Yb9ZTfMl68=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sv.png", - "AssetFile": "_content/Nop.Web/images/flags/sv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lyL2gs2sWEeUkL1K0+KYiq9p//n3PEeV9Yb9ZTfMl68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lyL2gs2sWEeUkL1K0+KYiq9p//n3PEeV9Yb9ZTfMl68=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sy.0pevqbgs85.png", - "AssetFile": "_content/Nop.Web/images/flags/sy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "422" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMKBHpLCCohSLNmHICC9zi+ILWcYli6sJvX7TJfhTe0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0pevqbgs85" - }, - { - "Name": "integrity", - "Value": "sha256-JMKBHpLCCohSLNmHICC9zi+ILWcYli6sJvX7TJfhTe0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sy.png", - "AssetFile": "_content/Nop.Web/images/flags/sy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "422" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMKBHpLCCohSLNmHICC9zi+ILWcYli6sJvX7TJfhTe0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JMKBHpLCCohSLNmHICC9zi+ILWcYli6sJvX7TJfhTe0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sz.png", - "AssetFile": "_content/Nop.Web/images/flags/sz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OvTXHkccvX2FYwCjbubN5fxNKeZH+Qy5NLDm+C/9wfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OvTXHkccvX2FYwCjbubN5fxNKeZH+Qy5NLDm+C/9wfs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/sz.umtf4tvjws.png", - "AssetFile": "_content/Nop.Web/images/flags/sz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OvTXHkccvX2FYwCjbubN5fxNKeZH+Qy5NLDm+C/9wfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "umtf4tvjws" - }, - { - "Name": "integrity", - "Value": "sha256-OvTXHkccvX2FYwCjbubN5fxNKeZH+Qy5NLDm+C/9wfs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/sz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tc.gt27x6r8ym.png", - "AssetFile": "_content/Nop.Web/images/flags/tc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/Kxq/2RdgEjTlbSh4PQYvk2CPFFSXsvsHWYi5y3pYgo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gt27x6r8ym" - }, - { - "Name": "integrity", - "Value": "sha256-/Kxq/2RdgEjTlbSh4PQYvk2CPFFSXsvsHWYi5y3pYgo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tc.png", - "AssetFile": "_content/Nop.Web/images/flags/tc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/Kxq/2RdgEjTlbSh4PQYvk2CPFFSXsvsHWYi5y3pYgo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/Kxq/2RdgEjTlbSh4PQYvk2CPFFSXsvsHWYi5y3pYgo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/td.ebps3b5ea2.png", - "AssetFile": "_content/Nop.Web/images/flags/td.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "570" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ki4b1R+V1FZ43s1RcB01Qmc/kmP6xb2NCf5scNr2lRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebps3b5ea2" - }, - { - "Name": "integrity", - "Value": "sha256-Ki4b1R+V1FZ43s1RcB01Qmc/kmP6xb2NCf5scNr2lRE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/td.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/td.png", - "AssetFile": "_content/Nop.Web/images/flags/td.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "570" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ki4b1R+V1FZ43s1RcB01Qmc/kmP6xb2NCf5scNr2lRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ki4b1R+V1FZ43s1RcB01Qmc/kmP6xb2NCf5scNr2lRE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tf.kowg1e1f13.png", - "AssetFile": "_content/Nop.Web/images/flags/tf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jI1jaDzFuiuFM/an22XKx7E35ZV9N99zTpZjTM0M8uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kowg1e1f13" - }, - { - "Name": "integrity", - "Value": "sha256-jI1jaDzFuiuFM/an22XKx7E35ZV9N99zTpZjTM0M8uM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tf.png", - "AssetFile": "_content/Nop.Web/images/flags/tf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jI1jaDzFuiuFM/an22XKx7E35ZV9N99zTpZjTM0M8uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jI1jaDzFuiuFM/an22XKx7E35ZV9N99zTpZjTM0M8uM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tg.11zdz4igkp.png", - "AssetFile": "_content/Nop.Web/images/flags/tg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"laUAx/s58g1cJofhdGJsjK15aTiUN/64JSV+bM482DM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "11zdz4igkp" - }, - { - "Name": "integrity", - "Value": "sha256-laUAx/s58g1cJofhdGJsjK15aTiUN/64JSV+bM482DM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tg.png", - "AssetFile": "_content/Nop.Web/images/flags/tg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"laUAx/s58g1cJofhdGJsjK15aTiUN/64JSV+bM482DM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-laUAx/s58g1cJofhdGJsjK15aTiUN/64JSV+bM482DM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/th.png", - "AssetFile": "_content/Nop.Web/images/flags/th.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "452" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kwG1MA+hi1D3dFEsNUne1Fv0HDA1nRgkztfMoMx14hY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kwG1MA+hi1D3dFEsNUne1Fv0HDA1nRgkztfMoMx14hY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/th.tgl3r9b0n2.png", - "AssetFile": "_content/Nop.Web/images/flags/th.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "452" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kwG1MA+hi1D3dFEsNUne1Fv0HDA1nRgkztfMoMx14hY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgl3r9b0n2" - }, - { - "Name": "integrity", - "Value": "sha256-kwG1MA+hi1D3dFEsNUne1Fv0HDA1nRgkztfMoMx14hY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/th.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tj.1m7sgl8aj2.png", - "AssetFile": "_content/Nop.Web/images/flags/tj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"d2Ywx2t3wEqEqg7bh97LZGZDxT1RmUnfIROlysRZIJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1m7sgl8aj2" - }, - { - "Name": "integrity", - "Value": "sha256-d2Ywx2t3wEqEqg7bh97LZGZDxT1RmUnfIROlysRZIJU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tj.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tj.png", - "AssetFile": "_content/Nop.Web/images/flags/tj.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "496" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"d2Ywx2t3wEqEqg7bh97LZGZDxT1RmUnfIROlysRZIJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d2Ywx2t3wEqEqg7bh97LZGZDxT1RmUnfIROlysRZIJU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tk.kglzf75hu7.png", - "AssetFile": "_content/Nop.Web/images/flags/tk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZNK7TrwZ185rMqZA72gxwPNYfFRobjeA5XNhCLJLzBI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kglzf75hu7" - }, - { - "Name": "integrity", - "Value": "sha256-ZNK7TrwZ185rMqZA72gxwPNYfFRobjeA5XNhCLJLzBI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tk.png", - "AssetFile": "_content/Nop.Web/images/flags/tk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZNK7TrwZ185rMqZA72gxwPNYfFRobjeA5XNhCLJLzBI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZNK7TrwZ185rMqZA72gxwPNYfFRobjeA5XNhCLJLzBI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tl.evy9ztr4mo.png", - "AssetFile": "_content/Nop.Web/images/flags/tl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "514" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yl+yhfxrNs1dAykJg7ltApsNWEpsA3JXKKJDWWnfJjY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "evy9ztr4mo" - }, - { - "Name": "integrity", - "Value": "sha256-yl+yhfxrNs1dAykJg7ltApsNWEpsA3JXKKJDWWnfJjY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tl.png", - "AssetFile": "_content/Nop.Web/images/flags/tl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "514" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yl+yhfxrNs1dAykJg7ltApsNWEpsA3JXKKJDWWnfJjY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yl+yhfxrNs1dAykJg7ltApsNWEpsA3JXKKJDWWnfJjY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tm.8er0nj8df2.png", - "AssetFile": "_content/Nop.Web/images/flags/tm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UBL/dEVz7OLtXo9q623okbrgOiFwAUFREXPQqdNaQjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8er0nj8df2" - }, - { - "Name": "integrity", - "Value": "sha256-UBL/dEVz7OLtXo9q623okbrgOiFwAUFREXPQqdNaQjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tm.png", - "AssetFile": "_content/Nop.Web/images/flags/tm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UBL/dEVz7OLtXo9q623okbrgOiFwAUFREXPQqdNaQjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UBL/dEVz7OLtXo9q623okbrgOiFwAUFREXPQqdNaQjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tn.7dykaxurah.png", - "AssetFile": "_content/Nop.Web/images/flags/tn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+/gALGeF8rw6exB0sbCNb6lgM7Olj242LpDnYWIGTIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7dykaxurah" - }, - { - "Name": "integrity", - "Value": "sha256-+/gALGeF8rw6exB0sbCNb6lgM7Olj242LpDnYWIGTIM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tn.png", - "AssetFile": "_content/Nop.Web/images/flags/tn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+/gALGeF8rw6exB0sbCNb6lgM7Olj242LpDnYWIGTIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+/gALGeF8rw6exB0sbCNb6lgM7Olj242LpDnYWIGTIM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/to.png", - "AssetFile": "_content/Nop.Web/images/flags/to.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "426" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8EUJejN0hyEfgL/qozkarJmltUlQOAvTLD0clrUS8Mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8EUJejN0hyEfgL/qozkarJmltUlQOAvTLD0clrUS8Mg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/to.w44ozih62w.png", - "AssetFile": "_content/Nop.Web/images/flags/to.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "426" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8EUJejN0hyEfgL/qozkarJmltUlQOAvTLD0clrUS8Mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w44ozih62w" - }, - { - "Name": "integrity", - "Value": "sha256-8EUJejN0hyEfgL/qozkarJmltUlQOAvTLD0clrUS8Mg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/to.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tr.fmz2mrpkwj.png", - "AssetFile": "_content/Nop.Web/images/flags/tr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KS1ZL3+h3y+mU+zB4D1esq5oJ3xt8mT3Yq77ghjiNFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fmz2mrpkwj" - }, - { - "Name": "integrity", - "Value": "sha256-KS1ZL3+h3y+mU+zB4D1esq5oJ3xt8mT3Yq77ghjiNFQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tr.png", - "AssetFile": "_content/Nop.Web/images/flags/tr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KS1ZL3+h3y+mU+zB4D1esq5oJ3xt8mT3Yq77ghjiNFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KS1ZL3+h3y+mU+zB4D1esq5oJ3xt8mT3Yq77ghjiNFQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tt.16qnq3h4ri.png", - "AssetFile": "_content/Nop.Web/images/flags/tt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OTrnjFzfZgNtQE9lgiqQq8FoZy0KHFCT5CWc4WBucpg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "16qnq3h4ri" - }, - { - "Name": "integrity", - "Value": "sha256-OTrnjFzfZgNtQE9lgiqQq8FoZy0KHFCT5CWc4WBucpg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tt.png", - "AssetFile": "_content/Nop.Web/images/flags/tt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OTrnjFzfZgNtQE9lgiqQq8FoZy0KHFCT5CWc4WBucpg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OTrnjFzfZgNtQE9lgiqQq8FoZy0KHFCT5CWc4WBucpg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tv.fwjzlt7kc6.png", - "AssetFile": "_content/Nop.Web/images/flags/tv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gXcNDU1u52qChr7NANER6h/9MiAmdlH5X1WYmPdrjVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fwjzlt7kc6" - }, - { - "Name": "integrity", - "Value": "sha256-gXcNDU1u52qChr7NANER6h/9MiAmdlH5X1WYmPdrjVg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tv.png", - "AssetFile": "_content/Nop.Web/images/flags/tv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gXcNDU1u52qChr7NANER6h/9MiAmdlH5X1WYmPdrjVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gXcNDU1u52qChr7NANER6h/9MiAmdlH5X1WYmPdrjVg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tw.png", - "AssetFile": "_content/Nop.Web/images/flags/tw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ZwzEEWwEKg/Rq0lxZLPP1QVJxthL8nbjTLPkVhEfcY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ZwzEEWwEKg/Rq0lxZLPP1QVJxthL8nbjTLPkVhEfcY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tw.telu5sgvdv.png", - "AssetFile": "_content/Nop.Web/images/flags/tw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ZwzEEWwEKg/Rq0lxZLPP1QVJxthL8nbjTLPkVhEfcY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "telu5sgvdv" - }, - { - "Name": "integrity", - "Value": "sha256-5ZwzEEWwEKg/Rq0lxZLPP1QVJxthL8nbjTLPkVhEfcY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tz.png", - "AssetFile": "_content/Nop.Web/images/flags/tz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "642" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S/CohyRCNIg163y4jK1+95kqtwF8J3coFJMhRBO8PV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S/CohyRCNIg163y4jK1+95kqtwF8J3coFJMhRBO8PV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/tz.vrqzinvef1.png", - "AssetFile": "_content/Nop.Web/images/flags/tz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "642" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S/CohyRCNIg163y4jK1+95kqtwF8J3coFJMhRBO8PV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vrqzinvef1" - }, - { - "Name": "integrity", - "Value": "sha256-S/CohyRCNIg163y4jK1+95kqtwF8J3coFJMhRBO8PV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/tz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ua.eytrh7qahp.png", - "AssetFile": "_content/Nop.Web/images/flags/ua.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "446" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"muLyBBeIVcT9spznWgobJYj8PbOnCE0pcVh2us0pNQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eytrh7qahp" - }, - { - "Name": "integrity", - "Value": "sha256-muLyBBeIVcT9spznWgobJYj8PbOnCE0pcVh2us0pNQg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ua.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ua.png", - "AssetFile": "_content/Nop.Web/images/flags/ua.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "446" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"muLyBBeIVcT9spznWgobJYj8PbOnCE0pcVh2us0pNQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-muLyBBeIVcT9spznWgobJYj8PbOnCE0pcVh2us0pNQg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ug.6b3mbmxkhu.png", - "AssetFile": "_content/Nop.Web/images/flags/ug.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "531" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qs1am8hAjWc7l/oE5SihlHcvhcLzqnVuE4YEXNqhBTg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6b3mbmxkhu" - }, - { - "Name": "integrity", - "Value": "sha256-Qs1am8hAjWc7l/oE5SihlHcvhcLzqnVuE4YEXNqhBTg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ug.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ug.png", - "AssetFile": "_content/Nop.Web/images/flags/ug.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "531" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qs1am8hAjWc7l/oE5SihlHcvhcLzqnVuE4YEXNqhBTg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qs1am8hAjWc7l/oE5SihlHcvhcLzqnVuE4YEXNqhBTg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/um.0ztf0owzpu.png", - "AssetFile": "_content/Nop.Web/images/flags/um.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fGVQWGkabIN9uarDwvhmLY4GpuvT3Ulcym5pGmfBv2Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ztf0owzpu" - }, - { - "Name": "integrity", - "Value": "sha256-fGVQWGkabIN9uarDwvhmLY4GpuvT3Ulcym5pGmfBv2Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/um.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/um.png", - "AssetFile": "_content/Nop.Web/images/flags/um.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fGVQWGkabIN9uarDwvhmLY4GpuvT3Ulcym5pGmfBv2Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fGVQWGkabIN9uarDwvhmLY4GpuvT3Ulcym5pGmfBv2Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/us.png", - "AssetFile": "_content/Nop.Web/images/flags/us.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NszlyuPS4ARbKytsv/2tegq6PpmRnMIZu/BXjv3EVYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NszlyuPS4ARbKytsv/2tegq6PpmRnMIZu/BXjv3EVYU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/us.qv4ec4iiql.png", - "AssetFile": "_content/Nop.Web/images/flags/us.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NszlyuPS4ARbKytsv/2tegq6PpmRnMIZu/BXjv3EVYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qv4ec4iiql" - }, - { - "Name": "integrity", - "Value": "sha256-NszlyuPS4ARbKytsv/2tegq6PpmRnMIZu/BXjv3EVYU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/us.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/uy.png", - "AssetFile": "_content/Nop.Web/images/flags/uy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mrTM1Cw4aTMWJrhukHRQLketGdsyU7NZb3Gb2FD/c24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mrTM1Cw4aTMWJrhukHRQLketGdsyU7NZb3Gb2FD/c24=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/uy.q8emfl2f5t.png", - "AssetFile": "_content/Nop.Web/images/flags/uy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mrTM1Cw4aTMWJrhukHRQLketGdsyU7NZb3Gb2FD/c24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q8emfl2f5t" - }, - { - "Name": "integrity", - "Value": "sha256-mrTM1Cw4aTMWJrhukHRQLketGdsyU7NZb3Gb2FD/c24=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/uy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/uz.6jv0gyp6cg.png", - "AssetFile": "_content/Nop.Web/images/flags/uz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oocObpknyf8LgOali5Wts0Y3FPAHM+nD3dO+Gi1dF7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6jv0gyp6cg" - }, - { - "Name": "integrity", - "Value": "sha256-oocObpknyf8LgOali5Wts0Y3FPAHM+nD3dO+Gi1dF7U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/uz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/uz.png", - "AssetFile": "_content/Nop.Web/images/flags/uz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oocObpknyf8LgOali5Wts0Y3FPAHM+nD3dO+Gi1dF7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oocObpknyf8LgOali5Wts0Y3FPAHM+nD3dO+Gi1dF7U=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/va.4o1hy400vs.png", - "AssetFile": "_content/Nop.Web/images/flags/va.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "553" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TOtS2aYSuAyTHZUwwnOxtgjzK5UH5rcAmkhZnut/k+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4o1hy400vs" - }, - { - "Name": "integrity", - "Value": "sha256-TOtS2aYSuAyTHZUwwnOxtgjzK5UH5rcAmkhZnut/k+I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/va.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/va.png", - "AssetFile": "_content/Nop.Web/images/flags/va.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "553" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TOtS2aYSuAyTHZUwwnOxtgjzK5UH5rcAmkhZnut/k+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TOtS2aYSuAyTHZUwwnOxtgjzK5UH5rcAmkhZnut/k+I=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vc.dagey8cy7n.png", - "AssetFile": "_content/Nop.Web/images/flags/vc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C/Qs4fSGEI+jKvq6eXbw3qXbvKIEm1WfI9V6BSEktuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dagey8cy7n" - }, - { - "Name": "integrity", - "Value": "sha256-C/Qs4fSGEI+jKvq6eXbw3qXbvKIEm1WfI9V6BSEktuI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/vc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vc.png", - "AssetFile": "_content/Nop.Web/images/flags/vc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C/Qs4fSGEI+jKvq6eXbw3qXbvKIEm1WfI9V6BSEktuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C/Qs4fSGEI+jKvq6eXbw3qXbvKIEm1WfI9V6BSEktuI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ve.bu580betnk.png", - "AssetFile": "_content/Nop.Web/images/flags/ve.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "528" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bQTeEIaxJNWEN1PivVXxN8JTe9R+DV6ixV/zvB2nKTw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bu580betnk" - }, - { - "Name": "integrity", - "Value": "sha256-bQTeEIaxJNWEN1PivVXxN8JTe9R+DV6ixV/zvB2nKTw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ve.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ve.png", - "AssetFile": "_content/Nop.Web/images/flags/ve.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "528" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bQTeEIaxJNWEN1PivVXxN8JTe9R+DV6ixV/zvB2nKTw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bQTeEIaxJNWEN1PivVXxN8JTe9R+DV6ixV/zvB2nKTw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vg.1jip3080al.png", - "AssetFile": "_content/Nop.Web/images/flags/vg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "630" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"83IK3QlVeCWmUtiZise+34Qjnlua7L3P+zkwODt+RoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1jip3080al" - }, - { - "Name": "integrity", - "Value": "sha256-83IK3QlVeCWmUtiZise+34Qjnlua7L3P+zkwODt+RoI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/vg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vg.png", - "AssetFile": "_content/Nop.Web/images/flags/vg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "630" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"83IK3QlVeCWmUtiZise+34Qjnlua7L3P+zkwODt+RoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-83IK3QlVeCWmUtiZise+34Qjnlua7L3P+zkwODt+RoI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vi.4ml0jow0h4.png", - "AssetFile": "_content/Nop.Web/images/flags/vi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lD+2CRa0KGKV8y5jL+WgRideXPhOhxGalPf14bQp4FI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ml0jow0h4" - }, - { - "Name": "integrity", - "Value": "sha256-lD+2CRa0KGKV8y5jL+WgRideXPhOhxGalPf14bQp4FI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/vi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vi.png", - "AssetFile": "_content/Nop.Web/images/flags/vi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lD+2CRa0KGKV8y5jL+WgRideXPhOhxGalPf14bQp4FI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lD+2CRa0KGKV8y5jL+WgRideXPhOhxGalPf14bQp4FI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vn.oapvh64ocs.png", - "AssetFile": "_content/Nop.Web/images/flags/vn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0FqoB4YE9FYNmarPEsgOQAZR5O+bCGCzrUeMLYsI420=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oapvh64ocs" - }, - { - "Name": "integrity", - "Value": "sha256-0FqoB4YE9FYNmarPEsgOQAZR5O+bCGCzrUeMLYsI420=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/vn.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vn.png", - "AssetFile": "_content/Nop.Web/images/flags/vn.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0FqoB4YE9FYNmarPEsgOQAZR5O+bCGCzrUeMLYsI420=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0FqoB4YE9FYNmarPEsgOQAZR5O+bCGCzrUeMLYsI420=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vu.hye62xc7b8.png", - "AssetFile": "_content/Nop.Web/images/flags/vu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OXea1oSCZ+kDV9N5W7s5be7n8gci+OPWxr4Jim9fNH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hye62xc7b8" - }, - { - "Name": "integrity", - "Value": "sha256-OXea1oSCZ+kDV9N5W7s5be7n8gci+OPWxr4Jim9fNH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/vu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/vu.png", - "AssetFile": "_content/Nop.Web/images/flags/vu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OXea1oSCZ+kDV9N5W7s5be7n8gci+OPWxr4Jim9fNH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OXea1oSCZ+kDV9N5W7s5be7n8gci+OPWxr4Jim9fNH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/wales.png", - "AssetFile": "_content/Nop.Web/images/flags/wales.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "652" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"og70D0QvCJ0KX13NCJp2ur2G8P48JD2cjlDGwOSu86s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-og70D0QvCJ0KX13NCJp2ur2G8P48JD2cjlDGwOSu86s=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/wales.q6zqmd7ppr.png", - "AssetFile": "_content/Nop.Web/images/flags/wales.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "652" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"og70D0QvCJ0KX13NCJp2ur2G8P48JD2cjlDGwOSu86s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q6zqmd7ppr" - }, - { - "Name": "integrity", - "Value": "sha256-og70D0QvCJ0KX13NCJp2ur2G8P48JD2cjlDGwOSu86s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/wales.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/wf.png", - "AssetFile": "_content/Nop.Web/images/flags/wf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iT7UzLIzU/WXu36VRO+MN2yJb8T2/lbkyhSqtw5JID4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iT7UzLIzU/WXu36VRO+MN2yJb8T2/lbkyhSqtw5JID4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/wf.vq3228iryw.png", - "AssetFile": "_content/Nop.Web/images/flags/wf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iT7UzLIzU/WXu36VRO+MN2yJb8T2/lbkyhSqtw5JID4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vq3228iryw" - }, - { - "Name": "integrity", - "Value": "sha256-iT7UzLIzU/WXu36VRO+MN2yJb8T2/lbkyhSqtw5JID4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/wf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ws.63ljj189f5.png", - "AssetFile": "_content/Nop.Web/images/flags/ws.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"frfUj9cvg7W87gzJusnCStQsgZJ+jTNrb9Bf2a76Dcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "63ljj189f5" - }, - { - "Name": "integrity", - "Value": "sha256-frfUj9cvg7W87gzJusnCStQsgZJ+jTNrb9Bf2a76Dcs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ws.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ws.png", - "AssetFile": "_content/Nop.Web/images/flags/ws.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"frfUj9cvg7W87gzJusnCStQsgZJ+jTNrb9Bf2a76Dcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-frfUj9cvg7W87gzJusnCStQsgZJ+jTNrb9Bf2a76Dcs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ye.png", - "AssetFile": "_content/Nop.Web/images/flags/ye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "413" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wnhbsIwYH4cIuaZA/4/hXVq1d5r4CV0RMHVCtvAzQ6M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wnhbsIwYH4cIuaZA/4/hXVq1d5r4CV0RMHVCtvAzQ6M=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/ye.ycrdt0rbz5.png", - "AssetFile": "_content/Nop.Web/images/flags/ye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "413" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wnhbsIwYH4cIuaZA/4/hXVq1d5r4CV0RMHVCtvAzQ6M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ycrdt0rbz5" - }, - { - "Name": "integrity", - "Value": "sha256-wnhbsIwYH4cIuaZA/4/hXVq1d5r4CV0RMHVCtvAzQ6M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/ye.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/yt.png", - "AssetFile": "_content/Nop.Web/images/flags/yt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2n1lwEiWm4bTgV7UITQzZgnJ6NWurQoYGUwCXK9kwBk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2n1lwEiWm4bTgV7UITQzZgnJ6NWurQoYGUwCXK9kwBk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/yt.qn9lqhyg0m.png", - "AssetFile": "_content/Nop.Web/images/flags/yt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2n1lwEiWm4bTgV7UITQzZgnJ6NWurQoYGUwCXK9kwBk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qn9lqhyg0m" - }, - { - "Name": "integrity", - "Value": "sha256-2n1lwEiWm4bTgV7UITQzZgnJ6NWurQoYGUwCXK9kwBk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/yt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/za.oogdqeg0xp.png", - "AssetFile": "_content/Nop.Web/images/flags/za.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "642" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SBiBZSBcxQfNNsNGWwCyzZfBzDFSCbjwhvIK9gcFXkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oogdqeg0xp" - }, - { - "Name": "integrity", - "Value": "sha256-SBiBZSBcxQfNNsNGWwCyzZfBzDFSCbjwhvIK9gcFXkk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/za.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/za.png", - "AssetFile": "_content/Nop.Web/images/flags/za.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "642" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SBiBZSBcxQfNNsNGWwCyzZfBzDFSCbjwhvIK9gcFXkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SBiBZSBcxQfNNsNGWwCyzZfBzDFSCbjwhvIK9gcFXkk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/zm.3tbjryjghp.png", - "AssetFile": "_content/Nop.Web/images/flags/zm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eUot+HsJUv/Q+88YyfYfcTz/bPr8xLVRdFIE2TD8GWc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3tbjryjghp" - }, - { - "Name": "integrity", - "Value": "sha256-eUot+HsJUv/Q+88YyfYfcTz/bPr8xLVRdFIE2TD8GWc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/zm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/zm.png", - "AssetFile": "_content/Nop.Web/images/flags/zm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eUot+HsJUv/Q+88YyfYfcTz/bPr8xLVRdFIE2TD8GWc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eUot+HsJUv/Q+88YyfYfcTz/bPr8xLVRdFIE2TD8GWc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/zw.frfixmw7c9.png", - "AssetFile": "_content/Nop.Web/images/flags/zw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "574" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tUbVXdM8cEnvm7/ktmXHhUibNHCgTmottP2h/qQD3GI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "frfixmw7c9" - }, - { - "Name": "integrity", - "Value": "sha256-tUbVXdM8cEnvm7/ktmXHhUibNHCgTmottP2h/qQD3GI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/flags/zw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/flags/zw.png", - "AssetFile": "_content/Nop.Web/images/flags/zw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "574" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tUbVXdM8cEnvm7/ktmXHhUibNHCgTmottP2h/qQD3GI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tUbVXdM8cEnvm7/ktmXHhUibNHCgTmottP2h/qQD3GI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_accessories.5jf82dzto1.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_accessories.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "71069" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"X/mDFDeSME+I6LkfpRqNkEGSa0cZ/sl+Fe1+eJa64A8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5jf82dzto1" - }, - { - "Name": "integrity", - "Value": "sha256-X/mDFDeSME+I6LkfpRqNkEGSa0cZ/sl+Fe1+eJa64A8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_accessories.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_accessories.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_accessories.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "71069" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"X/mDFDeSME+I6LkfpRqNkEGSa0cZ/sl+Fe1+eJa64A8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-X/mDFDeSME+I6LkfpRqNkEGSa0cZ/sl+Fe1+eJa64A8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_apparel.6v5bdasm19.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_apparel.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "35192" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"jjj84mcEeeOg7C8RgtkYbkYqGYM+VXSkPmL67WX3JNM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6v5bdasm19" - }, - { - "Name": "integrity", - "Value": "sha256-jjj84mcEeeOg7C8RgtkYbkYqGYM+VXSkPmL67WX3JNM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_apparel.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_apparel.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_apparel.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "35192" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"jjj84mcEeeOg7C8RgtkYbkYqGYM+VXSkPmL67WX3JNM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jjj84mcEeeOg7C8RgtkYbkYqGYM+VXSkPmL67WX3JNM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_apparel_accessories.bmd6nu2srn.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_apparel_accessories.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "56832" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"c1lVHmZcRQoQUbGClj61xnfTCPbVNZDTdZi0XStm6Wg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bmd6nu2srn" - }, - { - "Name": "integrity", - "Value": "sha256-c1lVHmZcRQoQUbGClj61xnfTCPbVNZDTdZi0XStm6Wg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_apparel_accessories.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_apparel_accessories.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_apparel_accessories.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "56832" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"c1lVHmZcRQoQUbGClj61xnfTCPbVNZDTdZi0XStm6Wg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c1lVHmZcRQoQUbGClj61xnfTCPbVNZDTdZi0XStm6Wg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_book.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_book.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "26785" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"D2TBfWOfKttZQ2hsoeYkMZWRt4XrobS1qGCX1cCXpKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D2TBfWOfKttZQ2hsoeYkMZWRt4XrobS1qGCX1cCXpKM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_book.rpvapzwqw4.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_book.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26785" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"D2TBfWOfKttZQ2hsoeYkMZWRt4XrobS1qGCX1cCXpKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rpvapzwqw4" - }, - { - "Name": "integrity", - "Value": "sha256-D2TBfWOfKttZQ2hsoeYkMZWRt4XrobS1qGCX1cCXpKM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_book.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_camera_photo.6chya09v5t.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_camera_photo.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "38455" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ribzhq95Xoor3JICYUN2VkZoteQCGAJH9vpwstzbz7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6chya09v5t" - }, - { - "Name": "integrity", - "Value": "sha256-Ribzhq95Xoor3JICYUN2VkZoteQCGAJH9vpwstzbz7w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_camera_photo.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_camera_photo.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_camera_photo.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "38455" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ribzhq95Xoor3JICYUN2VkZoteQCGAJH9vpwstzbz7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ribzhq95Xoor3JICYUN2VkZoteQCGAJH9vpwstzbz7w=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_cell_phones.28khhqdk4y.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_cell_phones.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "27482" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"XlZusHOXhbnRsSF9hFZsbgHqAb+1Xm+hI7+eATb2QBg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "28khhqdk4y" - }, - { - "Name": "integrity", - "Value": "sha256-XlZusHOXhbnRsSF9hFZsbgHqAb+1Xm+hI7+eATb2QBg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_cell_phones.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_cell_phones.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_cell_phones.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "27482" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"XlZusHOXhbnRsSF9hFZsbgHqAb+1Xm+hI7+eATb2QBg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XlZusHOXhbnRsSF9hFZsbgHqAb+1Xm+hI7+eATb2QBg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_clothing.7y5tmt6x1i.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_clothing.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "176412" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oTIJ27H9Asrf99vuAO2B0kvicvoEtBMNjl2htRQlSAM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7y5tmt6x1i" - }, - { - "Name": "integrity", - "Value": "sha256-oTIJ27H9Asrf99vuAO2B0kvicvoEtBMNjl2htRQlSAM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_clothing.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_clothing.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_clothing.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "176412" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oTIJ27H9Asrf99vuAO2B0kvicvoEtBMNjl2htRQlSAM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oTIJ27H9Asrf99vuAO2B0kvicvoEtBMNjl2htRQlSAM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_computers.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_computers.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "24821" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"k8EciSdO+cLZIDKDNZTTmz1LWp9u/c8oUfApxXcN27M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k8EciSdO+cLZIDKDNZTTmz1LWp9u/c8oUfApxXcN27M=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_computers.l684s4dhmj.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_computers.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "24821" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"k8EciSdO+cLZIDKDNZTTmz1LWp9u/c8oUfApxXcN27M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l684s4dhmj" - }, - { - "Name": "integrity", - "Value": "sha256-k8EciSdO+cLZIDKDNZTTmz1LWp9u/c8oUfApxXcN27M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_computers.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_desktops.hoafjoths3.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_desktops.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "44179" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"L7nPOSZVNWOb3n+EeiB+OAYsN+zleyQFXBBsNLOd2ww=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hoafjoths3" - }, - { - "Name": "integrity", - "Value": "sha256-L7nPOSZVNWOb3n+EeiB+OAYsN+zleyQFXBBsNLOd2ww=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_desktops.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_desktops.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_desktops.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "44179" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"L7nPOSZVNWOb3n+EeiB+OAYsN+zleyQFXBBsNLOd2ww=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L7nPOSZVNWOb3n+EeiB+OAYsN+zleyQFXBBsNLOd2ww=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_digital_downloads.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_digital_downloads.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "31972" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5ATCblEbd2HdJWuIFqBIIU8ZIz2TdoLvvhd1/3+NxDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ATCblEbd2HdJWuIFqBIIU8ZIz2TdoLvvhd1/3+NxDE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_digital_downloads.olpihugjmq.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_digital_downloads.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "31972" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5ATCblEbd2HdJWuIFqBIIU8ZIz2TdoLvvhd1/3+NxDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "olpihugjmq" - }, - { - "Name": "integrity", - "Value": "sha256-5ATCblEbd2HdJWuIFqBIIU8ZIz2TdoLvvhd1/3+NxDE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_digital_downloads.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_electronics.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_electronics.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "156351" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5Cm2EPn2TVm/e2FxDhDKfTtm5sskm4CaFLyYrWNR+so=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5Cm2EPn2TVm/e2FxDhDKfTtm5sskm4CaFLyYrWNR+so=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_electronics.wzlr6immk9.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_electronics.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "156351" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5Cm2EPn2TVm/e2FxDhDKfTtm5sskm4CaFLyYrWNR+so=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wzlr6immk9" - }, - { - "Name": "integrity", - "Value": "sha256-5Cm2EPn2TVm/e2FxDhDKfTtm5sskm4CaFLyYrWNR+so=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_electronics.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_gift_cards.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_gift_cards.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "38294" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"y6whsSkuY+esiGkNFiPF59wN/ccz+1u1T7iVJHJSqxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y6whsSkuY+esiGkNFiPF59wN/ccz+1u1T7iVJHJSqxg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_gift_cards.lokejkjw6f.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_gift_cards.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "38294" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"y6whsSkuY+esiGkNFiPF59wN/ccz+1u1T7iVJHJSqxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lokejkjw6f" - }, - { - "Name": "integrity", - "Value": "sha256-y6whsSkuY+esiGkNFiPF59wN/ccz+1u1T7iVJHJSqxg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_gift_cards.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_jewelry.e48h0dfqwr.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_jewelry.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "80698" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"XgdX5z3JNLs5lThWQzkOdHH/yHEinI7MFy6AnJ3sBYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e48h0dfqwr" - }, - { - "Name": "integrity", - "Value": "sha256-XgdX5z3JNLs5lThWQzkOdHH/yHEinI7MFy6AnJ3sBYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_jewelry.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_jewelry.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_jewelry.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "80698" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"XgdX5z3JNLs5lThWQzkOdHH/yHEinI7MFy6AnJ3sBYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XgdX5z3JNLs5lThWQzkOdHH/yHEinI7MFy6AnJ3sBYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_notebooks.ixy9foktyz.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_notebooks.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "37499" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"6pcwOVcRr6qFwAKG1iD+9D7QJuubE9LE4Ud0Syy0+Uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ixy9foktyz" - }, - { - "Name": "integrity", - "Value": "sha256-6pcwOVcRr6qFwAKG1iD+9D7QJuubE9LE4Ud0Syy0+Uw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_notebooks.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_notebooks.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_notebooks.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "37499" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"6pcwOVcRr6qFwAKG1iD+9D7QJuubE9LE4Ud0Syy0+Uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6pcwOVcRr6qFwAKG1iD+9D7QJuubE9LE4Ud0Syy0+Uw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_shoes.893doxd44a.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_shoes.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "63860" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"RKLXiqjJMq3DDzxdtEWUCmVLvtGcx1QRTVgITu5yLuA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "893doxd44a" - }, - { - "Name": "integrity", - "Value": "sha256-RKLXiqjJMq3DDzxdtEWUCmVLvtGcx1QRTVgITu5yLuA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_shoes.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_shoes.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/category_shoes.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "63860" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"RKLXiqjJMq3DDzxdtEWUCmVLvtGcx1QRTVgITu5yLuA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RKLXiqjJMq3DDzxdtEWUCmVLvtGcx1QRTVgITu5yLuA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_software.fjwl33vg24.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_software.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "37538" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+1blRR9FN4d0Nm7azFMs4iyQ+b4xUKN/udRLpYeU5gQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fjwl33vg24" - }, - { - "Name": "integrity", - "Value": "sha256-+1blRR9FN4d0Nm7azFMs4iyQ+b4xUKN/udRLpYeU5gQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/category_software.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/category_software.jpg", - "AssetFile": "_content/Nop.Web/images/samples/category_software.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "37538" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+1blRR9FN4d0Nm7azFMs4iyQ+b4xUKN/udRLpYeU5gQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+1blRR9FN4d0Nm7azFMs4iyQ+b4xUKN/udRLpYeU5gQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_apple.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_apple.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "12514" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"dCBz1jVRokP7LqJeiA39ZKc5z0L6yLX6RdMwGKgqPJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dCBz1jVRokP7LqJeiA39ZKc5z0L6yLX6RdMwGKgqPJ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_apple.k6unrflw8z.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_apple.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "12514" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"dCBz1jVRokP7LqJeiA39ZKc5z0L6yLX6RdMwGKgqPJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k6unrflw8z" - }, - { - "Name": "integrity", - "Value": "sha256-dCBz1jVRokP7LqJeiA39ZKc5z0L6yLX6RdMwGKgqPJ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/manufacturer_apple.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_hp.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_hp.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "32219" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Y6ykQYk0zThnjWDU3RVUyYSdq5+xDt17MlZ9YZddLk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+Y6ykQYk0zThnjWDU3RVUyYSdq5+xDt17MlZ9YZddLk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_hp.nops0kvlaz.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_hp.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32219" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Y6ykQYk0zThnjWDU3RVUyYSdq5+xDt17MlZ9YZddLk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nops0kvlaz" - }, - { - "Name": "integrity", - "Value": "sha256-+Y6ykQYk0zThnjWDU3RVUyYSdq5+xDt17MlZ9YZddLk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/manufacturer_hp.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_nike.huam3alod3.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_nike.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "18175" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"l4Q9qnofP43fOO7P0wuu71gYJ+uJ7mrlJGMFRs4tP/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "huam3alod3" - }, - { - "Name": "integrity", - "Value": "sha256-l4Q9qnofP43fOO7P0wuu71gYJ+uJ7mrlJGMFRs4tP/U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/manufacturer_nike.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/manufacturer_nike.jpg", - "AssetFile": "_content/Nop.Web/images/samples/manufacturer_nike.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "18175" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"l4Q9qnofP43fOO7P0wuu71gYJ+uJ7mrlJGMFRs4tP/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l4Q9qnofP43fOO7P0wuu71gYJ+uJ7mrlJGMFRs4tP/U=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/p_attribute_print_1.eyqmgzg2yb.jpg", - "AssetFile": "_content/Nop.Web/images/samples/p_attribute_print_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23130" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"CtLFH2r2KjTOQ5GYTC/bboRAklARLdC64uqTu8fVDWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eyqmgzg2yb" - }, - { - "Name": "integrity", - "Value": "sha256-CtLFH2r2KjTOQ5GYTC/bboRAklARLdC64uqTu8fVDWQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/p_attribute_print_1.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/p_attribute_print_1.jpg", - "AssetFile": "_content/Nop.Web/images/samples/p_attribute_print_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "23130" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"CtLFH2r2KjTOQ5GYTC/bboRAklARLdC64uqTu8fVDWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CtLFH2r2KjTOQ5GYTC/bboRAklARLdC64uqTu8fVDWQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/p_attribute_print_2.jpg", - "AssetFile": "_content/Nop.Web/images/samples/p_attribute_print_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "12181" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"e3OpWc2MSwSbSczbj/zlnEIX+8dw3mzvMsMFJblwBa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e3OpWc2MSwSbSczbj/zlnEIX+8dw3mzvMsMFJblwBa8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/p_attribute_print_2.lwrh9j5vgp.jpg", - "AssetFile": "_content/Nop.Web/images/samples/p_attribute_print_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "12181" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"e3OpWc2MSwSbSczbj/zlnEIX+8dw3mzvMsMFJblwBa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwrh9j5vgp" - }, - { - "Name": "integrity", - "Value": "sha256-e3OpWc2MSwSbSczbj/zlnEIX+8dw3mzvMsMFJblwBa8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/p_attribute_print_2.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_100giftcart.38h0rup0pq.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_100giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "236185" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"zeUyizs5Uy7nCT1sD6TqN0Gc4TIELDH5Y2nUHF7krJc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "38h0rup0pq" - }, - { - "Name": "integrity", - "Value": "sha256-zeUyizs5Uy7nCT1sD6TqN0Gc4TIELDH5Y2nUHF7krJc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_100giftcart.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_100giftcart.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_100giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "236185" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"zeUyizs5Uy7nCT1sD6TqN0Gc4TIELDH5Y2nUHF7krJc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zeUyizs5Uy7nCT1sD6TqN0Gc4TIELDH5Y2nUHF7krJc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_25giftcart.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_25giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "69105" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Dh1rYxqY1yKRQK/5z0OLND/2vRwsGIJkRkZsG2rwGwE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dh1rYxqY1yKRQK/5z0OLND/2vRwsGIJkRkZsG2rwGwE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_25giftcart.qabv80drdk.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_25giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "69105" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Dh1rYxqY1yKRQK/5z0OLND/2vRwsGIJkRkZsG2rwGwE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qabv80drdk" - }, - { - "Name": "integrity", - "Value": "sha256-Dh1rYxqY1yKRQK/5z0OLND/2vRwsGIJkRkZsG2rwGwE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_25giftcart.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_50giftcart.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_50giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "238797" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ht93NJ2jpBc/dCWrxbU4neyE0WletrT6F5yi/zAPGpI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ht93NJ2jpBc/dCWrxbU4neyE0WletrT6F5yi/zAPGpI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_50giftcart.y3l55cl7si.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_50giftcart.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "238797" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ht93NJ2jpBc/dCWrxbU4neyE0WletrT6F5yi/zAPGpI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y3l55cl7si" - }, - { - "Name": "integrity", - "Value": "sha256-Ht93NJ2jpBc/dCWrxbU4neyE0WletrT6F5yi/zAPGpI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_50giftcart.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_AdobePhotoshop.fcttk166dk.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_AdobePhotoshop.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "43522" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"z1GNyIECYkoouosugf9f96uPdk7LUBDaAeQ5H9KVPuU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fcttk166dk" - }, - { - "Name": "integrity", - "Value": "sha256-z1GNyIECYkoouosugf9f96uPdk7LUBDaAeQ5H9KVPuU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_AdobePhotoshop.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_AdobePhotoshop.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_AdobePhotoshop.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "43522" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"z1GNyIECYkoouosugf9f96uPdk7LUBDaAeQ5H9KVPuU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z1GNyIECYkoouosugf9f96uPdk7LUBDaAeQ5H9KVPuU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Belt.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Belt.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "70887" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"D9dE1o8ZsxwYQbNCkOmz87oDywniQKQ3SgQPZe/rqc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D9dE1o8ZsxwYQbNCkOmz87oDywniQKQ3SgQPZe/rqc0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Belt.zjkwz5vaaz.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Belt.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "70887" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"D9dE1o8ZsxwYQbNCkOmz87oDywniQKQ3SgQPZe/rqc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zjkwz5vaaz" - }, - { - "Name": "integrity", - "Value": "sha256-D9dE1o8ZsxwYQbNCkOmz87oDywniQKQ3SgQPZe/rqc0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Belt.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_CustomTShirt.c2gip6jfaq.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_CustomTShirt.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "134470" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"1KJTjctV+xx6xrnmT8oeGgApn/TtkGWRDseYBnTqLO0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c2gip6jfaq" - }, - { - "Name": "integrity", - "Value": "sha256-1KJTjctV+xx6xrnmT8oeGgApn/TtkGWRDseYBnTqLO0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_CustomTShirt.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_CustomTShirt.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_CustomTShirt.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "134470" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"1KJTjctV+xx6xrnmT8oeGgApn/TtkGWRDseYBnTqLO0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1KJTjctV+xx6xrnmT8oeGgApn/TtkGWRDseYBnTqLO0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Desktops_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Desktops_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "129256" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"WQVND0T71LEXvjXI1g+8f/N8h7t8RYh1j/wkdx1AfcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WQVND0T71LEXvjXI1g+8f/N8h7t8RYh1j/wkdx1AfcQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Desktops_1.t3l6p3zaur.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Desktops_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "129256" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"WQVND0T71LEXvjXI1g+8f/N8h7t8RYh1j/wkdx1AfcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t3l6p3zaur" - }, - { - "Name": "integrity", - "Value": "sha256-WQVND0T71LEXvjXI1g+8f/N8h7t8RYh1j/wkdx1AfcQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Desktops_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Desktops_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Desktops_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "255790" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Gxrl1hv6gJfBstz+xK/hBDGVbjvkzFAaXZ0X7ZkWZGc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Gxrl1hv6gJfBstz+xK/hBDGVbjvkzFAaXZ0X7ZkWZGc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Desktops_2.pz6mtbp5nm.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Desktops_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "255790" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Gxrl1hv6gJfBstz+xK/hBDGVbjvkzFAaXZ0X7ZkWZGc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pz6mtbp5nm" - }, - { - "Name": "integrity", - "Value": "sha256-Gxrl1hv6gJfBstz+xK/hBDGVbjvkzFAaXZ0X7ZkWZGc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Desktops_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_DigitalStorm.aa0aehv4x6.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_DigitalStorm.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "160091" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Dj4InLI5Rt2e6B90jifXms8aqkdVopE9eTydZF2VjJ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aa0aehv4x6" - }, - { - "Name": "integrity", - "Value": "sha256-Dj4InLI5Rt2e6B90jifXms8aqkdVopE9eTydZF2VjJ4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_DigitalStorm.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_DigitalStorm.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_DigitalStorm.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "160091" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Dj4InLI5Rt2e6B90jifXms8aqkdVopE9eTydZF2VjJ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dj4InLI5Rt2e6B90jifXms8aqkdVopE9eTydZF2VjJ4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_EngagementRing_1.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_EngagementRing_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "124431" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"mNxuNBo6aElx71cQEBfpZO22W+6Ab3ccCe3KTgYBP7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mNxuNBo6aElx71cQEBfpZO22W+6Ab3ccCe3KTgYBP7g=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_EngagementRing_1.wy7xeenc6s.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_EngagementRing_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "124431" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"mNxuNBo6aElx71cQEBfpZO22W+6Ab3ccCe3KTgYBP7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wy7xeenc6s" - }, - { - "Name": "integrity", - "Value": "sha256-mNxuNBo6aElx71cQEBfpZO22W+6Ab3ccCe3KTgYBP7g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_EngagementRing_1.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Fahrenheit451.4wa3q6hvq1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Fahrenheit451.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "182460" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"HKRbZPfdU4SPc5CPTMdTNVKjuKHSoUJghT/uzHQVDjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4wa3q6hvq1" - }, - { - "Name": "integrity", - "Value": "sha256-HKRbZPfdU4SPc5CPTMdTNVKjuKHSoUJghT/uzHQVDjw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Fahrenheit451.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Fahrenheit451.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Fahrenheit451.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "182460" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"HKRbZPfdU4SPc5CPTMdTNVKjuKHSoUJghT/uzHQVDjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HKRbZPfdU4SPc5CPTMdTNVKjuKHSoUJghT/uzHQVDjw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_FirstPrizePies.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_FirstPrizePies.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "199786" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZkVFhjxZABWpy9fEe2OVB0wZakaPVa7qVW4eYWdUU/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZkVFhjxZABWpy9fEe2OVB0wZakaPVa7qVW4eYWdUU/0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_FirstPrizePies.qspkbsisuz.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_FirstPrizePies.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "199786" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZkVFhjxZABWpy9fEe2OVB0wZakaPVa7qVW4eYWdUU/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qspkbsisuz" - }, - { - "Name": "integrity", - "Value": "sha256-ZkVFhjxZABWpy9fEe2OVB0wZakaPVa7qVW4eYWdUU/0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_FirstPrizePies.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_FlowerBracelet.7o8k5z7qxd.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_FlowerBracelet.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "193011" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5+lzARUe3CpZvkhtEkXGUAEYFVmsg4ri2WxMOQPUSrg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7o8k5z7qxd" - }, - { - "Name": "integrity", - "Value": "sha256-5+lzARUe3CpZvkhtEkXGUAEYFVmsg4ri2WxMOQPUSrg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_FlowerBracelet.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_FlowerBracelet.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_FlowerBracelet.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "193011" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"5+lzARUe3CpZvkhtEkXGUAEYFVmsg4ri2WxMOQPUSrg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5+lzARUe3CpZvkhtEkXGUAEYFVmsg4ri2WxMOQPUSrg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_GemstoneNecklaces.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_GemstoneNecklaces.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "69998" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"2ieaFsliEQjCd85EpTWvfRpWA1m9dtCYkC/9KJ++RHI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2ieaFsliEQjCd85EpTWvfRpWA1m9dtCYkC/9KJ++RHI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_GemstoneNecklaces.mkcm3jivi5.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_GemstoneNecklaces.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "69998" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"2ieaFsliEQjCd85EpTWvfRpWA1m9dtCYkC/9KJ++RHI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mkcm3jivi5" - }, - { - "Name": "integrity", - "Value": "sha256-2ieaFsliEQjCd85EpTWvfRpWA1m9dtCYkC/9KJ++RHI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_GemstoneNecklaces.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HPSpectreXT_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HPSpectreXT_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "196542" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"z5CDfx6p6GzgDa4o4ED8JRrmVxTFlopOCgscoYJUj+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z5CDfx6p6GzgDa4o4ED8JRrmVxTFlopOCgscoYJUj+E=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HPSpectreXT_1.lfw890vi81.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HPSpectreXT_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "196542" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"z5CDfx6p6GzgDa4o4ED8JRrmVxTFlopOCgscoYJUj+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lfw890vi81" - }, - { - "Name": "integrity", - "Value": "sha256-z5CDfx6p6GzgDa4o4ED8JRrmVxTFlopOCgscoYJUj+E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HPSpectreXT_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HPSpectreXT_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HPSpectreXT_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "71653" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"queND/34d7f+oUTOsSmKRudIx9Lt3qxi2+YzSpEr4Sw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-queND/34d7f+oUTOsSmKRudIx9Lt3qxi2+YzSpEr4Sw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HPSpectreXT_2.yl05id2nlv.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HPSpectreXT_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "71653" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"queND/34d7f+oUTOsSmKRudIx9Lt3qxi2+YzSpEr4Sw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yl05id2nlv" - }, - { - "Name": "integrity", - "Value": "sha256-queND/34d7f+oUTOsSmKRudIx9Lt3qxi2+YzSpEr4Sw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HPSpectreXT_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_M8.5hfc2pbqej.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_M8.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "154655" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"p7CHaLDNE8fz0XOl4oYw2kmlzVYfQm8j0bZ0He1F/vU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5hfc2pbqej" - }, - { - "Name": "integrity", - "Value": "sha256-p7CHaLDNE8fz0XOl4oYw2kmlzVYfQm8j0bZ0He1F/vU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HTC_One_M8.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_M8.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_M8.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "154655" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"p7CHaLDNE8fz0XOl4oYw2kmlzVYfQm8j0bZ0He1F/vU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p7CHaLDNE8fz0XOl4oYw2kmlzVYfQm8j0bZ0He1F/vU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_Mini_1.eywioo79mu.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_Mini_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "468647" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Vp8riBJMImBiP7cowZzBx6CQjqI83fA/x9vYUfiLSnw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eywioo79mu" - }, - { - "Name": "integrity", - "Value": "sha256-Vp8riBJMImBiP7cowZzBx6CQjqI83fA/x9vYUfiLSnw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HTC_One_Mini_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_Mini_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_Mini_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "468647" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Vp8riBJMImBiP7cowZzBx6CQjqI83fA/x9vYUfiLSnw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vp8riBJMImBiP7cowZzBx6CQjqI83fA/x9vYUfiLSnw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_Mini_2.f748yht0rt.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_Mini_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "185164" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"S90FaXe1vxc9cc7yb2B6UAO7d8RSyntCZAXVnSJA9Cc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f748yht0rt" - }, - { - "Name": "integrity", - "Value": "sha256-S90FaXe1vxc9cc7yb2B6UAO7d8RSyntCZAXVnSJA9Cc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HTC_One_Mini_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HTC_One_Mini_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HTC_One_Mini_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "185164" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"S90FaXe1vxc9cc7yb2B6UAO7d8RSyntCZAXVnSJA9Cc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S90FaXe1vxc9cc7yb2B6UAO7d8RSyntCZAXVnSJA9Cc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HpEnvy6.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HpEnvy6.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "51666" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"nUhS3NEkwfMT3G+t+Q3p8IqiBC2xIuDpNGHNua0pwH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nUhS3NEkwfMT3G+t+Q3p8IqiBC2xIuDpNGHNua0pwH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_HpEnvy6.p1ydr8wp9g.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_HpEnvy6.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "51666" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"nUhS3NEkwfMT3G+t+Q3p8IqiBC2xIuDpNGHNua0pwH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p1ydr8wp9g" - }, - { - "Name": "integrity", - "Value": "sha256-nUhS3NEkwfMT3G+t+Q3p8IqiBC2xIuDpNGHNua0pwH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_HpEnvy6.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait.jnzlb9ldfi.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "456349" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"v+Z1e8k0fPAKv5ev0gCiIGylL01b0kUhENdCGmXOa6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jnzlb9ldfi" - }, - { - "Name": "integrity", - "Value": "sha256-v+Z1e8k0fPAKv5ev0gCiIGylL01b0kUhENdCGmXOa6c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_IfYouWait.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "456349" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"v+Z1e8k0fPAKv5ev0gCiIGylL01b0kUhENdCGmXOa6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v+Z1e8k0fPAKv5ev0gCiIGylL01b0kUhENdCGmXOa6c=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_1.g81joc9e9p.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g81joc9e9p" - }, - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_IfYouWait_1.zip" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_1.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.2v971ucm3s.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.018867924528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.2v971ucm3s.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "37" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.2v971ucm3s.txt.gz", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.018867924528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "37" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz", - "AssetFile": "_content/Nop.Web/images/samples/product_IfYouWait_2.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeicaT.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeicaT.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "87683" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Agd8C+O7H0j1XqYWUg6SOWTngTnig9YvyfZhTnoQZc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+Agd8C+O7H0j1XqYWUg6SOWTngTnig9YvyfZhTnoQZc=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeicaT.oc7j99fw3f.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeicaT.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "87683" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Agd8C+O7H0j1XqYWUg6SOWTngTnig9YvyfZhTnoQZc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oc7j99fw3f" - }, - { - "Name": "integrity", - "Value": "sha256-+Agd8C+O7H0j1XqYWUg6SOWTngTnig9YvyfZhTnoQZc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_LeicaT.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LenovoIdeaCentre.9ogzr4xou3.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LenovoIdeaCentre.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "118420" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"1yV3qgTFRMS6f2T6oBj5yP/3Vp5bqBicWv4H30GPkHU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ogzr4xou3" - }, - { - "Name": "integrity", - "Value": "sha256-1yV3qgTFRMS6f2T6oBj5yP/3Vp5bqBicWv4H30GPkHU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_LenovoIdeaCentre.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LenovoIdeaCentre.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LenovoIdeaCentre.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "118420" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"1yV3qgTFRMS6f2T6oBj5yP/3Vp5bqBicWv4H30GPkHU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1yV3qgTFRMS6f2T6oBj5yP/3Vp5bqBicWv4H30GPkHU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LenovoThinkpad.96qycy1upz.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LenovoThinkpad.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "142085" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"/2LaadEJVs/1MosoUgSNqeLbLrdrDG8lS5mgQa7JwL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "96qycy1upz" - }, - { - "Name": "integrity", - "Value": "sha256-/2LaadEJVs/1MosoUgSNqeLbLrdrDG8lS5mgQa7JwL0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_LenovoThinkpad.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LenovoThinkpad.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_LenovoThinkpad.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "142085" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"/2LaadEJVs/1MosoUgSNqeLbLrdrDG8lS5mgQa7JwL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/2LaadEJVs/1MosoUgSNqeLbLrdrDG8lS5mgQa7JwL0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeviJeans_1.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeviJeans_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "65589" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+/EvRF113Wyw9ejYstygxIAAh2LnxyLnuz/h1TuOdmk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+/EvRF113Wyw9ejYstygxIAAh2LnxyLnuz/h1TuOdmk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeviJeans_1.te3fzzmmnl.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeviJeans_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "65589" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+/EvRF113Wyw9ejYstygxIAAh2LnxyLnuz/h1TuOdmk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "te3fzzmmnl" - }, - { - "Name": "integrity", - "Value": "sha256-+/EvRF113Wyw9ejYstygxIAAh2LnxyLnuz/h1TuOdmk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_LeviJeans_1.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeviJeans_2.6y4uk457xy.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeviJeans_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "49299" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"cld3pBnbq5ObF831uddTdeJOFiBbnaR9rOsksbXoN+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6y4uk457xy" - }, - { - "Name": "integrity", - "Value": "sha256-cld3pBnbq5ObF831uddTdeJOFiBbnaR9rOsksbXoN+k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_LeviJeans_2.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_LeviJeans_2.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_LeviJeans_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "49299" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"cld3pBnbq5ObF831uddTdeJOFiBbnaR9rOsksbXoN+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cld3pBnbq5ObF831uddTdeJOFiBbnaR9rOsksbXoN+k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Lumia1020.hvtq90f5dc.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Lumia1020.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "88560" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"vfJ/AZBGnZtgnuEV2gMdsObD2AFgmXGlD73KPwmnD5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hvtq90f5dc" - }, - { - "Name": "integrity", - "Value": "sha256-vfJ/AZBGnZtgnuEV2gMdsObD2AFgmXGlD73KPwmnD5k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Lumia1020.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Lumia1020.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Lumia1020.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "88560" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"vfJ/AZBGnZtgnuEV2gMdsObD2AFgmXGlD73KPwmnD5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vfJ/AZBGnZtgnuEV2gMdsObD2AFgmXGlD73KPwmnD5k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_1.g81joc9e9p.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g81joc9e9p" - }, - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NightVision_1.zip" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_1.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.2v971ucm3s.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.018867924528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NightVision_2.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.2v971ucm3s.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "37" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NightVision_2.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.2v971ucm3s.txt.gz", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2v971ucm3s" - }, - { - "Name": "integrity", - "Value": "sha256-nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.018867924528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.txt", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "37" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkZf6TSLVLYv7ZkeaboC7azKuBywM7PElcoZuwKns+k=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVision_2.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "52" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nwwCUM4TD9wogk4EXy9xhioFcUxawxz5zMIp6YJFWPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVisions.7hflu74orl.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVisions.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "305360" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZSS08r+FM9+dl2R3hWi1yNehKjRoR+LKKDz27ZcJrdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7hflu74orl" - }, - { - "Name": "integrity", - "Value": "sha256-ZSS08r+FM9+dl2R3hWi1yNehKjRoR+LKKDz27ZcJrdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NightVisions.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NightVisions.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NightVisions.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "305360" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZSS08r+FM9+dl2R3hWi1yNehKjRoR+LKKDz27ZcJrdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZSS08r+FM9+dl2R3hWi1yNehKjRoR+LKKDz27ZcJrdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeFloralShoe_1.1y3vaggn2n.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeFloralShoe_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "162957" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"uW9nstv+igss1Hyq/g82aCwmQmu1mK7lvlCR2AhSmlI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1y3vaggn2n" - }, - { - "Name": "integrity", - "Value": "sha256-uW9nstv+igss1Hyq/g82aCwmQmu1mK7lvlCR2AhSmlI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikeFloralShoe_1.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeFloralShoe_1.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeFloralShoe_1.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "162957" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"uW9nstv+igss1Hyq/g82aCwmQmu1mK7lvlCR2AhSmlI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uW9nstv+igss1Hyq/g82aCwmQmu1mK7lvlCR2AhSmlI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeFloralShoe_2.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeFloralShoe_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "114863" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"zTZbEGS0vqZaFwLdYIrPyiJP1alx2zTTatkHvsFbyo4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zTZbEGS0vqZaFwLdYIrPyiJP1alx2zTTatkHvsFbyo4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeFloralShoe_2.xn3tj36hfd.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeFloralShoe_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "114863" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"zTZbEGS0vqZaFwLdYIrPyiJP1alx2zTTatkHvsFbyo4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xn3tj36hfd" - }, - { - "Name": "integrity", - "Value": "sha256-zTZbEGS0vqZaFwLdYIrPyiJP1alx2zTTatkHvsFbyo4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikeFloralShoe_2.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeShirt.iw4h0q6mf4.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeShirt.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "166674" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ErsjHQa+QIcy5UVRlOkivSxhQKQWzHX0CPShlH9/8so=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iw4h0q6mf4" - }, - { - "Name": "integrity", - "Value": "sha256-ErsjHQa+QIcy5UVRlOkivSxhQKQWzHX0CPShlH9/8so=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikeShirt.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeShirt.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeShirt.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "166674" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ErsjHQa+QIcy5UVRlOkivSxhQKQWzHX0CPShlH9/8so=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ErsjHQa+QIcy5UVRlOkivSxhQKQWzHX0CPShlH9/8so=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeZoom.evi9i3rlnp.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeZoom.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "105583" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ngo/Q/HgTtmGhT8johK7Niedm/lkaf16ksgo5UJFhw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "evi9i3rlnp" - }, - { - "Name": "integrity", - "Value": "sha256-Ngo/Q/HgTtmGhT8johK7Niedm/lkaf16ksgo5UJFhw8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikeZoom.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikeZoom.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikeZoom.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "105583" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"Ngo/Q/HgTtmGhT8johK7Niedm/lkaf16ksgo5UJFhw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ngo/Q/HgTtmGhT8johK7Niedm/lkaf16ksgo5UJFhw8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "91091" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"DvjyKpQ4LRyhsgj6OM6oyQhluok7zBR620Bc35i7PUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DvjyKpQ4LRyhsgj6OM6oyQhluok7zBR620Bc35i7PUI=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_1.mvo4pyjw5p.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "91091" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"DvjyKpQ4LRyhsgj6OM6oyQhluok7zBR620Bc35i7PUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mvo4pyjw5p" - }, - { - "Name": "integrity", - "Value": "sha256-DvjyKpQ4LRyhsgj6OM6oyQhluok7zBR620Bc35i7PUI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikonCamera_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_2.d1ory4eng3.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "223786" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"cURMucCKOD0b1cPz0yLnKF/M90kwa5lwHBN1k7Vx03Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d1ory4eng3" - }, - { - "Name": "integrity", - "Value": "sha256-cURMucCKOD0b1cPz0yLnKF/M90kwa5lwHBN1k7Vx03Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikonCamera_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "223786" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"cURMucCKOD0b1cPz0yLnKF/M90kwa5lwHBN1k7Vx03Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cURMucCKOD0b1cPz0yLnKF/M90kwa5lwHBN1k7Vx03Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_black.3dccc1iurp.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_black.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "128075" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"l5kwqU+GOsZpdIdBaBBaYprn14scRqx8Ynj8qYK5Eyw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3dccc1iurp" - }, - { - "Name": "integrity", - "Value": "sha256-l5kwqU+GOsZpdIdBaBBaYprn14scRqx8Ynj8qYK5Eyw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikonCamera_black.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_black.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_black.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "128075" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"l5kwqU+GOsZpdIdBaBBaYprn14scRqx8Ynj8qYK5Eyw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l5kwqU+GOsZpdIdBaBBaYprn14scRqx8Ynj8qYK5Eyw=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_red.93v8z6m5es.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_red.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "148705" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZcqXkUyMFJs8lSy+6tffS3FnsJ1N6/JC+zFK+L7TgVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "93v8z6m5es" - }, - { - "Name": "integrity", - "Value": "sha256-ZcqXkUyMFJs8lSy+6tffS3FnsJ1N6/JC+zFK+L7TgVE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_NikonCamera_red.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_NikonCamera_red.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_NikonCamera_red.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "148705" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ZcqXkUyMFJs8lSy+6tffS3FnsJ1N6/JC+zFK+L7TgVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZcqXkUyMFJs8lSy+6tffS3FnsJ1N6/JC+zFK+L7TgVE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PillBeats_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PillBeats_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "154260" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"kVHNfEFDp0Z/gGVVVe3DIuqySfuVn1XzH8KhvrVkn2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kVHNfEFDp0Z/gGVVVe3DIuqySfuVn1XzH8KhvrVkn2M=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PillBeats_1.p2bytqs9ry.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PillBeats_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "154260" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"kVHNfEFDp0Z/gGVVVe3DIuqySfuVn1XzH8KhvrVkn2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p2bytqs9ry" - }, - { - "Name": "integrity", - "Value": "sha256-kVHNfEFDp0Z/gGVVVe3DIuqySfuVn1XzH8KhvrVkn2M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_PillBeats_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PillBeats_2.8x4rdhyfcb.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PillBeats_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "161333" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"rEKDoBvR+A0FcYtvCXtJXK/e/d2y+b1hUPuxUUtdLKY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8x4rdhyfcb" - }, - { - "Name": "integrity", - "Value": "sha256-rEKDoBvR+A0FcYtvCXtJXK/e/d2y+b1hUPuxUUtdLKY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_PillBeats_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PillBeats_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PillBeats_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "161333" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"rEKDoBvR+A0FcYtvCXtJXK/e/d2y+b1hUPuxUUtdLKY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rEKDoBvR+A0FcYtvCXtJXK/e/d2y+b1hUPuxUUtdLKY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PrideAndPrejudice.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PrideAndPrejudice.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "293222" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"3FCXW09K2soAJoAb1UPLc9GmBAl8NFM1Wx/QHaiv5KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3FCXW09K2soAJoAb1UPLc9GmBAl8NFM1Wx/QHaiv5KY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_PrideAndPrejudice.ka2h3ysflx.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_PrideAndPrejudice.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "293222" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"3FCXW09K2soAJoAb1UPLc9GmBAl8NFM1Wx/QHaiv5KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ka2h3ysflx" - }, - { - "Name": "integrity", - "Value": "sha256-3FCXW09K2soAJoAb1UPLc9GmBAl8NFM1Wx/QHaiv5KY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_PrideAndPrejudice.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_SamsungNP900X4C.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_SamsungNP900X4C.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "117223" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"IZW+ms0+0FyUehPb9FYBFG7gJ+QXgldXaD9KTkbxe2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IZW+ms0+0FyUehPb9FYBFG7gJ+QXgldXaD9KTkbxe2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_SamsungNP900X4C.zn4pn4oc7v.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_SamsungNP900X4C.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "117223" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"IZW+ms0+0FyUehPb9FYBFG7gJ+QXgldXaD9KTkbxe2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zn4pn4oc7v" - }, - { - "Name": "integrity", - "Value": "sha256-IZW+ms0+0FyUehPb9FYBFG7gJ+QXgldXaD9KTkbxe2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_SamsungNP900X4C.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_ScienceAndFaith.g1ldz4s7o0.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_ScienceAndFaith.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "452736" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"PEEJKjgdAmHkwZXuNikoXGF7kqDGrR8GaM6zwjwPvIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g1ldz4s7o0" - }, - { - "Name": "integrity", - "Value": "sha256-PEEJKjgdAmHkwZXuNikoXGF7kqDGrR8GaM6zwjwPvIM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_ScienceAndFaith.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_ScienceAndFaith.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_ScienceAndFaith.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "452736" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"PEEJKjgdAmHkwZXuNikoXGF7kqDGrR8GaM6zwjwPvIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PEEJKjgdAmHkwZXuNikoXGF7kqDGrR8GaM6zwjwPvIM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_ScienceAndFaith_1.g81joc9e9p.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_ScienceAndFaith_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g81joc9e9p" - }, - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_ScienceAndFaith_1.zip" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_ScienceAndFaith_1.zip", - "AssetFile": "_content/Nop.Web/images/samples/product_ScienceAndFaith_1.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "170" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AGVw8FGI8qMtUCK0VO11vxRrVzlmCUCXOp2MQ6PYZYU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_SoundForge.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_SoundForge.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "247866" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"67wXQT0pXUd8h1XdCpWeTmYDQha0Q2zaIvX9XO0+tDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-67wXQT0pXUd8h1XdCpWeTmYDQha0Q2zaIvX9XO0+tDU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_SoundForge.jyd1c5g0ts.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_SoundForge.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "247866" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"67wXQT0pXUd8h1XdCpWeTmYDQha0Q2zaIvX9XO0+tDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jyd1c5g0ts" - }, - { - "Name": "integrity", - "Value": "sha256-67wXQT0pXUd8h1XdCpWeTmYDQha0Q2zaIvX9XO0+tDU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_SoundForge.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Speakers.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Speakers.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "238358" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"/798R3j5txHhkHLBpRg6zWOqftto9w+5ViPnSjb2qD8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/798R3j5txHhkHLBpRg6zWOqftto9w+5ViPnSjb2qD8=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Speakers.xokd6w93dv.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Speakers.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "238358" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"/798R3j5txHhkHLBpRg6zWOqftto9w+5ViPnSjb2qD8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xokd6w93dv" - }, - { - "Name": "integrity", - "Value": "sha256-/798R3j5txHhkHLBpRg6zWOqftto9w+5ViPnSjb2qD8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Speakers.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Sunglasses.0giplyi4op.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_Sunglasses.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "91103" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oEaa6dDKoV410ri+P2oonNUYaa2uZtcy1gavU/pYuu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0giplyi4op" - }, - { - "Name": "integrity", - "Value": "sha256-oEaa6dDKoV410ri+P2oonNUYaa2uZtcy1gavU/pYuu0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Sunglasses.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Sunglasses.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_Sunglasses.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "91103" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oEaa6dDKoV410ri+P2oonNUYaa2uZtcy1gavU/pYuu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oEaa6dDKoV410ri+P2oonNUYaa2uZtcy1gavU/pYuu0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_TabletCover.3tm1fl0l4i.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_TabletCover.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "165896" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"SbPnDJNevYbcW64wzZdJFuHWBIDuAkeRnHQ7TVoHOjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3tm1fl0l4i" - }, - { - "Name": "integrity", - "Value": "sha256-SbPnDJNevYbcW64wzZdJFuHWBIDuAkeRnHQ7TVoHOjA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_TabletCover.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_TabletCover.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_TabletCover.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "165896" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"SbPnDJNevYbcW64wzZdJFuHWBIDuAkeRnHQ7TVoHOjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SbPnDJNevYbcW64wzZdJFuHWBIDuAkeRnHQ7TVoHOjA=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Windows.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Windows.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "63505" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ITrEbOOmnli6JmAfdYNqQJwqZeXil1SEyNJqi+IDb10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ITrEbOOmnli6JmAfdYNqQJwqZeXil1SEyNJqi+IDb10=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_Windows.z3xtt39jlp.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_Windows.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "63505" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"ITrEbOOmnli6JmAfdYNqQJwqZeXil1SEyNJqi+IDb10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z3xtt39jlp" - }, - { - "Name": "integrity", - "Value": "sha256-ITrEbOOmnli6JmAfdYNqQJwqZeXil1SEyNJqi+IDb10=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_Windows.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_WomenTShirt.7xkz58xdr0.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_WomenTShirt.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "122906" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"q+kD9jx7x/927OzYBfhfSCNCp3Ut0xAXl/6hklcKbWM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7xkz58xdr0" - }, - { - "Name": "integrity", - "Value": "sha256-q+kD9jx7x/927OzYBfhfSCNCp3Ut0xAXl/6hklcKbWM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_WomenTShirt.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_WomenTShirt.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_WomenTShirt.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "122906" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"q+kD9jx7x/927OzYBfhfSCNCp3Ut0xAXl/6hklcKbWM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q+kD9jx7x/927OzYBfhfSCNCp3Ut0xAXl/6hklcKbWM=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas.4tynh2mnen.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "213027" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"CNcoOYD9ngj8NOK2iKI5XqVO8+nt5exnbX45NApyA8U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4tynh2mnen" - }, - { - "Name": "integrity", - "Value": "sha256-CNcoOYD9ngj8NOK2iKI5XqVO8+nt5exnbX45NApyA8U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_adidas.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "213027" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"CNcoOYD9ngj8NOK2iKI5XqVO8+nt5exnbX45NApyA8U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CNcoOYD9ngj8NOK2iKI5XqVO8+nt5exnbX45NApyA8U=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas_2.6xx94qqh1a.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "210126" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+h8VaXBzvhYk3V2OSI5zhnFdm2vkjT3hpBX7KGSY6C4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6xx94qqh1a" - }, - { - "Name": "integrity", - "Value": "sha256-+h8VaXBzvhYk3V2OSI5zhnFdm2vkjT3hpBX7KGSY6C4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_adidas_2.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas_2.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas_2.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "210126" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+h8VaXBzvhYk3V2OSI5zhnFdm2vkjT3hpBX7KGSY6C4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+h8VaXBzvhYk3V2OSI5zhnFdm2vkjT3hpBX7KGSY6C4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas_3.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas_3.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "197352" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"n2c3uw8kxGHk2FvTB0oV5vT5w0iN/Tw0ZFsePjC7Wbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n2c3uw8kxGHk2FvTB0oV5vT5w0iN/Tw0ZFsePjC7Wbg=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_adidas_3.tl9zd8bax2.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_adidas_3.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "197352" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"n2c3uw8kxGHk2FvTB0oV5vT5w0iN/Tw0ZFsePjC7Wbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tl9zd8bax2" - }, - { - "Name": "integrity", - "Value": "sha256-n2c3uw8kxGHk2FvTB0oV5vT5w0iN/Tw0ZFsePjC7Wbg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_adidas_3.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_asuspc_N551JK.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_asuspc_N551JK.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "74869" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"UQ5Hm5VPekTI82wGqrEQy5dI0WIbh7oZmeKQv9I7d+0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UQ5Hm5VPekTI82wGqrEQy5dI0WIbh7oZmeKQv9I7d+0=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_asuspc_N551JK.vof9ufkq28.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_asuspc_N551JK.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "74869" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"UQ5Hm5VPekTI82wGqrEQy5dI0WIbh7oZmeKQv9I7d+0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vof9ufkq28" - }, - { - "Name": "integrity", - "Value": "sha256-UQ5Hm5VPekTI82wGqrEQy5dI0WIbh7oZmeKQv9I7d+0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_asuspc_N551JK.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_hat.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_hat.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "142963" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Pp9WwWFmF9mUnrjoWnhy2PsR+HfWago/l9VxJscyks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+Pp9WwWFmF9mUnrjoWnhy2PsR+HfWago/l9VxJscyks=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_hat.sf0roiiovs.jpg", - "AssetFile": "_content/Nop.Web/images/samples/product_hat.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "142963" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"+Pp9WwWFmF9mUnrjoWnhy2PsR+HfWago/l9VxJscyks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sf0roiiovs" - }, - { - "Name": "integrity", - "Value": "sha256-+Pp9WwWFmF9mUnrjoWnhy2PsR+HfWago/l9VxJscyks=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_hat.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_iCam.2kwnkmnosw.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_iCam.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "56410" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"bt/3C7wh3SWHB82YZ3AtLkfrnteRggGdds0tUrMjJF4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2kwnkmnosw" - }, - { - "Name": "integrity", - "Value": "sha256-bt/3C7wh3SWHB82YZ3AtLkfrnteRggGdds0tUrMjJF4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_iCam.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_iCam.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_iCam.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "56410" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"bt/3C7wh3SWHB82YZ3AtLkfrnteRggGdds0tUrMjJF4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bt/3C7wh3SWHB82YZ3AtLkfrnteRggGdds0tUrMjJF4=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_iphone_16_128.a0bw0dp5uu.png", - "AssetFile": "_content/Nop.Web/images/samples/product_iphone_16_128.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "172714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uiPnxZWYJydQshZ9Owp0zQq0cKL84Sts3FDt4JaMvEs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a0bw0dp5uu" - }, - { - "Name": "integrity", - "Value": "sha256-uiPnxZWYJydQshZ9Owp0zQq0cKL84Sts3FDt4JaMvEs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_iphone_16_128.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_iphone_16_128.png", - "AssetFile": "_content/Nop.Web/images/samples/product_iphone_16_128.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "172714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uiPnxZWYJydQshZ9Owp0zQq0cKL84Sts3FDt4JaMvEs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uiPnxZWYJydQshZ9Owp0zQq0cKL84Sts3FDt4JaMvEs=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_macbook_1.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_macbook_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "291661" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oYXuul+1aLoG5ZThoGKkLyDkKH8sKe3DntvEN2oalcE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oYXuul+1aLoG5ZThoGKkLyDkKH8sKe3DntvEN2oalcE=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_macbook_1.x4r1m4ahu6.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_macbook_1.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "291661" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"oYXuul+1aLoG5ZThoGKkLyDkKH8sKe3DntvEN2oalcE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x4r1m4ahu6" - }, - { - "Name": "integrity", - "Value": "sha256-oYXuul+1aLoG5ZThoGKkLyDkKH8sKe3DntvEN2oalcE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_macbook_1.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_macbook_2.5xb1yq1gxs.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_macbook_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "290181" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"mQzB5Y+hCyNDRv80GC0fbnuUrmCMgFowTZGW48qKJsk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5xb1yq1gxs" - }, - { - "Name": "integrity", - "Value": "sha256-mQzB5Y+hCyNDRv80GC0fbnuUrmCMgFowTZGW48qKJsk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_macbook_2.jpeg" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_macbook_2.jpeg", - "AssetFile": "_content/Nop.Web/images/samples/product_macbook_2.jpeg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "290181" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"mQzB5Y+hCyNDRv80GC0fbnuUrmCMgFowTZGW48qKJsk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mQzB5Y+hCyNDRv80GC0fbnuUrmCMgFowTZGW48qKJsk=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_samsung_galaxy_s24.g1nagw61eo.png", - "AssetFile": "_content/Nop.Web/images/samples/product_samsung_galaxy_s24.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "160683" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMMsp+9zkRpId+v4JltxkbcVKSmKXDPbMWzc9t+s4tU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g1nagw61eo" - }, - { - "Name": "integrity", - "Value": "sha256-JMMsp+9zkRpId+v4JltxkbcVKSmKXDPbMWzc9t+s4tU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/samples/product_samsung_galaxy_s24.png" - } - ] - }, - { - "Route": "_content/Nop.Web/images/samples/product_samsung_galaxy_s24.png", - "AssetFile": "_content/Nop.Web/images/samples/product_samsung_galaxy_s24.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "160683" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JMMsp+9zkRpId+v4JltxkbcVKSmKXDPbMWzc9t+s4tU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JMMsp+9zkRpId+v4JltxkbcVKSmKXDPbMWzc9t+s4tU=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.e0z1goekgi.txt", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.043478260870" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e0z1goekgi" - }, - { - "Name": "integrity", - "Value": "sha256-frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/thumbs/placeholder.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.e0z1goekgi.txt", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e0z1goekgi" - }, - { - "Name": "integrity", - "Value": "sha256-frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/thumbs/placeholder.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.e0z1goekgi.txt.gz", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e0z1goekgi" - }, - { - "Name": "integrity", - "Value": "sha256-LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/thumbs/placeholder.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.txt", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.043478260870" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.txt", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-frcCV1k9oG9oKj3dpUqdJg1PxRT2RSN/XKdLCPjaYaY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/thumbs/placeholder.txt.gz", - "AssetFile": "_content/Nop.Web/images/thumbs/placeholder.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LyNRnNMM0wvJtJlooa33cst+tW2JPcfk4TW4Qzjs4wY=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.3r8b2a0bt1.txt", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.041666666667" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "23" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3r8b2a0bt1" - }, - { - "Name": "integrity", - "Value": "sha256-8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/uploaded/placeholder.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.3r8b2a0bt1.txt", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3r8b2a0bt1" - }, - { - "Name": "integrity", - "Value": "sha256-8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/uploaded/placeholder.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.3r8b2a0bt1.txt.gz", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "23" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3r8b2a0bt1" - }, - { - "Name": "integrity", - "Value": "sha256-Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/images/uploaded/placeholder.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.txt", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.041666666667" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "23" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.txt", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8ZRc1sGeVrPBx4lD717BgRaQekyh78QKV9SKsdt638U=" - } - ] - }, - { - "Route": "_content/Nop.Web/images/uploaded/placeholder.txt.gz", - "AssetFile": "_content/Nop.Web/images/uploaded/placeholder.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "23" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zd+4tKe+YyWXvSCQtbmshsT5I0pKoALzyCu8fniaMWo=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.8p9ks5dhz5.js", - "AssetFile": "_content/Nop.Web/js/admin.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000282965478" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8p9ks5dhz5" - }, - { - "Name": "integrity", - "Value": "sha256-5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.8p9ks5dhz5.js", - "AssetFile": "_content/Nop.Web/js/admin.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11795" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8p9ks5dhz5" - }, - { - "Name": "integrity", - "Value": "sha256-5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.8p9ks5dhz5.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8p9ks5dhz5" - }, - { - "Name": "integrity", - "Value": "sha256-hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.common.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.js", - "AssetFile": "_content/Nop.Web/js/admin.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000282965478" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.js", - "AssetFile": "_content/Nop.Web/js/admin.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11795" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5LHBaJutMg+V1Bea+PIg1NIOxFr2P7gC5wx8h1JfF00=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.common.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hNBVsYpyYgz0PlkgKkq9KR9Ug/QxAVU9Z/1bRP0Azck=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.436h6hd4pe.js", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "436h6hd4pe" - }, - { - "Name": "integrity", - "Value": "sha256-ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.navigation.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.436h6hd4pe.js", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3483" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "436h6hd4pe" - }, - { - "Name": "integrity", - "Value": "sha256-ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.navigation.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.436h6hd4pe.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "436h6hd4pe" - }, - { - "Name": "integrity", - "Value": "sha256-pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.navigation.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.js", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.js", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3483" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ELOoAPI9vtYaQybg3plqD1e84Dr7RMoxyxnOhF55hQ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.navigation.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.navigation.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pMCOk7XHKDx1PAp/Sa9NZWPcLyk8nwWxBTArQWZKog8=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.6c4va48v4d.js", - "AssetFile": "_content/Nop.Web/js/admin.search.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001064962726" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6c4va48v4d" - }, - { - "Name": "integrity", - "Value": "sha256-Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.search.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.6c4va48v4d.js", - "AssetFile": "_content/Nop.Web/js/admin.search.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3120" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6c4va48v4d" - }, - { - "Name": "integrity", - "Value": "sha256-Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.search.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.6c4va48v4d.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.search.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6c4va48v4d" - }, - { - "Name": "integrity", - "Value": "sha256-lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.search.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.js", - "AssetFile": "_content/Nop.Web/js/admin.search.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001064962726" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.js", - "AssetFile": "_content/Nop.Web/js/admin.search.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3120" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Sr60QVEYFxL2foRmOix8ySgDRO3a9jebcpPYkb7IHwI=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.search.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.search.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lvPTkB32rZxl77HkgrblKgNNgslANPaZutk/djO8j2I=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.js", - "AssetFile": "_content/Nop.Web/js/admin.table.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001574803150" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "634" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.js", - "AssetFile": "_content/Nop.Web/js/admin.table.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.table.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "634" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.ou9ki2v59j.js", - "AssetFile": "_content/Nop.Web/js/admin.table.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001574803150" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "634" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou9ki2v59j" - }, - { - "Name": "integrity", - "Value": "sha256-4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.table.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.ou9ki2v59j.js", - "AssetFile": "_content/Nop.Web/js/admin.table.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou9ki2v59j" - }, - { - "Name": "integrity", - "Value": "sha256-4Dgw7KMt+xxll+2ZEDjQg400H9PthmmZA5dFzarXe8s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.table.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admin.table.ou9ki2v59j.js.gz", - "AssetFile": "_content/Nop.Web/js/admin.table.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "634" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou9ki2v59j" - }, - { - "Name": "integrity", - "Value": "sha256-KiVl1Sy5/p2zsXaEexNyDdwQ/ul9TCpaCI7wT6qhsXA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admin.table.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.a97da3uqpa.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000947867299" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1054" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a97da3uqpa" - }, - { - "Name": "integrity", - "Value": "sha256-AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.a97da3uqpa.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3253" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a97da3uqpa" - }, - { - "Name": "integrity", - "Value": "sha256-AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.a97da3uqpa.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1054" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a97da3uqpa" - }, - { - "Name": "integrity", - "Value": "sha256-xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000947867299" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1054" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3253" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AgQv2v7rSHOylp4yU2Af7P+/3Ymxb2IoQ17rzAxbKMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1054" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xHbFwNHJp9Woz9to0tUSvnhnEI94w8t5T6wpHspXBos=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002020202020" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2569" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.vxghcdix13.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002020202020" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vxghcdix13" - }, - { - "Name": "integrity", - "Value": "sha256-A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.vxghcdix13.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2569" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vxghcdix13" - }, - { - "Name": "integrity", - "Value": "sha256-A7B8I7cywMo+dhSq9cjU75zF9wGFmNM02c7ISMHW6yU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.vxghcdix13.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vxghcdix13" - }, - { - "Name": "integrity", - "Value": "sha256-qr0jwjLWryqK3aTmPTtfIaHUTFOILzRG22f0ScJ4nHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccount.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.8q82r8r0u4.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001949317739" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8q82r8r0u4" - }, - { - "Name": "integrity", - "Value": "sha256-sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.8q82r8r0u4.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2023" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8q82r8r0u4" - }, - { - "Name": "integrity", - "Value": "sha256-sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.8q82r8r0u4.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8q82r8r0u4" - }, - { - "Name": "integrity", - "Value": "sha256-ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001949317739" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2023" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sGPfh3Umjw1XJBtDS/B6xzQQPuMUXAts4tkdFYeFwyY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.emailaccountlist.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZTqoVpsC8n7F6i+HqKWVMnpMtUCDSvXRM69KJ9hSGic=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002277904328" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "438" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "438" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.qari1kgkzk.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002277904328" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "438" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qari1kgkzk" - }, - { - "Name": "integrity", - "Value": "sha256-ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.qari1kgkzk.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1533" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qari1kgkzk" - }, - { - "Name": "integrity", - "Value": "sha256-ssvM7j1+YPUEGFDWyR47BslVdj5Q7OvcBfSLLMiSe44=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.qari1kgkzk.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "438" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qari1kgkzk" - }, - { - "Name": "integrity", - "Value": "sha256-FhHShCppCx+do7shSETnEDNRRU30rEv6cRrRRubeMVQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.generalsettings.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.jgwpzq0ed5.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001170960187" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jgwpzq0ed5" - }, - { - "Name": "integrity", - "Value": "sha256-bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.jgwpzq0ed5.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5180" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jgwpzq0ed5" - }, - { - "Name": "integrity", - "Value": "sha256-bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.jgwpzq0ed5.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jgwpzq0ed5" - }, - { - "Name": "integrity", - "Value": "sha256-nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001170960187" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5180" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bWTP8QWfrVSPM6rOdM7Xhc4EQbpI4TjSQoCR77RgZw4=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentmethods.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nViMqipKPfxUrhHP/hY0FHNWUISr3r16O/0cNkBwIcg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.asg1of2slj.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001314060447" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "asg1of2slj" - }, - { - "Name": "integrity", - "Value": "sha256-xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.asg1of2slj.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3517" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "asg1of2slj" - }, - { - "Name": "integrity", - "Value": "sha256-xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.asg1of2slj.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "asg1of2slj" - }, - { - "Name": "integrity", - "Value": "sha256-y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001314060447" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3517" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xiCadbYMmufh7nZsNy+R9gGsK8b9JK+DmB/C+mf1FfA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.paymentpaypal.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y6skCvG+ZbaGuCVspV6LfZ3Ar1+AaNrjdrDwVlXEBTY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.7wojss0131.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001968503937" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7wojss0131" - }, - { - "Name": "integrity", - "Value": "sha256-x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.product.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.7wojss0131.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2608" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7wojss0131" - }, - { - "Name": "integrity", - "Value": "sha256-x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.product.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.7wojss0131.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7wojss0131" - }, - { - "Name": "integrity", - "Value": "sha256-Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001968503937" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2608" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x9DK71zaPmxHX12281Yau/pQnV1PdnY6xw+JlefkMSk=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.product.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Pi6Xc1Lvv/9JEleofz87y5Lmg9ioU+6WOetH3K/b74s=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.96g4wcxtos.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001557632399" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "96g4wcxtos" - }, - { - "Name": "integrity", - "Value": "sha256-4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.96g4wcxtos.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2696" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "96g4wcxtos" - }, - { - "Name": "integrity", - "Value": "sha256-4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.96g4wcxtos.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "96g4wcxtos" - }, - { - "Name": "integrity", - "Value": "sha256-W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001557632399" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2696" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4UptaN30s90Y1rRCT2qJ4KdTkde9CkIJAsc2/ax5GrU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingmanual.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W/E1btRmM+66ofBL3Gd/Cc+i0WaW7YWmN1D3nLCB/Oc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.h9wzb7gimm.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001459854015" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9wzb7gimm" - }, - { - "Name": "integrity", - "Value": "sha256-64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.h9wzb7gimm.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9wzb7gimm" - }, - { - "Name": "integrity", - "Value": "sha256-64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.h9wzb7gimm.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9wzb7gimm" - }, - { - "Name": "integrity", - "Value": "sha256-sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001459854015" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-64rieqcEji23jZ91R7NOQqvr+wQI2nDWYyt078qDSeY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.shippingproviders.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sdoT1c3MGqd9qppEILr71ON/z0AKci8f0O+aCd8eh4s=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.at8ki9w6t5.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002666666667" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "at8ki9w6t5" - }, - { - "Name": "integrity", - "Value": "sha256-nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.store.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.at8ki9w6t5.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "at8ki9w6t5" - }, - { - "Name": "integrity", - "Value": "sha256-nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.store.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.at8ki9w6t5.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "at8ki9w6t5" - }, - { - "Name": "integrity", - "Value": "sha256-8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002666666667" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nv8DBgNZEi9JT1xPJcZruiKNo/X0nleTspX83cejKJY=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.store.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "374" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8Bdt7U1Y2dVSmslqzZ2TZFS9JFA+SLzI/MxXtjiUmBc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3260" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.z1r038dvnb.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1r038dvnb" - }, - { - "Name": "integrity", - "Value": "sha256-CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.z1r038dvnb.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3260" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1r038dvnb" - }, - { - "Name": "integrity", - "Value": "sha256-CeTch/c3Xx7k1KqihUqRus5eCtUdHdfaKyVmCjn5pJM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.z1r038dvnb.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1r038dvnb" - }, - { - "Name": "integrity", - "Value": "sha256-QQi0YFtH4hz4tzQpks3K0V5JxIiOZD6L7/OYTNaXVYg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxmanual.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001333333333" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "749" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3561" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "749" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.tgvao632pa.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001333333333" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "749" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgvao632pa" - }, - { - "Name": "integrity", - "Value": "sha256-M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.tgvao632pa.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3561" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgvao632pa" - }, - { - "Name": "integrity", - "Value": "sha256-M6JmK/iviwvx3aGLn45uX7JPdmVREz5z1h+OAVm2Psg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.tgvao632pa.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "749" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgvao632pa" - }, - { - "Name": "integrity", - "Value": "sha256-hxnz4M3d650zNfxK6LVX9pEuZEUCxbN8H0mxWlXqcrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.taxproviders.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.5pop75rj7w.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003236245955" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "308" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pop75rj7w" - }, - { - "Name": "integrity", - "Value": "sha256-t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topic.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.5pop75rj7w.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "748" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pop75rj7w" - }, - { - "Name": "integrity", - "Value": "sha256-t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topic.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.5pop75rj7w.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "308" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pop75rj7w" - }, - { - "Name": "integrity", - "Value": "sha256-EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003236245955" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "308" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "748" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t6vYmJpZ61WjdiAqi8ynBd3KdMMgJkhsgYUyAtV/10M=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topic.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "308" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EDF1Xpb/fw3fpYqkI/8Tbk8TXpsEQ+sChedCTomG3Zc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001718213058" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2688" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.r8r5nfxhjd.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001718213058" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r8r5nfxhjd" - }, - { - "Name": "integrity", - "Value": "sha256-1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.r8r5nfxhjd.js", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2688" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r8r5nfxhjd" - }, - { - "Name": "integrity", - "Value": "sha256-1YOULkefbNqM+I5xpm1i5iEcV6n5hfl64ONaBUHYTGU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/admin.tour.topiclist.r8r5nfxhjd.js.gz", - "AssetFile": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r8r5nfxhjd" - }, - { - "Name": "integrity", - "Value": "sha256-lQiHKDTbNS7nrd0wmmQw6drHWYSTucuWDM8XL5u4fAM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/admin.tour.topiclist.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/images/product-page.63amca810s.jpg", - "AssetFile": "_content/Nop.Web/js/admintour/images/product-page.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "104781" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"bm97To6yzHbUoNKPBP5OLQO8wiongXDpZ5Hcs7AYrPc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "63amca810s" - }, - { - "Name": "integrity", - "Value": "sha256-bm97To6yzHbUoNKPBP5OLQO8wiongXDpZ5Hcs7AYrPc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/admintour/images/product-page.jpg" - } - ] - }, - { - "Route": "_content/Nop.Web/js/admintour/images/product-page.jpg", - "AssetFile": "_content/Nop.Web/js/admintour/images/product-page.jpg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "104781" - }, - { - "Name": "Content-Type", - "Value": "image/jpeg" - }, - { - "Name": "ETag", - "Value": "\"bm97To6yzHbUoNKPBP5OLQO8wiongXDpZ5Hcs7AYrPc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bm97To6yzHbUoNKPBP5OLQO8wiongXDpZ5Hcs7AYrPc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.i45nii9wi0.js", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001072961373" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i45nii9wi0" - }, - { - "Name": "integrity", - "Value": "sha256-ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/ed.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.i45nii9wi0.js", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4410" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i45nii9wi0" - }, - { - "Name": "integrity", - "Value": "sha256-ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/ed.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.i45nii9wi0.js.gz", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i45nii9wi0" - }, - { - "Name": "integrity", - "Value": "sha256-V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/ed.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.js", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001072961373" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.js", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4410" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ThzBYrb5Nqug0FuCsKmeWaJwvfDzehr7gQLeXAaudfc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/ed.js.gz", - "AssetFile": "_content/Nop.Web/js/bbeditor/ed.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V4vMGHYMIFelgRrg7F0/1lRoT2DrWCGNonSBf6FnV1k=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/bold.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/bold.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "83" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"QCxCsAxwOlBM3hqgfy+HJTHhxntcYRg2zoDyxahu89g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QCxCsAxwOlBM3hqgfy+HJTHhxntcYRg2zoDyxahu89g=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/bold.sl73flknrs.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/bold.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "83" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"QCxCsAxwOlBM3hqgfy+HJTHhxntcYRg2zoDyxahu89g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sl73flknrs" - }, - { - "Name": "integrity", - "Value": "sha256-QCxCsAxwOlBM3hqgfy+HJTHhxntcYRg2zoDyxahu89g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/bold.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/code.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/code.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "422" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"jDOI/KpGbBzWnnddBhYOx05XDJIwc9ZO2+QFiri0P2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jDOI/KpGbBzWnnddBhYOx05XDJIwc9ZO2+QFiri0P2k=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/code.kk5p4sz1w6.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/code.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "422" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"jDOI/KpGbBzWnnddBhYOx05XDJIwc9ZO2+QFiri0P2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kk5p4sz1w6" - }, - { - "Name": "integrity", - "Value": "sha256-jDOI/KpGbBzWnnddBhYOx05XDJIwc9ZO2+QFiri0P2k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/code.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/italic.0dclrq1run.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/italic.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "79" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"1KRRWuFCDhlcf3cVCOpN3eIkaVWeZnRAxIHtWDpI6Ig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0dclrq1run" - }, - { - "Name": "integrity", - "Value": "sha256-1KRRWuFCDhlcf3cVCOpN3eIkaVWeZnRAxIHtWDpI6Ig=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/italic.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/italic.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/italic.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "79" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"1KRRWuFCDhlcf3cVCOpN3eIkaVWeZnRAxIHtWDpI6Ig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1KRRWuFCDhlcf3cVCOpN3eIkaVWeZnRAxIHtWDpI6Ig=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/link.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/link.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1060" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"FPH6mXQOuGMHiwelc4tX48POffIdoYhX23+Yqhlwiw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FPH6mXQOuGMHiwelc4tX48POffIdoYhX23+Yqhlwiw8=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/link.s2v7gykll1.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/link.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1060" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"FPH6mXQOuGMHiwelc4tX48POffIdoYhX23+Yqhlwiw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s2v7gykll1" - }, - { - "Name": "integrity", - "Value": "sha256-FPH6mXQOuGMHiwelc4tX48POffIdoYhX23+Yqhlwiw8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/link.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/ordered.8yj848xo0o.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/ordered.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "80" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"ADXXOksg3FOOYPHLGhXNSjWt2L0iTB1WWUtsPvv5WpE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8yj848xo0o" - }, - { - "Name": "integrity", - "Value": "sha256-ADXXOksg3FOOYPHLGhXNSjWt2L0iTB1WWUtsPvv5WpE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/ordered.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/ordered.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/ordered.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "80" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"ADXXOksg3FOOYPHLGhXNSjWt2L0iTB1WWUtsPvv5WpE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ADXXOksg3FOOYPHLGhXNSjWt2L0iTB1WWUtsPvv5WpE=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/picture.bj962k8m4r.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/picture.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"x4c+/DDrt6N+QY7YljOoGB1uSssPNJ/+/0hWoZcZMsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bj962k8m4r" - }, - { - "Name": "integrity", - "Value": "sha256-x4c+/DDrt6N+QY7YljOoGB1uSssPNJ/+/0hWoZcZMsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/picture.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/picture.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/picture.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"x4c+/DDrt6N+QY7YljOoGB1uSssPNJ/+/0hWoZcZMsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x4c+/DDrt6N+QY7YljOoGB1uSssPNJ/+/0hWoZcZMsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/quote.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/quote.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "300" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"3d2aE0tospALddM4cTYdgaiKqpp6z8gG03MDsDYL/po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3d2aE0tospALddM4cTYdgaiKqpp6z8gG03MDsDYL/po=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/quote.to6cdl5xw1.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/quote.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "300" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"3d2aE0tospALddM4cTYdgaiKqpp6z8gG03MDsDYL/po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:37 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "to6cdl5xw1" - }, - { - "Name": "integrity", - "Value": "sha256-3d2aE0tospALddM4cTYdgaiKqpp6z8gG03MDsDYL/po=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/quote.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/underline.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/underline.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "88" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"7qYvRs4vxPUWFXUxBt3czDKkdYKp957t7h0tPp8K6eI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7qYvRs4vxPUWFXUxBt3czDKkdYKp957t7h0tPp8K6eI=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/underline.mave5rezs9.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/underline.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "88" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"7qYvRs4vxPUWFXUxBt3czDKkdYKp957t7h0tPp8K6eI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mave5rezs9" - }, - { - "Name": "integrity", - "Value": "sha256-7qYvRs4vxPUWFXUxBt3czDKkdYKp957t7h0tPp8K6eI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/underline.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/unlink.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/unlink.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"/TS/fE+/vf5OwI8xKhd/TvYoF5QBJEUSMuVbjutZOcw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/TS/fE+/vf5OwI8xKhd/TvYoF5QBJEUSMuVbjutZOcw=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/unlink.pdt1agip4z.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/unlink.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "178" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"/TS/fE+/vf5OwI8xKhd/TvYoF5QBJEUSMuVbjutZOcw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pdt1agip4z" - }, - { - "Name": "integrity", - "Value": "sha256-/TS/fE+/vf5OwI8xKhd/TvYoF5QBJEUSMuVbjutZOcw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/unlink.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/unordered.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/unordered.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "77" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"ViJPRmdRGnRg2SWWdT6HNgXDYxv6Wmy2CCS4AgRS2cU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ViJPRmdRGnRg2SWWdT6HNgXDYxv6Wmy2CCS4AgRS2cU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/bbeditor/images/unordered.yl09rr7slm.gif", - "AssetFile": "_content/Nop.Web/js/bbeditor/images/unordered.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "77" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"ViJPRmdRGnRg2SWWdT6HNgXDYxv6Wmy2CCS4AgRS2cU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yl09rr7slm" - }, - { - "Name": "integrity", - "Value": "sha256-ViJPRmdRGnRg2SWWdT6HNgXDYxv6Wmy2CCS4AgRS2cU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/bbeditor/images/unordered.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.ghd2n1uzbd.js", - "AssetFile": "_content/Nop.Web/js/public.accordion.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001046025105" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "955" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ghd2n1uzbd" - }, - { - "Name": "integrity", - "Value": "sha256-xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.accordion.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.ghd2n1uzbd.js", - "AssetFile": "_content/Nop.Web/js/public.accordion.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ghd2n1uzbd" - }, - { - "Name": "integrity", - "Value": "sha256-xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.accordion.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.ghd2n1uzbd.js.gz", - "AssetFile": "_content/Nop.Web/js/public.accordion.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "955" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ghd2n1uzbd" - }, - { - "Name": "integrity", - "Value": "sha256-fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.accordion.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.js", - "AssetFile": "_content/Nop.Web/js/public.accordion.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001046025105" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "955" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.js", - "AssetFile": "_content/Nop.Web/js/public.accordion.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xGsv9UcJro0N4Sp8LsNSIbuAYjrL6ZQtvflhT2oz8OA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.accordion.js.gz", - "AssetFile": "_content/Nop.Web/js/public.accordion.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "955" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fOxhiBKHUt3Jrh4dpGL6wiZQRjRLFyjj4YxBr6tEz0M=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.gtiirldvdw.js", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001148105626" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "870" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gtiirldvdw" - }, - { - "Name": "integrity", - "Value": "sha256-xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.ajaxcart.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.gtiirldvdw.js", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4243" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gtiirldvdw" - }, - { - "Name": "integrity", - "Value": "sha256-xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.ajaxcart.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.gtiirldvdw.js.gz", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "870" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gtiirldvdw" - }, - { - "Name": "integrity", - "Value": "sha256-omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.ajaxcart.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.js", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001148105626" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "870" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.js", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4243" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xC7bwMPpNNBJOCk9UiEtGAKzbqxT0vRENaxDgssWLKI=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.ajaxcart.js.gz", - "AssetFile": "_content/Nop.Web/js/public.ajaxcart.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "870" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-omaB+UhLDa0eD6tXaeMR+TxBpwBl6zV9+O9l7r85PdA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.js", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001010101010" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.js", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3329" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.js.gz", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.mzle3azso7.js", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001010101010" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mzle3azso7" - }, - { - "Name": "integrity", - "Value": "sha256-0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.billingaddress.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.mzle3azso7.js", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3329" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mzle3azso7" - }, - { - "Name": "integrity", - "Value": "sha256-0uGT/2boV3ZKUwyYhmQx9kf7Ma/0cPhyE05hhfNUCsA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.billingaddress.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.billingaddress.mzle3azso7.js.gz", - "AssetFile": "_content/Nop.Web/js/public.billingaddress.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mzle3azso7" - }, - { - "Name": "integrity", - "Value": "sha256-AZ+tvh+Qut4/Szmc/ew3+MMdXNXIfxEyTZPs8fwjnxs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.billingaddress.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.js", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001133786848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.js", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.js.gz", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.s4ezvqc6x7.js", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001133786848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4ezvqc6x7" - }, - { - "Name": "integrity", - "Value": "sha256-tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.catalogproducts.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.s4ezvqc6x7.js", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4ezvqc6x7" - }, - { - "Name": "integrity", - "Value": "sha256-tGZwWCH7U7LaZJbxQSuWHFIpAs0T20gbcXW5T67mkjo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.catalogproducts.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.catalogproducts.s4ezvqc6x7.js.gz", - "AssetFile": "_content/Nop.Web/js/public.catalogproducts.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4ezvqc6x7" - }, - { - "Name": "integrity", - "Value": "sha256-TxM7nC6JOL9SjW7csAPcCasKUE5OxZIBI2ehyJX504E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.catalogproducts.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.js", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000576368876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1734" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.js", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8199" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.js.gz", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1734" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.nkcw3lcdq1.js", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000576368876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1734" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nkcw3lcdq1" - }, - { - "Name": "integrity", - "Value": "sha256-WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.combinationsbehavior.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.nkcw3lcdq1.js", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8199" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nkcw3lcdq1" - }, - { - "Name": "integrity", - "Value": "sha256-WaHgsvMFPhuuArDRrvGW6BggzcbT/Ysq3LvKc/wvC6k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.combinationsbehavior.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.combinationsbehavior.nkcw3lcdq1.js.gz", - "AssetFile": "_content/Nop.Web/js/public.combinationsbehavior.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1734" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nkcw3lcdq1" - }, - { - "Name": "integrity", - "Value": "sha256-g97Zeg4VEp+plnyiTdIRx6ULh5G8BJ7j/rsCWqLqVyU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.combinationsbehavior.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.3p1njuo15m.js", - "AssetFile": "_content/Nop.Web/js/public.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000583430572" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3p1njuo15m" - }, - { - "Name": "integrity", - "Value": "sha256-V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.3p1njuo15m.js", - "AssetFile": "_content/Nop.Web/js/public.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5451" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3p1njuo15m" - }, - { - "Name": "integrity", - "Value": "sha256-V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.common.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.3p1njuo15m.js.gz", - "AssetFile": "_content/Nop.Web/js/public.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3p1njuo15m" - }, - { - "Name": "integrity", - "Value": "sha256-lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.common.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.js", - "AssetFile": "_content/Nop.Web/js/public.common.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000583430572" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.js", - "AssetFile": "_content/Nop.Web/js/public.common.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5451" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V1NrdJTm6gE44T0bauSsjxYBlV1QQ6sh5V+BL2SbhoM=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.common.js.gz", - "AssetFile": "_content/Nop.Web/js/public.common.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lwI4fNBMmZrUgxUaeWtxSYxMJzXzjzRANoSYlpmo/ys=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.js", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001383125864" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.js", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1884" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.js.gz", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.wq7mmmb9lu.js", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001383125864" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wq7mmmb9lu" - }, - { - "Name": "integrity", - "Value": "sha256-uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.countryselect.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.wq7mmmb9lu.js", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1884" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wq7mmmb9lu" - }, - { - "Name": "integrity", - "Value": "sha256-uK5Q33eV16kJggxp6Q9kyztIyB8AdeocMpAHOIT8yPA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.countryselect.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.countryselect.wq7mmmb9lu.js.gz", - "AssetFile": "_content/Nop.Web/js/public.countryselect.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wq7mmmb9lu" - }, - { - "Name": "integrity", - "Value": "sha256-OaFPd3FoLyVd/D4VLGd2i+8PNUasyNu4kDVlQv2lZa8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.countryselect.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.js", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000400480577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2496" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.js", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11379" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2496" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.qe09p3jyjd.js", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000400480577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2496" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qe09p3jyjd" - }, - { - "Name": "integrity", - "Value": "sha256-rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.estimateshipping.popup.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.qe09p3jyjd.js", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11379" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qe09p3jyjd" - }, - { - "Name": "integrity", - "Value": "sha256-rkCP6X76++WPOOm0/7bZMHjwvfXQuWdsNuJOIM/YKHQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.estimateshipping.popup.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.estimateshipping.popup.qe09p3jyjd.js.gz", - "AssetFile": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2496" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qe09p3jyjd" - }, - { - "Name": "integrity", - "Value": "sha256-J/lwR23+m9VVRJzxPeePRn1B/2y6paUgGgA+4YWnqwc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.estimateshipping.popup.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.3ab3tx8xrn.js", - "AssetFile": "_content/Nop.Web/js/public.menu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000842459983" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ab3tx8xrn" - }, - { - "Name": "integrity", - "Value": "sha256-23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.menu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.3ab3tx8xrn.js", - "AssetFile": "_content/Nop.Web/js/public.menu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5485" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ab3tx8xrn" - }, - { - "Name": "integrity", - "Value": "sha256-23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.menu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.3ab3tx8xrn.js.gz", - "AssetFile": "_content/Nop.Web/js/public.menu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ab3tx8xrn" - }, - { - "Name": "integrity", - "Value": "sha256-M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.menu.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.js", - "AssetFile": "_content/Nop.Web/js/public.menu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000842459983" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.js", - "AssetFile": "_content/Nop.Web/js/public.menu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5485" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-23wOfmN32Kp656lDw0Nqbfo2GhH+4Nuo1MLZkAPiVss=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.menu.js.gz", - "AssetFile": "_content/Nop.Web/js/public.menu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M6rZxEpdhkWr/Kp337M2kBJphQacPN2kII1UM4WI+dA=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.0gravaj9nt.js", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000252844501" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3954" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0gravaj9nt" - }, - { - "Name": "integrity", - "Value": "sha256-kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.onepagecheckout.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.0gravaj9nt.js", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23998" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0gravaj9nt" - }, - { - "Name": "integrity", - "Value": "sha256-kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.onepagecheckout.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.0gravaj9nt.js.gz", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3954" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0gravaj9nt" - }, - { - "Name": "integrity", - "Value": "sha256-7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.onepagecheckout.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.js", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000252844501" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3954" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.js", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23998" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kP/Z0H7brhOacPf6CB+ksZOhpcqOs8nKFVC5vWEBDOg=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.onepagecheckout.js.gz", - "AssetFile": "_content/Nop.Web/js/public.onepagecheckout.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3954" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7l4msDXdq6lVKer6oo5B7vtc4dBzypQpzBYNmtD9xwo=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.62nyhmj986.js", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001066098081" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62nyhmj986" - }, - { - "Name": "integrity", - "Value": "sha256-PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.shippingaddress.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.62nyhmj986.js", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62nyhmj986" - }, - { - "Name": "integrity", - "Value": "sha256-PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.shippingaddress.js" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.62nyhmj986.js.gz", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62nyhmj986" - }, - { - "Name": "integrity", - "Value": "sha256-qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/js/public.shippingaddress.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.js", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001066098081" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.js", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PuJERVF84bN2DjHlyTlL8RJU2mCYZ5MhTlEvKdH+s8A=" - } - ] - }, - { - "Route": "_content/Nop.Web/js/public.shippingaddress.js.gz", - "AssetFile": "_content/Nop.Web/js/public.shippingaddress.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qzJx+u2DgNm75Q6MeBFtY3ZgNNNqWj6dHVTDMKenyEA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.nd28ujrzfx.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081195193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12315" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nd28ujrzfx" - }, - { - "Name": "integrity", - "Value": "sha256-Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.nd28ujrzfx.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "35821" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nd28ujrzfx" - }, - { - "Name": "integrity", - "Value": "sha256-Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.nd28ujrzfx.txt.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12315" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nd28ujrzfx" - }, - { - "Name": "integrity", - "Value": "sha256-na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081195193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12315" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "35821" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Czg9WmPaZE9ijZnDOXbqZIftiaqlnwsyV5kt6sEXHms=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/LICENSE.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12315" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-na8KYUbqonFRm8oOlysPBZFAaH3H1XqlHkBtqfWsmSo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001538461538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1570" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.zhro2ykwkn.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001538461538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhro2ykwkn" - }, - { - "Name": "integrity", - "Value": "sha256-yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/conf.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.zhro2ykwkn.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1570" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhro2ykwkn" - }, - { - "Name": "integrity", - "Value": "sha256-yRQc77E3gIqWBc889w4nqCPeEgF+a7z3vA3D1SlpzdM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/conf.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/conf.zhro2ykwkn.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhro2ykwkn" - }, - { - "Name": "integrity", - "Value": "sha256-tiX4uyTCDAqDc6qdaiP0ofEmqL97Gn+tplNNh/VFiRo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/conf.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/animated-overlay.59r5e3jt2o.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/animated-overlay.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1738" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"x7zHb7I8BDCzbsRI63n4vDQSna6V2hDzwU7Q6s3y8bk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "59r5e3jt2o" - }, - { - "Name": "integrity", - "Value": "sha256-x7zHb7I8BDCzbsRI63n4vDQSna6V2hDzwU7Q6s3y8bk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/animated-overlay.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/animated-overlay.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/animated-overlay.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1738" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"x7zHb7I8BDCzbsRI63n4vDQSna6V2hDzwU7Q6s3y8bk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x7zHb7I8BDCzbsRI63n4vDQSna6V2hDzwU7Q6s3y8bk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.jz3zz00e9s.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "212" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"74Gag9dOZ/M1Rnb/OjB38Bsb6c/RfSZlXqModMGwlOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jz3zz00e9s" - }, - { - "Name": "integrity", - "Value": "sha256-74Gag9dOZ/M1Rnb/OjB38Bsb6c/RfSZlXqModMGwlOg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_0_aaaaaa_40x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "212" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"74Gag9dOZ/M1Rnb/OjB38Bsb6c/RfSZlXqModMGwlOg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-74Gag9dOZ/M1Rnb/OjB38Bsb6c/RfSZlXqModMGwlOg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_75_ffffff_40x100.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_75_ffffff_40x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "208" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PGvP4QJCWg6MqkomjBSPnRDpxltSd/wCYpk1br0Xwd4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PGvP4QJCWg6MqkomjBSPnRDpxltSd/wCYpk1br0Xwd4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_75_ffffff_40x100.w1oop7hz1c.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_75_ffffff_40x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "208" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PGvP4QJCWg6MqkomjBSPnRDpxltSd/wCYpk1br0Xwd4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w1oop7hz1c" - }, - { - "Name": "integrity", - "Value": "sha256-PGvP4QJCWg6MqkomjBSPnRDpxltSd/wCYpk1br0Xwd4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_flat_75_ffffff_40x100.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_55_fbf9ee_1x400.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_55_fbf9ee_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "335" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V3wUcIiGwUpHd3hHNAH4LHE+gWeLr8hKf2/o4brVEUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V3wUcIiGwUpHd3hHNAH4LHE+gWeLr8hKf2/o4brVEUg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_55_fbf9ee_1x400.rv2rdmf4zz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_55_fbf9ee_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "335" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V3wUcIiGwUpHd3hHNAH4LHE+gWeLr8hKf2/o4brVEUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rv2rdmf4zz" - }, - { - "Name": "integrity", - "Value": "sha256-V3wUcIiGwUpHd3hHNAH4LHE+gWeLr8hKf2/o4brVEUg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_55_fbf9ee_1x400.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_65_ffffff_1x400.a72g2vp2zy.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_65_ffffff_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "207" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2mIXU9bfdXqB3WfGVri3HgpDBn0+uz9GcVpwTHNMo1w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a72g2vp2zy" - }, - { - "Name": "integrity", - "Value": "sha256-2mIXU9bfdXqB3WfGVri3HgpDBn0+uz9GcVpwTHNMo1w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_65_ffffff_1x400.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_65_ffffff_1x400.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_65_ffffff_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "207" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2mIXU9bfdXqB3WfGVri3HgpDBn0+uz9GcVpwTHNMo1w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2mIXU9bfdXqB3WfGVri3HgpDBn0+uz9GcVpwTHNMo1w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_dadada_1x400.jzzg2m5ve8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_dadada_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L4QMwN5p7AJMYkIpgssTNvzFgL0aoaogvx9cfemgi78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jzzg2m5ve8" - }, - { - "Name": "integrity", - "Value": "sha256-L4QMwN5p7AJMYkIpgssTNvzFgL0aoaogvx9cfemgi78=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_dadada_1x400.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_dadada_1x400.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_dadada_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L4QMwN5p7AJMYkIpgssTNvzFgL0aoaogvx9cfemgi78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L4QMwN5p7AJMYkIpgssTNvzFgL0aoaogvx9cfemgi78=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_e6e6e6_1x400.ouxomrissr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_e6e6e6_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oPzk5QY4XSbNHdlessqZXJVB3UMVMVnIMT8yo6A3R5I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ouxomrissr" - }, - { - "Name": "integrity", - "Value": "sha256-oPzk5QY4XSbNHdlessqZXJVB3UMVMVnIMT8yo6A3R5I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_e6e6e6_1x400.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_e6e6e6_1x400.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_75_e6e6e6_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oPzk5QY4XSbNHdlessqZXJVB3UMVMVnIMT8yo6A3R5I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oPzk5QY4XSbNHdlessqZXJVB3UMVMVnIMT8yo6A3R5I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_95_fef1ec_1x400.h8eksjo3jd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_95_fef1ec_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "332" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"73JOhGRe8tyXab3ctv6DJAc3KkdAxq7z4lrqKub1GFM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h8eksjo3jd" - }, - { - "Name": "integrity", - "Value": "sha256-73JOhGRe8tyXab3ctv6DJAc3KkdAxq7z4lrqKub1GFM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_95_fef1ec_1x400.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_95_fef1ec_1x400.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_glass_95_fef1ec_1x400.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "332" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"73JOhGRe8tyXab3ctv6DJAc3KkdAxq7z4lrqKub1GFM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-73JOhGRe8tyXab3ctv6DJAc3KkdAxq7z4lrqKub1GFM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_highlight-soft_75_cccccc_1x100.8wld4vm7g8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "280" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6M+25HU8Dh7YdxRrb0l6cz7tzai+QmTJGhkSBN/Z+5Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8wld4vm7g8" - }, - { - "Name": "integrity", - "Value": "sha256-6M+25HU8Dh7YdxRrb0l6cz7tzai+QmTJGhkSBN/Z+5Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "280" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6M+25HU8Dh7YdxRrb0l6cz7tzai+QmTJGhkSBN/Z+5Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6M+25HU8Dh7YdxRrb0l6cz7tzai+QmTJGhkSBN/Z+5Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_222222_256x240.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_222222_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6922" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OxrANnY9OlnIhXhIauaY0io33S1GpVNIXh6ruf4lWz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OxrANnY9OlnIhXhIauaY0io33S1GpVNIXh6ruf4lWz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_222222_256x240.tujhjtqdz9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_222222_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6922" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OxrANnY9OlnIhXhIauaY0io33S1GpVNIXh6ruf4lWz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tujhjtqdz9" - }, - { - "Name": "integrity", - "Value": "sha256-OxrANnY9OlnIhXhIauaY0io33S1GpVNIXh6ruf4lWz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_222222_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_2e83ff_256x240.bmuvht52ae.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_2e83ff_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PT4nRjLHjJe1ULt9IpFGLiWE9SOhXNwblTXnv6vQzjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bmuvht52ae" - }, - { - "Name": "integrity", - "Value": "sha256-PT4nRjLHjJe1ULt9IpFGLiWE9SOhXNwblTXnv6vQzjA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_2e83ff_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_2e83ff_256x240.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_2e83ff_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PT4nRjLHjJe1ULt9IpFGLiWE9SOhXNwblTXnv6vQzjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PT4nRjLHjJe1ULt9IpFGLiWE9SOhXNwblTXnv6vQzjA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_454545_256x240.gqyy9sr8fc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_454545_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6992" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qNKOLYOoB7K4btKgLjEIb2wHGN+pbgumpFd7ZX9pzDQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gqyy9sr8fc" - }, - { - "Name": "integrity", - "Value": "sha256-qNKOLYOoB7K4btKgLjEIb2wHGN+pbgumpFd7ZX9pzDQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_454545_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_454545_256x240.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_454545_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6992" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qNKOLYOoB7K4btKgLjEIb2wHGN+pbgumpFd7ZX9pzDQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qNKOLYOoB7K4btKgLjEIb2wHGN+pbgumpFd7ZX9pzDQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_888888_256x240.m7d81vihnw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_888888_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6999" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4tGxx8UfjDBDEyf+QwKdYrbV39LZW71ri5kpwXjbpL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m7d81vihnw" - }, - { - "Name": "integrity", - "Value": "sha256-4tGxx8UfjDBDEyf+QwKdYrbV39LZW71ri5kpwXjbpL8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_888888_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_888888_256x240.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_888888_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6999" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4tGxx8UfjDBDEyf+QwKdYrbV39LZW71ri5kpwXjbpL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4tGxx8UfjDBDEyf+QwKdYrbV39LZW71ri5kpwXjbpL8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_cd0a0a_256x240.cpjtb5mpii.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_cd0a0a_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ADgi7VWtkZHgcXmDcOQTY6YXsTjq4YYjrZ2GTKXzV84=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cpjtb5mpii" - }, - { - "Name": "integrity", - "Value": "sha256-ADgi7VWtkZHgcXmDcOQTY6YXsTjq4YYjrZ2GTKXzV84=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_cd0a0a_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_cd0a0a_256x240.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/images/ui-icons_cd0a0a_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ADgi7VWtkZHgcXmDcOQTY6YXsTjq4YYjrZ2GTKXzV84=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ADgi7VWtkZHgcXmDcOQTY6YXsTjq4YYjrZ2GTKXzV84=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000228206298" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23848" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.geoh0mhpkq.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000228206298" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "geoh0mhpkq" - }, - { - "Name": "integrity", - "Value": "sha256-OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.geoh0mhpkq.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23848" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "geoh0mhpkq" - }, - { - "Name": "integrity", - "Value": "sha256-OALpBVIZalr0GxZJzAgi6tfDXt7A3j3j74sCxt97EdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.geoh0mhpkq.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "geoh0mhpkq" - }, - { - "Name": "integrity", - "Value": "sha256-rojUx2T+rYpiHXXTDjEzsPYlsyeqFvunqf2jTRqLy8o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000257466529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19763" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.vo7si6bzuw.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000257466529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vo7si6bzuw" - }, - { - "Name": "integrity", - "Value": "sha256-EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.vo7si6bzuw.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19763" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vo7si6bzuw" - }, - { - "Name": "integrity", - "Value": "sha256-EVA4cS4rWa7ziG49WkyV1zbFWmUGrtHCZbHX8xwgSM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.vo7si6bzuw.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vo7si6bzuw" - }, - { - "Name": "integrity", - "Value": "sha256-OsDpja+fJtwCX1q36b3Vvd8Cl1d9SgO47CufsnT7Ppg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/jquery-ui-1.10.4.custom.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000359066427" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "10345" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.atc6x7eld9.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000525762355" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1901" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "atc6x7eld9" - }, - { - "Name": "integrity", - "Value": "sha256-ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.atc6x7eld9.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7781" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "atc6x7eld9" - }, - { - "Name": "integrity", - "Value": "sha256-ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.atc6x7eld9.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1901" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "atc6x7eld9" - }, - { - "Name": "integrity", - "Value": "sha256-0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000525762355" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1901" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7781" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ohzk/i30TLj8lEAlmanA0PxW8CaCvEv6LqnvqXtg/lE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1901" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0K+FEOo4k5/nG5UAsC7lP+N/nuYupxS9r3oowSl6Gtc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.yo25a94yhj.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000359066427" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo25a94yhj" - }, - { - "Name": "integrity", - "Value": "sha256-HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.yo25a94yhj.css", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "10345" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo25a94yhj" - }, - { - "Name": "integrity", - "Value": "sha256-HpUudfgHVfq1g49UxyCA4mYjWynrCWrnUAXdRvSlNPw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/css/main.yo25a94yhj.css.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo25a94yhj" - }, - { - "Name": "integrity", - "Value": "sha256-rGidO7mw2ZBJ7TulB8hEqo8+beq0K/5lVuwed9JooPc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/css/main.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-paste.g28jvgk3np.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-paste.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3111" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mG4V35nQoKsDPeAtnbg7DcYTbWsCWUztl5A7x48TIvc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g28jvgk3np" - }, - { - "Name": "integrity", - "Value": "sha256-mG4V35nQoKsDPeAtnbg7DcYTbWsCWUztl5A7x48TIvc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-paste.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-paste.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-paste.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3111" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mG4V35nQoKsDPeAtnbg7DcYTbWsCWUztl5A7x48TIvc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mG4V35nQoKsDPeAtnbg7DcYTbWsCWUztl5A7x48TIvc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-rename.dg3gq83nt9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-rename.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3084" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dg3gq83nt9" - }, - { - "Name": "integrity", - "Value": "sha256-gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-rename.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-rename.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/action-folder-rename.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3084" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_down.eukcww9uz1.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"elsEJWKU6tLkLM+PmK7NObUwwa9prFhuty9zV4zXqIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eukcww9uz1" - }, - { - "Name": "integrity", - "Value": "sha256-elsEJWKU6tLkLM+PmK7NObUwwa9prFhuty9zV4zXqIo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_down.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_down.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"elsEJWKU6tLkLM+PmK7NObUwwa9prFhuty9zV4zXqIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-elsEJWKU6tLkLM+PmK7NObUwwa9prFhuty9zV4zXqIo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_up.0g0sxhwfwz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "391" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QFaKv7TdFzQvxYe+SoRup0WtdNSJDz/vUFQU57UZA9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0g0sxhwfwz" - }, - { - "Name": "integrity", - "Value": "sha256-QFaKv7TdFzQvxYe+SoRup0WtdNSJDz/vUFQU57UZA9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_up.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_up.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/arrow_up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "391" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QFaKv7TdFzQvxYe+SoRup0WtdNSJDz/vUFQU57UZA9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QFaKv7TdFzQvxYe+SoRup0WtdNSJDz/vUFQU57UZA9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/blank.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/blank.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "43" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"uipe6Z2+koCWKngxdolUNk3A2SPqDh6E2rDXyasWzhU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uipe6Z2+koCWKngxdolUNk3A2SPqDh6E2rDXyasWzhU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/blank.mgv0i5b8bb.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/blank.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "43" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"uipe6Z2+koCWKngxdolUNk3A2SPqDh6E2rDXyasWzhU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mgv0i5b8bb" - }, - { - "Name": "integrity", - "Value": "sha256-uipe6Z2+koCWKngxdolUNk3A2SPqDh6E2rDXyasWzhU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/blank.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/copy.d6zatm8xfc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2948" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"axoZQEEf73mBPtXQ/s/v3/Z3v83eQUxKu7bswWVyRsY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d6zatm8xfc" - }, - { - "Name": "integrity", - "Value": "sha256-axoZQEEf73mBPtXQ/s/v3/Z3v83eQUxKu7bswWVyRsY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/copy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/copy.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2948" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"axoZQEEf73mBPtXQ/s/v3/Z3v83eQUxKu7bswWVyRsY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-axoZQEEf73mBPtXQ/s/v3/Z3v83eQUxKu7bswWVyRsY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/cut.c5zgdi2ixa.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/cut.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3134" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8GqwG93fuvJJVsIInLKYpyZi0xDSxqwEEFV9y+O86dA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c5zgdi2ixa" - }, - { - "Name": "integrity", - "Value": "sha256-8GqwG93fuvJJVsIInLKYpyZi0xDSxqwEEFV9y+O86dA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/cut.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/cut.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/cut.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3134" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8GqwG93fuvJJVsIInLKYpyZi0xDSxqwEEFV9y+O86dA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8GqwG93fuvJJVsIInLKYpyZi0xDSxqwEEFV9y+O86dA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-minus.5qbad47bv9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "166" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I7knu2s14/TLbDis8Yg5H46QKIZAio+7q23I3GsDgqg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5qbad47bv9" - }, - { - "Name": "integrity", - "Value": "sha256-I7knu2s14/TLbDis8Yg5H46QKIZAio+7q23I3GsDgqg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-minus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-minus.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "166" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I7knu2s14/TLbDis8Yg5H46QKIZAio+7q23I3GsDgqg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I7knu2s14/TLbDis8Yg5H46QKIZAio+7q23I3GsDgqg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-plus.0nl47ucjph.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "176" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGX2cyIyXvVwp1CWB4iTfU/OMODjBPKpBocAIkM21LE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0nl47ucjph" - }, - { - "Name": "integrity", - "Value": "sha256-jGX2cyIyXvVwp1CWB4iTfU/OMODjBPKpBocAIkM21LE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-plus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-plus.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/dir-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "176" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGX2cyIyXvVwp1CWB4iTfU/OMODjBPKpBocAIkM21LE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jGX2cyIyXvVwp1CWB4iTfU/OMODjBPKpBocAIkM21LE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-add.ena279f6n1.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3172" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lsIoKRCJYMn2EwGlEfxnH06dJCtgzxoBPYFeFb4Kn9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ena279f6n1" - }, - { - "Name": "integrity", - "Value": "sha256-lsIoKRCJYMn2EwGlEfxnH06dJCtgzxoBPYFeFb4Kn9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/file-add.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-add.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3172" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lsIoKRCJYMn2EwGlEfxnH06dJCtgzxoBPYFeFb4Kn9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lsIoKRCJYMn2EwGlEfxnH06dJCtgzxoBPYFeFb4Kn9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-delete.l69sk9hjx1.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-delete.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3040" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g7rHn2My8DOn80Zn2zx2mHbSoj8COqOLoRFTazbnJHw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l69sk9hjx1" - }, - { - "Name": "integrity", - "Value": "sha256-g7rHn2My8DOn80Zn2zx2mHbSoj8COqOLoRFTazbnJHw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/file-delete.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-delete.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-delete.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3040" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g7rHn2My8DOn80Zn2zx2mHbSoj8COqOLoRFTazbnJHw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g7rHn2My8DOn80Zn2zx2mHbSoj8COqOLoRFTazbnJHw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-download.0x80ot6frd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3116" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3AZlIl6UwWCWGQUo0ySQSZJdjDcAKJIbuLQHXQggw58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0x80ot6frd" - }, - { - "Name": "integrity", - "Value": "sha256-3AZlIl6UwWCWGQUo0ySQSZJdjDcAKJIbuLQHXQggw58=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/file-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-download.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3116" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3AZlIl6UwWCWGQUo0ySQSZJdjDcAKJIbuLQHXQggw58=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3AZlIl6UwWCWGQUo0ySQSZJdjDcAKJIbuLQHXQggw58=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-duplicate.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-duplicate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6lkanYDdQzM+yxAZ10AtdjV/7kMULkhKPTgdIjUtREk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6lkanYDdQzM+yxAZ10AtdjV/7kMULkhKPTgdIjUtREk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-duplicate.ubgtqiklri.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-duplicate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6lkanYDdQzM+yxAZ10AtdjV/7kMULkhKPTgdIjUtREk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubgtqiklri" - }, - { - "Name": "integrity", - "Value": "sha256-6lkanYDdQzM+yxAZ10AtdjV/7kMULkhKPTgdIjUtREk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/file-duplicate.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-upload.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "854" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqSrIOKEBFg1ousEERA6reszxF+UbASGQnlb++0PPa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oqSrIOKEBFg1ousEERA6reszxF+UbASGQnlb++0PPa4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/file-upload.udfftfxjqc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/file-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "854" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqSrIOKEBFg1ousEERA6reszxF+UbASGQnlb++0PPa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "udfftfxjqc" - }, - { - "Name": "integrity", - "Value": "sha256-oqSrIOKEBFg1ousEERA6reszxF+UbASGQnlb++0PPa4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/file-upload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_3gp.8b0rem41yt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_3gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1364" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VKBEy/CMjCM57v7R5tapQY8iZzB/VfzpsaEau/MUHhU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8b0rem41yt" - }, - { - "Name": "integrity", - "Value": "sha256-VKBEy/CMjCM57v7R5tapQY8iZzB/VfzpsaEau/MUHhU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_3gp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_3gp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_3gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1364" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VKBEy/CMjCM57v7R5tapQY8iZzB/VfzpsaEau/MUHhU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VKBEy/CMjCM57v7R5tapQY8iZzB/VfzpsaEau/MUHhU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_7z.e2r5drfc1p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_7z.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RoESWG0d6XxFN6S66fBHu0GPtoPOK/33LjP9LXp0vi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2r5drfc1p" - }, - { - "Name": "integrity", - "Value": "sha256-RoESWG0d6XxFN6S66fBHu0GPtoPOK/33LjP9LXp0vi0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_7z.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_7z.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_7z.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RoESWG0d6XxFN6S66fBHu0GPtoPOK/33LjP9LXp0vi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RoESWG0d6XxFN6S66fBHu0GPtoPOK/33LjP9LXp0vi0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ace.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ace.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1578" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JTbhtQt21AFAOLfSU2xYRXZ8rx2h6VYyPt5Bftp77ww=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JTbhtQt21AFAOLfSU2xYRXZ8rx2h6VYyPt5Bftp77ww=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ace.x9kal7sd60.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ace.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1578" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JTbhtQt21AFAOLfSU2xYRXZ8rx2h6VYyPt5Bftp77ww=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x9kal7sd60" - }, - { - "Name": "integrity", - "Value": "sha256-JTbhtQt21AFAOLfSU2xYRXZ8rx2h6VYyPt5Bftp77ww=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ace.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ai.l03jeh5svo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BZhCbOeY0K5TesVuZKtkKsTUI9DWOxmVHuO/r9WlFAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l03jeh5svo" - }, - { - "Name": "integrity", - "Value": "sha256-BZhCbOeY0K5TesVuZKtkKsTUI9DWOxmVHuO/r9WlFAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ai.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ai.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BZhCbOeY0K5TesVuZKtkKsTUI9DWOxmVHuO/r9WlFAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BZhCbOeY0K5TesVuZKtkKsTUI9DWOxmVHuO/r9WlFAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aif.a6ts7dfew6.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1523" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TlJM5Ms0oh+QgikHndE0Vvw0kV91QcmFoEiSg3e1txg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a6ts7dfew6" - }, - { - "Name": "integrity", - "Value": "sha256-TlJM5Ms0oh+QgikHndE0Vvw0kV91QcmFoEiSg3e1txg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1523" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TlJM5Ms0oh+QgikHndE0Vvw0kV91QcmFoEiSg3e1txg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TlJM5Ms0oh+QgikHndE0Vvw0kV91QcmFoEiSg3e1txg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aiff.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aiff.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ub020PExxa0Nw+FiU4NPvoxGed4U+VXAFzGbSxwts0g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ub020PExxa0Nw+FiU4NPvoxGed4U+VXAFzGbSxwts0g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aiff.th1765csrt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aiff.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ub020PExxa0Nw+FiU4NPvoxGed4U+VXAFzGbSxwts0g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "th1765csrt" - }, - { - "Name": "integrity", - "Value": "sha256-Ub020PExxa0Nw+FiU4NPvoxGed4U+VXAFzGbSxwts0g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_aiff.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_amr.4pao4ov1si.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_amr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1491" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2J/jUs7OUiOVuPSFV2gBhRsRoEgTAR/sNcISXSqE9jw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4pao4ov1si" - }, - { - "Name": "integrity", - "Value": "sha256-2J/jUs7OUiOVuPSFV2gBhRsRoEgTAR/sNcISXSqE9jw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_amr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_amr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_amr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1491" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2J/jUs7OUiOVuPSFV2gBhRsRoEgTAR/sNcISXSqE9jw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2J/jUs7OUiOVuPSFV2gBhRsRoEgTAR/sNcISXSqE9jw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asf.4w7qiyd0rk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGt3iazegOXVbxg1GSpl1R2UtE8u9I/5CDHrE6neQk0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4w7qiyd0rk" - }, - { - "Name": "integrity", - "Value": "sha256-jGt3iazegOXVbxg1GSpl1R2UtE8u9I/5CDHrE6neQk0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGt3iazegOXVbxg1GSpl1R2UtE8u9I/5CDHrE6neQk0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jGt3iazegOXVbxg1GSpl1R2UtE8u9I/5CDHrE6neQk0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asx.593afnen2y.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BwYfpYG6WFPY7fHNsdIC4vpoFtrpfiQYTJJMIP2hmMA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "593afnen2y" - }, - { - "Name": "integrity", - "Value": "sha256-BwYfpYG6WFPY7fHNsdIC4vpoFtrpfiQYTJJMIP2hmMA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_asx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BwYfpYG6WFPY7fHNsdIC4vpoFtrpfiQYTJJMIP2hmMA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BwYfpYG6WFPY7fHNsdIC4vpoFtrpfiQYTJJMIP2hmMA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bat.aqdj4twoeo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1802" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QuSuuupaYshOKM5+CvQiM5G6bpurmaMCgXVvIGAGVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aqdj4twoeo" - }, - { - "Name": "integrity", - "Value": "sha256-QuSuuupaYshOKM5+CvQiM5G6bpurmaMCgXVvIGAGVYw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bat.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bat.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1802" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QuSuuupaYshOKM5+CvQiM5G6bpurmaMCgXVvIGAGVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QuSuuupaYshOKM5+CvQiM5G6bpurmaMCgXVvIGAGVYw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bin.mm6g09266j.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1223" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"chavK3lcSd3DRjQK308GOkf9X9Y5/vNQXIjFmkqRkB4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mm6g09266j" - }, - { - "Name": "integrity", - "Value": "sha256-chavK3lcSd3DRjQK308GOkf9X9Y5/vNQXIjFmkqRkB4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bin.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bin.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1223" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"chavK3lcSd3DRjQK308GOkf9X9Y5/vNQXIjFmkqRkB4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-chavK3lcSd3DRjQK308GOkf9X9Y5/vNQXIjFmkqRkB4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bmp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kclRWsyYXZUDwBAzkx8RC1Sfr0fRiPafdcpHfeUhJyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kclRWsyYXZUDwBAzkx8RC1Sfr0fRiPafdcpHfeUhJyA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bmp.tx5m2gg66y.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kclRWsyYXZUDwBAzkx8RC1Sfr0fRiPafdcpHfeUhJyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tx5m2gg66y" - }, - { - "Name": "integrity", - "Value": "sha256-kclRWsyYXZUDwBAzkx8RC1Sfr0fRiPafdcpHfeUhJyA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bmp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bup.6b721jm44r.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gr4ZU+yURKkHkcAdEaXKdQ2V6oQmqQQPk0kS3UNvH5I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6b721jm44r" - }, - { - "Name": "integrity", - "Value": "sha256-gr4ZU+yURKkHkcAdEaXKdQ2V6oQmqQQPk0kS3UNvH5I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bup.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bup.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_bup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gr4ZU+yURKkHkcAdEaXKdQ2V6oQmqQQPk0kS3UNvH5I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gr4ZU+yURKkHkcAdEaXKdQ2V6oQmqQQPk0kS3UNvH5I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cab.mu2frakv5t.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cab.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1560" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Lh+JZbGvguJMA9jHlsxC4yZx7xImwg/+PHEisVrwVfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mu2frakv5t" - }, - { - "Name": "integrity", - "Value": "sha256-Lh+JZbGvguJMA9jHlsxC4yZx7xImwg/+PHEisVrwVfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cab.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cab.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cab.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1560" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Lh+JZbGvguJMA9jHlsxC4yZx7xImwg/+PHEisVrwVfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Lh+JZbGvguJMA9jHlsxC4yZx7xImwg/+PHEisVrwVfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cbr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cbr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HkDv10HOV2lmbremdfK1HW4PkLAKgNtlVvtUhWB3sz4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HkDv10HOV2lmbremdfK1HW4PkLAKgNtlVvtUhWB3sz4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cbr.ukvlxnbqlw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cbr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HkDv10HOV2lmbremdfK1HW4PkLAKgNtlVvtUhWB3sz4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ukvlxnbqlw" - }, - { - "Name": "integrity", - "Value": "sha256-HkDv10HOV2lmbremdfK1HW4PkLAKgNtlVvtUhWB3sz4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cbr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cda.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cda.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dcpzHOXEp/TcZ9BwE9kzJxhHCx6goKrEnXyA9U1y/P8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dcpzHOXEp/TcZ9BwE9kzJxhHCx6goKrEnXyA9U1y/P8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cda.v30wdc5d48.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cda.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dcpzHOXEp/TcZ9BwE9kzJxhHCx6goKrEnXyA9U1y/P8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v30wdc5d48" - }, - { - "Name": "integrity", - "Value": "sha256-dcpzHOXEp/TcZ9BwE9kzJxhHCx6goKrEnXyA9U1y/P8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cda.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdl.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1732" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6TSgVlUEehHMKGd0ViOlsxJaLXC39FFYF6FpYmoAdM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6TSgVlUEehHMKGd0ViOlsxJaLXC39FFYF6FpYmoAdM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdl.vibr80xhot.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1732" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6TSgVlUEehHMKGd0ViOlsxJaLXC39FFYF6FpYmoAdM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vibr80xhot" - }, - { - "Name": "integrity", - "Value": "sha256-6TSgVlUEehHMKGd0ViOlsxJaLXC39FFYF6FpYmoAdM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdr.ohqg0j8avb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1698" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5OnnaRDK51iYT2L0EQIPyDVfWbx3MCIFAfOtqqhb6mA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ohqg0j8avb" - }, - { - "Name": "integrity", - "Value": "sha256-5OnnaRDK51iYT2L0EQIPyDVfWbx3MCIFAfOtqqhb6mA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_cdr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1698" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5OnnaRDK51iYT2L0EQIPyDVfWbx3MCIFAfOtqqhb6mA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5OnnaRDK51iYT2L0EQIPyDVfWbx3MCIFAfOtqqhb6mA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_chm.3939ze6zsn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_chm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t5MxAWgrJy9TFKYlrh4lpEik8Sx+qmzFJyoM1bArw5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3939ze6zsn" - }, - { - "Name": "integrity", - "Value": "sha256-t5MxAWgrJy9TFKYlrh4lpEik8Sx+qmzFJyoM1bArw5M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_chm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_chm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_chm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t5MxAWgrJy9TFKYlrh4lpEik8Sx+qmzFJyoM1bArw5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t5MxAWgrJy9TFKYlrh4lpEik8Sx+qmzFJyoM1bArw5M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dat.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gXr4uZae8D1o4HwLpbC7dMbOQ2WCDv18oTqr6yHjUrI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gXr4uZae8D1o4HwLpbC7dMbOQ2WCDv18oTqr6yHjUrI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dat.t10pmaz5u9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gXr4uZae8D1o4HwLpbC7dMbOQ2WCDv18oTqr6yHjUrI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t10pmaz5u9" - }, - { - "Name": "integrity", - "Value": "sha256-gXr4uZae8D1o4HwLpbC7dMbOQ2WCDv18oTqr6yHjUrI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dat.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_divx.izpwjzxhz0.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_divx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1661" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cgUXnE/Hc7WelZy4vv3LUZcZ7SMFjThH0TlZ0vM4Y+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "izpwjzxhz0" - }, - { - "Name": "integrity", - "Value": "sha256-cgUXnE/Hc7WelZy4vv3LUZcZ7SMFjThH0TlZ0vM4Y+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_divx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_divx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_divx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1661" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cgUXnE/Hc7WelZy4vv3LUZcZ7SMFjThH0TlZ0vM4Y+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cgUXnE/Hc7WelZy4vv3LUZcZ7SMFjThH0TlZ0vM4Y+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dll.eni7fg493e.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dll.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1nbYd0+dTkOXeTvcuNzvOs8BaNPOnTjLd8DcoYdM0TU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eni7fg493e" - }, - { - "Name": "integrity", - "Value": "sha256-1nbYd0+dTkOXeTvcuNzvOs8BaNPOnTjLd8DcoYdM0TU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dll.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dll.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dll.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1nbYd0+dTkOXeTvcuNzvOs8BaNPOnTjLd8DcoYdM0TU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1nbYd0+dTkOXeTvcuNzvOs8BaNPOnTjLd8DcoYdM0TU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dmg.humwq6of97.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dmg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1635" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qa21H7vQN3pbFLOb1jS5ciYdIrkUeR0vdsbd/a+RgMw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "humwq6of97" - }, - { - "Name": "integrity", - "Value": "sha256-qa21H7vQN3pbFLOb1jS5ciYdIrkUeR0vdsbd/a+RgMw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dmg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dmg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dmg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1635" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qa21H7vQN3pbFLOb1jS5ciYdIrkUeR0vdsbd/a+RgMw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qa21H7vQN3pbFLOb1jS5ciYdIrkUeR0vdsbd/a+RgMw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_doc.46i0j5s8jo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_doc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1536" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/EL3JrPBQ2cyinB8xgjBAMfdIY7gPAwg7+FIGPE3TIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "46i0j5s8jo" - }, - { - "Name": "integrity", - "Value": "sha256-/EL3JrPBQ2cyinB8xgjBAMfdIY7gPAwg7+FIGPE3TIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_doc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_doc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_doc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1536" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/EL3JrPBQ2cyinB8xgjBAMfdIY7gPAwg7+FIGPE3TIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/EL3JrPBQ2cyinB8xgjBAMfdIY7gPAwg7+FIGPE3TIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dss.5ajqjhfy9f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1389" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"49Q1idT5f0vbXEJN9E/7Mu5KaGIPkMOvHgwNN8ZvDmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5ajqjhfy9f" - }, - { - "Name": "integrity", - "Value": "sha256-49Q1idT5f0vbXEJN9E/7Mu5KaGIPkMOvHgwNN8ZvDmY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dss.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dss.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1389" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"49Q1idT5f0vbXEJN9E/7Mu5KaGIPkMOvHgwNN8ZvDmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-49Q1idT5f0vbXEJN9E/7Mu5KaGIPkMOvHgwNN8ZvDmY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dvf.bqhnyrp3gz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dvf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1799" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g7cG5KT+E7ha/eUL6BOut4Mt8XjLZix00nY1+3guSrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bqhnyrp3gz" - }, - { - "Name": "integrity", - "Value": "sha256-g7cG5KT+E7ha/eUL6BOut4Mt8XjLZix00nY1+3guSrc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dvf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dvf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dvf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1799" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g7cG5KT+E7ha/eUL6BOut4Mt8XjLZix00nY1+3guSrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g7cG5KT+E7ha/eUL6BOut4Mt8XjLZix00nY1+3guSrc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dwg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dwg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"M6Dnr/opVUKPxM2ydc/aES+1opV22jgjYG4vWi4AaMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M6Dnr/opVUKPxM2ydc/aES+1opV22jgjYG4vWi4AaMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dwg.tsopmkvaop.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dwg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"M6Dnr/opVUKPxM2ydc/aES+1opV22jgjYG4vWi4AaMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tsopmkvaop" - }, - { - "Name": "integrity", - "Value": "sha256-M6Dnr/opVUKPxM2ydc/aES+1opV22jgjYG4vWi4AaMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_dwg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eml.kemlv9er9p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VLjl1VETQ529JTlkMN3vsC/E081Ny3M+/yv5s+kclZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kemlv9er9p" - }, - { - "Name": "integrity", - "Value": "sha256-VLjl1VETQ529JTlkMN3vsC/E081Ny3M+/yv5s+kclZ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eml.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eml.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VLjl1VETQ529JTlkMN3vsC/E081Ny3M+/yv5s+kclZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VLjl1VETQ529JTlkMN3vsC/E081Ny3M+/yv5s+kclZ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1509" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oBkEwD4N3FCAptEibG4xE4jDBTQse+JxgKVW5bnk4tA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oBkEwD4N3FCAptEibG4xE4jDBTQse+JxgKVW5bnk4tA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eps.ws93mfud59.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1509" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oBkEwD4N3FCAptEibG4xE4jDBTQse+JxgKVW5bnk4tA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ws93mfud59" - }, - { - "Name": "integrity", - "Value": "sha256-oBkEwD4N3FCAptEibG4xE4jDBTQse+JxgKVW5bnk4tA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_eps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_exe.egh24vtlfo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_exe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3jRxzrEk7xB7merT063mFSc1dvVHrxkHuzr4dVzonK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "egh24vtlfo" - }, - { - "Name": "integrity", - "Value": "sha256-3jRxzrEk7xB7merT063mFSc1dvVHrxkHuzr4dVzonK4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_exe.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_exe.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_exe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3jRxzrEk7xB7merT063mFSc1dvVHrxkHuzr4dVzonK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3jRxzrEk7xB7merT063mFSc1dvVHrxkHuzr4dVzonK4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_fla.123gjx8g1s.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_fla.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eQrfomLz5tEc2z5zVkTYvtXd0XcDjStMaZzKIVrwmOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "123gjx8g1s" - }, - { - "Name": "integrity", - "Value": "sha256-eQrfomLz5tEc2z5zVkTYvtXd0XcDjStMaZzKIVrwmOI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_fla.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_fla.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_fla.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eQrfomLz5tEc2z5zVkTYvtXd0XcDjStMaZzKIVrwmOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eQrfomLz5tEc2z5zVkTYvtXd0XcDjStMaZzKIVrwmOI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_flv.ndlywz437m.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_flv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1342" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RdPo6hUn2Q/p1Whc7/frEF6LI/6vPDVzX780kSzlui8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ndlywz437m" - }, - { - "Name": "integrity", - "Value": "sha256-RdPo6hUn2Q/p1Whc7/frEF6LI/6vPDVzX780kSzlui8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_flv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_flv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_flv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1342" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RdPo6hUn2Q/p1Whc7/frEF6LI/6vPDVzX780kSzlui8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RdPo6hUn2Q/p1Whc7/frEF6LI/6vPDVzX780kSzlui8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gif.i81ryh96zk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ApXPgDLmcy9lfTlq7SbfuZKd6u5Uy35GCLXOmtNPdGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i81ryh96zk" - }, - { - "Name": "integrity", - "Value": "sha256-ApXPgDLmcy9lfTlq7SbfuZKd6u5Uy35GCLXOmtNPdGQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ApXPgDLmcy9lfTlq7SbfuZKd6u5Uy35GCLXOmtNPdGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ApXPgDLmcy9lfTlq7SbfuZKd6u5Uy35GCLXOmtNPdGQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1479" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g9npqHygq2isfCgUdbJnNAGVKwjpDerxPeFYfff1KgE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g9npqHygq2isfCgUdbJnNAGVKwjpDerxPeFYfff1KgE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gz.xfw9ev3twt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1479" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g9npqHygq2isfCgUdbJnNAGVKwjpDerxPeFYfff1KgE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xfw9ev3twt" - }, - { - "Name": "integrity", - "Value": "sha256-g9npqHygq2isfCgUdbJnNAGVKwjpDerxPeFYfff1KgE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_gz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_hqx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_hqx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"52HgrIZLOIcKsyjz5dRWhZjFJCdybFVv/RhX0H+Mj9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-52HgrIZLOIcKsyjz5dRWhZjFJCdybFVv/RhX0H+Mj9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_hqx.rvjppi7mvv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_hqx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"52HgrIZLOIcKsyjz5dRWhZjFJCdybFVv/RhX0H+Mj9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rvjppi7mvv" - }, - { - "Name": "integrity", - "Value": "sha256-52HgrIZLOIcKsyjz5dRWhZjFJCdybFVv/RhX0H+Mj9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_hqx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_htm.nw9li246wp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_htm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1755" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mYDYFI/xj0SKBkhqL5vNjKc2X8jjNWJc7iMaCUtMdzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nw9li246wp" - }, - { - "Name": "integrity", - "Value": "sha256-mYDYFI/xj0SKBkhqL5vNjKc2X8jjNWJc7iMaCUtMdzw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_htm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_htm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_htm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1755" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mYDYFI/xj0SKBkhqL5vNjKc2X8jjNWJc7iMaCUtMdzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mYDYFI/xj0SKBkhqL5vNjKc2X8jjNWJc7iMaCUtMdzw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_html.br4y67u55i.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_html.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1825" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l65kuW65olBYz8GTRaSc3o1Vc86RRw98ExBMZH9QUKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "br4y67u55i" - }, - { - "Name": "integrity", - "Value": "sha256-l65kuW65olBYz8GTRaSc3o1Vc86RRw98ExBMZH9QUKQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_html.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_html.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_html.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1825" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l65kuW65olBYz8GTRaSc3o1Vc86RRw98ExBMZH9QUKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l65kuW65olBYz8GTRaSc3o1Vc86RRw98ExBMZH9QUKQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ifo.bt238fh45p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ifo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/+Twa2YKRssg6Di/G0gtz6eHRrXvMvEQ+eXK8ErKWvQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bt238fh45p" - }, - { - "Name": "integrity", - "Value": "sha256-/+Twa2YKRssg6Di/G0gtz6eHRrXvMvEQ+eXK8ErKWvQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ifo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ifo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ifo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/+Twa2YKRssg6Di/G0gtz6eHRrXvMvEQ+eXK8ErKWvQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/+Twa2YKRssg6Di/G0gtz6eHRrXvMvEQ+eXK8ErKWvQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_indd.92g58v3ycw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_indd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kXTY262L3rRLERK3LL7MjELOtOimBPH1DhtQUwoYY48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "92g58v3ycw" - }, - { - "Name": "integrity", - "Value": "sha256-kXTY262L3rRLERK3LL7MjELOtOimBPH1DhtQUwoYY48=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_indd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_indd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_indd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kXTY262L3rRLERK3LL7MjELOtOimBPH1DhtQUwoYY48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kXTY262L3rRLERK3LL7MjELOtOimBPH1DhtQUwoYY48=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_iso.o75m3g2npa.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_iso.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1850" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HDmihTz8E9rjnmDaHesorCvyDIKPhQQVNmb0EsQ+e4M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o75m3g2npa" - }, - { - "Name": "integrity", - "Value": "sha256-HDmihTz8E9rjnmDaHesorCvyDIKPhQQVNmb0EsQ+e4M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_iso.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_iso.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_iso.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1850" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HDmihTz8E9rjnmDaHesorCvyDIKPhQQVNmb0EsQ+e4M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HDmihTz8E9rjnmDaHesorCvyDIKPhQQVNmb0EsQ+e4M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jar.7asuul9n1v.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1704" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UXPt87tpXPK3X0ZEpQ92mz5jp2R0sKivkGAlhWUrvqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7asuul9n1v" - }, - { - "Name": "integrity", - "Value": "sha256-UXPt87tpXPK3X0ZEpQ92mz5jp2R0sKivkGAlhWUrvqE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jar.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1704" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UXPt87tpXPK3X0ZEpQ92mz5jp2R0sKivkGAlhWUrvqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UXPt87tpXPK3X0ZEpQ92mz5jp2R0sKivkGAlhWUrvqE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpeg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ynkt8zVRkhLkeLzmoJ4FgaPfdWkv7rVxYeMRFvKBEkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ynkt8zVRkhLkeLzmoJ4FgaPfdWkv7rVxYeMRFvKBEkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpeg.uk36z3cy4w.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ynkt8zVRkhLkeLzmoJ4FgaPfdWkv7rVxYeMRFvKBEkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uk36z3cy4w" - }, - { - "Name": "integrity", - "Value": "sha256-Ynkt8zVRkhLkeLzmoJ4FgaPfdWkv7rVxYeMRFvKBEkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpeg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wkZK0ob32AXdXPxFls6vGzYvCI2MFStZpZZRYVRW7YY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wkZK0ob32AXdXPxFls6vGzYvCI2MFStZpZZRYVRW7YY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpg.yfo2tlut4e.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1552" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wkZK0ob32AXdXPxFls6vGzYvCI2MFStZpZZRYVRW7YY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yfo2tlut4e" - }, - { - "Name": "integrity", - "Value": "sha256-wkZK0ob32AXdXPxFls6vGzYvCI2MFStZpZZRYVRW7YY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_jpg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_lnk.9salcjcbdv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_lnk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1435" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2WGXkmLrgh4tIhZwJ8BwP1jb8jvXEvvik0Ap51R2Bsw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9salcjcbdv" - }, - { - "Name": "integrity", - "Value": "sha256-2WGXkmLrgh4tIhZwJ8BwP1jb8jvXEvvik0Ap51R2Bsw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_lnk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_lnk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_lnk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1435" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2WGXkmLrgh4tIhZwJ8BwP1jb8jvXEvvik0Ap51R2Bsw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2WGXkmLrgh4tIhZwJ8BwP1jb8jvXEvvik0Ap51R2Bsw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_log.mww16351hx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_log.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1p5JoYR5d+kjLvkJxJd0Vf6yAUCb9a8PuEPahiACia4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mww16351hx" - }, - { - "Name": "integrity", - "Value": "sha256-1p5JoYR5d+kjLvkJxJd0Vf6yAUCb9a8PuEPahiACia4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_log.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_log.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_log.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1p5JoYR5d+kjLvkJxJd0Vf6yAUCb9a8PuEPahiACia4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1p5JoYR5d+kjLvkJxJd0Vf6yAUCb9a8PuEPahiACia4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4a.cx8vsyzp2l.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EO1o5hezbsmYd8Fx1P36app2K73uPicAhhcGG/TTj5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cx8vsyzp2l" - }, - { - "Name": "integrity", - "Value": "sha256-EO1o5hezbsmYd8Fx1P36app2K73uPicAhhcGG/TTj5M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4a.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EO1o5hezbsmYd8Fx1P36app2K73uPicAhhcGG/TTj5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EO1o5hezbsmYd8Fx1P36app2K73uPicAhhcGG/TTj5M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4b.lhd6id0nwg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1622" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NxAcCEltpeyOxb7AoJtPHlNqZ+fl8r8ApuFVDxKpiSs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lhd6id0nwg" - }, - { - "Name": "integrity", - "Value": "sha256-NxAcCEltpeyOxb7AoJtPHlNqZ+fl8r8ApuFVDxKpiSs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4b.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1622" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NxAcCEltpeyOxb7AoJtPHlNqZ+fl8r8ApuFVDxKpiSs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NxAcCEltpeyOxb7AoJtPHlNqZ+fl8r8ApuFVDxKpiSs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4p.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h2MtOhZVN5XMT5yFxc6CCaH6ZkcTl+zWRkpOp+OcWD8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h2MtOhZVN5XMT5yFxc6CCaH6ZkcTl+zWRkpOp+OcWD8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4p.psfmjoh9gf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4p.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h2MtOhZVN5XMT5yFxc6CCaH6ZkcTl+zWRkpOp+OcWD8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "psfmjoh9gf" - }, - { - "Name": "integrity", - "Value": "sha256-h2MtOhZVN5XMT5yFxc6CCaH6ZkcTl+zWRkpOp+OcWD8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4p.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4v.n95tycujin.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4v.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1629" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FY5DqGIXQD+1v6xlb1cC1Mnw+qsefS0veZsPBkoG/gg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n95tycujin" - }, - { - "Name": "integrity", - "Value": "sha256-FY5DqGIXQD+1v6xlb1cC1Mnw+qsefS0veZsPBkoG/gg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4v.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4v.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_m4v.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1629" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FY5DqGIXQD+1v6xlb1cC1Mnw+qsefS0veZsPBkoG/gg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FY5DqGIXQD+1v6xlb1cC1Mnw+qsefS0veZsPBkoG/gg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mcd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1694" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aVADbPOtsmU9TZZLfRzqQNZo0ZOaVvZ0xHmd39KyuTs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aVADbPOtsmU9TZZLfRzqQNZo0ZOaVvZ0xHmd39KyuTs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mcd.tvb946x993.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1694" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aVADbPOtsmU9TZZLfRzqQNZo0ZOaVvZ0xHmd39KyuTs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tvb946x993" - }, - { - "Name": "integrity", - "Value": "sha256-aVADbPOtsmU9TZZLfRzqQNZo0ZOaVvZ0xHmd39KyuTs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mcd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mdb.d9n8ocn53h.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mdb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1768" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wZ9FGMn/d2Q8ZMYYbanDxESX8zo3uNejPUG4UJ5yRM0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d9n8ocn53h" - }, - { - "Name": "integrity", - "Value": "sha256-wZ9FGMn/d2Q8ZMYYbanDxESX8zo3uNejPUG4UJ5yRM0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mdb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mdb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mdb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1768" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wZ9FGMn/d2Q8ZMYYbanDxESX8zo3uNejPUG4UJ5yRM0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wZ9FGMn/d2Q8ZMYYbanDxESX8zo3uNejPUG4UJ5yRM0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mid.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1513" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LuS2D6bWs9LOkiOj7GindnYJ/pk1jWx7V75jntXlUos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LuS2D6bWs9LOkiOj7GindnYJ/pk1jWx7V75jntXlUos=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mid.ywzcfjg9cu.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1513" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LuS2D6bWs9LOkiOj7GindnYJ/pk1jWx7V75jntXlUos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ywzcfjg9cu" - }, - { - "Name": "integrity", - "Value": "sha256-LuS2D6bWs9LOkiOj7GindnYJ/pk1jWx7V75jntXlUos=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mid.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mov.3exptgxosn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mov.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SwJTxgQqInoo78tdvOUlGQiGxHt+hFwARIX2S0s2uUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3exptgxosn" - }, - { - "Name": "integrity", - "Value": "sha256-SwJTxgQqInoo78tdvOUlGQiGxHt+hFwARIX2S0s2uUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mov.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mov.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mov.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SwJTxgQqInoo78tdvOUlGQiGxHt+hFwARIX2S0s2uUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SwJTxgQqInoo78tdvOUlGQiGxHt+hFwARIX2S0s2uUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp2.e5etdpo39d.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp2.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HqJieUDOxraiKxgqdMu9ZhWXhVoIU3NQQ9vriQFhGG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e5etdpo39d" - }, - { - "Name": "integrity", - "Value": "sha256-HqJieUDOxraiKxgqdMu9ZhWXhVoIU3NQQ9vriQFhGG8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp2.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp2.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp2.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HqJieUDOxraiKxgqdMu9ZhWXhVoIU3NQQ9vriQFhGG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HqJieUDOxraiKxgqdMu9ZhWXhVoIU3NQQ9vriQFhGG8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp3.mvfust8lib.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp3.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1708" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HmQmAcZrMYf+M/mCfaL5uBpUJ5xu9dDs3HzzKexL57s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mvfust8lib" - }, - { - "Name": "integrity", - "Value": "sha256-HmQmAcZrMYf+M/mCfaL5uBpUJ5xu9dDs3HzzKexL57s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp3.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp3.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp3.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1708" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HmQmAcZrMYf+M/mCfaL5uBpUJ5xu9dDs3HzzKexL57s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HmQmAcZrMYf+M/mCfaL5uBpUJ5xu9dDs3HzzKexL57s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp4.h2w6ypnkju.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp4.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1395" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J0IXJ16RkvX5HIKRVIDEgdn5mY9vKKWaFGwuSDAwFy0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h2w6ypnkju" - }, - { - "Name": "integrity", - "Value": "sha256-J0IXJ16RkvX5HIKRVIDEgdn5mY9vKKWaFGwuSDAwFy0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp4.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp4.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mp4.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1395" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J0IXJ16RkvX5HIKRVIDEgdn5mY9vKKWaFGwuSDAwFy0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J0IXJ16RkvX5HIKRVIDEgdn5mY9vKKWaFGwuSDAwFy0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpeg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1798" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UfGgsl7NOKzUMZWH/VwDdwt5N/jLrdJAEYGUsTh3I+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UfGgsl7NOKzUMZWH/VwDdwt5N/jLrdJAEYGUsTh3I+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpeg.rd0ro39tgw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1798" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UfGgsl7NOKzUMZWH/VwDdwt5N/jLrdJAEYGUsTh3I+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rd0ro39tgw" - }, - { - "Name": "integrity", - "Value": "sha256-UfGgsl7NOKzUMZWH/VwDdwt5N/jLrdJAEYGUsTh3I+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpeg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpg.abed6blz6o.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tmutMqTFroFzUmAM49BVh3PwpDzmLiOiDD3hEPd4wQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "abed6blz6o" - }, - { - "Name": "integrity", - "Value": "sha256-tmutMqTFroFzUmAM49BVh3PwpDzmLiOiDD3hEPd4wQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tmutMqTFroFzUmAM49BVh3PwpDzmLiOiDD3hEPd4wQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tmutMqTFroFzUmAM49BVh3PwpDzmLiOiDD3hEPd4wQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_msi.g0v3iotdcj.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_msi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1745" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wIE1jZr28UQHVOR4BjQUPP31qdsJt97/y9jdrZg03yY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g0v3iotdcj" - }, - { - "Name": "integrity", - "Value": "sha256-wIE1jZr28UQHVOR4BjQUPP31qdsJt97/y9jdrZg03yY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_msi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_msi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_msi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1745" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wIE1jZr28UQHVOR4BjQUPP31qdsJt97/y9jdrZg03yY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wIE1jZr28UQHVOR4BjQUPP31qdsJt97/y9jdrZg03yY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mswmm.nrqy4kio7h.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mswmm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2123" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AzCk+5kCIzlO90Hox29P6pwz6dAF6LL8a3QpaUAeB68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nrqy4kio7h" - }, - { - "Name": "integrity", - "Value": "sha256-AzCk+5kCIzlO90Hox29P6pwz6dAF6LL8a3QpaUAeB68=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mswmm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mswmm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_mswmm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2123" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AzCk+5kCIzlO90Hox29P6pwz6dAF6LL8a3QpaUAeB68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AzCk+5kCIzlO90Hox29P6pwz6dAF6LL8a3QpaUAeB68=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ogg.ied3m19jmt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ogg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1742" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mjARDBtdJa0qYDdkUwgai62L3JygSWrarcHdFSVQwoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ied3m19jmt" - }, - { - "Name": "integrity", - "Value": "sha256-mjARDBtdJa0qYDdkUwgai62L3JygSWrarcHdFSVQwoQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ogg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ogg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ogg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1742" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mjARDBtdJa0qYDdkUwgai62L3JygSWrarcHdFSVQwoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mjARDBtdJa0qYDdkUwgai62L3JygSWrarcHdFSVQwoQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pdf.ksw4jpdflp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pdf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1424" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BAb3INSK3eNzhnPTmRNx/b7ZLobmLz+sncW68Cs2FPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ksw4jpdflp" - }, - { - "Name": "integrity", - "Value": "sha256-BAb3INSK3eNzhnPTmRNx/b7ZLobmLz+sncW68Cs2FPY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pdf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pdf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pdf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1424" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BAb3INSK3eNzhnPTmRNx/b7ZLobmLz+sncW68Cs2FPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BAb3INSK3eNzhnPTmRNx/b7ZLobmLz+sncW68Cs2FPY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_png.gh1do8pqyl.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_png.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1634" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xJBmFioeWGcP3knSrYvfWaa7BBS0NN1KUkbVWjmUHKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gh1do8pqyl" - }, - { - "Name": "integrity", - "Value": "sha256-xJBmFioeWGcP3knSrYvfWaa7BBS0NN1KUkbVWjmUHKQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_png.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_png.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_png.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1634" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xJBmFioeWGcP3knSrYvfWaa7BBS0NN1KUkbVWjmUHKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xJBmFioeWGcP3knSrYvfWaa7BBS0NN1KUkbVWjmUHKQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1369" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kpv90P5MznCU/TbGHTFn09cQxyNxKGce0hkg7mf8CaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kpv90P5MznCU/TbGHTFn09cQxyNxKGce0hkg7mf8CaY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pps.u838ywwnfu.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1369" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kpv90P5MznCU/TbGHTFn09cQxyNxKGce0hkg7mf8CaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u838ywwnfu" - }, - { - "Name": "integrity", - "Value": "sha256-kpv90P5MznCU/TbGHTFn09cQxyNxKGce0hkg7mf8CaY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7LdDFIlDgWnD1p/Y0937tgZgj9tXJWwVY6poowH6N2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7LdDFIlDgWnD1p/Y0937tgZgj9tXJWwVY6poowH6N2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ps.w9zqz8rl5f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1604" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7LdDFIlDgWnD1p/Y0937tgZgj9tXJWwVY6poowH6N2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w9zqz8rl5f" - }, - { - "Name": "integrity", - "Value": "sha256-7LdDFIlDgWnD1p/Y0937tgZgj9tXJWwVY6poowH6N2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_psd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_psd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1740" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vym5nkd9LR2DHL3D6DrPpaZYXb/ck7h6RdmZ43d6wFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vym5nkd9LR2DHL3D6DrPpaZYXb/ck7h6RdmZ43d6wFU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_psd.xsf9ew5qrn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_psd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1740" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vym5nkd9LR2DHL3D6DrPpaZYXb/ck7h6RdmZ43d6wFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xsf9ew5qrn" - }, - { - "Name": "integrity", - "Value": "sha256-vym5nkd9LR2DHL3D6DrPpaZYXb/ck7h6RdmZ43d6wFU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_psd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pst.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pst.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1534" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uQV7A9ZqHebxSJleRkFIfKT/oNtrF5i8rxEv+qVVV2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uQV7A9ZqHebxSJleRkFIfKT/oNtrF5i8rxEv+qVVV2I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pst.zt9mfc8q2m.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pst.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1534" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uQV7A9ZqHebxSJleRkFIfKT/oNtrF5i8rxEv+qVVV2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zt9mfc8q2m" - }, - { - "Name": "integrity", - "Value": "sha256-uQV7A9ZqHebxSJleRkFIfKT/oNtrF5i8rxEv+qVVV2I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pst.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ptb.7dufckis0d.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ptb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e8N1NL0wxCpExc5RsNISjJ2IGug+rNcbrBJsQJNzTcw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7dufckis0d" - }, - { - "Name": "integrity", - "Value": "sha256-e8N1NL0wxCpExc5RsNISjJ2IGug+rNcbrBJsQJNzTcw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ptb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ptb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ptb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1542" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e8N1NL0wxCpExc5RsNISjJ2IGug+rNcbrBJsQJNzTcw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e8N1NL0wxCpExc5RsNISjJ2IGug+rNcbrBJsQJNzTcw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pub.dp0zeed3o8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pub.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r7ukpaWq1njsV4llvu4r4n6rGyAhxruOpMa96JrXAjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dp0zeed3o8" - }, - { - "Name": "integrity", - "Value": "sha256-r7ukpaWq1njsV4llvu4r4n6rGyAhxruOpMa96JrXAjU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pub.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pub.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_pub.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r7ukpaWq1njsV4llvu4r4n6rGyAhxruOpMa96JrXAjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r7ukpaWq1njsV4llvu4r4n6rGyAhxruOpMa96JrXAjU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbb.1vf20zx3cb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1467" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zfgJSsOecfY0GhUv5CqAnOKB7IrbB2wB6STSK/Lx2tg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1vf20zx3cb" - }, - { - "Name": "integrity", - "Value": "sha256-zfgJSsOecfY0GhUv5CqAnOKB7IrbB2wB6STSK/Lx2tg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1467" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zfgJSsOecfY0GhUv5CqAnOKB7IrbB2wB6STSK/Lx2tg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zfgJSsOecfY0GhUv5CqAnOKB7IrbB2wB6STSK/Lx2tg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbw.mg0zhhc88h.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6r2bxCy8IkXKWojnldkvlt3zd5a2u1EeDVgKtU0C2Og=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mg0zhhc88h" - }, - { - "Name": "integrity", - "Value": "sha256-6r2bxCy8IkXKWojnldkvlt3zd5a2u1EeDVgKtU0C2Og=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qbw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6r2bxCy8IkXKWojnldkvlt3zd5a2u1EeDVgKtU0C2Og=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6r2bxCy8IkXKWojnldkvlt3zd5a2u1EeDVgKtU0C2Og=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qxd.70l3sno1tm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qxd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1886" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F6XBZYqU8MVonxnftNdaS9r0LS8iGsv9B9eUPFjPWdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "70l3sno1tm" - }, - { - "Name": "integrity", - "Value": "sha256-F6XBZYqU8MVonxnftNdaS9r0LS8iGsv9B9eUPFjPWdw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qxd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qxd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_qxd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1886" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F6XBZYqU8MVonxnftNdaS9r0LS8iGsv9B9eUPFjPWdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F6XBZYqU8MVonxnftNdaS9r0LS8iGsv9B9eUPFjPWdw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ram.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1810" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KXhSIiUuYJYGxEVyCx06aqUhsEpDkSPve2d6JjQu17o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXhSIiUuYJYGxEVyCx06aqUhsEpDkSPve2d6JjQu17o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ram.xqil6o4bx0.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1810" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KXhSIiUuYJYGxEVyCx06aqUhsEpDkSPve2d6JjQu17o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xqil6o4bx0" - }, - { - "Name": "integrity", - "Value": "sha256-KXhSIiUuYJYGxEVyCx06aqUhsEpDkSPve2d6JjQu17o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ram.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rar.20il841vmr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YrZxH5qfrOB40VeBZnNabR5Ok7jL5KwxVSLd3zhDwcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "20il841vmr" - }, - { - "Name": "integrity", - "Value": "sha256-YrZxH5qfrOB40VeBZnNabR5Ok7jL5KwxVSLd3zhDwcc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rar.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YrZxH5qfrOB40VeBZnNabR5Ok7jL5KwxVSLd3zhDwcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YrZxH5qfrOB40VeBZnNabR5Ok7jL5KwxVSLd3zhDwcc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rm.c5msh881nc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IPCKwGoMhVByFHFFYVg1gP6Be+nLCKd/NzjZnpWTz0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c5msh881nc" - }, - { - "Name": "integrity", - "Value": "sha256-IPCKwGoMhVByFHFFYVg1gP6Be+nLCKd/NzjZnpWTz0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IPCKwGoMhVByFHFFYVg1gP6Be+nLCKd/NzjZnpWTz0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IPCKwGoMhVByFHFFYVg1gP6Be+nLCKd/NzjZnpWTz0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rmvb.8rmv8o7v8x.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rmvb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1742" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DOPdRrHa2OHKThIgtA1dKEYlZOLCY2wSBMkGYxrEsjQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8rmv8o7v8x" - }, - { - "Name": "integrity", - "Value": "sha256-DOPdRrHa2OHKThIgtA1dKEYlZOLCY2wSBMkGYxrEsjQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rmvb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rmvb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rmvb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1742" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DOPdRrHa2OHKThIgtA1dKEYlZOLCY2wSBMkGYxrEsjQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DOPdRrHa2OHKThIgtA1dKEYlZOLCY2wSBMkGYxrEsjQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rtf.h90hylhndk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rtf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"az4YSNqte27cdfLHEfocBIYgUpF8WmA8qSMGW2uM3/Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h90hylhndk" - }, - { - "Name": "integrity", - "Value": "sha256-az4YSNqte27cdfLHEfocBIYgUpF8WmA8qSMGW2uM3/Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rtf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rtf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_rtf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"az4YSNqte27cdfLHEfocBIYgUpF8WmA8qSMGW2uM3/Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-az4YSNqte27cdfLHEfocBIYgUpF8WmA8qSMGW2uM3/Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sea.ogh045olke.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sea.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1768" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aNAMKh9jilFlYCJv+WKfcUxoJTjxVoF8sfCouOK52gk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ogh045olke" - }, - { - "Name": "integrity", - "Value": "sha256-aNAMKh9jilFlYCJv+WKfcUxoJTjxVoF8sfCouOK52gk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sea.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sea.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sea.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1768" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aNAMKh9jilFlYCJv+WKfcUxoJTjxVoF8sfCouOK52gk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aNAMKh9jilFlYCJv+WKfcUxoJTjxVoF8sfCouOK52gk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ses.mnj8be2u0f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fmdFbqqKlAjl6SLuwSIqTHHirD4imf64U7FxQwN/3tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mnj8be2u0f" - }, - { - "Name": "integrity", - "Value": "sha256-fmdFbqqKlAjl6SLuwSIqTHHirD4imf64U7FxQwN/3tk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ses.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ses.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fmdFbqqKlAjl6SLuwSIqTHHirD4imf64U7FxQwN/3tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fmdFbqqKlAjl6SLuwSIqTHHirD4imf64U7FxQwN/3tk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sit.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b/hRS+P2CIe5nJbtcnnadyM05Jl1P+Boyvg+VlQa1Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b/hRS+P2CIe5nJbtcnnadyM05Jl1P+Boyvg+VlQa1Hk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sit.tlwiu9r5mb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1636" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b/hRS+P2CIe5nJbtcnnadyM05Jl1P+Boyvg+VlQa1Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tlwiu9r5mb" - }, - { - "Name": "integrity", - "Value": "sha256-b/hRS+P2CIe5nJbtcnnadyM05Jl1P+Boyvg+VlQa1Hk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sitx.0v54wj1kq4.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sitx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1802" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VK2Ion72YrqGDD2AacoZrwazLLRJcBZ6koLaoooEQbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0v54wj1kq4" - }, - { - "Name": "integrity", - "Value": "sha256-VK2Ion72YrqGDD2AacoZrwazLLRJcBZ6koLaoooEQbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sitx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sitx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_sitx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1802" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VK2Ion72YrqGDD2AacoZrwazLLRJcBZ6koLaoooEQbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VK2Ion72YrqGDD2AacoZrwazLLRJcBZ6koLaoooEQbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ss.5tnbpza83g.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SRKpasPrtkdI7pmnOX2PeRRG2oh3LdiBF8n/DIQSvB8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5tnbpza83g" - }, - { - "Name": "integrity", - "Value": "sha256-SRKpasPrtkdI7pmnOX2PeRRG2oh3LdiBF8n/DIQSvB8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ss.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ss.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SRKpasPrtkdI7pmnOX2PeRRG2oh3LdiBF8n/DIQSvB8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SRKpasPrtkdI7pmnOX2PeRRG2oh3LdiBF8n/DIQSvB8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_swf.j2kh9euxyh.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_swf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1810" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Jb+HdBQVpDyQ//AQvfAOPGUdSOG8yDNGwlMY0MqK4Ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j2kh9euxyh" - }, - { - "Name": "integrity", - "Value": "sha256-Jb+HdBQVpDyQ//AQvfAOPGUdSOG8yDNGwlMY0MqK4Ys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_swf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_swf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_swf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1810" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Jb+HdBQVpDyQ//AQvfAOPGUdSOG8yDNGwlMY0MqK4Ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jb+HdBQVpDyQ//AQvfAOPGUdSOG8yDNGwlMY0MqK4Ys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tgz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tgz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V2gk7Y7gVF9EmZiPljoefe/sNOD6mmTmczJBD2seJM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V2gk7Y7gVF9EmZiPljoefe/sNOD6mmTmczJBD2seJM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tgz.r3xvfcpofc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tgz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V2gk7Y7gVF9EmZiPljoefe/sNOD6mmTmczJBD2seJM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r3xvfcpofc" - }, - { - "Name": "integrity", - "Value": "sha256-V2gk7Y7gVF9EmZiPljoefe/sNOD6mmTmczJBD2seJM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tgz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_thm.mqmf8w1rml.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_thm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1507" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IocZgVRHXKjnkSq+AocwPOu7d4IcgHVfiCq2ykZifTc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mqmf8w1rml" - }, - { - "Name": "integrity", - "Value": "sha256-IocZgVRHXKjnkSq+AocwPOu7d4IcgHVfiCq2ykZifTc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_thm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_thm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_thm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1507" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IocZgVRHXKjnkSq+AocwPOu7d4IcgHVfiCq2ykZifTc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IocZgVRHXKjnkSq+AocwPOu7d4IcgHVfiCq2ykZifTc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1373" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9ZbllmDzJlbNAWR5pcYFuHPWQ6OFX/4vgRGkjZulDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9ZbllmDzJlbNAWR5pcYFuHPWQ6OFX/4vgRGkjZulDvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tif.z6pqjdiotx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1373" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9ZbllmDzJlbNAWR5pcYFuHPWQ6OFX/4vgRGkjZulDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z6pqjdiotx" - }, - { - "Name": "integrity", - "Value": "sha256-9ZbllmDzJlbNAWR5pcYFuHPWQ6OFX/4vgRGkjZulDvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tmp.9hiyy31158.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1416" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"888NeE+O/1ODgTbKq562Ffs3fnszEnmWPJ4oTXtaSGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9hiyy31158" - }, - { - "Name": "integrity", - "Value": "sha256-888NeE+O/1ODgTbKq562Ffs3fnszEnmWPJ4oTXtaSGQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tmp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tmp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_tmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1416" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"888NeE+O/1ODgTbKq562Ffs3fnszEnmWPJ4oTXtaSGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-888NeE+O/1ODgTbKq562Ffs3fnszEnmWPJ4oTXtaSGQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_torrent.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_torrent.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"37Yz5i6D0kUqZEDjomQEc8gJ0hnA6QhSmKi7NtEoaYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-37Yz5i6D0kUqZEDjomQEc8gJ0hnA6QhSmKi7NtEoaYA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_torrent.zrn612dpog.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_torrent.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"37Yz5i6D0kUqZEDjomQEc8gJ0hnA6QhSmKi7NtEoaYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zrn612dpog" - }, - { - "Name": "integrity", - "Value": "sha256-37Yz5i6D0kUqZEDjomQEc8gJ0hnA6QhSmKi7NtEoaYA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_torrent.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ttf.ok9dcpfsmp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ttf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1585" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SA7OYcPk1UHwXitCOoq9gF6pwkeJpyN0EJu/eFbJJH0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ok9dcpfsmp" - }, - { - "Name": "integrity", - "Value": "sha256-SA7OYcPk1UHwXitCOoq9gF6pwkeJpyN0EJu/eFbJJH0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ttf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ttf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_ttf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1585" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SA7OYcPk1UHwXitCOoq9gF6pwkeJpyN0EJu/eFbJJH0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SA7OYcPk1UHwXitCOoq9gF6pwkeJpyN0EJu/eFbJJH0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_txt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_txt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1421" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ISA10YsYvWDnSJlSQer1aU5ogBqLYhdfLgtX6gNqSRk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ISA10YsYvWDnSJlSQer1aU5ogBqLYhdfLgtX6gNqSRk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_txt.rtvv1n5ev5.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_txt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1421" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ISA10YsYvWDnSJlSQer1aU5ogBqLYhdfLgtX6gNqSRk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rtvv1n5ev5" - }, - { - "Name": "integrity", - "Value": "sha256-ISA10YsYvWDnSJlSQer1aU5ogBqLYhdfLgtX6gNqSRk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_txt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vcd.hbq6wo1wcq.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vVojN800BSJd40BVZIU1lNPHAmeFAr5gkg1NyIoakGM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hbq6wo1wcq" - }, - { - "Name": "integrity", - "Value": "sha256-vVojN800BSJd40BVZIU1lNPHAmeFAr5gkg1NyIoakGM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vcd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vcd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vVojN800BSJd40BVZIU1lNPHAmeFAr5gkg1NyIoakGM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vVojN800BSJd40BVZIU1lNPHAmeFAr5gkg1NyIoakGM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vob.9kgzedfv97.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vob.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1530" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mRBr1TrxZEQiV4IQeTT92CAMnprVfXj9jW3F7KxuwMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9kgzedfv97" - }, - { - "Name": "integrity", - "Value": "sha256-mRBr1TrxZEQiV4IQeTT92CAMnprVfXj9jW3F7KxuwMg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vob.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vob.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_vob.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1530" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mRBr1TrxZEQiV4IQeTT92CAMnprVfXj9jW3F7KxuwMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mRBr1TrxZEQiV4IQeTT92CAMnprVfXj9jW3F7KxuwMg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wav.nmx6viraly.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wav.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vybxnBitlwt/AhbC3f9LSIdsr+peudZ31gv8C4DOaw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nmx6viraly" - }, - { - "Name": "integrity", - "Value": "sha256-vybxnBitlwt/AhbC3f9LSIdsr+peudZ31gv8C4DOaw8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wav.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wav.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wav.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vybxnBitlwt/AhbC3f9LSIdsr+peudZ31gv8C4DOaw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vybxnBitlwt/AhbC3f9LSIdsr+peudZ31gv8C4DOaw8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wma.evzegu8ow8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1943" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GnXiO10lllVbmMSqu5d5dUqqWNJU7EOBZXlnKY3QjAc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "evzegu8ow8" - }, - { - "Name": "integrity", - "Value": "sha256-GnXiO10lllVbmMSqu5d5dUqqWNJU7EOBZXlnKY3QjAc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wma.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wma.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1943" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GnXiO10lllVbmMSqu5d5dUqqWNJU7EOBZXlnKY3QjAc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GnXiO10lllVbmMSqu5d5dUqqWNJU7EOBZXlnKY3QjAc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wmv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wmv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1812" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"78wFBuE8bruCPs3BPN+3bPR2OJXcPiRiGzskJNBErIU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-78wFBuE8bruCPs3BPN+3bPR2OJXcPiRiGzskJNBErIU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wmv.txxhxrqf34.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wmv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1812" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"78wFBuE8bruCPs3BPN+3bPR2OJXcPiRiGzskJNBErIU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "txxhxrqf34" - }, - { - "Name": "integrity", - "Value": "sha256-78wFBuE8bruCPs3BPN+3bPR2OJXcPiRiGzskJNBErIU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wmv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wps.3xwm5b99xw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J1HOWPI65sk9wo+F28FNYWMvvD2UHsQfOJOo8rq04uk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3xwm5b99xw" - }, - { - "Name": "integrity", - "Value": "sha256-J1HOWPI65sk9wo+F28FNYWMvvD2UHsQfOJOo8rq04uk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_wps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J1HOWPI65sk9wo+F28FNYWMvvD2UHsQfOJOo8rq04uk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J1HOWPI65sk9wo+F28FNYWMvvD2UHsQfOJOo8rq04uk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xls.6z1fn9w97r.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ps2ivQW+5q7amvrRfnlXSWUfkuRMUzWk5VIWpkLW2sM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6z1fn9w97r" - }, - { - "Name": "integrity", - "Value": "sha256-Ps2ivQW+5q7amvrRfnlXSWUfkuRMUzWk5VIWpkLW2sM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xls.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xls.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ps2ivQW+5q7amvrRfnlXSWUfkuRMUzWk5VIWpkLW2sM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ps2ivQW+5q7amvrRfnlXSWUfkuRMUzWk5VIWpkLW2sM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xpi.76sitmpw8x.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xpi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4bvU3RN/BBHRo2oRbn5gzLeFkxM/CCrVu//dAvkd/pI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76sitmpw8x" - }, - { - "Name": "integrity", - "Value": "sha256-4bvU3RN/BBHRo2oRbn5gzLeFkxM/CCrVu//dAvkd/pI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xpi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xpi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_xpi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1470" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4bvU3RN/BBHRo2oRbn5gzLeFkxM/CCrVu//dAvkd/pI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4bvU3RN/BBHRo2oRbn5gzLeFkxM/CCrVu//dAvkd/pI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_zip.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_zip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZQ4vb7mcaRP3/rzxKDCytsU6A7TSYSZMRpbj/4ZoSco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZQ4vb7mcaRP3/rzxKDCytsU6A7TSYSZMRpbj/4ZoSco=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_zip.rkn536nfww.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_zip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZQ4vb7mcaRP3/rzxKDCytsU6A7TSYSZMRpbj/4ZoSco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rkn536nfww" - }, - { - "Name": "integrity", - "Value": "sha256-ZQ4vb7mcaRP3/rzxKDCytsU6A7TSYSZMRpbj/4ZoSco=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/file_extension_zip.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/unknown.7l8dd4xhd3.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/unknown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RYYyyxA5Dmal8qq49sKeNVCZbvH9KZsDI2ORIT7SeLE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7l8dd4xhd3" - }, - { - "Name": "integrity", - "Value": "sha256-RYYyyxA5Dmal8qq49sKeNVCZbvH9KZsDI2ORIT7SeLE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/unknown.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/unknown.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/big/unknown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RYYyyxA5Dmal8qq49sKeNVCZbvH9KZsDI2ORIT7SeLE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RYYyyxA5Dmal8qq49sKeNVCZbvH9KZsDI2ORIT7SeLE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_3gp.7ugfpmayhr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_3gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AQzy/BtThb7LBoCfEGPz41I/Vb9YvJ7MOkaS+jfosQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ugfpmayhr" - }, - { - "Name": "integrity", - "Value": "sha256-AQzy/BtThb7LBoCfEGPz41I/Vb9YvJ7MOkaS+jfosQ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_3gp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_3gp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_3gp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AQzy/BtThb7LBoCfEGPz41I/Vb9YvJ7MOkaS+jfosQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AQzy/BtThb7LBoCfEGPz41I/Vb9YvJ7MOkaS+jfosQ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_7z.nwjufss9ff.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_7z.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rx+h6r4gmOFYvZ5K9+Jhe+0aEg95l8l0e4SErfw3L3A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nwjufss9ff" - }, - { - "Name": "integrity", - "Value": "sha256-Rx+h6r4gmOFYvZ5K9+Jhe+0aEg95l8l0e4SErfw3L3A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_7z.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_7z.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_7z.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rx+h6r4gmOFYvZ5K9+Jhe+0aEg95l8l0e4SErfw3L3A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rx+h6r4gmOFYvZ5K9+Jhe+0aEg95l8l0e4SErfw3L3A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ace.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ace.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G3Ameb6zzXKJWMhJIaSCBOwsd+XfhDI28J9LosikbQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-G3Ameb6zzXKJWMhJIaSCBOwsd+XfhDI28J9LosikbQ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ace.xpor2y95er.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ace.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G3Ameb6zzXKJWMhJIaSCBOwsd+XfhDI28J9LosikbQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xpor2y95er" - }, - { - "Name": "integrity", - "Value": "sha256-G3Ameb6zzXKJWMhJIaSCBOwsd+XfhDI28J9LosikbQ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ace.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ai.efuqr1dsih.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iosqGulLA3x3GEoIEkD+WxcoV1eV9tEq6XnpGs60lbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "efuqr1dsih" - }, - { - "Name": "integrity", - "Value": "sha256-iosqGulLA3x3GEoIEkD+WxcoV1eV9tEq6XnpGs60lbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ai.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ai.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ai.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "641" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iosqGulLA3x3GEoIEkD+WxcoV1eV9tEq6XnpGs60lbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iosqGulLA3x3GEoIEkD+WxcoV1eV9tEq6XnpGs60lbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aif.nnp8lft318.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HWv/ZAKyL6DMarcUmJijqxNc+RHK6diqRaSl7GOvpsc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nnp8lft318" - }, - { - "Name": "integrity", - "Value": "sha256-HWv/ZAKyL6DMarcUmJijqxNc+RHK6diqRaSl7GOvpsc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HWv/ZAKyL6DMarcUmJijqxNc+RHK6diqRaSl7GOvpsc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HWv/ZAKyL6DMarcUmJijqxNc+RHK6diqRaSl7GOvpsc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aiff.71lxkag0nm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aiff.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"u+SSkON7zFJPMEdOQ18FzZ80B3u8oUTQpoAWDYTcq0o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "71lxkag0nm" - }, - { - "Name": "integrity", - "Value": "sha256-u+SSkON7zFJPMEdOQ18FzZ80B3u8oUTQpoAWDYTcq0o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aiff.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aiff.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_aiff.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"u+SSkON7zFJPMEdOQ18FzZ80B3u8oUTQpoAWDYTcq0o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-u+SSkON7zFJPMEdOQ18FzZ80B3u8oUTQpoAWDYTcq0o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_amr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_amr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "570" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+oog1uVCDyvcQceWg3uj3IIrkvOaRSC+GFDHbqqbLL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+oog1uVCDyvcQceWg3uj3IIrkvOaRSC+GFDHbqqbLL8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_amr.uymj6lo3wd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_amr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "570" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+oog1uVCDyvcQceWg3uj3IIrkvOaRSC+GFDHbqqbLL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uymj6lo3wd" - }, - { - "Name": "integrity", - "Value": "sha256-+oog1uVCDyvcQceWg3uj3IIrkvOaRSC+GFDHbqqbLL8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_amr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asf.7yxkibli5b.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3xZP3wN98cAMNSFZyT0ML2p4l3AFwoUVOzK22jaRIz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7yxkibli5b" - }, - { - "Name": "integrity", - "Value": "sha256-3xZP3wN98cAMNSFZyT0ML2p4l3AFwoUVOzK22jaRIz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3xZP3wN98cAMNSFZyT0ML2p4l3AFwoUVOzK22jaRIz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3xZP3wN98cAMNSFZyT0ML2p4l3AFwoUVOzK22jaRIz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asx.22l33cak9e.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pj9c8t5cPAP9jYfM1WgEyunG4K2rbZyaifilb048Kho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "22l33cak9e" - }, - { - "Name": "integrity", - "Value": "sha256-pj9c8t5cPAP9jYfM1WgEyunG4K2rbZyaifilb048Kho=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_asx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pj9c8t5cPAP9jYfM1WgEyunG4K2rbZyaifilb048Kho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pj9c8t5cPAP9jYfM1WgEyunG4K2rbZyaifilb048Kho=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bat.cek4p6jfxa.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RMHgmfTztq0jIqL+ID8VFxNamQ2qJCeO1DdeqIVm5u8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cek4p6jfxa" - }, - { - "Name": "integrity", - "Value": "sha256-RMHgmfTztq0jIqL+ID8VFxNamQ2qJCeO1DdeqIVm5u8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bat.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bat.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RMHgmfTztq0jIqL+ID8VFxNamQ2qJCeO1DdeqIVm5u8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RMHgmfTztq0jIqL+ID8VFxNamQ2qJCeO1DdeqIVm5u8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bin.k5ohdsetdm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iNGI+yPwC/pRlzrNnjFG29i7zugn+/Uap4w1QPJKSPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k5ohdsetdm" - }, - { - "Name": "integrity", - "Value": "sha256-iNGI+yPwC/pRlzrNnjFG29i7zugn+/Uap4w1QPJKSPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bin.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bin.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iNGI+yPwC/pRlzrNnjFG29i7zugn+/Uap4w1QPJKSPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iNGI+yPwC/pRlzrNnjFG29i7zugn+/Uap4w1QPJKSPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bmp.023brte6kr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yCwnJlj4rIOpDHy+YjhxtC9vrNlsTYzGp8lcxwyuEN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "023brte6kr" - }, - { - "Name": "integrity", - "Value": "sha256-yCwnJlj4rIOpDHy+YjhxtC9vrNlsTYzGp8lcxwyuEN8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bmp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bmp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yCwnJlj4rIOpDHy+YjhxtC9vrNlsTYzGp8lcxwyuEN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yCwnJlj4rIOpDHy+YjhxtC9vrNlsTYzGp8lcxwyuEN8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bup.p2kqt5486h.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IZknQ9zGK61oP7aNr/t81Vj82uEzyXy820gy6+S/lR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p2kqt5486h" - }, - { - "Name": "integrity", - "Value": "sha256-IZknQ9zGK61oP7aNr/t81Vj82uEzyXy820gy6+S/lR8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bup.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bup.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_bup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IZknQ9zGK61oP7aNr/t81Vj82uEzyXy820gy6+S/lR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IZknQ9zGK61oP7aNr/t81Vj82uEzyXy820gy6+S/lR8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cab.mg0d5k8jc8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cab.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aof+CLxg6/X7AFnBZwlaxqCgpOjJSVCbhZJnaTeTeKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mg0d5k8jc8" - }, - { - "Name": "integrity", - "Value": "sha256-aof+CLxg6/X7AFnBZwlaxqCgpOjJSVCbhZJnaTeTeKc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cab.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cab.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cab.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "663" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aof+CLxg6/X7AFnBZwlaxqCgpOjJSVCbhZJnaTeTeKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aof+CLxg6/X7AFnBZwlaxqCgpOjJSVCbhZJnaTeTeKc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cbr.lc5knx47xa.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cbr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6wyc3K5l5ybK/H7k6KXJchRaiVAdBAI2im7dXZomrtQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lc5knx47xa" - }, - { - "Name": "integrity", - "Value": "sha256-6wyc3K5l5ybK/H7k6KXJchRaiVAdBAI2im7dXZomrtQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cbr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cbr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cbr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6wyc3K5l5ybK/H7k6KXJchRaiVAdBAI2im7dXZomrtQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6wyc3K5l5ybK/H7k6KXJchRaiVAdBAI2im7dXZomrtQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cda.mmfga5n1mw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cda.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "677" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4h4w911NMkeU7y/TEiP/59ycv69iIQ0FM0vCQG9tQxk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mmfga5n1mw" - }, - { - "Name": "integrity", - "Value": "sha256-4h4w911NMkeU7y/TEiP/59ycv69iIQ0FM0vCQG9tQxk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cda.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cda.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cda.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "677" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4h4w911NMkeU7y/TEiP/59ycv69iIQ0FM0vCQG9tQxk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4h4w911NMkeU7y/TEiP/59ycv69iIQ0FM0vCQG9tQxk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdl.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "729" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eFVvPANr+hnNIYv1WLLrH1CZqDQg7bB5zOya00Aa/AQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eFVvPANr+hnNIYv1WLLrH1CZqDQg7bB5zOya00Aa/AQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdl.s7zt73w0qv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdl.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "729" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eFVvPANr+hnNIYv1WLLrH1CZqDQg7bB5zOya00Aa/AQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7zt73w0qv" - }, - { - "Name": "integrity", - "Value": "sha256-eFVvPANr+hnNIYv1WLLrH1CZqDQg7bB5zOya00Aa/AQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdl.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdr.5ciq9ymsbk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VbBoF4TdHE8qZw6lqjaoIU62WYvXOFvq0mguEuaEgV0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5ciq9ymsbk" - }, - { - "Name": "integrity", - "Value": "sha256-VbBoF4TdHE8qZw6lqjaoIU62WYvXOFvq0mguEuaEgV0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_cdr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VbBoF4TdHE8qZw6lqjaoIU62WYvXOFvq0mguEuaEgV0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VbBoF4TdHE8qZw6lqjaoIU62WYvXOFvq0mguEuaEgV0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_chm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_chm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eZIa8MMiY4ewP5EIjI3f+wxW1UTo/liF3rfCVJB9d0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eZIa8MMiY4ewP5EIjI3f+wxW1UTo/liF3rfCVJB9d0M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_chm.zt1p064myv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_chm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eZIa8MMiY4ewP5EIjI3f+wxW1UTo/liF3rfCVJB9d0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zt1p064myv" - }, - { - "Name": "integrity", - "Value": "sha256-eZIa8MMiY4ewP5EIjI3f+wxW1UTo/liF3rfCVJB9d0M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_chm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dat.ikuoyzg2kp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PgF95ZJk/jzaE3NS4GKMlVzS2XOq0DR9d3BOjFbDye4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ikuoyzg2kp" - }, - { - "Name": "integrity", - "Value": "sha256-PgF95ZJk/jzaE3NS4GKMlVzS2XOq0DR9d3BOjFbDye4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dat.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dat.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PgF95ZJk/jzaE3NS4GKMlVzS2XOq0DR9d3BOjFbDye4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PgF95ZJk/jzaE3NS4GKMlVzS2XOq0DR9d3BOjFbDye4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_divx.m30t3txssb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_divx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wixe5cV04S1sE0UZUakYUeCHYLfM5QyBZmRShmUIcUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m30t3txssb" - }, - { - "Name": "integrity", - "Value": "sha256-wixe5cV04S1sE0UZUakYUeCHYLfM5QyBZmRShmUIcUU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_divx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_divx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_divx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wixe5cV04S1sE0UZUakYUeCHYLfM5QyBZmRShmUIcUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wixe5cV04S1sE0UZUakYUeCHYLfM5QyBZmRShmUIcUU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dll.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dll.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "598" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/vinMn0M8pLp+UL7z8mZdm84rcVFRPsnWMR2ZtA5O10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/vinMn0M8pLp+UL7z8mZdm84rcVFRPsnWMR2ZtA5O10=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dll.ut5i9gvpnv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dll.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "598" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/vinMn0M8pLp+UL7z8mZdm84rcVFRPsnWMR2ZtA5O10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ut5i9gvpnv" - }, - { - "Name": "integrity", - "Value": "sha256-/vinMn0M8pLp+UL7z8mZdm84rcVFRPsnWMR2ZtA5O10=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dll.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dmg.ly0iyx3a6v.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dmg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XQshAYV69ZkElyXhGELXI/E2Edl5FbzK+auFaQPuIyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ly0iyx3a6v" - }, - { - "Name": "integrity", - "Value": "sha256-XQshAYV69ZkElyXhGELXI/E2Edl5FbzK+auFaQPuIyU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dmg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dmg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dmg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XQshAYV69ZkElyXhGELXI/E2Edl5FbzK+auFaQPuIyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XQshAYV69ZkElyXhGELXI/E2Edl5FbzK+auFaQPuIyU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_doc.mcdg0jsu6f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_doc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"auzWMG4ZjvGrwwow5vvtSB3u+j/Fe33LugD907DhCfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mcdg0jsu6f" - }, - { - "Name": "integrity", - "Value": "sha256-auzWMG4ZjvGrwwow5vvtSB3u+j/Fe33LugD907DhCfg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_doc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_doc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_doc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"auzWMG4ZjvGrwwow5vvtSB3u+j/Fe33LugD907DhCfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-auzWMG4ZjvGrwwow5vvtSB3u+j/Fe33LugD907DhCfg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dss.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4KEwYpiohcrRr09PfnpRsEL++Vzo5t4K3s1RJfW/OBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4KEwYpiohcrRr09PfnpRsEL++Vzo5t4K3s1RJfW/OBc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dss.sxem1e91bw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4KEwYpiohcrRr09PfnpRsEL++Vzo5t4K3s1RJfW/OBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sxem1e91bw" - }, - { - "Name": "integrity", - "Value": "sha256-4KEwYpiohcrRr09PfnpRsEL++Vzo5t4K3s1RJfW/OBc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dss.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dvf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dvf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S0YGEvyc3bHXEJuXDU4fJND2FvUhKEFkhH+IAiPIVmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S0YGEvyc3bHXEJuXDU4fJND2FvUhKEFkhH+IAiPIVmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dvf.teqslorc2i.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dvf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S0YGEvyc3bHXEJuXDU4fJND2FvUhKEFkhH+IAiPIVmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "teqslorc2i" - }, - { - "Name": "integrity", - "Value": "sha256-S0YGEvyc3bHXEJuXDU4fJND2FvUhKEFkhH+IAiPIVmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dvf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dwg.2rhs7tn7s1.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dwg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Iow1Ga5ZLZvWJszZkjC1KGK8UBNOurgB2q6W5mOYIkw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2rhs7tn7s1" - }, - { - "Name": "integrity", - "Value": "sha256-Iow1Ga5ZLZvWJszZkjC1KGK8UBNOurgB2q6W5mOYIkw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dwg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dwg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_dwg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Iow1Ga5ZLZvWJszZkjC1KGK8UBNOurgB2q6W5mOYIkw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Iow1Ga5ZLZvWJszZkjC1KGK8UBNOurgB2q6W5mOYIkw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eml.nr7q85a5yy.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"08Vsr2vFGDkMQnZi5EwyLAJM40OLlxZQL4YiI99HNDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr7q85a5yy" - }, - { - "Name": "integrity", - "Value": "sha256-08Vsr2vFGDkMQnZi5EwyLAJM40OLlxZQL4YiI99HNDs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eml.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eml.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eml.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"08Vsr2vFGDkMQnZi5EwyLAJM40OLlxZQL4YiI99HNDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-08Vsr2vFGDkMQnZi5EwyLAJM40OLlxZQL4YiI99HNDs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eps.9tdxnxmr35.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LX8XCbLP/sVA+n7lTqlptFAKT0TxaAWpZfzXMtI4RFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9tdxnxmr35" - }, - { - "Name": "integrity", - "Value": "sha256-LX8XCbLP/sVA+n7lTqlptFAKT0TxaAWpZfzXMtI4RFk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_eps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LX8XCbLP/sVA+n7lTqlptFAKT0TxaAWpZfzXMtI4RFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LX8XCbLP/sVA+n7lTqlptFAKT0TxaAWpZfzXMtI4RFk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_exe.pn0csq7vjj.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_exe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q/0SQTI3vBryPRp4SlkDUTb/y8+m1jFPZ7M+cMst4No=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pn0csq7vjj" - }, - { - "Name": "integrity", - "Value": "sha256-q/0SQTI3vBryPRp4SlkDUTb/y8+m1jFPZ7M+cMst4No=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_exe.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_exe.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_exe.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q/0SQTI3vBryPRp4SlkDUTb/y8+m1jFPZ7M+cMst4No=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q/0SQTI3vBryPRp4SlkDUTb/y8+m1jFPZ7M+cMst4No=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_fla.kvpub6w36h.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_fla.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gJ55gkmbbMbmKDZpYOeUZLkTipGlrDhKN59Nk47rfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kvpub6w36h" - }, - { - "Name": "integrity", - "Value": "sha256-gJ55gkmbbMbmKDZpYOeUZLkTipGlrDhKN59Nk47rfNU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_fla.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_fla.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_fla.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gJ55gkmbbMbmKDZpYOeUZLkTipGlrDhKN59Nk47rfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gJ55gkmbbMbmKDZpYOeUZLkTipGlrDhKN59Nk47rfNU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_flv.ou2qv9cadd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_flv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "633" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EOyeIMqfFoDaGIzpbH8PcgLBgmpYRCK8pY/DYzScuJo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou2qv9cadd" - }, - { - "Name": "integrity", - "Value": "sha256-EOyeIMqfFoDaGIzpbH8PcgLBgmpYRCK8pY/DYzScuJo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_flv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_flv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_flv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "633" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EOyeIMqfFoDaGIzpbH8PcgLBgmpYRCK8pY/DYzScuJo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EOyeIMqfFoDaGIzpbH8PcgLBgmpYRCK8pY/DYzScuJo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lch3H98pUY71ua1Htmm1+jBp6z3XFodosH2zkWJeY34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lch3H98pUY71ua1Htmm1+jBp6z3XFodosH2zkWJeY34=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gif.rcagzr9r8f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lch3H98pUY71ua1Htmm1+jBp6z3XFodosH2zkWJeY34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rcagzr9r8f" - }, - { - "Name": "integrity", - "Value": "sha256-lch3H98pUY71ua1Htmm1+jBp6z3XFodosH2zkWJeY34=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gz.lk049i02rs.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5YwwDnLJJ7k1EO8kOMufg7W6BQNwUVEhJqYJs2Ean9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lk049i02rs" - }, - { - "Name": "integrity", - "Value": "sha256-5YwwDnLJJ7k1EO8kOMufg7W6BQNwUVEhJqYJs2Ean9Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_gz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5YwwDnLJJ7k1EO8kOMufg7W6BQNwUVEhJqYJs2Ean9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5YwwDnLJJ7k1EO8kOMufg7W6BQNwUVEhJqYJs2Ean9Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_hqx.kksygxwapr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_hqx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Iaoi1ilClLiirkJnsO/8Xo8Ecvyx7JribrUPtYAda0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kksygxwapr" - }, - { - "Name": "integrity", - "Value": "sha256-3Iaoi1ilClLiirkJnsO/8Xo8Ecvyx7JribrUPtYAda0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_hqx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_hqx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_hqx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Iaoi1ilClLiirkJnsO/8Xo8Ecvyx7JribrUPtYAda0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3Iaoi1ilClLiirkJnsO/8Xo8Ecvyx7JribrUPtYAda0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_htm.5w66gv81d7.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_htm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZRS4qgHkQcE8ynPb4DDz6uD9fb2k+VR+7lTItV7EbE8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5w66gv81d7" - }, - { - "Name": "integrity", - "Value": "sha256-ZRS4qgHkQcE8ynPb4DDz6uD9fb2k+VR+7lTItV7EbE8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_htm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_htm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_htm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZRS4qgHkQcE8ynPb4DDz6uD9fb2k+VR+7lTItV7EbE8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZRS4qgHkQcE8ynPb4DDz6uD9fb2k+VR+7lTItV7EbE8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_html.cwgnk5k72o.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_html.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tIJ2I7qNew6C2YTSMISrWLX9kGlIJ2p4Y43Mh5BrRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cwgnk5k72o" - }, - { - "Name": "integrity", - "Value": "sha256-tIJ2I7qNew6C2YTSMISrWLX9kGlIJ2p4Y43Mh5BrRoQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_html.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_html.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_html.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tIJ2I7qNew6C2YTSMISrWLX9kGlIJ2p4Y43Mh5BrRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tIJ2I7qNew6C2YTSMISrWLX9kGlIJ2p4Y43Mh5BrRoQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ifo.96bvfecf7w.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ifo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UTGNCYVAco4yoGy+kkgmBjr/ijT0t86vArP0BsSXw3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "96bvfecf7w" - }, - { - "Name": "integrity", - "Value": "sha256-UTGNCYVAco4yoGy+kkgmBjr/ijT0t86vArP0BsSXw3g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ifo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ifo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ifo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "691" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UTGNCYVAco4yoGy+kkgmBjr/ijT0t86vArP0BsSXw3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UTGNCYVAco4yoGy+kkgmBjr/ijT0t86vArP0BsSXw3g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_indd.be26msnxpd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_indd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "702" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "be26msnxpd" - }, - { - "Name": "integrity", - "Value": "sha256-XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_indd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_indd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_indd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "702" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_iso.1s04ycya50.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_iso.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8Y59oIYJcqo9zFyRRlx8KPmbPcmW9y7GI0Xd/Ir/dB4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1s04ycya50" - }, - { - "Name": "integrity", - "Value": "sha256-8Y59oIYJcqo9zFyRRlx8KPmbPcmW9y7GI0Xd/Ir/dB4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_iso.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_iso.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_iso.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "643" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8Y59oIYJcqo9zFyRRlx8KPmbPcmW9y7GI0Xd/Ir/dB4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8Y59oIYJcqo9zFyRRlx8KPmbPcmW9y7GI0Xd/Ir/dB4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jar.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"63LsnEB/pQzdYLgyisASjFK7v7gA88Q8pOrkgFpqrsc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-63LsnEB/pQzdYLgyisASjFK7v7gA88Q8pOrkgFpqrsc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jar.x1hfxyk78e.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"63LsnEB/pQzdYLgyisASjFK7v7gA88Q8pOrkgFpqrsc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x1hfxyk78e" - }, - { - "Name": "integrity", - "Value": "sha256-63LsnEB/pQzdYLgyisASjFK7v7gA88Q8pOrkgFpqrsc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpeg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EH2R5nbjGbySnHFsEks73u52OzE68ZExupyQZeHLtPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EH2R5nbjGbySnHFsEks73u52OzE68ZExupyQZeHLtPw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpeg.wcmvk7blwn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EH2R5nbjGbySnHFsEks73u52OzE68ZExupyQZeHLtPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcmvk7blwn" - }, - { - "Name": "integrity", - "Value": "sha256-EH2R5nbjGbySnHFsEks73u52OzE68ZExupyQZeHLtPw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpeg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QqzhfTV0wOZm4NYGgYY6CRfuZbL8+iTlbwv2dr6w+Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QqzhfTV0wOZm4NYGgYY6CRfuZbL8+iTlbwv2dr6w+Wo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpg.upq48hem4j.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QqzhfTV0wOZm4NYGgYY6CRfuZbL8+iTlbwv2dr6w+Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "upq48hem4j" - }, - { - "Name": "integrity", - "Value": "sha256-QqzhfTV0wOZm4NYGgYY6CRfuZbL8+iTlbwv2dr6w+Wo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_jpg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_lnk.hncu7ayxb3.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_lnk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "629" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"czUP9du1XP/knariASSSPAVrbbXPfnYYVGo2htyEHdE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hncu7ayxb3" - }, - { - "Name": "integrity", - "Value": "sha256-czUP9du1XP/knariASSSPAVrbbXPfnYYVGo2htyEHdE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_lnk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_lnk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_lnk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "629" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"czUP9du1XP/knariASSSPAVrbbXPfnYYVGo2htyEHdE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-czUP9du1XP/knariASSSPAVrbbXPfnYYVGo2htyEHdE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_log.8wt4ko39gq.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_log.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WNRoNvhgCHViHBToGySVffaqH5se8nzEHbYpWGzGDyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8wt4ko39gq" - }, - { - "Name": "integrity", - "Value": "sha256-WNRoNvhgCHViHBToGySVffaqH5se8nzEHbYpWGzGDyk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_log.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_log.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_log.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WNRoNvhgCHViHBToGySVffaqH5se8nzEHbYpWGzGDyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WNRoNvhgCHViHBToGySVffaqH5se8nzEHbYpWGzGDyk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4a.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EOhrMXNMbzd+w3RnNHcwV4ciLgmfLlVAR08F6UO+AfE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EOhrMXNMbzd+w3RnNHcwV4ciLgmfLlVAR08F6UO+AfE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4a.wwrjs2760n.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "600" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EOhrMXNMbzd+w3RnNHcwV4ciLgmfLlVAR08F6UO+AfE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wwrjs2760n" - }, - { - "Name": "integrity", - "Value": "sha256-EOhrMXNMbzd+w3RnNHcwV4ciLgmfLlVAR08F6UO+AfE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4b.hir7hnqxbn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "653" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CdSiuPPJjLFOVhjpY8RDFtTUK9WK7peglboueyuMOMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hir7hnqxbn" - }, - { - "Name": "integrity", - "Value": "sha256-CdSiuPPJjLFOVhjpY8RDFtTUK9WK7peglboueyuMOMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4b.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "653" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CdSiuPPJjLFOVhjpY8RDFtTUK9WK7peglboueyuMOMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CdSiuPPJjLFOVhjpY8RDFtTUK9WK7peglboueyuMOMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4p.alhgg7teta.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4p.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8mYOA6I94Su9V5LlJPIDCNj/N7op1WXDG2mpB21q5gE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "alhgg7teta" - }, - { - "Name": "integrity", - "Value": "sha256-8mYOA6I94Su9V5LlJPIDCNj/N7op1WXDG2mpB21q5gE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4p.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4p.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8mYOA6I94Su9V5LlJPIDCNj/N7op1WXDG2mpB21q5gE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8mYOA6I94Su9V5LlJPIDCNj/N7op1WXDG2mpB21q5gE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4v.6rpav9oxtg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4v.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4qN+4GwWPLJC2+F9D6UYGcfKM4svWtCquc61CN9R4E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6rpav9oxtg" - }, - { - "Name": "integrity", - "Value": "sha256-4qN+4GwWPLJC2+F9D6UYGcfKM4svWtCquc61CN9R4E0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4v.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4v.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_m4v.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4qN+4GwWPLJC2+F9D6UYGcfKM4svWtCquc61CN9R4E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4qN+4GwWPLJC2+F9D6UYGcfKM4svWtCquc61CN9R4E0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mcd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TYqbYOl67g78d/At8gpFJIETSPcLI/HFcJoBD7DbUfU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TYqbYOl67g78d/At8gpFJIETSPcLI/HFcJoBD7DbUfU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mcd.zkkit0kv1a.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TYqbYOl67g78d/At8gpFJIETSPcLI/HFcJoBD7DbUfU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zkkit0kv1a" - }, - { - "Name": "integrity", - "Value": "sha256-TYqbYOl67g78d/At8gpFJIETSPcLI/HFcJoBD7DbUfU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mcd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mdb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mdb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uBjzzwEsp5Fvw+0MWFDeTUQb12Nqy3p5xmvVhPCgJ3k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uBjzzwEsp5Fvw+0MWFDeTUQb12Nqy3p5xmvVhPCgJ3k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mdb.szr859v45v.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mdb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uBjzzwEsp5Fvw+0MWFDeTUQb12Nqy3p5xmvVhPCgJ3k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szr859v45v" - }, - { - "Name": "integrity", - "Value": "sha256-uBjzzwEsp5Fvw+0MWFDeTUQb12Nqy3p5xmvVhPCgJ3k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mdb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mid.3l08jl1rgt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CRQgc1N9QQ2mSuqtnGoql+T36KARJ5jvMW7+maM/DWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3l08jl1rgt" - }, - { - "Name": "integrity", - "Value": "sha256-CRQgc1N9QQ2mSuqtnGoql+T36KARJ5jvMW7+maM/DWk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mid.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mid.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CRQgc1N9QQ2mSuqtnGoql+T36KARJ5jvMW7+maM/DWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CRQgc1N9QQ2mSuqtnGoql+T36KARJ5jvMW7+maM/DWk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mov.11707pz8y3.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mov.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "697" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a0EDCL0Ay/OXNmsaI3xQjPvW+ntbU1NiwL8Bn9k7Cx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "11707pz8y3" - }, - { - "Name": "integrity", - "Value": "sha256-a0EDCL0Ay/OXNmsaI3xQjPvW+ntbU1NiwL8Bn9k7Cx8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mov.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mov.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mov.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "697" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a0EDCL0Ay/OXNmsaI3xQjPvW+ntbU1NiwL8Bn9k7Cx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a0EDCL0Ay/OXNmsaI3xQjPvW+ntbU1NiwL8Bn9k7Cx8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp2.na6dzrrxtr.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp2.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4V+gvwzsRZziQbQV8aRGFihi1JcLS76ZeBs0rPDS1p0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "na6dzrrxtr" - }, - { - "Name": "integrity", - "Value": "sha256-4V+gvwzsRZziQbQV8aRGFihi1JcLS76ZeBs0rPDS1p0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp2.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp2.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp2.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "656" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4V+gvwzsRZziQbQV8aRGFihi1JcLS76ZeBs0rPDS1p0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4V+gvwzsRZziQbQV8aRGFihi1JcLS76ZeBs0rPDS1p0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp3.dtczbgyb6w.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp3.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"X8lPzmGGXKy7JIEN1sYE3q21Y8hNlStj0WILCU+9sC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dtczbgyb6w" - }, - { - "Name": "integrity", - "Value": "sha256-X8lPzmGGXKy7JIEN1sYE3q21Y8hNlStj0WILCU+9sC0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp3.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp3.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp3.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"X8lPzmGGXKy7JIEN1sYE3q21Y8hNlStj0WILCU+9sC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-X8lPzmGGXKy7JIEN1sYE3q21Y8hNlStj0WILCU+9sC0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp4.d0phd5621q.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp4.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "603" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IyYhxy4fjm32F5RJn5Bh87Nx1b12Seadt9iclNQeYfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0phd5621q" - }, - { - "Name": "integrity", - "Value": "sha256-IyYhxy4fjm32F5RJn5Bh87Nx1b12Seadt9iclNQeYfs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp4.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp4.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mp4.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "603" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IyYhxy4fjm32F5RJn5Bh87Nx1b12Seadt9iclNQeYfs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IyYhxy4fjm32F5RJn5Bh87Nx1b12Seadt9iclNQeYfs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpeg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mTWse9XRG5ydpV3vScSOnHAF6AnhOvhdsO5m1Ejl1mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mTWse9XRG5ydpV3vScSOnHAF6AnhOvhdsO5m1Ejl1mg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpeg.veti1tvphw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpeg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mTWse9XRG5ydpV3vScSOnHAF6AnhOvhdsO5m1Ejl1mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "veti1tvphw" - }, - { - "Name": "integrity", - "Value": "sha256-mTWse9XRG5ydpV3vScSOnHAF6AnhOvhdsO5m1Ejl1mg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpeg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpg.84a4h11e4s.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OPErmo1uQbwtp+pCUevr+Z74LWTqUUqJ6dZA1S8mqJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "84a4h11e4s" - }, - { - "Name": "integrity", - "Value": "sha256-OPErmo1uQbwtp+pCUevr+Z74LWTqUUqJ6dZA1S8mqJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mpg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OPErmo1uQbwtp+pCUevr+Z74LWTqUUqJ6dZA1S8mqJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OPErmo1uQbwtp+pCUevr+Z74LWTqUUqJ6dZA1S8mqJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_msi.fazuxogwvy.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_msi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "697" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2dBM+j08PKa1dX+qHJknlx9TxJ6d8+hVPfADhFSQha4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fazuxogwvy" - }, - { - "Name": "integrity", - "Value": "sha256-2dBM+j08PKa1dX+qHJknlx9TxJ6d8+hVPfADhFSQha4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_msi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_msi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_msi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "697" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2dBM+j08PKa1dX+qHJknlx9TxJ6d8+hVPfADhFSQha4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2dBM+j08PKa1dX+qHJknlx9TxJ6d8+hVPfADhFSQha4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mswmm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mswmm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+iYYWXBLd+TNzx88GdxSC89F3oGFAjLvE30FhyiuMBs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+iYYWXBLd+TNzx88GdxSC89F3oGFAjLvE30FhyiuMBs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mswmm.ylfwy4xv05.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mswmm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+iYYWXBLd+TNzx88GdxSC89F3oGFAjLvE30FhyiuMBs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ylfwy4xv05" - }, - { - "Name": "integrity", - "Value": "sha256-+iYYWXBLd+TNzx88GdxSC89F3oGFAjLvE30FhyiuMBs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_mswmm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ogg.kt0pxcise6.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ogg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mJ4c6rEW2hmnt+aijNG413cZn9Zc8qb2lMvxQYCw9A4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt0pxcise6" - }, - { - "Name": "integrity", - "Value": "sha256-mJ4c6rEW2hmnt+aijNG413cZn9Zc8qb2lMvxQYCw9A4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ogg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ogg.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ogg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mJ4c6rEW2hmnt+aijNG413cZn9Zc8qb2lMvxQYCw9A4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mJ4c6rEW2hmnt+aijNG413cZn9Zc8qb2lMvxQYCw9A4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pdf.g0otceec5t.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pdf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MH1b2ASrny/tVIFaJBzCie08pGt3Q3tzFTcg6Uv4/Ic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g0otceec5t" - }, - { - "Name": "integrity", - "Value": "sha256-MH1b2ASrny/tVIFaJBzCie08pGt3Q3tzFTcg6Uv4/Ic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pdf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pdf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pdf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MH1b2ASrny/tVIFaJBzCie08pGt3Q3tzFTcg6Uv4/Ic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MH1b2ASrny/tVIFaJBzCie08pGt3Q3tzFTcg6Uv4/Ic=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_png.be26msnxpd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_png.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "702" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "be26msnxpd" - }, - { - "Name": "integrity", - "Value": "sha256-XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_png.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_png.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_png.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "702" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XThwH7w4L4bppedkz3EkhGUuonPOp8fbR2n8VT1ryGg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pps.cfn8but68f.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aGSyl+Ws5KKNfpB1M2rkN64Co0lpclzkE93B8icKTaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cfn8but68f" - }, - { - "Name": "integrity", - "Value": "sha256-aGSyl+Ws5KKNfpB1M2rkN64Co0lpclzkE93B8icKTaA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aGSyl+Ws5KKNfpB1M2rkN64Co0lpclzkE93B8icKTaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aGSyl+Ws5KKNfpB1M2rkN64Co0lpclzkE93B8icKTaA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qjF2mtsuqt2F96H74IaFVxpq7TBTuE0kCh3wSD8KPwU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qjF2mtsuqt2F96H74IaFVxpq7TBTuE0kCh3wSD8KPwU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ps.qjpsu43nl8.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qjF2mtsuqt2F96H74IaFVxpq7TBTuE0kCh3wSD8KPwU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qjpsu43nl8" - }, - { - "Name": "integrity", - "Value": "sha256-qjF2mtsuqt2F96H74IaFVxpq7TBTuE0kCh3wSD8KPwU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_psd.h67pyikdaj.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_psd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mVoFdOcobrcBDKPaQUzOB/ilWvA3KwZIuOCOMFS/Asg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h67pyikdaj" - }, - { - "Name": "integrity", - "Value": "sha256-mVoFdOcobrcBDKPaQUzOB/ilWvA3KwZIuOCOMFS/Asg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_psd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_psd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_psd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mVoFdOcobrcBDKPaQUzOB/ilWvA3KwZIuOCOMFS/Asg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mVoFdOcobrcBDKPaQUzOB/ilWvA3KwZIuOCOMFS/Asg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pst.fbmiiaq7iq.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pst.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e1sa6EwKtH1qDywNpbItKZ/Dj3Os+ERpEXi2pp/pjKo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fbmiiaq7iq" - }, - { - "Name": "integrity", - "Value": "sha256-e1sa6EwKtH1qDywNpbItKZ/Dj3Os+ERpEXi2pp/pjKo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pst.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pst.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pst.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "624" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e1sa6EwKtH1qDywNpbItKZ/Dj3Os+ERpEXi2pp/pjKo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e1sa6EwKtH1qDywNpbItKZ/Dj3Os+ERpEXi2pp/pjKo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ptb.lgavdwlfwi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ptb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tQMS7nxe+wVev9OfsVg3bAJVEAUKjPPQvfZBURaoOWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lgavdwlfwi" - }, - { - "Name": "integrity", - "Value": "sha256-tQMS7nxe+wVev9OfsVg3bAJVEAUKjPPQvfZBURaoOWg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ptb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ptb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ptb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tQMS7nxe+wVev9OfsVg3bAJVEAUKjPPQvfZBURaoOWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tQMS7nxe+wVev9OfsVg3bAJVEAUKjPPQvfZBURaoOWg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pub.4xnccef9ni.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pub.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "650" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GLgCHYz4yG1zWcKyEHrJq8xPGTD2j2+HltyN1umXuMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4xnccef9ni" - }, - { - "Name": "integrity", - "Value": "sha256-GLgCHYz4yG1zWcKyEHrJq8xPGTD2j2+HltyN1umXuMk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pub.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pub.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_pub.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "650" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GLgCHYz4yG1zWcKyEHrJq8xPGTD2j2+HltyN1umXuMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GLgCHYz4yG1zWcKyEHrJq8xPGTD2j2+HltyN1umXuMk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbb.cc74lyu6lh.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "612" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1KR23k/zrCWhvXje23JvwjZvWb5Bk6jNoWrkFxd2RQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cc74lyu6lh" - }, - { - "Name": "integrity", - "Value": "sha256-1KR23k/zrCWhvXje23JvwjZvWb5Bk6jNoWrkFxd2RQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "612" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1KR23k/zrCWhvXje23JvwjZvWb5Bk6jNoWrkFxd2RQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1KR23k/zrCWhvXje23JvwjZvWb5Bk6jNoWrkFxd2RQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbw.my9xwoxxnj.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "595" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"roCVNs5b5pFa1Akx3OnhEAliHJGFRpjvy/SRAYhRwtc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "my9xwoxxnj" - }, - { - "Name": "integrity", - "Value": "sha256-roCVNs5b5pFa1Akx3OnhEAliHJGFRpjvy/SRAYhRwtc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qbw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "595" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"roCVNs5b5pFa1Akx3OnhEAliHJGFRpjvy/SRAYhRwtc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-roCVNs5b5pFa1Akx3OnhEAliHJGFRpjvy/SRAYhRwtc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qxd.8xryl3dwgs.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qxd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JE0xhkoJC7juqQSv6SPBckzntuSdiQWGwmpzWRlyiho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8xryl3dwgs" - }, - { - "Name": "integrity", - "Value": "sha256-JE0xhkoJC7juqQSv6SPBckzntuSdiQWGwmpzWRlyiho=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qxd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qxd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_qxd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JE0xhkoJC7juqQSv6SPBckzntuSdiQWGwmpzWRlyiho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JE0xhkoJC7juqQSv6SPBckzntuSdiQWGwmpzWRlyiho=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ram.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "666" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"105JOnNJ3uMIQ2QLHGcWcB8FnzWBcQkm2qc2J2r7KQw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-105JOnNJ3uMIQ2QLHGcWcB8FnzWBcQkm2qc2J2r7KQw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ram.vu0yi1ikl2.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "666" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"105JOnNJ3uMIQ2QLHGcWcB8FnzWBcQkm2qc2J2r7KQw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vu0yi1ikl2" - }, - { - "Name": "integrity", - "Value": "sha256-105JOnNJ3uMIQ2QLHGcWcB8FnzWBcQkm2qc2J2r7KQw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ram.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rar.ls9jior4rl.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "740" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q+U28cGJPF3CnXdSZ16VD9IHj4fd/kbWA/8ReVbgymk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ls9jior4rl" - }, - { - "Name": "integrity", - "Value": "sha256-q+U28cGJPF3CnXdSZ16VD9IHj4fd/kbWA/8ReVbgymk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rar.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "740" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"q+U28cGJPF3CnXdSZ16VD9IHj4fd/kbWA/8ReVbgymk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q+U28cGJPF3CnXdSZ16VD9IHj4fd/kbWA/8ReVbgymk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rm.ainc6u0gqp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AgBk7oUE3jkQ4cchYFqv5iWi1wb7b4mJQAdJk0Ztrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ainc6u0gqp" - }, - { - "Name": "integrity", - "Value": "sha256-AgBk7oUE3jkQ4cchYFqv5iWi1wb7b4mJQAdJk0Ztrkc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AgBk7oUE3jkQ4cchYFqv5iWi1wb7b4mJQAdJk0Ztrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AgBk7oUE3jkQ4cchYFqv5iWi1wb7b4mJQAdJk0Ztrkc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rmvb.ebr3aoas4u.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rmvb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "660" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CvdThVu9Yswen898zWhnFL+AhjW+f6KpwIgdpFNthAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebr3aoas4u" - }, - { - "Name": "integrity", - "Value": "sha256-CvdThVu9Yswen898zWhnFL+AhjW+f6KpwIgdpFNthAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rmvb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rmvb.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rmvb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "660" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CvdThVu9Yswen898zWhnFL+AhjW+f6KpwIgdpFNthAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CvdThVu9Yswen898zWhnFL+AhjW+f6KpwIgdpFNthAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rtf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rtf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R3pvEkBhh3YzMS+S+64mSjNlrHYADSYieKE4hQ+vegI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R3pvEkBhh3YzMS+S+64mSjNlrHYADSYieKE4hQ+vegI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rtf.v6pfh7qmlw.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rtf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "664" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R3pvEkBhh3YzMS+S+64mSjNlrHYADSYieKE4hQ+vegI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v6pfh7qmlw" - }, - { - "Name": "integrity", - "Value": "sha256-R3pvEkBhh3YzMS+S+64mSjNlrHYADSYieKE4hQ+vegI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_rtf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sea.o02trapxyp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sea.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iB2oQi8lN1apiiJ5oSm09Xl2gycdGoYjaRK2HASmjRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o02trapxyp" - }, - { - "Name": "integrity", - "Value": "sha256-iB2oQi8lN1apiiJ5oSm09Xl2gycdGoYjaRK2HASmjRo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sea.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sea.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sea.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "649" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iB2oQi8lN1apiiJ5oSm09Xl2gycdGoYjaRK2HASmjRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iB2oQi8lN1apiiJ5oSm09Xl2gycdGoYjaRK2HASmjRo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ses.p8nudvt5rs.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KepTM9EIz+htqkDEezZTZl6lcA5aeyfWDAUhs0UGJTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p8nudvt5rs" - }, - { - "Name": "integrity", - "Value": "sha256-KepTM9EIz+htqkDEezZTZl6lcA5aeyfWDAUhs0UGJTI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ses.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ses.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KepTM9EIz+htqkDEezZTZl6lcA5aeyfWDAUhs0UGJTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KepTM9EIz+htqkDEezZTZl6lcA5aeyfWDAUhs0UGJTI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sit.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "680" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0T1N+AB+PLqvp3REexOuOEcJkL1ToDLQh5n9/SRPSCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0T1N+AB+PLqvp3REexOuOEcJkL1ToDLQh5n9/SRPSCw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sit.zvnlmoqq64.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "680" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0T1N+AB+PLqvp3REexOuOEcJkL1ToDLQh5n9/SRPSCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zvnlmoqq64" - }, - { - "Name": "integrity", - "Value": "sha256-0T1N+AB+PLqvp3REexOuOEcJkL1ToDLQh5n9/SRPSCw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sitx.4nwe2o96as.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sitx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "667" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QLE739AyV9mRLwvnetWrjRjc6CCWEN+w1j2P+oYmIa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4nwe2o96as" - }, - { - "Name": "integrity", - "Value": "sha256-QLE739AyV9mRLwvnetWrjRjc6CCWEN+w1j2P+oYmIa4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sitx.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sitx.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_sitx.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "667" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QLE739AyV9mRLwvnetWrjRjc6CCWEN+w1j2P+oYmIa4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QLE739AyV9mRLwvnetWrjRjc6CCWEN+w1j2P+oYmIa4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ss.d7unc9u2ej.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qagOTlqZHNEio/3X3Q45KsPCGKdATQlCM8Zm16NUpGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7unc9u2ej" - }, - { - "Name": "integrity", - "Value": "sha256-qagOTlqZHNEio/3X3Q45KsPCGKdATQlCM8Zm16NUpGU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ss.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ss.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qagOTlqZHNEio/3X3Q45KsPCGKdATQlCM8Zm16NUpGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qagOTlqZHNEio/3X3Q45KsPCGKdATQlCM8Zm16NUpGU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_swf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_swf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mu1Ln2Rh6I9JXPaOTFDifpukaa1Z/nmdQhYqDEOsoa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mu1Ln2Rh6I9JXPaOTFDifpukaa1Z/nmdQhYqDEOsoa8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_swf.qylcnbjlrn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_swf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mu1Ln2Rh6I9JXPaOTFDifpukaa1Z/nmdQhYqDEOsoa8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qylcnbjlrn" - }, - { - "Name": "integrity", - "Value": "sha256-Mu1Ln2Rh6I9JXPaOTFDifpukaa1Z/nmdQhYqDEOsoa8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_swf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tgz.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tgz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9d8TUywkGKDqeC2P3KPiU6AlSR79c0T66m5aLlV5UOs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9d8TUywkGKDqeC2P3KPiU6AlSR79c0T66m5aLlV5UOs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tgz.vvll2vebgc.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tgz.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9d8TUywkGKDqeC2P3KPiU6AlSR79c0T66m5aLlV5UOs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vvll2vebgc" - }, - { - "Name": "integrity", - "Value": "sha256-9d8TUywkGKDqeC2P3KPiU6AlSR79c0T66m5aLlV5UOs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tgz.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_thm.p3gbtfw7gv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_thm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "635" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rb+ApuziWWUBN6zwTyv89s1zWzt3HjsTqrt9CghYP9Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p3gbtfw7gv" - }, - { - "Name": "integrity", - "Value": "sha256-Rb+ApuziWWUBN6zwTyv89s1zWzt3HjsTqrt9CghYP9Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_thm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_thm.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_thm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "635" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rb+ApuziWWUBN6zwTyv89s1zWzt3HjsTqrt9CghYP9Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rb+ApuziWWUBN6zwTyv89s1zWzt3HjsTqrt9CghYP9Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tif.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "646" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7pcsQC8uvjUC6W7S8Dwms0xQ5P+65zSOsOOz15lqF+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7pcsQC8uvjUC6W7S8Dwms0xQ5P+65zSOsOOz15lqF+I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tif.y7x7gxcc2z.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tif.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "646" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7pcsQC8uvjUC6W7S8Dwms0xQ5P+65zSOsOOz15lqF+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y7x7gxcc2z" - }, - { - "Name": "integrity", - "Value": "sha256-7pcsQC8uvjUC6W7S8Dwms0xQ5P+65zSOsOOz15lqF+I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tif.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tmp.i5gjq2xy7p.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hgre9sIfrxZetPiHw5ajs0X3MUrcexb0V2i9I+c3zIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i5gjq2xy7p" - }, - { - "Name": "integrity", - "Value": "sha256-hgre9sIfrxZetPiHw5ajs0X3MUrcexb0V2i9I+c3zIg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tmp.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tmp.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_tmp.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hgre9sIfrxZetPiHw5ajs0X3MUrcexb0V2i9I+c3zIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hgre9sIfrxZetPiHw5ajs0X3MUrcexb0V2i9I+c3zIg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_torrent.jfpxxupure.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_torrent.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Afij/KtcJqzwUFz9B4DghwN3TQicnpfDWxJshos823k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jfpxxupure" - }, - { - "Name": "integrity", - "Value": "sha256-Afij/KtcJqzwUFz9B4DghwN3TQicnpfDWxJshos823k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_torrent.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_torrent.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_torrent.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Afij/KtcJqzwUFz9B4DghwN3TQicnpfDWxJshos823k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Afij/KtcJqzwUFz9B4DghwN3TQicnpfDWxJshos823k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ttf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ttf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"owqRtrCH2TC6pLd+B0A/hS9PWNcOE0RPGm/Ts2XYk38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-owqRtrCH2TC6pLd+B0A/hS9PWNcOE0RPGm/Ts2XYk38=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ttf.t8mjynmeqi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ttf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "668" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"owqRtrCH2TC6pLd+B0A/hS9PWNcOE0RPGm/Ts2XYk38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t8mjynmeqi" - }, - { - "Name": "integrity", - "Value": "sha256-owqRtrCH2TC6pLd+B0A/hS9PWNcOE0RPGm/Ts2XYk38=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_ttf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_txt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_txt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ClDJt1KbLbx6ffILjMQkg1HjQ2gQJrsGMPW661s/AtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ClDJt1KbLbx6ffILjMQkg1HjQ2gQJrsGMPW661s/AtY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_txt.yejfch5md9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_txt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "639" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ClDJt1KbLbx6ffILjMQkg1HjQ2gQJrsGMPW661s/AtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yejfch5md9" - }, - { - "Name": "integrity", - "Value": "sha256-ClDJt1KbLbx6ffILjMQkg1HjQ2gQJrsGMPW661s/AtY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_txt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vcd.h9jxtkqo37.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xYzA6iAv/nUHkY4xynfvYBbjqkvjt+ULHU6W0Co2v6o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9jxtkqo37" - }, - { - "Name": "integrity", - "Value": "sha256-xYzA6iAv/nUHkY4xynfvYBbjqkvjt+ULHU6W0Co2v6o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vcd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vcd.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vcd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "673" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xYzA6iAv/nUHkY4xynfvYBbjqkvjt+ULHU6W0Co2v6o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xYzA6iAv/nUHkY4xynfvYBbjqkvjt+ULHU6W0Co2v6o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vob.lho3gl21jk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vob.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R32E7BPJkpCpuoRxMBYUSiljGSqcVi0Egm6bEFhMz70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lho3gl21jk" - }, - { - "Name": "integrity", - "Value": "sha256-R32E7BPJkpCpuoRxMBYUSiljGSqcVi0Egm6bEFhMz70=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vob.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vob.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_vob.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R32E7BPJkpCpuoRxMBYUSiljGSqcVi0Egm6bEFhMz70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R32E7BPJkpCpuoRxMBYUSiljGSqcVi0Egm6bEFhMz70=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wav.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wav.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Zpv5Yer0zr7+ssGfpWrnW7sTp09jAkK/OVMUiC06Vc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zpv5Yer0zr7+ssGfpWrnW7sTp09jAkK/OVMUiC06Vc0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wav.yyntuefuy7.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wav.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "648" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Zpv5Yer0zr7+ssGfpWrnW7sTp09jAkK/OVMUiC06Vc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yyntuefuy7" - }, - { - "Name": "integrity", - "Value": "sha256-Zpv5Yer0zr7+ssGfpWrnW7sTp09jAkK/OVMUiC06Vc0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wav.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wma.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "694" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BHWE5R01caBHytdy/PHxk0QGzsjddB/RK7xnnHWALqA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BHWE5R01caBHytdy/PHxk0QGzsjddB/RK7xnnHWALqA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wma.w18dn9ly1r.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wma.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "694" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BHWE5R01caBHytdy/PHxk0QGzsjddB/RK7xnnHWALqA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w18dn9ly1r" - }, - { - "Name": "integrity", - "Value": "sha256-BHWE5R01caBHytdy/PHxk0QGzsjddB/RK7xnnHWALqA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wma.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wmv.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wmv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BkPKAIx0HhsZcJM+VsOfORboVWitI4wuIPJ8K0YXaAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BkPKAIx0HhsZcJM+VsOfORboVWitI4wuIPJ8K0YXaAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wmv.y5vl2wj3u7.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wmv.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BkPKAIx0HhsZcJM+VsOfORboVWitI4wuIPJ8K0YXaAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y5vl2wj3u7" - }, - { - "Name": "integrity", - "Value": "sha256-BkPKAIx0HhsZcJM+VsOfORboVWitI4wuIPJ8K0YXaAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wmv.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wps.2q4k1nkqwn.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Fo434eQH/0b2aksqYSrmgOJ/m7bfhnG+MzQgxlL4HgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2q4k1nkqwn" - }, - { - "Name": "integrity", - "Value": "sha256-Fo434eQH/0b2aksqYSrmgOJ/m7bfhnG+MzQgxlL4HgQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wps.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wps.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_wps.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Fo434eQH/0b2aksqYSrmgOJ/m7bfhnG+MzQgxlL4HgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Fo434eQH/0b2aksqYSrmgOJ/m7bfhnG+MzQgxlL4HgQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xls.5oy8u425f6.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e9BhLFgBYFzVlUdshZQ1+AQFSOziOc+5eHuS49JC65c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5oy8u425f6" - }, - { - "Name": "integrity", - "Value": "sha256-e9BhLFgBYFzVlUdshZQ1+AQFSOziOc+5eHuS49JC65c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xls.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xls.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xls.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "617" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e9BhLFgBYFzVlUdshZQ1+AQFSOziOc+5eHuS49JC65c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e9BhLFgBYFzVlUdshZQ1+AQFSOziOc+5eHuS49JC65c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xpi.cpy8pdj4qf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xpi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "612" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UGGRrnns7+ioH+y/BQ5qEgL83kDPLuL9Q7o8IthIFao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cpy8pdj4qf" - }, - { - "Name": "integrity", - "Value": "sha256-UGGRrnns7+ioH+y/BQ5qEgL83kDPLuL9Q7o8IthIFao=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xpi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xpi.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_xpi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "612" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UGGRrnns7+ioH+y/BQ5qEgL83kDPLuL9Q7o8IthIFao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UGGRrnns7+ioH+y/BQ5qEgL83kDPLuL9Q7o8IthIFao=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_zip.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_zip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kDYlrVuUPoVldFex53jKfPkzoggItB3E9sQ+YgQobmE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kDYlrVuUPoVldFex53jKfPkzoggItB3E9sQ+YgQobmE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_zip.sh9yulcrve.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_zip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kDYlrVuUPoVldFex53jKfPkzoggItB3E9sQ+YgQobmE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sh9yulcrve" - }, - { - "Name": "integrity", - "Value": "sha256-kDYlrVuUPoVldFex53jKfPkzoggItB3E9sQ+YgQobmE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/file_extension_zip.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/unknown.fpw68a623d.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/unknown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "477" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EzuKb6lsw8VUQUMLI+5TD9e2+6A8uOQEA5Fm3UHoEks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fpw68a623d" - }, - { - "Name": "integrity", - "Value": "sha256-EzuKb6lsw8VUQUMLI+5TD9e2+6A8uOQEA5Fm3UHoEks=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/unknown.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/unknown.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/filetypes/unknown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "477" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EzuKb6lsw8VUQUMLI+5TD9e2+6A8uOQEA5Fm3UHoEks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EzuKb6lsw8VUQUMLI+5TD9e2+6A8uOQEA5Fm3UHoEks=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/find.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/find.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "720" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mJsCTJGF7/6pK6z9axnLRL7tHuo/OdE6z8CNo/qzBIE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mJsCTJGF7/6pK6z9axnLRL7tHuo/OdE6z8CNo/qzBIE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/find.w2oyi5fxmh.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/find.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "720" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mJsCTJGF7/6pK6z9axnLRL7tHuo/OdE6z8CNo/qzBIE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w2oyi5fxmh" - }, - { - "Name": "integrity", - "Value": "sha256-mJsCTJGF7/6pK6z9axnLRL7tHuo/OdE6z8CNo/qzBIE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/find.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-add.aptto4hqla.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YozJqdKprUOZgAPi2uBy3jxkfkfpMM5stWmvtboJ//Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aptto4hqla" - }, - { - "Name": "integrity", - "Value": "sha256-YozJqdKprUOZgAPi2uBy3jxkfkfpMM5stWmvtboJ//Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-add.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-add.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YozJqdKprUOZgAPi2uBy3jxkfkfpMM5stWmvtboJ//Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YozJqdKprUOZgAPi2uBy3jxkfkfpMM5stWmvtboJ//Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-delete.p8w5bmpsa7.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-delete.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3264" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ecUl2kwFUuQGxPnAgw+Jn9u2hf1+leM6GXqbO857Ngc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p8w5bmpsa7" - }, - { - "Name": "integrity", - "Value": "sha256-ecUl2kwFUuQGxPnAgw+Jn9u2hf1+leM6GXqbO857Ngc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-delete.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-delete.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-delete.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3264" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ecUl2kwFUuQGxPnAgw+Jn9u2hf1+leM6GXqbO857Ngc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ecUl2kwFUuQGxPnAgw+Jn9u2hf1+leM6GXqbO857Ngc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-download.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3187" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GzVr/ATtLKlaDHAFdTcmEMpADiXtVquoss9hQmtz5nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GzVr/ATtLKlaDHAFdTcmEMpADiXtVquoss9hQmtz5nU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-download.zal5a8hbx9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3187" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GzVr/ATtLKlaDHAFdTcmEMpADiXtVquoss9hQmtz5nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zal5a8hbx9" - }, - { - "Name": "integrity", - "Value": "sha256-GzVr/ATtLKlaDHAFdTcmEMpADiXtVquoss9hQmtz5nU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-green.ee9l3w8y69.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-green.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KnoIw2tUcb32qbgMiNWkhKU/EzKU3m7GAc9H9hmp3lc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ee9l3w8y69" - }, - { - "Name": "integrity", - "Value": "sha256-KnoIw2tUcb32qbgMiNWkhKU/EzKU3m7GAc9H9hmp3lc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-green.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-green.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-green.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KnoIw2tUcb32qbgMiNWkhKU/EzKU3m7GAc9H9hmp3lc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KnoIw2tUcb32qbgMiNWkhKU/EzKU3m7GAc9H9hmp3lc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-opened.8tv46tj7xt.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-opened.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3214" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DMTYm0gH+BwKsaPCTDcbuYHmAmYLi+injNyLDv5cNDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8tv46tj7xt" - }, - { - "Name": "integrity", - "Value": "sha256-DMTYm0gH+BwKsaPCTDcbuYHmAmYLi+injNyLDv5cNDc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-opened.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-opened.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder-opened.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3214" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DMTYm0gH+BwKsaPCTDcbuYHmAmYLi+injNyLDv5cNDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DMTYm0gH+BwKsaPCTDcbuYHmAmYLi+injNyLDv5cNDc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder.fkv3858x1i.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cUFjnexEOJCSLQU2axWj9LoDbmyNwplC37xCzAEE42I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fkv3858x1i" - }, - { - "Name": "integrity", - "Value": "sha256-cUFjnexEOJCSLQU2axWj9LoDbmyNwplC37xCzAEE42I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/folder.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/folder.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "672" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cUFjnexEOJCSLQU2axWj9LoDbmyNwplC37xCzAEE42I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cUFjnexEOJCSLQU2axWj9LoDbmyNwplC37xCzAEE42I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/loading-dir.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/loading-dir.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1141" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"TKv8VH4ZyjowYokqNfRIpcFE1+gEvRvA7BEFeIiTRqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TKv8VH4ZyjowYokqNfRIpcFE1+gEvRvA7BEFeIiTRqE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/loading-dir.gnw0mwrcyc.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/loading-dir.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1141" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"TKv8VH4ZyjowYokqNfRIpcFE1+gEvRvA7BEFeIiTRqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gnw0mwrcyc" - }, - { - "Name": "integrity", - "Value": "sha256-TKv8VH4ZyjowYokqNfRIpcFE1+gEvRvA7BEFeIiTRqE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/loading-dir.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/loading.0pincf78m4.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/loading.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7949" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"nKnKql1PBjDvP9Sf/DHKjvVE8+Pr0XStLZKXyfjEcH8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0pincf78m4" - }, - { - "Name": "integrity", - "Value": "sha256-nKnKql1PBjDvP9Sf/DHKjvVE8+Pr0XStLZKXyfjEcH8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/loading.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/loading.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/loading.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7949" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"nKnKql1PBjDvP9Sf/DHKjvVE8+Pr0XStLZKXyfjEcH8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nKnKql1PBjDvP9Sf/DHKjvVE8+Pr0XStLZKXyfjEcH8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/paste.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/paste.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3128" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P6emZIMkL8Fr2UudXamzgrF62PXZh3oCl08cdEm8BJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P6emZIMkL8Fr2UudXamzgrF62PXZh3oCl08cdEm8BJg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/paste.zjbvb8duq2.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/paste.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3128" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"P6emZIMkL8Fr2UudXamzgrF62PXZh3oCl08cdEm8BJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zjbvb8duq2" - }, - { - "Name": "integrity", - "Value": "sha256-P6emZIMkL8Fr2UudXamzgrF62PXZh3oCl08cdEm8BJg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/paste.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/preview.0h3d54xdsk.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/preview.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3188" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LKjlSABABmvN4ZGFrJvhN4tLxLavbkiF/GwKAkLU9DQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0h3d54xdsk" - }, - { - "Name": "integrity", - "Value": "sha256-LKjlSABABmvN4ZGFrJvhN4tLxLavbkiF/GwKAkLU9DQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/preview.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/preview.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/preview.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3188" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LKjlSABABmvN4ZGFrJvhN4tLxLavbkiF/GwKAkLU9DQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LKjlSABABmvN4ZGFrJvhN4tLxLavbkiF/GwKAkLU9DQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload - Copy.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload - Copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bAP3yhi5VIjbwSADyu8q7VsIHCnVGUyVNoFFo0jboOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bAP3yhi5VIjbwSADyu8q7VsIHCnVGUyVNoFFo0jboOo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload - Copy.w1tmwo836j.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload - Copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bAP3yhi5VIjbwSADyu8q7VsIHCnVGUyVNoFFo0jboOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w1tmwo836j" - }, - { - "Name": "integrity", - "Value": "sha256-bAP3yhi5VIjbwSADyu8q7VsIHCnVGUyVNoFFo0jboOo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload - Copy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload.cjllb7vtwl.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "534" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uAhoE8u1IA36b6Ue5A3RdL8fVf3IdzDX7OALP60Xm6A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cjllb7vtwl" - }, - { - "Name": "integrity", - "Value": "sha256-uAhoE8u1IA36b6Ue5A3RdL8fVf3IdzDX7OALP60Xm6A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/remove-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "534" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uAhoE8u1IA36b6Ue5A3RdL8fVf3IdzDX7OALP60Xm6A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uAhoE8u1IA36b6Ue5A3RdL8fVf3IdzDX7OALP60Xm6A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/rename.dg3gq83nt9.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/rename.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3084" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dg3gq83nt9" - }, - { - "Name": "integrity", - "Value": "sha256-gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/rename.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/rename.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/rename.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3084" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gyD/Ng0MquDh2qVkl2Dn3h8BFirQPaULsWB3JtPnDgY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/search.jelpfe7jud.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m8+xEyJ3fpgFe1iD6lVcW9fE+YN2muCu2uKaSI/xh0c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jelpfe7jud" - }, - { - "Name": "integrity", - "Value": "sha256-m8+xEyJ3fpgFe1iD6lVcW9fE+YN2muCu2uKaSI/xh0c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/search.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/search.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"m8+xEyJ3fpgFe1iD6lVcW9fE+YN2muCu2uKaSI/xh0c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-m8+xEyJ3fpgFe1iD6lVcW9fE+YN2muCu2uKaSI/xh0c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/select.6c8stz45j6.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/select.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2844" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yr0Bw1sJzW+0GOs9aHs43p2YYEzzPBEKxWEOUoBI2jE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6c8stz45j6" - }, - { - "Name": "integrity", - "Value": "sha256-yr0Bw1sJzW+0GOs9aHs43p2YYEzzPBEKxWEOUoBI2jE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/select.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/select.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/select.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2844" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"yr0Bw1sJzW+0GOs9aHs43p2YYEzzPBEKxWEOUoBI2jE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yr0Bw1sJzW+0GOs9aHs43p2YYEzzPBEKxWEOUoBI2jE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/sprite.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/sprite.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2l0StDg7JxTwoSzi/qenSRH4IZd36l6YiWMxmM0GEN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2l0StDg7JxTwoSzi/qenSRH4IZd36l6YiWMxmM0GEN0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/sprite.qzaq496hk1.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/sprite.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2l0StDg7JxTwoSzi/qenSRH4IZd36l6YiWMxmM0GEN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qzaq496hk1" - }, - { - "Name": "integrity", - "Value": "sha256-2l0StDg7JxTwoSzi/qenSRH4IZd36l6YiWMxmM0GEN0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/sprite.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes-reverse.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes-reverse.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3161" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"oDoOUvDxjQA3XkNY7eXsKrk06npznpFsfByqcCgz4bI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oDoOUvDxjQA3XkNY7eXsKrk06npznpFsfByqcCgz4bI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes-reverse.sp82i8j4zc.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes-reverse.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3161" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"oDoOUvDxjQA3XkNY7eXsKrk06npznpFsfByqcCgz4bI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sp82i8j4zc" - }, - { - "Name": "integrity", - "Value": "sha256-oDoOUvDxjQA3XkNY7eXsKrk06npznpFsfByqcCgz4bI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes-reverse.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4683" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"pIUEvdQubCKFtI2P1lAWwUgB76B98OcMglp6Y9ok7Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pIUEvdQubCKFtI2P1lAWwUgB76B98OcMglp6Y9ok7Xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes.s8u1fjp0fi.gif", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes.gif", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4683" - }, - { - "Name": "Content-Type", - "Value": "image/gif" - }, - { - "Name": "ETag", - "Value": "\"pIUEvdQubCKFtI2P1lAWwUgB76B98OcMglp6Y9ok7Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s8u1fjp0fi" - }, - { - "Name": "integrity", - "Value": "sha256-pIUEvdQubCKFtI2P1lAWwUgB76B98OcMglp6Y9ok7Xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/stripes.gif" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/upload-big.jovyrykpjo.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/upload-big.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "20966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HehUcBm90AL98MpbjAajfSJUs18tjgov08r518cCazo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jovyrykpjo" - }, - { - "Name": "integrity", - "Value": "sha256-HehUcBm90AL98MpbjAajfSJUs18tjgov08r518cCazo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/upload-big.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/upload-big.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/upload-big.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "20966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HehUcBm90AL98MpbjAajfSJUs18tjgov08r518cCazo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HehUcBm90AL98MpbjAajfSJUs18tjgov08r518cCazo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/view-list.e4ancj1vhf.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/view-list.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ho0r6o8Gbc4IuQBS47fful71XmxjQhoq1ud8dA6PJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e4ancj1vhf" - }, - { - "Name": "integrity", - "Value": "sha256-/ho0r6o8Gbc4IuQBS47fful71XmxjQhoq1ud8dA6PJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/view-list.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/view-list.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/view-list.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ho0r6o8Gbc4IuQBS47fful71XmxjQhoq1ud8dA6PJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/ho0r6o8Gbc4IuQBS47fful71XmxjQhoq1ud8dA6PJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/view-tile.3t1ooo10y4.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/view-tile.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "603" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J6cYrVcc1w8FFM/L7P5RWbnw3XHfzbAn7F6vfWlXlDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3t1ooo10y4" - }, - { - "Name": "integrity", - "Value": "sha256-J6cYrVcc1w8FFM/L7P5RWbnw3XHfzbAn7F6vfWlXlDI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/images/view-tile.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/images/view-tile.png", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/images/view-tile.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "603" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"J6cYrVcc1w8FFM/L7P5RWbnw3XHfzbAn7F6vfWlXlDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J6cYrVcc1w8FFM/L7P5RWbnw3XHfzbAn7F6vfWlXlDI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.html", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000422297297" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.html", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8113" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.lx7y8y4m4v.html", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000422297297" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lx7y8y4m4v" - }, - { - "Name": "integrity", - "Value": "sha256-VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/index.html" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.lx7y8y4m4v.html", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8113" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lx7y8y4m4v" - }, - { - "Name": "integrity", - "Value": "sha256-VxO7GHSaCuXAgvN46X3YFqtyi58rgKYlp4vSr+t8+Xg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/index.html" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/index.lx7y8y4m4v.html.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lx7y8y4m4v" - }, - { - "Name": "integrity", - "Value": "sha256-RT7hoNITsvo/vamuZcGHzaInw6kAhDCmKjrahCP71Zs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/index.html.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000835421888" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1196" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1196" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.xzxjngt7zi.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000835421888" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1196" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xzxjngt7zi" - }, - { - "Name": "integrity", - "Value": "sha256-I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.xzxjngt7zi.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xzxjngt7zi" - }, - { - "Name": "integrity", - "Value": "sha256-I4aW1HIwF4XBvcCqEXQIHfMTUNa6rU386R0lcoXZQkk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.xzxjngt7zi.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1196" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xzxjngt7zi" - }, - { - "Name": "integrity", - "Value": "sha256-6Mhk1co8IHzSfoGV1+PPcnv5ZZkVOkzEgEvP167KupE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/custom.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000281769513" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.kgr1ylielh.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000281769513" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kgr1ylielh" - }, - { - "Name": "integrity", - "Value": "sha256-vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.kgr1ylielh.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kgr1ylielh" - }, - { - "Name": "integrity", - "Value": "sha256-vEioPGDccz2ipIRE1yzjuk0+3Cl0Dg79g7KQV9YbLWs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.kgr1ylielh.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kgr1ylielh" - }, - { - "Name": "integrity", - "Value": "sha256-BgpCUzX54RPGs2xr32Fo1RmlnWN/v8sIyX+QUK7HHis=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/directory.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000485672657" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2058" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7705" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2058" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.w0u3ayulia.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000485672657" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2058" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w0u3ayulia" - }, - { - "Name": "integrity", - "Value": "sha256-QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.w0u3ayulia.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7705" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w0u3ayulia" - }, - { - "Name": "integrity", - "Value": "sha256-QBO6euYYjTHNfvINhXTHqnPdTgvVvohQ9YPck+OTzEo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/file.w0u3ayulia.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2058" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w0u3ayulia" - }, - { - "Name": "integrity", - "Value": "sha256-bzCkNWaq4zzZq0JgwJwtW99g0mFS4zWBCiT1MyuTAMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/file.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.jo6rt1usfq.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000818330606" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jo6rt1usfq" - }, - { - "Name": "integrity", - "Value": "sha256-kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.jo6rt1usfq.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5961" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jo6rt1usfq" - }, - { - "Name": "integrity", - "Value": "sha256-kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.jo6rt1usfq.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jo6rt1usfq" - }, - { - "Name": "integrity", - "Value": "sha256-CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000818330606" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5961" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kxuPA6ox3F8gYeQYqs9/vER5zEt4qky07rJMannQGLU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/filetypes.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CEYsYsNPDuN+/OiLTqQUaB0JIlNJ3OlF/ebWFujzPGk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.heq2faoy66.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030454379" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "heq2faoy66" - }, - { - "Name": "integrity", - "Value": "sha256-KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.heq2faoy66.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "93113" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "heq2faoy66" - }, - { - "Name": "integrity", - "Value": "sha256-KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.heq2faoy66.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "heq2faoy66" - }, - { - "Name": "integrity", - "Value": "sha256-BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030454379" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "93113" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KcnodS8lsXlh48b/ct40sfGhV9/F+rtovRSLjskAKxc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.10.2.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BbEU75WnUXCo1srLBrAFVBwztXXyyQNtXDQ12JCZpOw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030050786" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33276" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "95790" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33276" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.nafgcklik7.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030050786" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33276" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nafgcklik7" - }, - { - "Name": "integrity", - "Value": "sha256-kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.nafgcklik7.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "95790" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nafgcklik7" - }, - { - "Name": "integrity", - "Value": "sha256-kSIvlvNHNevIjfIIAX5U1DKbkgLj5SNn+4sUlpihpe8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.nafgcklik7.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33276" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nafgcklik7" - }, - { - "Name": "integrity", - "Value": "sha256-spbofuWR2aMuzLT+2LWE+w9Y7hKMI80rsjB/zL+li1E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-1.11.1.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000033842093" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "29548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "84249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "29548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.mu0obnb7ay.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000033842093" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "29548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mu0obnb7ay" - }, - { - "Name": "integrity", - "Value": "sha256-ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.mu0obnb7ay.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "84249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mu0obnb7ay" - }, - { - "Name": "integrity", - "Value": "sha256-ss6EYtFz/JK2D5hwH0VENxDkI68bEVJadiAI/ywaAgQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.mu0obnb7ay.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "29548" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mu0obnb7ay" - }, - { - "Name": "integrity", - "Value": "sha256-IiUzOLBMu9cFi2b5GEL3LK+hCP4gGalhAaW5L5ZGnFE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-2.1.1.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.fvag6lde7j.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000566572238" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fvag6lde7j" - }, - { - "Name": "integrity", - "Value": "sha256-CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.fvag6lde7j.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4660" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fvag6lde7j" - }, - { - "Name": "integrity", - "Value": "sha256-CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.fvag6lde7j.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fvag6lde7j" - }, - { - "Name": "integrity", - "Value": "sha256-0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000566572238" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4660" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CyXj9apxidAWGiJNhp11J5wsflAnPMCKZ0VvRYYYx9g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-dateFormat.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0xbpeFcYkip8w6HTmbVNLqARR9A6KWyy/iFAiguZaVI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.dph7h3iu3x.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000034614053" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dph7h3iu3x" - }, - { - "Name": "integrity", - "Value": "sha256-n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.dph7h3iu3x.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "111864" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dph7h3iu3x" - }, - { - "Name": "integrity", - "Value": "sha256-n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.dph7h3iu3x.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dph7h3iu3x" - }, - { - "Name": "integrity", - "Value": "sha256-547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000034614053" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "111864" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n20VZMqXNGnWCLnVubkNqqhcJni0OKM0qNH/30erzrA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/jquery-ui-1.10.4.custom.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-547W+1uxASxEZXYXr/bc0OseFIG9PqG23CRxbc0kX5s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.732z6e4j88.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000154942671" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "732z6e4j88" - }, - { - "Name": "integrity", - "Value": "sha256-U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.732z6e4j88.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26979" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "732z6e4j88" - }, - { - "Name": "integrity", - "Value": "sha256-U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.732z6e4j88.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "732z6e4j88" - }, - { - "Name": "integrity", - "Value": "sha256-dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000154942671" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "26979" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U7Oq32wSDCxVrfv8XPm3oQGsMVdVKr1EAeOb3rhbYC4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dKkCgGOek22QwrUPn9sZMNHt40/Iwa2QNVbJmWxseVU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.92yzxsdyxy.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000100563154" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "92yzxsdyxy" - }, - { - "Name": "integrity", - "Value": "sha256-z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.92yzxsdyxy.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "41973" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "92yzxsdyxy" - }, - { - "Name": "integrity", - "Value": "sha256-z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.92yzxsdyxy.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "92yzxsdyxy" - }, - { - "Name": "integrity", - "Value": "sha256-OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000100563154" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "41973" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z2cdTZAETsH5daQ8FRRJ2SwuO27xZyVxA7SlQMkIwu0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/main.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OjvXFFnTUhZAwB7b12TjITgm7l5D4wRkgsBJ9Y9mwFY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.iztx47nu4d.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081566069" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12259" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iztx47nu4d" - }, - { - "Name": "integrity", - "Value": "sha256-DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.iztx47nu4d.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "65079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iztx47nu4d" - }, - { - "Name": "integrity", - "Value": "sha256-DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.iztx47nu4d.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12259" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iztx47nu4d" - }, - { - "Name": "integrity", - "Value": "sha256-4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081566069" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12259" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "65079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DgbnrCkEKvcI334t28On4F63UwrN+59TIIfCRxcEdcc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/mini-main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12259" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4FGyxuSFZcEdzqpIjOu+dLQYpny3A/AZA3KtT0nb/As=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000563697858" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1773" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1773" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.wsi5c7b7qz.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000563697858" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1773" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wsi5c7b7qz" - }, - { - "Name": "integrity", - "Value": "sha256-kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.wsi5c7b7qz.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wsi5c7b7qz" - }, - { - "Name": "integrity", - "Value": "sha256-kJmuWlTrI13LRIafeBnO2bTzqjbbPV6QbBvvjzZG3Ec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.wsi5c7b7qz.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1773" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wsi5c7b7qz" - }, - { - "Name": "integrity", - "Value": "sha256-Mp8zUKBiZet0YGZOoemSFxUpzMRMqE26SWzjKHSIJCQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/tiny_mce_popup.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000378644453" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8313" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.kpxwnn1tu5.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000378644453" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kpxwnn1tu5" - }, - { - "Name": "integrity", - "Value": "sha256-qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.kpxwnn1tu5.js", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8313" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kpxwnn1tu5" - }, - { - "Name": "integrity", - "Value": "sha256-qPWH7tAOOuAp2rUJL+lBXjdqiSp8vCPOHR7ghDjhjhI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.kpxwnn1tu5.js.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kpxwnn1tu5" - }, - { - "Name": "integrity", - "Value": "sha256-8BmkhHzY4TCUjJBkOh2ESK7VVsL00ni6/HfO5Y/bE8A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/js/utils.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.2ztd48ghma.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000759878419" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ztd48ghma" - }, - { - "Name": "integrity", - "Value": "sha256-/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.2ztd48ghma.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5095" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ztd48ghma" - }, - { - "Name": "integrity", - "Value": "sha256-/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.2ztd48ghma.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ztd48ghma" - }, - { - "Name": "integrity", - "Value": "sha256-b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000759878419" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5095" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/rwmEACNeuU6RpWQKe9S/7Ek7NwEzKfuGyrO3gsF8sU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/bg.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b3RPz3cPZQ61EGRAdS4hnpO+4Vbgg3E/oGGHhSLFYKk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.by2eidat4z.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000871080139" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "by2eidat4z" - }, - { - "Name": "integrity", - "Value": "sha256-c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.by2eidat4z.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3742" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "by2eidat4z" - }, - { - "Name": "integrity", - "Value": "sha256-c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.by2eidat4z.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "by2eidat4z" - }, - { - "Name": "integrity", - "Value": "sha256-U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000871080139" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3742" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c4wlX7Vgj94j/WEAgKvvKjq+5ue+kMHMPU4tlBAMpxI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ca.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U9f8luyey1SkvNO+a86KSn6cxOxsoU1JGU29BXNczlk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000883392226" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1131" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3500" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1131" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.zat1q7gfpw.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000883392226" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1131" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zat1q7gfpw" - }, - { - "Name": "integrity", - "Value": "sha256-ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.zat1q7gfpw.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3500" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zat1q7gfpw" - }, - { - "Name": "integrity", - "Value": "sha256-ZR96OslSohDnY0CIOHp35x/wE44AqnVEUKm39vnUEHE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.zat1q7gfpw.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1131" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zat1q7gfpw" - }, - { - "Name": "integrity", - "Value": "sha256-PYNUK4NDHUPAidDeDGnyMKs+r4KgrSyaMBGjrHwZljo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.a18dd332fb.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000868055556" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1151" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a18dd332fb" - }, - { - "Name": "integrity", - "Value": "sha256-7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.a18dd332fb.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3617" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a18dd332fb" - }, - { - "Name": "integrity", - "Value": "sha256-7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.a18dd332fb.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1151" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a18dd332fb" - }, - { - "Name": "integrity", - "Value": "sha256-xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000868055556" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1151" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3617" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7jJbTerofatbbpkxwKFsOvnMjPfFBOYRxFGveowxJTU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/cs1.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1151" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xBqn1ftaaytS2UTcadop+0lp8bc2Qayt61g/9ixXHug=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.1ni9qwksvt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000937207123" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1ni9qwksvt" - }, - { - "Name": "integrity", - "Value": "sha256-neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.1ni9qwksvt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3368" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1ni9qwksvt" - }, - { - "Name": "integrity", - "Value": "sha256-neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.1ni9qwksvt.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1ni9qwksvt" - }, - { - "Name": "integrity", - "Value": "sha256-W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000937207123" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3368" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-neCUZiw9W7tqHvgZYtQofG226WcOOHauk1LVhS81hC4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/da.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W5pvnkNIKopEP86FAPEgotfEe/k8UW1troranKH/2cw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.3pp16bx195.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000871839582" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3pp16bx195" - }, - { - "Name": "integrity", - "Value": "sha256-qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.3pp16bx195.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3672" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3pp16bx195" - }, - { - "Name": "integrity", - "Value": "sha256-qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.3pp16bx195.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3pp16bx195" - }, - { - "Name": "integrity", - "Value": "sha256-I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000871839582" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3672" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qaUTIzHZW3+MQJ/S/kfwInXMi+oRfi8cFRb+FFD28wU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/de.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1146" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I2o9wF3Et13IlsYcybk64vFAEidGRsSTuNSlWQENEXY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001039501040" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "961" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3252" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "961" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.oaf63uccuy.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001039501040" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "961" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oaf63uccuy" - }, - { - "Name": "integrity", - "Value": "sha256-EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.oaf63uccuy.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3252" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oaf63uccuy" - }, - { - "Name": "integrity", - "Value": "sha256-EJLp0+Xjl7710UfT39ZTE3hB+01eDAXWHSH8YxMpScI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.oaf63uccuy.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "961" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oaf63uccuy" - }, - { - "Name": "integrity", - "Value": "sha256-Puv5yYOgCESWrJwTzkuoGY6/AhRXyOrqbUC0Knv7jkI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/en.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000935453695" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3690" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.y0ol60btym.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000935453695" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y0ol60btym" - }, - { - "Name": "integrity", - "Value": "sha256-4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.y0ol60btym.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3690" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y0ol60btym" - }, - { - "Name": "integrity", - "Value": "sha256-4iIGOwl8+spLYgQfm3DFjOQhoWYjy4itBflnVxq45ew=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.y0ol60btym.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1068" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y0ol60btym" - }, - { - "Name": "integrity", - "Value": "sha256-e9qNV67WqrCjAiTYxZRVxqCAbbZ+ILoWgeabo0kyV80=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/es.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.frr0skv8ej.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000858369099" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1164" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "frr0skv8ej" - }, - { - "Name": "integrity", - "Value": "sha256-dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.frr0skv8ej.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3950" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "frr0skv8ej" - }, - { - "Name": "integrity", - "Value": "sha256-dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.frr0skv8ej.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1164" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "frr0skv8ej" - }, - { - "Name": "integrity", - "Value": "sha256-xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000858369099" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1164" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3950" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dRce1Dqb5YidOFlZy/XYyvzzgCFWwqNCW9mYycew9PA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/fr.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1164" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xLuj/xeKVBgNTt4P/cKxOME7FlhaYx7UAV4gBjCDVNk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.4j8c2a1jcb.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000895255148" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1116" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4j8c2a1jcb" - }, - { - "Name": "integrity", - "Value": "sha256-MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.4j8c2a1jcb.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3455" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4j8c2a1jcb" - }, - { - "Name": "integrity", - "Value": "sha256-MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.4j8c2a1jcb.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1116" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4j8c2a1jcb" - }, - { - "Name": "integrity", - "Value": "sha256-wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000895255148" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1116" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3455" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MDB8bIHWVdVPzbHOlFIgxp8B8EX8UXqPW4j1eLYO7cI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/hu.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1116" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wmHi7x5LDL3EQQCq2acP8sZ7kKCJDi6VPBV8tdIt4Jw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.e2tffgt68h.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000939849624" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1063" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2tffgt68h" - }, - { - "Name": "integrity", - "Value": "sha256-5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.e2tffgt68h.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3672" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2tffgt68h" - }, - { - "Name": "integrity", - "Value": "sha256-5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.e2tffgt68h.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1063" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2tffgt68h" - }, - { - "Name": "integrity", - "Value": "sha256-UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000939849624" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1063" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3672" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5j9cKbnMUmdVGmRMuM79CKU+DXXXhnI+eJJM0qGgMb4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/it.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1063" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UBQZ6SYBOkn8vqImq4P4t78rJONHC8LhWMjWflcNuEo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000932835821" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1071" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3535" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1071" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.kzwnejtfs7.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000932835821" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1071" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kzwnejtfs7" - }, - { - "Name": "integrity", - "Value": "sha256-QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.kzwnejtfs7.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3535" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kzwnejtfs7" - }, - { - "Name": "integrity", - "Value": "sha256-QG9LRaMm1vvB6CQUR3dY1RysPPTK/oER1Fo2hCK7LyE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.kzwnejtfs7.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1071" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kzwnejtfs7" - }, - { - "Name": "integrity", - "Value": "sha256-nTcvrQYhsozer+1CS0JNNKSHE2Kde+skM7BdsvQymG8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/nl.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000819672131" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1219" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3722" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1219" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.jsr8f10hil.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000819672131" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1219" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr8f10hil" - }, - { - "Name": "integrity", - "Value": "sha256-s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.jsr8f10hil.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3722" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr8f10hil" - }, - { - "Name": "integrity", - "Value": "sha256-s5FJuGMXRoM8NnJggPNBuouImFFuH0fz0r4l84nqWWE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.jsr8f10hil.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1219" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr8f10hil" - }, - { - "Name": "integrity", - "Value": "sha256-qdA5qUbQvMsIbceZuaAs4NKiZDBF7ZLyp1kjpjO/aaI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pl.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.d7mrq92qvp.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000931098696" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1073" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7mrq92qvp" - }, - { - "Name": "integrity", - "Value": "sha256-KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.d7mrq92qvp.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3537" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7mrq92qvp" - }, - { - "Name": "integrity", - "Value": "sha256-KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.d7mrq92qvp.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1073" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7mrq92qvp" - }, - { - "Name": "integrity", - "Value": "sha256-DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000931098696" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1073" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3537" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KWfR3x91UywI4FdGpCCHmgtmG2U2u+P+pjkN8Pu51Pg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/pt.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1073" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DGVaaCi7bkUJaq0qrtbPekmZJfw+fe7DTIvzqZv826k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.a0bq87breh.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750187547" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a0bq87breh" - }, - { - "Name": "integrity", - "Value": "sha256-xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.a0bq87breh.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5072" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a0bq87breh" - }, - { - "Name": "integrity", - "Value": "sha256-xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.a0bq87breh.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a0bq87breh" - }, - { - "Name": "integrity", - "Value": "sha256-iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750187547" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5072" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xlGNTQjFMpCOtur96xDJJJKdk6PQ5wOmAGg/5JdaRKw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/ru.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iFZg2KS8+oXqiOuz8KgZBRyhCTmuNJUzgNh1PzvyNys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000818330606" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3811" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.kt71g9ordt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000818330606" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt71g9ordt" - }, - { - "Name": "integrity", - "Value": "sha256-KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.kt71g9ordt.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3811" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt71g9ordt" - }, - { - "Name": "integrity", - "Value": "sha256-KA5KVC47PXC77k16K3eUeYTrDkCPjiMGX9727FPJiVg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.kt71g9ordt.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1221" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt71g9ordt" - }, - { - "Name": "integrity", - "Value": "sha256-2bvwJFw0KdsawPR5B2GMjUPsSEPt7Y2ahYx2XCvy8Qg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/sk.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000890471950" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.o4dl244xsa.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000890471950" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o4dl244xsa" - }, - { - "Name": "integrity", - "Value": "sha256-SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.o4dl244xsa.json", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o4dl244xsa" - }, - { - "Name": "integrity", - "Value": "sha256-SHjswHj38hm+naewU0YynG7H/YxdkoAongKt3cUnZSE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.o4dl244xsa.json.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1122" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o4dl244xsa" - }, - { - "Name": "integrity", - "Value": "sha256-Kq0Iyk7xvDXRdQDVz785ruHE2Qky6sXl/hAsBvcNhTc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/lang/tr.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.mt0dnu2hoz.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.010526315789" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "94" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mt0dnu2hoz" - }, - { - "Name": "integrity", - "Value": "sha256-alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.mt0dnu2hoz.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "123" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mt0dnu2hoz" - }, - { - "Name": "integrity", - "Value": "sha256-alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.mt0dnu2hoz.txt.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "94" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mt0dnu2hoz" - }, - { - "Name": "integrity", - "Value": "sha256-Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.010526315789" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "94" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "123" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-alR6BbT1gghd7luobPWadwxHOVbMX5zYBpE77hk8/bU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz", - "AssetFile": "_content/Nop.Web/lib/Roxy_Fileman/third-party.txt.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "94" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vih8Jb2xoeb4cZBav7pCWGLGLePNzeypvlRiEKlapgc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000013482177" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "74171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "687134" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "74171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.x8hjcosinu.css", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000013482177" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "74171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x8hjcosinu" - }, - { - "Name": "integrity", - "Value": "sha256-EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.x8hjcosinu.css", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "687134" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x8hjcosinu" - }, - { - "Name": "integrity", - "Value": "sha256-EQqWNuY0iE8BghnhJHJsJ2RHmEVSM8bE3600S9qLd2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.x8hjcosinu.css.gz", - "AssetFile": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "74171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x8hjcosinu" - }, - { - "Name": "integrity", - "Value": "sha256-z+6bQ+C8AFWH0+pVNgOEU9BbWsEsCe0/HgZF4RcFIRI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib/adminLTE/css/adminlte-rtl.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.3tm8h1bp7x.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000044714720" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22363" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3tm8h1bp7x" - }, - { - "Name": "integrity", - "Value": "sha256-iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.3tm8h1bp7x.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "96534" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3tm8h1bp7x" - }, - { - "Name": "integrity", - "Value": "sha256-iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.3tm8h1bp7x.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22363" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3tm8h1bp7x" - }, - { - "Name": "integrity", - "Value": "sha256-7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000044714720" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22363" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "96534" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iZX2wxGmEZavFihUPa9PROEkOSbSiC2ku8wAwi/98fk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/all.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22363" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7HDvOzcleXXT8FC0vWzZ7qTyCZ9wx0fLB2eli9pi7DU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.7mnzcnfupl.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000200682320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4982" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7mnzcnfupl" - }, - { - "Name": "integrity", - "Value": "sha256-TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.7mnzcnfupl.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19659" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7mnzcnfupl" - }, - { - "Name": "integrity", - "Value": "sha256-TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.7mnzcnfupl.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4982" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7mnzcnfupl" - }, - { - "Name": "integrity", - "Value": "sha256-erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000200682320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4982" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19659" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TxrcA+ACREBfwNekfXonlSQuJdJKH4EHgX+59sSbSG0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/brands.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4982" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-erjLZjFdzI7yeUFBZC24wQ2Zky3w0Fpf6QS0PFI94Js=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000058224163" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17174" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "74341" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17174" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.gqpkx5pvi4.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000058224163" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17174" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gqpkx5pvi4" - }, - { - "Name": "integrity", - "Value": "sha256-uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.gqpkx5pvi4.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "74341" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gqpkx5pvi4" - }, - { - "Name": "integrity", - "Value": "sha256-uPvJhEtKn1W00Q3CXmft4x4bAPvPnGz4LmFD9uJ23Vw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.gqpkx5pvi4.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17174" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gqpkx5pvi4" - }, - { - "Name": "integrity", - "Value": "sha256-KUlD4astS+NsTzQuGn7iP2thGYbvpImEi1ofSzF5Urs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/fontawesome.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003012048193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "331" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "585" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "331" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.zs9v75dzyi.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003012048193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "331" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zs9v75dzyi" - }, - { - "Name": "integrity", - "Value": "sha256-Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.zs9v75dzyi.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "585" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zs9v75dzyi" - }, - { - "Name": "integrity", - "Value": "sha256-Y27vawJpKaZCpjAiTAf5wCwcHfUS4+etnxmHn597umM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.zs9v75dzyi.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "331" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zs9v75dzyi" - }, - { - "Name": "integrity", - "Value": "sha256-X9VU9aJxzwrKaTPi3nYyQ93wV4gghNZHBc3mrqwfcQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/regular.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003030303030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "329" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "329" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.fn3o46e0d2.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003030303030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "329" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fn3o46e0d2" - }, - { - "Name": "integrity", - "Value": "sha256-e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.fn3o46e0d2.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "577" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fn3o46e0d2" - }, - { - "Name": "integrity", - "Value": "sha256-e2TvuNx6HBsZ0HxljOu2hEDOl9u7wcxQNG2IvZ210AE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.fn3o46e0d2.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "329" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fn3o46e0d2" - }, - { - "Name": "integrity", - "Value": "sha256-XOO1+Pa3aiTReo43FaJGM5GxQYlepCLLyU2/6EtkbXw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/solid.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000456829603" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2188" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "9836" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2188" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.jsr80nsc1x.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000456829603" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2188" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr80nsc1x" - }, - { - "Name": "integrity", - "Value": "sha256-s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.jsr80nsc1x.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "9836" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr80nsc1x" - }, - { - "Name": "integrity", - "Value": "sha256-s7qgNAxdu9okOWPGwUoXMXpxmKhoFImjsDHbtkkeiwM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.jsr80nsc1x.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2188" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jsr80nsc1x" - }, - { - "Name": "integrity", - "Value": "sha256-1fEVP36zjI8G0mNG0n8oJohR2TatcBEnQxqMcycr//U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/svg-with-js.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001567398119" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1741" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.z6ivfnuq1m.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001567398119" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z6ivfnuq1m" - }, - { - "Name": "integrity", - "Value": "sha256-JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.z6ivfnuq1m.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1741" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z6ivfnuq1m" - }, - { - "Name": "integrity", - "Value": "sha256-JQfVSJtk/hnkuKAe1WKC9IdASwskJKREJKaRUqaL19Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.z6ivfnuq1m.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "637" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z6ivfnuq1m" - }, - { - "Name": "integrity", - "Value": "sha256-EkHmIjjtMall9przI8GAc0eMpAFaC9zWdFcc5tzQYJI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-font-face.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000229621125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "27598" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.h3d4iarrsa.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000229621125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h3d4iarrsa" - }, - { - "Name": "integrity", - "Value": "sha256-TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.h3d4iarrsa.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "27598" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h3d4iarrsa" - }, - { - "Name": "integrity", - "Value": "sha256-TUUG0l2udfVwD2vz6oucFpiHEo+UWGe2rrU91le5FVE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.h3d4iarrsa.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h3d4iarrsa" - }, - { - "Name": "integrity", - "Value": "sha256-w5+TmH9wKKUSqVPzAe6GydZVKVXRwfb+/uHU6tAwa6U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v4-shims.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.2uaydsaibw.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003194888179" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "312" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2uaydsaibw" - }, - { - "Name": "integrity", - "Value": "sha256-WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.2uaydsaibw.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "799" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2uaydsaibw" - }, - { - "Name": "integrity", - "Value": "sha256-WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.2uaydsaibw.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "312" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2uaydsaibw" - }, - { - "Name": "integrity", - "Value": "sha256-Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003194888179" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "312" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "799" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WqiR9bmSUvECQS/pMqxSggIx55A0H+Z3wlRc7t9A7Dw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/css/v5-font-face.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "312" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hab0UMn2CDQiVE1IKC2aW6+QiNr+GTUL5cDbxXevdnM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.482m566opu.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "118072" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"xBHxGXXSbrBM0qo8BxGB1LGOSJ8fuXBg1BdqNTHfs24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "482m566opu" - }, - { - "Name": "integrity", - "Value": "sha256-xBHxGXXSbrBM0qo8BxGB1LGOSJ8fuXBg1BdqNTHfs24=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.k0badq1psr.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "209376" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"vIRLWwLT862rtRTeTgwCCCUtMSNBO9A/Yof6RGrO6Fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k0badq1psr" - }, - { - "Name": "integrity", - "Value": "sha256-vIRLWwLT862rtRTeTgwCCCUtMSNBO9A/Yof6RGrO6Fk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "209376" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"vIRLWwLT862rtRTeTgwCCCUtMSNBO9A/Yof6RGrO6Fk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vIRLWwLT862rtRTeTgwCCCUtMSNBO9A/Yof6RGrO6Fk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "118072" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"xBHxGXXSbrBM0qo8BxGB1LGOSJ8fuXBg1BdqNTHfs24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xBHxGXXSbrBM0qo8BxGB1LGOSJ8fuXBg1BdqNTHfs24=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "67976" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"ZPn7YjaB8RImHpovl4JngkOfOSXeqPRKV9Hk25W6bP0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZPn7YjaB8RImHpovl4JngkOfOSXeqPRKV9Hk25W6bP0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.vunsf37km8.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "25464" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"xzLxBukbxhh2f7rI4seyflxzbUd7K7T7g/WXpDGYwzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vunsf37km8" - }, - { - "Name": "integrity", - "Value": "sha256-xzLxBukbxhh2f7rI4seyflxzbUd7K7T7g/WXpDGYwzw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.wh62814ak5.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "67976" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"ZPn7YjaB8RImHpovl4JngkOfOSXeqPRKV9Hk25W6bP0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wh62814ak5" - }, - { - "Name": "integrity", - "Value": "sha256-ZPn7YjaB8RImHpovl4JngkOfOSXeqPRKV9Hk25W6bP0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "25464" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"xzLxBukbxhh2f7rI4seyflxzbUd7K7T7g/WXpDGYwzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xzLxBukbxhh2f7rI4seyflxzbUd7K7T7g/WXpDGYwzw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.3v4i0e2016.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "157192" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"HwGJ4If8779lT610o6BmaLeCwBNTph1cC38L8j4zwCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3v4i0e2016" - }, - { - "Name": "integrity", - "Value": "sha256-HwGJ4If8779lT610o6BmaLeCwBNTph1cC38L8j4zwCA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.dx0q982i17.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "423676" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"MfCZwT9uS6BfG0cb8XDLVJMklHQiKRc3LePKXPKeaho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dx0q982i17" - }, - { - "Name": "integrity", - "Value": "sha256-MfCZwT9uS6BfG0cb8XDLVJMklHQiKRc3LePKXPKeaho=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "423676" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"MfCZwT9uS6BfG0cb8XDLVJMklHQiKRc3LePKXPKeaho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MfCZwT9uS6BfG0cb8XDLVJMklHQiKRc3LePKXPKeaho=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "157192" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"HwGJ4If8779lT610o6BmaLeCwBNTph1cC38L8j4zwCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HwGJ4If8779lT610o6BmaLeCwBNTph1cC38L8j4zwCA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.eyg0g8npd8.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4800" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"Ksoks1vUFHTcxef7XxHsQ/oG46wdADWtQRCPprMLCHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eyg0g8npd8" - }, - { - "Name": "integrity", - "Value": "sha256-Ksoks1vUFHTcxef7XxHsQ/oG46wdADWtQRCPprMLCHE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.iedu90xqit.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "10836" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"pidKEv0/Xx6gX8m0Z3lZsx/RAf2sTw0JwXFZxBTTbSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iedu90xqit" - }, - { - "Name": "integrity", - "Value": "sha256-pidKEv0/Xx6gX8m0Z3lZsx/RAf2sTw0JwXFZxBTTbSM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "10836" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"pidKEv0/Xx6gX8m0Z3lZsx/RAf2sTw0JwXFZxBTTbSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pidKEv0/Xx6gX8m0Z3lZsx/RAf2sTw0JwXFZxBTTbSM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2", - "AssetFile": "_content/Nop.Web/lib_npm/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4800" - }, - { - "Name": "Content-Type", - "Value": "font/woff2" - }, - { - "Name": "ETag", - "Value": "\"Ksoks1vUFHTcxef7XxHsQ/oG46wdADWtQRCPprMLCHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ksoks1vUFHTcxef7XxHsQ/oG46wdADWtQRCPprMLCHE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159337157" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6275" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "50852" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6275" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.jh76fe5aqw.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067870232" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14733" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jh76fe5aqw" - }, - { - "Name": "integrity", - "Value": "sha256-mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.jh76fe5aqw.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "115481" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jh76fe5aqw" - }, - { - "Name": "integrity", - "Value": "sha256-mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.jh76fe5aqw.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14733" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jh76fe5aqw" - }, - { - "Name": "integrity", - "Value": "sha256-O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067870232" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14733" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "115481" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mV1SijtmZ0/xTWoX7LZ0YcmgASW1K7/mbu3/CeQHDPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14733" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O04cGwVWI4S4XUB0wRdo2siEX6ULuwVlXjlRZi/spS8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.usryvhizmz.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159337157" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6275" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "usryvhizmz" - }, - { - "Name": "integrity", - "Value": "sha256-wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.usryvhizmz.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "50852" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "usryvhizmz" - }, - { - "Name": "integrity", - "Value": "sha256-wvsj2fkX22zE1TLCEUOHbbYlmkupmoQVjLT/4yI6RMI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.usryvhizmz.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6275" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "usryvhizmz" - }, - { - "Name": "integrity", - "Value": "sha256-djk5fnpMewtNIWFKwy4KkRMEPLs0M26XmpPDbBCuT98=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid-rtl.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000161550889" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "50642" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.baug4geqn5.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000068282690" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14644" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "baug4geqn5" - }, - { - "Name": "integrity", - "Value": "sha256-UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.baug4geqn5.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "115069" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "baug4geqn5" - }, - { - "Name": "integrity", - "Value": "sha256-UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.baug4geqn5.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14644" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "baug4geqn5" - }, - { - "Name": "integrity", - "Value": "sha256-GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000068282690" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14644" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "115069" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UyEdeVUVcyZ397qtQVczJ1+ZCYsM/8yjmFjXaKw4ILM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14644" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GESrnKljuK+3sAkh0+LBpHMnBkGBQyealCLGkqFjdvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.fgvfz5bry7.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000161550889" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.fgvfz5bry7.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "50642" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.fgvfz5bry7.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-grid.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000587544066" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1701" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4229" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1701" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.htpvrgrtw3.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000115620303" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8648" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "htpvrgrtw3" - }, - { - "Name": "integrity", - "Value": "sha256-i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.htpvrgrtw3.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "34241" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "htpvrgrtw3" - }, - { - "Name": "integrity", - "Value": "sha256-i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.htpvrgrtw3.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8648" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "htpvrgrtw3" - }, - { - "Name": "integrity", - "Value": "sha256-VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000115620303" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8648" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "34241" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i0B7CcIoIPnu8p1spd8+NwSovNmnQf5VxIRs1XZJkGs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8648" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VqVcGb/0gO0x2m5z2JYBVc2z23RFTa3gWDGsd2EQmzU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.qk35pay6re.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000587544066" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1701" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qk35pay6re" - }, - { - "Name": "integrity", - "Value": "sha256-WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.qk35pay6re.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4229" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qk35pay6re" - }, - { - "Name": "integrity", - "Value": "sha256-WmKXi1ml7lFwkyTuh0oNuxm92Qx0AcwR5yqkr8dvHOI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.qk35pay6re.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1701" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qk35pay6re" - }, - { - "Name": "integrity", - "Value": "sha256-pA5dqxPARg5quS7mnJ2CPFZBHpdow7BFMuzC8lAt/bQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot-rtl.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625782228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3929" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.hrnmorb6c9.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121550991" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8226" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hrnmorb6c9" - }, - { - "Name": "integrity", - "Value": "sha256-M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.hrnmorb6c9.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32550" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hrnmorb6c9" - }, - { - "Name": "integrity", - "Value": "sha256-M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.hrnmorb6c9.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8226" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hrnmorb6c9" - }, - { - "Name": "integrity", - "Value": "sha256-m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121550991" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8226" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "32550" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M0r+DMkQa9WOZEDpIewVmCoujYXlURpJqUQYSoo4aDE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8226" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-m0FSPtZy4hFQxlJvh7H2UL9GI7MWo3hhpgiT/nO7psc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.xeulmjfqjv.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625782228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.xeulmjfqjv.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3929" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.xeulmjfqjv.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-reboot.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041054274" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "162059" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.lptyddtasn.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009317146" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "107328" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lptyddtasn" - }, - { - "Name": "integrity", - "Value": "sha256-F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.lptyddtasn.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "654668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lptyddtasn" - }, - { - "Name": "integrity", - "Value": "sha256-F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.lptyddtasn.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "107328" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lptyddtasn" - }, - { - "Name": "integrity", - "Value": "sha256-R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009317146" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "107328" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "654668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F2SU2ZICPNbkorUeW1Cndk96feNUT9tUfSjn/muP+hE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "107328" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R9Higs0sMvkqS47yMKt+VeqQw3fY0ufM4MXVRnfyNW0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.ettju7qdos.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041054274" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ettju7qdos" - }, - { - "Name": "integrity", - "Value": "sha256-TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.ettju7qdos.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "162059" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ettju7qdos" - }, - { - "Name": "integrity", - "Value": "sha256-TqgNETrf4QSh0JGmeCorCMf1isEV9XQXYV0fdurzUYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.ettju7qdos.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ettju7qdos" - }, - { - "Name": "integrity", - "Value": "sha256-rFp6uzYvnQu07cSetcvf/c4dBS0IwG0906crg26dbVM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap-rtl.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041474846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "161415" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.14e77nu0vn.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009410879" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106259" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "14e77nu0vn" - }, - { - "Name": "integrity", - "Value": "sha256-MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.14e77nu0vn.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "650991" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "14e77nu0vn" - }, - { - "Name": "integrity", - "Value": "sha256-MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.14e77nu0vn.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106259" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "14e77nu0vn" - }, - { - "Name": "integrity", - "Value": "sha256-7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009410879" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106259" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "650991" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MUZcgH+UFSVPc2isVkZYHKXbkErYpy992biJYDU5Gxc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106259" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7aUsnEVM+KnMv01UvRPrM0PumIUpIEZ5iBE1gAYUeUI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.r61markcoc.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041474846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.r61markcoc.css", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "161415" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.r61markcoc.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/css/bootstrap.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000044740727" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "83758" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011982936" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83451" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "319738" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83451" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.wvw6hzfqfd.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011982936" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83451" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wvw6hzfqfd" - }, - { - "Name": "integrity", - "Value": "sha256-/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.wvw6hzfqfd.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "319738" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wvw6hzfqfd" - }, - { - "Name": "integrity", - "Value": "sha256-/HiE6tDkUmZClhC125sYi8bWihT58EuhTjXuGmB8ihE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.wvw6hzfqfd.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83451" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wvw6hzfqfd" - }, - { - "Name": "integrity", - "Value": "sha256-/BQJy9jZ2iHWEhhxi7m/wtEgb9CIHLx8mG3xm7FvnLU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.k0ziid0ums.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000044740727" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k0ziid0ums" - }, - { - "Name": "integrity", - "Value": "sha256-xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.k0ziid0ums.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "83758" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k0ziid0ums" - }, - { - "Name": "integrity", - "Value": "sha256-xKcGP7NuHjFUUr1J4mR1SKFOBx38KV3UvmuqOgmLV4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.k0ziid0ums.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k0ziid0ums" - }, - { - "Name": "integrity", - "Value": "sha256-pJ/VU3d4j5bo6w0AA+WS2BtbeLu1pZy0vhUjLk7F7dk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.bundle.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.hm7svpep6i.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000064670504" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hm7svpep6i" - }, - { - "Name": "integrity", - "Value": "sha256-mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.hm7svpep6i.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "62807" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hm7svpep6i" - }, - { - "Name": "integrity", - "Value": "sha256-mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.hm7svpep6i.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hm7svpep6i" - }, - { - "Name": "integrity", - "Value": "sha256-/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000064670504" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "62807" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mbg9s2PcSUkxW8zo8DJAJg1AOfB2gO2qIvCpaJwu4dk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/HCCbn5RiJVL5w+OTnICzvc6y/mGUNt62YbTIQeValk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000021154172" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "47271" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "196159" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "47271" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.wuupzitamk.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000021154172" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "47271" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wuupzitamk" - }, - { - "Name": "integrity", - "Value": "sha256-eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.wuupzitamk.map", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "196159" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wuupzitamk" - }, - { - "Name": "integrity", - "Value": "sha256-eEMcvTdzaldU1dihFzpypUfmCgdSuYH+RakYHV7U4tk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.wuupzitamk.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "47271" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wuupzitamk" - }, - { - "Name": "integrity", - "Value": "sha256-V2W8d6jEfmnf0fQJVfbwsBFXG7cN5Av03/CaYyS3h0A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/@laylazi/bootstrap-rtl/js/bootstrap.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.13ti5y8wq9.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000008117806" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "123185" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "13ti5y8wq9" - }, - { - "Name": "integrity", - "Value": "sha256-vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.13ti5y8wq9.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1396758" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "13ti5y8wq9" - }, - { - "Name": "integrity", - "Value": "sha256-vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.13ti5y8wq9.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "123185" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "13ti5y8wq9" - }, - { - "Name": "integrity", - "Value": "sha256-BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000008117806" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "123185" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1396758" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vdB1Qr2ck9tU7BlOV1srXHsCWGNH6cvV7lbT4h8+gs0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.9ccuhph3ns.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000002553320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "391646" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ccuhph3ns" - }, - { - "Name": "integrity", - "Value": "sha256-+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.9ccuhph3ns.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3846965" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ccuhph3ns" - }, - { - "Name": "integrity", - "Value": "sha256-+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.9ccuhph3ns.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "391646" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ccuhph3ns" - }, - { - "Name": "integrity", - "Value": "sha256-Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "123185" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BZfgYY2vvRMcszRLoTgFTJi5SXApSFErU7jqlYHbGBY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000002553320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "391646" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3846965" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+R7l1fmFcV0+ooHk2acqfnQpDTKzai3dw2lPRAvf+7g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/adminlte.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "391646" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Poutzrf2mGKTlf5meOgdgSO0qW9/v6HJwON8GCRHlHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000035435861" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28219" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "358457" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28219" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.m4o7bhomm9.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011935453" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83783" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m4o7bhomm9" - }, - { - "Name": "integrity", - "Value": "sha256-5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.m4o7bhomm9.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "951543" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m4o7bhomm9" - }, - { - "Name": "integrity", - "Value": "sha256-5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.m4o7bhomm9.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83783" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m4o7bhomm9" - }, - { - "Name": "integrity", - "Value": "sha256-Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011935453" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83783" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "951543" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5kRxFtgkfOdxlqaN4QY7aTKFHi4ikpUmhW4SfTE+gXU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83783" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ow5QaFrzcGCgM/Y9OX4JomKslBssr3xhwYXeuBQFBI4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.vpe4w8myk8.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000035435861" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28219" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpe4w8myk8" - }, - { - "Name": "integrity", - "Value": "sha256-g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.vpe4w8myk8.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "358457" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpe4w8myk8" - }, - { - "Name": "integrity", - "Value": "sha256-g0MQC4sUFfVf6pQLHPnD+AgbR042lVuxbDVjCz8Cbjw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.vpe4w8myk8.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "28219" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpe4w8myk8" - }, - { - "Name": "integrity", - "Value": "sha256-f3y7m+o4N7ZINeRYgQ/O5lpF8+gc+SsYURPprK2cV+w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.components.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014470733" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69104" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "715357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.0z1dryj52z.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000004243275" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "235666" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0z1dryj52z" - }, - { - "Name": "integrity", - "Value": "sha256-PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.0z1dryj52z.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2046784" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0z1dryj52z" - }, - { - "Name": "integrity", - "Value": "sha256-PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.0z1dryj52z.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "235666" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0z1dryj52z" - }, - { - "Name": "integrity", - "Value": "sha256-769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69104" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000004243275" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "235666" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2046784" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PH7qPxFTAFx4s4cgzmpmGa8t3ryFYNGs+iCcDeY3Bio=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "235666" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-769hI2Hcr3g7V8UCJmC3qPOhgo4F6rs+vuQolyZ9Pds=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.l0wgxp2ftk.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014470733" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69104" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l0wgxp2ftk" - }, - { - "Name": "integrity", - "Value": "sha256-FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.l0wgxp2ftk.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "715357" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l0wgxp2ftk" - }, - { - "Name": "integrity", - "Value": "sha256-FatUq4f6bZNS04ufN4f3eVbQAOyiYDYRN+u2CNAS7vo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.l0wgxp2ftk.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69104" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l0wgxp2ftk" - }, - { - "Name": "integrity", - "Value": "sha256-z1Xfo1CwIsYFsD1eVEX3+Z4X97AXgstgEnMynYOPeXM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.core.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000222074173" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4502" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "34354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.3f3hs4fbnr.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067668155" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14777" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f3hs4fbnr" - }, - { - "Name": "integrity", - "Value": "sha256-cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.3f3hs4fbnr.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "89877" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f3hs4fbnr" - }, - { - "Name": "integrity", - "Value": "sha256-cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.3f3hs4fbnr.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14777" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f3hs4fbnr" - }, - { - "Name": "integrity", - "Value": "sha256-fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4502" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067668155" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14777" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "89877" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cfgJb8Hfvri2Ur0SwsQ8ylNNhWieSwaPcxz1Qsdsit8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14777" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fmsjQhm/PAJOQOwTtErEUk0q5Q287OPFCkfRHuya/tw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.vplv1q3d16.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000222074173" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4502" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vplv1q3d16" - }, - { - "Name": "integrity", - "Value": "sha256-TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.vplv1q3d16.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "34354" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vplv1q3d16" - }, - { - "Name": "integrity", - "Value": "sha256-TcfLmsCciuHMPSI/VIb/bBuhVNKws/Ubh5H4d7fugt4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.vplv1q3d16.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4502" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vplv1q3d16" - }, - { - "Name": "integrity", - "Value": "sha256-wwMAdNKYGe0HblESIuNgJxZ+XPglFg+6j4M2ugeVol0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.extra-components.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011384465" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "87838" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "875731" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "87838" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000003289452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304001" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2622810" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304001" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.szk79jtf9b.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000003289452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304001" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szk79jtf9b" - }, - { - "Name": "integrity", - "Value": "sha256-CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.szk79jtf9b.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2622810" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szk79jtf9b" - }, - { - "Name": "integrity", - "Value": "sha256-CMslcvWekWF3VwXnHtrKgSYrase5vq4Cy8Ifztj6TqU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.szk79jtf9b.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304001" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szk79jtf9b" - }, - { - "Name": "integrity", - "Value": "sha256-rYo8ju2Po3PynV8UhDshoIjn2e2r4BGtOQJHN+E6ZUg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.oyg0gm6qz2.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000011384465" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "87838" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oyg0gm6qz2" - }, - { - "Name": "integrity", - "Value": "sha256-4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.oyg0gm6qz2.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "875731" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oyg0gm6qz2" - }, - { - "Name": "integrity", - "Value": "sha256-4F0MZBjnNwAChEPpfEtfqRpGQV6D+BV6dlW9iNk9VDI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.oyg0gm6qz2.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "87838" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oyg0gm6qz2" - }, - { - "Name": "integrity", - "Value": "sha256-aaiA+w1BPXeM853MfancMPTYgRICrCxFjsY4tHi5Bg4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.light.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326904217" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3058" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16455" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3058" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.k7xfmnlf1s.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000080991334" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12346" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k7xfmnlf1s" - }, - { - "Name": "integrity", - "Value": "sha256-4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.k7xfmnlf1s.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "60623" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k7xfmnlf1s" - }, - { - "Name": "integrity", - "Value": "sha256-4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.k7xfmnlf1s.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12346" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k7xfmnlf1s" - }, - { - "Name": "integrity", - "Value": "sha256-7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000080991334" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12346" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "60623" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4PemtqeQx71EpnYiKADDvvpSvM220qw9lldxE3NlxjM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12346" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7KBziHZ+9XJu7vI7HueHuQEi6geOzsPMu+XRvT0k8/U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.exi4la83il.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000326904217" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3058" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "exi4la83il" - }, - { - "Name": "integrity", - "Value": "sha256-Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.exi4la83il.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16455" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "exi4la83il" - }, - { - "Name": "integrity", - "Value": "sha256-Luo+c7OJtZri3BPXKhAKbnZpJb526b0RspQDjnbSQug=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.exi4la83il.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3058" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "exi4la83il" - }, - { - "Name": "integrity", - "Value": "sha256-/eHMZ2xmXZ+W8aFvi/G1AOAQP96FsyyGhKHQR9hpAfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.pages.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045263206" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22092" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "290888" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22092" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000022681394" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "44088" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "436535" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "44088" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.ymjiesd2kl.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000022681394" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "44088" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ymjiesd2kl" - }, - { - "Name": "integrity", - "Value": "sha256-Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.ymjiesd2kl.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "436535" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ymjiesd2kl" - }, - { - "Name": "integrity", - "Value": "sha256-Fr4Zd1qZgjGJv0/YBlgJtYzMcq9cSOAF9CAfafawtDo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.ymjiesd2kl.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "44088" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ymjiesd2kl" - }, - { - "Name": "integrity", - "Value": "sha256-Xpq+NWjoBi2k/SY8uBt1vri/7gtuCF9iaoiPzdXGPk4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.xtk6lyw272.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045263206" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22092" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xtk6lyw272" - }, - { - "Name": "integrity", - "Value": "sha256-C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.xtk6lyw272.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "290888" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xtk6lyw272" - }, - { - "Name": "integrity", - "Value": "sha256-C9SpkgUv16y8xFui4e2tEsbVDF/oSN1mctXYLINSEIo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.xtk6lyw272.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22092" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xtk6lyw272" - }, - { - "Name": "integrity", - "Value": "sha256-yKwhngUli0LCv6nPFohJVl6TL+njNxJAP+oeM6IAEm8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/css/alt/adminlte.plugins.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000091407678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10939" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "46375" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10939" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032445411" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30820" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "135565" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30820" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.u5ei7o9gkk.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032445411" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30820" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u5ei7o9gkk" - }, - { - "Name": "integrity", - "Value": "sha256-Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.u5ei7o9gkk.map", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "135565" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u5ei7o9gkk" - }, - { - "Name": "integrity", - "Value": "sha256-Mm8PR/Fs59R6EX0u2TkDpB55LWn4UPiYkyfX+Ee/wlM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.u5ei7o9gkk.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30820" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u5ei7o9gkk" - }, - { - "Name": "integrity", - "Value": "sha256-v+70amaDYwBWrzLzdvJg8xOiQjbKoaKKBbsJjoz8kEU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.l61bx3l3ra.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000091407678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10939" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l61bx3l3ra" - }, - { - "Name": "integrity", - "Value": "sha256-Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.l61bx3l3ra.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "46375" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l61bx3l3ra" - }, - { - "Name": "integrity", - "Value": "sha256-Q2hwHLqvQOrhOhXOv/BafcnBhI0ZfGq7yf5LitD6j/g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.l61bx3l3ra.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10939" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l61bx3l3ra" - }, - { - "Name": "integrity", - "Value": "sha256-JBfB6P7/MK4ULUXkGd+AychS0D0awqjeci/RZNtJQGk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/js/adminlte.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000442869796" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2257" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17839" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2257" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.hb1ug0nc9n.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000442869796" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2257" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hb1ug0nc9n" - }, - { - "Name": "integrity", - "Value": "sha256-LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.hb1ug0nc9n.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17839" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hb1ug0nc9n" - }, - { - "Name": "integrity", - "Value": "sha256-LeJJJvvbAxhTZF0Zr+gypIZTUSMdTmaAXZDGwHXo/zc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.hb1ug0nc9n.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2257" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hb1ug0nc9n" - }, - { - "Name": "integrity", - "Value": "sha256-pVjvE7zlDJaN8MJfYCta/ESMqkaGu0CVXuHoRqbsdE4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.2b36fav156.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000500250125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1998" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2b36fav156" - }, - { - "Name": "integrity", - "Value": "sha256-wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.2b36fav156.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2b36fav156" - }, - { - "Name": "integrity", - "Value": "sha256-wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.2b36fav156.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1998" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2b36fav156" - }, - { - "Name": "integrity", - "Value": "sha256-6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000500250125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1998" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wqKC3W2sEKP79Gm05n9Ilgh3eFTm0Ve/ESM9+6oWhR4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/css/select2.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1998" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6bhwFp0/rqyN55OUOFizYWUo8m8uKD16loBsox/MADU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.d7y8j4zbn3.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045376168" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22037" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7y8j4zbn3" - }, - { - "Name": "integrity", - "Value": "sha256-1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.d7y8j4zbn3.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "79173" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7y8j4zbn3" - }, - { - "Name": "integrity", - "Value": "sha256-1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.d7y8j4zbn3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22037" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d7y8j4zbn3" - }, - { - "Name": "integrity", - "Value": "sha256-51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045376168" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22037" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "79173" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1y3pZqRejVXHRWp3vZzsc7KmvpKDt5A+Szx8NPbL5Ss=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.full.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "22037" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-51X1SAr/zbwowRTKxIpfBPgR+VTZeVN3+El3bpycBy4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000050228540" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "19908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "70852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "19908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.xe5rc2fxks.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000050228540" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "19908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xe5rc2fxks" - }, - { - "Name": "integrity", - "Value": "sha256-16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.xe5rc2fxks.js", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "70852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xe5rc2fxks" - }, - { - "Name": "integrity", - "Value": "sha256-16c3mSb2OxHyGKYVRD8ATQP8SZvBuvUNQUKxsqdsN3I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.xe5rc2fxks.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "19908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xe5rc2fxks" - }, - { - "Name": "integrity", - "Value": "sha256-A7R9lPUX8uZlJ/kNetAUmazaIojx5ccHuznw6mr662U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/admin-lte/plugins/select2/js/select2.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.akdb78xrdm.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.005050505051" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "akdb78xrdm" - }, - { - "Name": "integrity", - "Value": "sha256-lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.akdb78xrdm.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "444" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "akdb78xrdm" - }, - { - "Name": "integrity", - "Value": "sha256-lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.akdb78xrdm.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "akdb78xrdm" - }, - { - "Name": "integrity", - "Value": "sha256-kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.005050505051" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "444" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lo84g8NnZnmj6M802u7YMGf8mMuoQYV4xKEIb2DrRnk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kMzbcpN6hYm+6HYXWrBjLDwfZ0R0xIx8azP9GCbBacU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000345303867" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2895" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11294" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2895" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.v3x91rs0vu.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000345303867" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2895" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v3x91rs0vu" - }, - { - "Name": "integrity", - "Value": "sha256-JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.v3x91rs0vu.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11294" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v3x91rs0vu" - }, - { - "Name": "integrity", - "Value": "sha256-JUMzmLYk54rJEQ3rmifsYhTARMqzjUVjNhguuPwsksA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.v3x91rs0vu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2895" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v3x91rs0vu" - }, - { - "Name": "integrity", - "Value": "sha256-kTNxco3zoPslpHvY/cKZsa3Zf1+llFkILZlwd9PPZvk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap-touchspin/jquery.bootstrap-touchspin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000161550889" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "50642" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.84v1v2toiu.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000068320011" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14636" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "84v1v2toiu" - }, - { - "Name": "integrity", - "Value": "sha256-OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.84v1v2toiu.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "115037" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "84v1v2toiu" - }, - { - "Name": "integrity", - "Value": "sha256-OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.84v1v2toiu.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14636" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "84v1v2toiu" - }, - { - "Name": "integrity", - "Value": "sha256-beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000068320011" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14636" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "115037" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OBXqzhBpYhzMUba1QF/zh9+DYskLUOyJq5fhdavLlDc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14636" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-beIr8VNPrN7RHK1RgS1y4dr+hKehzH8EneTx65B7c8g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.fgvfz5bry7.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000161550889" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.fgvfz5bry7.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "50642" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-AQwKONhVkDCtaasfdhBKwoLfIefvXgJ16Ql+ao6aWng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.fgvfz5bry7.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6189" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgvfz5bry7" - }, - { - "Name": "integrity", - "Value": "sha256-enyXLFwJvXXyJXIyvahqE0XxBuvj3YUX78TnNml54Xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-grid.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625782228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3929" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.5vunn8rik9.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121639703" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8220" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5vunn8rik9" - }, - { - "Name": "integrity", - "Value": "sha256-AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.5vunn8rik9.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32534" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5vunn8rik9" - }, - { - "Name": "integrity", - "Value": "sha256-AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.5vunn8rik9.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8220" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5vunn8rik9" - }, - { - "Name": "integrity", - "Value": "sha256-wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121639703" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8220" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "32534" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AcNyCLU0HE0tv43UJttqIrnpY6rpcpkheqqtDS+lYOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8220" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wb57ix3PZqUqVr1r2GAVw4x7MaG+EZTZOnOQdTmEY6w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.xeulmjfqjv.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625782228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.xeulmjfqjv.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3929" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-Of+g2MC9mS5JpF24/qhD+RP0c/tG9XDQAReuglLsrK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.xeulmjfqjv.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1597" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xeulmjfqjv" - }, - { - "Name": "integrity", - "Value": "sha256-EzhcF5PxVpdzDz/x4d3P45VDOeLV2SB3TpdVv2mxxYg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap-reboot.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041474846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "161415" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.eexf3o8jdh.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009412030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106246" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eexf3o8jdh" - }, - { - "Name": "integrity", - "Value": "sha256-KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.eexf3o8jdh.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "650715" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eexf3o8jdh" - }, - { - "Name": "integrity", - "Value": "sha256-KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.eexf3o8jdh.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106246" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eexf3o8jdh" - }, - { - "Name": "integrity", - "Value": "sha256-gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009412030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106246" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "650715" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KiZgBYomlnG90l25zW4JPdDXw3SUdIUtk7HjTqolN0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "106246" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gyFyLlwU806UPLRun7IM07nTv+CDjW028brFK6cJpmM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.r61markcoc.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041474846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.r61markcoc.css", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "161415" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-fXqQQ/S+0wP+KXSsTjuhDWshTnD3rlSXhrotNH3gX4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.r61markcoc.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24110" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r61markcoc" - }, - { - "Name": "integrity", - "Value": "sha256-OeEWPCI52F59ZkQyQHa1fJt2rSKoxXsZCXm6imcoP/8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/css/bootstrap.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.7qkp3v2h36.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045774970" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "21845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7qkp3v2h36" - }, - { - "Name": "integrity", - "Value": "sha256-L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.7qkp3v2h36.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "84384" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7qkp3v2h36" - }, - { - "Name": "integrity", - "Value": "sha256-L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.7qkp3v2h36.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "21845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7qkp3v2h36" - }, - { - "Name": "integrity", - "Value": "sha256-6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000045774970" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "21845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "84384" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L1RUviJRuhJa9qK4g2vPaC7IPZ3LgEO11x3E4eo5kJQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.e5uqm16rp6.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000012018653" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83203" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e5uqm16rp6" - }, - { - "Name": "integrity", - "Value": "sha256-3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.e5uqm16rp6.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "316181" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e5uqm16rp6" - }, - { - "Name": "integrity", - "Value": "sha256-3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.e5uqm16rp6.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83203" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e5uqm16rp6" - }, - { - "Name": "integrity", - "Value": "sha256-18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "21845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6hFh8SmSXIi9qfeckdKty4p8ahPKEUJQZMG9KJV0ogU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000012018653" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83203" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "316181" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3kqSeai+EFuug/jQbVM1+BgDQaQPkHmidIcINvHfBQI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "83203" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-18p8PUF6P69wgROsPYf5hyut70ZA6LP7bFr+7McJeCA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000066809193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "63473" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000021318780" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "46906" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "192479" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "46906" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.rgpsy9uzoj.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000021318780" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "46906" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rgpsy9uzoj" - }, - { - "Name": "integrity", - "Value": "sha256-6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.rgpsy9uzoj.map", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "192479" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rgpsy9uzoj" - }, - { - "Name": "integrity", - "Value": "sha256-6zWW/SuE/T0mEyEHx4mNnWSEim2NFyMyNVCXadovZV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.rgpsy9uzoj.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "46906" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rgpsy9uzoj" - }, - { - "Name": "integrity", - "Value": "sha256-zxznjWJEGk8o4sbbw8uT3e6hy3fJySsQWUVoySA0LEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.sc9grb142d.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000066809193" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sc9grb142d" - }, - { - "Name": "integrity", - "Value": "sha256-pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.sc9grb142d.js", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "63473" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sc9grb142d" - }, - { - "Name": "integrity", - "Value": "sha256-pFVdje6fityXboSpff6H5r9XlLV59Ju1bxM/7YX31wk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.sc9grb142d.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14967" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sc9grb142d" - }, - { - "Name": "integrity", - "Value": "sha256-z5ns0PuEPwrFxaJFfLPEsCXs/sXq/Aik2i5mAbEVIPI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/bootstrap/js/bootstrap.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.4ppls9ccul.map", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000003677742" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "271905" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ppls9ccul" - }, - { - "Name": "integrity", - "Value": "sha256-WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.4ppls9ccul.map", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "955808" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ppls9ccul" - }, - { - "Name": "integrity", - "Value": "sha256-WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.4ppls9ccul.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "271905" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ppls9ccul" - }, - { - "Name": "integrity", - "Value": "sha256-hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000003677742" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "271905" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "955808" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WJVevRVvoYNlLoceZPcWDQTdSZ+2oXnmplGJHZdOtn0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.js.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "271905" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hsbii/VNNIgsOyFeMFzBGhVRdiW5LCOJSfPoe04SdV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.0ufv11tkzv.js", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014339179" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69738" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ufv11tkzv" - }, - { - "Name": "integrity", - "Value": "sha256-GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.0ufv11tkzv.js", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "205629" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ufv11tkzv" - }, - { - "Name": "integrity", - "Value": "sha256-GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.0ufv11tkzv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69738" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ufv11tkzv" - }, - { - "Name": "integrity", - "Value": "sha256-cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014339179" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69738" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "205629" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GIlUdDz6ia6f6qPiw4GNL5xItjHIk9eDCBj7P41qXYs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/chart.js/chart.umd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69738" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cpK2vix5vFfZCWGlXbMCRXuYlJiTQAZqv7bTqRnxo+4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000524383849" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17907" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.vi5dkolv2c.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000524383849" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vi5dkolv2c" - }, - { - "Name": "integrity", - "Value": "sha256-yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.vi5dkolv2c.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17907" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vi5dkolv2c" - }, - { - "Name": "integrity", - "Value": "sha256-yZ6Oajg84xOocN6kz9GspEnm5a3NXYbdA3/tf29oKdw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.vi5dkolv2c.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vi5dkolv2c" - }, - { - "Name": "integrity", - "Value": "sha256-bb0K72yxrWy0y8TYaHb6+cPzfRdf/tP6dFPyksPZQds=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/ca-gregorian.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000112599932" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8880" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "76622" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8880" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.xlmhtt451g.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000112599932" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8880" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xlmhtt451g" - }, - { - "Name": "integrity", - "Value": "sha256-SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.xlmhtt451g.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "76622" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xlmhtt451g" - }, - { - "Name": "integrity", - "Value": "sha256-SyLzVgx+FUPqrwrjaj5jpCGOVrHilhM+yJRjvOZRBlQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.xlmhtt451g.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8880" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xlmhtt451g" - }, - { - "Name": "integrity", - "Value": "sha256-BiDrHp2qBz0KJ5E0iTWwAKJ6Sgvzz+nuWE6ssua3TQM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/currencies.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000987166831" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1012" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6015" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1012" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.kta18ayi73.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000987166831" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1012" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kta18ayi73" - }, - { - "Name": "integrity", - "Value": "sha256-+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.kta18ayi73.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6015" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kta18ayi73" - }, - { - "Name": "integrity", - "Value": "sha256-+AK0HztcPY2+//fQRNakXCB0j3qjw13NPYYvLdLE5Kg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.kta18ayi73.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1012" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kta18ayi73" - }, - { - "Name": "integrity", - "Value": "sha256-P/q4LXwT6Uww+iJrx03qJBQbkzRVgVtZypQZy7ccrVE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/numbers.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.1lhkwij742.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000130480167" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7663" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1lhkwij742" - }, - { - "Name": "integrity", - "Value": "sha256-+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.1lhkwij742.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "72452" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1lhkwij742" - }, - { - "Name": "integrity", - "Value": "sha256-+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.1lhkwij742.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7663" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1lhkwij742" - }, - { - "Name": "integrity", - "Value": "sha256-DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000130480167" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7663" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "72452" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+9FvZHfiubrCRjlkmbxol7+2jyYM120bqld0alYEGyo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/en/timeZoneNames.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7663" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DqlqjRS61V2gqfiyYtagfH02DXDoeJzygi8rCGFm5lQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/main.acwgr92g4p.zip", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/main.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7686357" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"uubZfiewpnAJNg5f1twYYCFrAJLPljPCZTzMqfvn9gk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "acwgr92g4p" - }, - { - "Name": "integrity", - "Value": "sha256-uubZfiewpnAJNg5f1twYYCFrAJLPljPCZTzMqfvn9gk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/main/main.zip" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/main/main.zip", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/main/main.zip", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7686357" - }, - { - "Name": "Content-Type", - "Value": "application/x-zip-compressed" - }, - { - "Name": "ETag", - "Value": "\"uubZfiewpnAJNg5f1twYYCFrAJLPljPCZTzMqfvn9gk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uubZfiewpnAJNg5f1twYYCFrAJLPljPCZTzMqfvn9gk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000116836079" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8558" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "116545" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8558" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.rguf59buhu.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000116836079" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8558" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rguf59buhu" - }, - { - "Name": "integrity", - "Value": "sha256-+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.rguf59buhu.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "116545" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rguf59buhu" - }, - { - "Name": "integrity", - "Value": "sha256-+2AFhwKKJ4N2XReB/fpAvaeMlASgZTAofOR3oFy5ydo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.rguf59buhu.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8558" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rguf59buhu" - }, - { - "Name": "integrity", - "Value": "sha256-VGZH5C2F/3g90EfDDe/i2TPsuP5SgwZlzSRZ6J9W8JY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/aliases.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.ievk7gilu9.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000435729847" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2294" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ievk7gilu9" - }, - { - "Name": "integrity", - "Value": "sha256-Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.ievk7gilu9.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19226" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ievk7gilu9" - }, - { - "Name": "integrity", - "Value": "sha256-Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.ievk7gilu9.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2294" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ievk7gilu9" - }, - { - "Name": "integrity", - "Value": "sha256-Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000435729847" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2294" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19226" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Bh1XOx+uwNSEg1msb6+gY12GFY/Ui8CHuVkk3iI2elo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2294" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Pui2t7f88vmy7kxcJFcURT34JHseRdYbTbdq4tgns24=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.c29q58k08n.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002439024390" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "409" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c29q58k08n" - }, - { - "Name": "integrity", - "Value": "sha256-ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.c29q58k08n.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2314" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c29q58k08n" - }, - { - "Name": "integrity", - "Value": "sha256-ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.c29q58k08n.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "409" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c29q58k08n" - }, - { - "Name": "integrity", - "Value": "sha256-XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002439024390" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "409" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2314" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZDUZc8AVMKkn88bA/O1IXcB/ILNZU7G8cfL8Z3ISq6c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/calendarPreferenceData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "409" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XkaIXhtbt5SZLL7pRl8+0JSoF70uRDmbhwq8sGvQOtk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000729394602" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16314" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.vtuyhhcxsy.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000729394602" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vtuyhhcxsy" - }, - { - "Name": "integrity", - "Value": "sha256-k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.vtuyhhcxsy.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16314" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vtuyhhcxsy" - }, - { - "Name": "integrity", - "Value": "sha256-k2VA5GH88PRobTxSNCSZuyV9PjNPgP30KCoxs2apJTM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.vtuyhhcxsy.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vtuyhhcxsy" - }, - { - "Name": "integrity", - "Value": "sha256-Hqx7bBiaSoGGHE7GgaIfGxZ6goOBgbF4Igdb1ho5cqM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/characterFallbacks.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.62h3xgc0hi.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000213356091" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4686" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62h3xgc0hi" - }, - { - "Name": "integrity", - "Value": "sha256-Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.62h3xgc0hi.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "37829" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62h3xgc0hi" - }, - { - "Name": "integrity", - "Value": "sha256-Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.62h3xgc0hi.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4686" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62h3xgc0hi" - }, - { - "Name": "integrity", - "Value": "sha256-f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000213356091" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4686" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "37829" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hjr4LLS4PYFlmFiqQY757lxGCEtv9vBzlXDRTGCtEko=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/codeMappings.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4686" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-f/XSXRW2PhB+mQa/xdprfsHp+CEG6NtLMGQxGic91G8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.ht17wrhjx6.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000170619348" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5860" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ht17wrhjx6" - }, - { - "Name": "integrity", - "Value": "sha256-C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.ht17wrhjx6.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "73276" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ht17wrhjx6" - }, - { - "Name": "integrity", - "Value": "sha256-C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.ht17wrhjx6.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5860" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ht17wrhjx6" - }, - { - "Name": "integrity", - "Value": "sha256-hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000170619348" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5860" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "73276" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C7/fWtM8xLCze8wT+8WRYjlhoy3nzrrsXDCgyT14KlE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/currencyData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5860" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hnQ7qgK0RU7TU0GtCMAdydZsPzGCngFflWJ+JxRb6RY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000622665006" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "43976" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.rjlbi5euhz.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000622665006" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rjlbi5euhz" - }, - { - "Name": "integrity", - "Value": "sha256-1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.rjlbi5euhz.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "43976" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rjlbi5euhz" - }, - { - "Name": "integrity", - "Value": "sha256-1yfGda1K0hVpMXI6u81BCczqa223URDpa40a1HqEv+I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.rjlbi5euhz.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rjlbi5euhz" - }, - { - "Name": "integrity", - "Value": "sha256-M3Aaf804amvfbEWAhx/qFh21oRkfdOzUQkU/olOOPuY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/dayPeriods.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.2wfoafbq76.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003278688525" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2wfoafbq76" - }, - { - "Name": "integrity", - "Value": "sha256-joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.2wfoafbq76.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1669" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2wfoafbq76" - }, - { - "Name": "integrity", - "Value": "sha256-joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.2wfoafbq76.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2wfoafbq76" - }, - { - "Name": "integrity", - "Value": "sha256-TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003278688525" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1669" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-joNnZxmLcCaIBI1jK/x9ttFGmmsIE3kjvJhxV9UdgJg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/gender.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "304" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TbV5YSz2s21XgZ1It/ULPK/WIaTDV9ptSooMdz06vUs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000125754527" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7951" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "108650" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7951" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.yo1a21vw6w.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000125754527" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7951" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo1a21vw6w" - }, - { - "Name": "integrity", - "Value": "sha256-7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.yo1a21vw6w.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "108650" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo1a21vw6w" - }, - { - "Name": "integrity", - "Value": "sha256-7gK6nZRY+CTlop5aWOcAPFzTIJ46sbzuepnn9WNFVFk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.yo1a21vw6w.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7951" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yo1a21vw6w" - }, - { - "Name": "integrity", - "Value": "sha256-bnZarObymNQT5wDvLNoPHmBtBuQLvJ+WUF2uhuzFlVE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000183621006" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5445" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "10070" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5445" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.rhaeopdkjn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000183621006" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5445" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rhaeopdkjn" - }, - { - "Name": "integrity", - "Value": "sha256-YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.rhaeopdkjn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "10070" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rhaeopdkjn" - }, - { - "Name": "integrity", - "Value": "sha256-YedkU/b2AljwsGiaWjUsRe2SQgSul/lSRCHnsg1ef38=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.rhaeopdkjn.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5445" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rhaeopdkjn" - }, - { - "Name": "integrity", - "Value": "sha256-wb6A+Ge1iAavQJWGbvVxXW46fTmppfUP07znukk3u0c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageGroups.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000809061489" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "57726" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.mo3affecu8.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000809061489" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mo3affecu8" - }, - { - "Name": "integrity", - "Value": "sha256-JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.mo3affecu8.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "57726" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mo3affecu8" - }, - { - "Name": "integrity", - "Value": "sha256-JhxzUaPBx5IlENFWbOIJV2csPUNPlwodKkV/tN0USXo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.mo3affecu8.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mo3affecu8" - }, - { - "Name": "integrity", - "Value": "sha256-41M8MGu0Bh8/UQIo451kZ8HwvQj0zQRE0KfuSnXSboU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/languageMatching.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.03ldswrthm.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000075872534" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13179" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "03ldswrthm" - }, - { - "Name": "integrity", - "Value": "sha256-BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.03ldswrthm.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "55119" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "03ldswrthm" - }, - { - "Name": "integrity", - "Value": "sha256-BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.03ldswrthm.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13179" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "03ldswrthm" - }, - { - "Name": "integrity", - "Value": "sha256-/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000075872534" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13179" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "55119" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BEh353G2c9K/74xP0hS1/nlQWWwKfogIO90E1sbu7RA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/likelySubtags.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13179" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/iKlWQWtChFncSN41yJF4UEmmmvod6MGcxtNG29P+JE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.ebekzg2bqw.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003460207612" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "288" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebekzg2bqw" - }, - { - "Name": "integrity", - "Value": "sha256-hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.ebekzg2bqw.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "963" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebekzg2bqw" - }, - { - "Name": "integrity", - "Value": "sha256-hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.ebekzg2bqw.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "288" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebekzg2bqw" - }, - { - "Name": "integrity", - "Value": "sha256-h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003460207612" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "288" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "963" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hldRvoCX3tb0cQCBsx0UZhnOslD8j6+yOlSufrMjFaA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/measurementData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "288" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h9/5X8dJe7qLnnusFVsgoGmMrHjAiy1wBaXkwwkch/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.hln8q3qkvw.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000080012802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12497" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hln8q3qkvw" - }, - { - "Name": "integrity", - "Value": "sha256-i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.hln8q3qkvw.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "187269" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hln8q3qkvw" - }, - { - "Name": "integrity", - "Value": "sha256-i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.hln8q3qkvw.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12497" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hln8q3qkvw" - }, - { - "Name": "integrity", - "Value": "sha256-b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000080012802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12497" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "187269" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i/CL53Vzx3X9UyPokzdhAZs20Evd8onTUqQG3uv8pfo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/metaZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12497" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b4iBec9LQ92jnNkY5CiBlUgoolfPnJQfzARbmUJlIJU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.1vgjadgqny.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000431778929" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1vgjadgqny" - }, - { - "Name": "integrity", - "Value": "sha256-HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.1vgjadgqny.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "9413" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1vgjadgqny" - }, - { - "Name": "integrity", - "Value": "sha256-HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.1vgjadgqny.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1vgjadgqny" - }, - { - "Name": "integrity", - "Value": "sha256-0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000431778929" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "9413" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HfqqUz/MmhEAd3wLDCL9QiCTuPW51M0vdr6RkhROiIY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/numberingSystems.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2315" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0fFBBe965sQF8i5CY5bauWgmwPy5GbRVSvEJKvxTcbA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.9fo9o81v8x.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000642260758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9fo9o81v8x" - }, - { - "Name": "integrity", - "Value": "sha256-5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.9fo9o81v8x.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17210" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9fo9o81v8x" - }, - { - "Name": "integrity", - "Value": "sha256-5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.9fo9o81v8x.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9fo9o81v8x" - }, - { - "Name": "integrity", - "Value": "sha256-SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000642260758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17210" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5etHPsXs2oZVAvr58xlpIaATjv9CkfLuYdSj43ZYXPY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/ordinals.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SXdQ6gMqvnLnlA42ptOYVdPcenbl+qHnbPbTUhIwNdQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001416430595" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "705" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "705" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.qkntxz0umh.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001416430595" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "705" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qkntxz0umh" - }, - { - "Name": "integrity", - "Value": "sha256-mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.qkntxz0umh.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qkntxz0umh" - }, - { - "Name": "integrity", - "Value": "sha256-mslMQfA5bCAyT4EByMxIO+lO2HI/1cX54s8/ni0AzDY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.qkntxz0umh.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "705" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qkntxz0umh" - }, - { - "Name": "integrity", - "Value": "sha256-GyqXy/Twm90WD0SwvbYuQJdQCsJSftayuhVlPG54PME=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/parentLocales.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.1aod0zdevn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000266453504" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3752" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1aod0zdevn" - }, - { - "Name": "integrity", - "Value": "sha256-KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.1aod0zdevn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "70128" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1aod0zdevn" - }, - { - "Name": "integrity", - "Value": "sha256-KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.1aod0zdevn.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3752" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1aod0zdevn" - }, - { - "Name": "integrity", - "Value": "sha256-RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000266453504" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3752" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "70128" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXj0oCKZ2RxaaCXOZ2i7AwWoMXFU3ahM+oxjdW9vbOU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/plurals.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3752" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RHumSM7w3+AWDYj3gudE+lJ66C4lzVO3a3ZRkRKVPP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.9pi489iot2.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003831417625" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "260" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9pi489iot2" - }, - { - "Name": "integrity", - "Value": "sha256-rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.9pi489iot2.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9pi489iot2" - }, - { - "Name": "integrity", - "Value": "sha256-rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.9pi489iot2.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "260" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9pi489iot2" - }, - { - "Name": "integrity", - "Value": "sha256-sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003831417625" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "260" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "494" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rSPaildAye9d0VNpBvG8TsY743U09hV4CdqX1A+olgk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/primaryZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "260" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sbAMnfM4akvlz1wOpP5iI+rwB+zMXeVyyTLI1zUQa/U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000089589679" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11161" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "54417" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11161" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.tbskmy1xu1.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000089589679" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11161" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbskmy1xu1" - }, - { - "Name": "integrity", - "Value": "sha256-l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.tbskmy1xu1.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "54417" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbskmy1xu1" - }, - { - "Name": "integrity", - "Value": "sha256-l0W8C7AonFXjMCXKxC7A8y14rKRmf4dcPi/uDNj4RnU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.tbskmy1xu1.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11161" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbskmy1xu1" - }, - { - "Name": "integrity", - "Value": "sha256-JTNKZVjL8UqQcjCqXFV/BDF4I4L6bINHgNiFI0Y+qbk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/references.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000584795322" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "12711" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.sa34adwngq.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000584795322" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sa34adwngq" - }, - { - "Name": "integrity", - "Value": "sha256-TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.sa34adwngq.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "12711" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sa34adwngq" - }, - { - "Name": "integrity", - "Value": "sha256-TLgAUUfAR+a1BQiqDWtcAgvTqQYNsooeH7Hea0VV3g8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.sa34adwngq.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1709" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sa34adwngq" - }, - { - "Name": "integrity", - "Value": "sha256-5ae54PMeNI/iixxLBrf0/aOxT06ODkZtk5dDj6j0+Lo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryContainment.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000071833920" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13920" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "175829" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13920" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.kk7qluouia.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000071833920" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13920" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kk7qluouia" - }, - { - "Name": "integrity", - "Value": "sha256-1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.kk7qluouia.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "175829" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kk7qluouia" - }, - { - "Name": "integrity", - "Value": "sha256-1BWL8djowto4f+71g/XxeOUZcdzNaKSc3QTb1oIqEk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.kk7qluouia.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "13920" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kk7qluouia" - }, - { - "Name": "integrity", - "Value": "sha256-bHliOyZGdR4wY78H9YkOJOhjxkcqh9wx6y6yoSOdJfM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/territoryInfo.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.5dztb4i1hx.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750750751" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1331" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5dztb4i1hx" - }, - { - "Name": "integrity", - "Value": "sha256-t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.5dztb4i1hx.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "21622" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5dztb4i1hx" - }, - { - "Name": "integrity", - "Value": "sha256-t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.5dztb4i1hx.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1331" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5dztb4i1hx" - }, - { - "Name": "integrity", - "Value": "sha256-vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750750751" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1331" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "21622" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t8zTQgbFvW+eo5ILxQNoN0ZBXpt55Wd0TCXyhkmRtgU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/timeData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1331" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vZLBusqiCYINwlCsenadUVdk7vpzJU9fa6YQO+zUnoU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000793650794" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1259" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "9360" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1259" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.v9eqi036qh.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000793650794" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1259" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v9eqi036qh" - }, - { - "Name": "integrity", - "Value": "sha256-PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.v9eqi036qh.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "9360" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v9eqi036qh" - }, - { - "Name": "integrity", - "Value": "sha256-PTNv2KuwvNebPdt1jMjWkdBMhOft6ZFYqc+XpWZuh/w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.v9eqi036qh.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1259" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v9eqi036qh" - }, - { - "Name": "integrity", - "Value": "sha256-8K1aYZDP0gtLT6YLZ/Qe8t9mx/UveNI77DJe8Hyp5zE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/unitPreferenceData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.39ujzhpiaq.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000844594595" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39ujzhpiaq" - }, - { - "Name": "integrity", - "Value": "sha256-GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.39ujzhpiaq.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7143" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39ujzhpiaq" - }, - { - "Name": "integrity", - "Value": "sha256-GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.39ujzhpiaq.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "39ujzhpiaq" - }, - { - "Name": "integrity", - "Value": "sha256-cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000844594595" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7143" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GekQlR7b+0OLje21AZuO36Bk5dnPYfxTFp+HoM9Lm28=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/weekData.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cFAXtEFCictjsdUVjP608l+f4ivEsSW4kl4TE6OpqaM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.e6o9tmo3fn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000151492198" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6600" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6o9tmo3fn" - }, - { - "Name": "integrity", - "Value": "sha256-pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.e6o9tmo3fn.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "93521" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6o9tmo3fn" - }, - { - "Name": "integrity", - "Value": "sha256-pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.e6o9tmo3fn.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6600" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6o9tmo3fn" - }, - { - "Name": "integrity", - "Value": "sha256-iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000151492198" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6600" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "93521" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pncH+Q/iAYdchpxWDzRoURK4TuH7Dg+TYHq4TcFZmDM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldr-data/supplemental/windowsZones.json.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6600" - }, - { - "Name": "Content-Type", - "Value": "application/json" - }, - { - "Name": "ETag", - "Value": "\"iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iRBtKKJhMccdnWQTEZABx7yzTstYt84ALh3cIiQLqGk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174947516" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5715" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "18503" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5715" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.ooup2njf5j.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174947516" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5715" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ooup2njf5j" - }, - { - "Name": "integrity", - "Value": "sha256-mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.ooup2njf5j.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "18503" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ooup2njf5j" - }, - { - "Name": "integrity", - "Value": "sha256-mFXP37VgvOU9Ba/xS/h6XBSElmbDL8VSnBAMXPooCUU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr.ooup2njf5j.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5715" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ooup2njf5j" - }, - { - "Name": "integrity", - "Value": "sha256-mwqDgNtv7z6eSsHf5tRqVEGwK0nkp5M3xwWWNOhtW+4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000205803663" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4858" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19183" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4858" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.serm7cq2rb.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000205803663" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4858" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "serm7cq2rb" - }, - { - "Name": "integrity", - "Value": "sha256-vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.serm7cq2rb.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19183" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "serm7cq2rb" - }, - { - "Name": "integrity", - "Value": "sha256-vJTBx/ex55a3DhTnRO3MOhL7wjIgE4DIei7JFB+tQXo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.serm7cq2rb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4858" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "serm7cq2rb" - }, - { - "Name": "integrity", - "Value": "sha256-Ka2RhQELskbk+J7Q9oJ8xkeXregqdK8UsuOOlddvzFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/event.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.incjfaz4do.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001118568233" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "893" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "incjfaz4do" - }, - { - "Name": "integrity", - "Value": "sha256-zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.incjfaz4do.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2504" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "incjfaz4do" - }, - { - "Name": "integrity", - "Value": "sha256-zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.incjfaz4do.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "893" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "incjfaz4do" - }, - { - "Name": "integrity", - "Value": "sha256-kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001118568233" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "893" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2504" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zs09xT6mutdkzo6m/n0wHjlva7mwbjnL/CLpVxvKK9s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/supplemental.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "893" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kKknIugPX/P1jfTP6D0yNJWoxkKiH4t9rQlCV7SaMmE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.5b3zbrb9ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625390869" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5b3zbrb9ry" - }, - { - "Name": "integrity", - "Value": "sha256-gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.5b3zbrb9ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4201" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5b3zbrb9ry" - }, - { - "Name": "integrity", - "Value": "sha256-gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.5b3zbrb9ry.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5b3zbrb9ry" - }, - { - "Name": "integrity", - "Value": "sha256-rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000625390869" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4201" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gSJLhx2nGzEIJbWdGlS01nk68Sg6OBYvg1TWNK5Th8I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/cldr/unresolved.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rFp8/t12JQMeWVv6R/73TiH6ZCo76U39Gzap8Y5WhFU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003311258278" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "519" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.u0omxo271x.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003311258278" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u0omxo271x" - }, - { - "Name": "integrity", - "Value": "sha256-4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/node_main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.u0omxo271x.js", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "519" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u0omxo271x" - }, - { - "Name": "integrity", - "Value": "sha256-4tsLHj5pQF+eQsoMJCZL4S5AWzu5Knf3h2ud9m8bi2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/node_main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/cldrjs/node_main.u0omxo271x.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u0omxo271x" - }, - { - "Name": "integrity", - "Value": "sha256-bH8mBQEX/GgxaVwG6qQugvWUCUr6hPzyHbivSRgjgjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/cldrjs/node_main.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.6lpmglrglk.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000417885499" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2392" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6lpmglrglk" - }, - { - "Name": "integrity", - "Value": "sha256-Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.6lpmglrglk.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15005" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6lpmglrglk" - }, - { - "Name": "integrity", - "Value": "sha256-Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.6lpmglrglk.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2392" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6lpmglrglk" - }, - { - "Name": "integrity", - "Value": "sha256-557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000417885499" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2392" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15005" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Cl9ZWAVEamQtk6QxseOWbzbMpAPulSk9D0xu2sDHZ9o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/css/dataTables.bootstrap4.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2392" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-557ilz9BqKK35rn9KRmh9Y/lSbMzjNqKEa2D5J7FsKs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.demvf78qyl.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001338688086" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "746" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "demvf78qyl" - }, - { - "Name": "integrity", - "Value": "sha256-JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.demvf78qyl.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1486" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "demvf78qyl" - }, - { - "Name": "integrity", - "Value": "sha256-JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.demvf78qyl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "746" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "demvf78qyl" - }, - { - "Name": "integrity", - "Value": "sha256-7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.f5h8nnihbe.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001700680272" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "587" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f5h8nnihbe" - }, - { - "Name": "integrity", - "Value": "sha256-05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.f5h8nnihbe.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f5h8nnihbe" - }, - { - "Name": "integrity", - "Value": "sha256-05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.f5h8nnihbe.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "587" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f5h8nnihbe" - }, - { - "Name": "integrity", - "Value": "sha256-T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001338688086" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "746" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1486" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JW5yq8abiW8q7kvVTfToc1qAAtk7vFXXIuQe5caBCT0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "746" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7ytqcbxYwzIjSA27LbHsKJF0nRNPnGu5artMGdszmfQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001700680272" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "587" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-05uMlXiwcrQkI9zaT1xihe8cIN94jF1B1qACEsDPTyE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-bs4/js/dataTables.bootstrap4.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "587" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T59hq2+eHx/IL14v076S4/Wz43E/aadM8FMgWglE2SY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.27u9demv3v.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000590318772" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "27u9demv3v" - }, - { - "Name": "integrity", - "Value": "sha256-4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.27u9demv3v.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7688" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "27u9demv3v" - }, - { - "Name": "integrity", - "Value": "sha256-4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.27u9demv3v.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "27u9demv3v" - }, - { - "Name": "integrity", - "Value": "sha256-HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000590318772" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7688" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4rni8BAftlG6BgCeURvNrK5MZ8DhEKHuUnI6KJrUShI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/css/buttons.bootstrap4.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HHA0m/vaKaBkfBdRq3XqhuQV8Wl/S/PdKyIStCmA9IQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001420454545" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "703" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1694" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "703" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001841620626" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=\"" - }, - { - "Name": "ETag", - "Value": "W/\"swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1270" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.ufd3pff31x.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001420454545" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "703" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ufd3pff31x" - }, - { - "Name": "integrity", - "Value": "sha256-ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.ufd3pff31x.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1694" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ufd3pff31x" - }, - { - "Name": "integrity", - "Value": "sha256-ymvEBZ13QEobupq82+lYyP4WRZGzWtQLSKMpAmpSHGg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.ufd3pff31x.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "703" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ufd3pff31x" - }, - { - "Name": "integrity", - "Value": "sha256-i5YY2iFMqs5pu/1V8rcASXanxyoYqTSsmEr84tqUVqo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.z8z57wugyu.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001841620626" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=\"" - }, - { - "Name": "ETag", - "Value": "W/\"swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z8z57wugyu" - }, - { - "Name": "integrity", - "Value": "sha256-swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.z8z57wugyu.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1270" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z8z57wugyu" - }, - { - "Name": "integrity", - "Value": "sha256-swgenwv4zN1/cuYhxNrpy8FlOJKDV8hjLQsqofl7uoA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.z8z57wugyu.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "542" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z8z57wugyu" - }, - { - "Name": "integrity", - "Value": "sha256-nPXHt8/GSSyl147HMldEuFL6r7U5L9vgXjjBnTF0Y9Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons-bs4/js/buttons.bootstrap4.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.0yc5intfi7.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000879507476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0yc5intfi7" - }, - { - "Name": "integrity", - "Value": "sha256-yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.0yc5intfi7.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0yc5intfi7" - }, - { - "Name": "integrity", - "Value": "sha256-yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.0yc5intfi7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0yc5intfi7" - }, - { - "Name": "integrity", - "Value": "sha256-f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.9ruj3dlxyl.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001012145749" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "987" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ruj3dlxyl" - }, - { - "Name": "integrity", - "Value": "sha256-ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.9ruj3dlxyl.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2854" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ruj3dlxyl" - }, - { - "Name": "integrity", - "Value": "sha256-ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.9ruj3dlxyl.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "987" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ruj3dlxyl" - }, - { - "Name": "integrity", - "Value": "sha256-cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000879507476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yG4+AHGfQhFxmHlE0KTaXsPKf/X0D+bxDA7IwkOR9AE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-f2V0MSOCep0dy0cluDMR8t2wJM9+bSTu5THCA0bFdHk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001012145749" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "987" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2854" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ixbCvAiDxsLoDLKgmlXq9DUklPHElBXVoTwjZM6HUJ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.colVis.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "987" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cfuujRmURs9TFHHu1ooUI3zOJcerE04urNDCjilMfnQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.700i1ztjwu.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000142755175" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "700i1ztjwu" - }, - { - "Name": "integrity", - "Value": "sha256-h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.700i1ztjwu.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26010" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "700i1ztjwu" - }, - { - "Name": "integrity", - "Value": "sha256-h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.700i1ztjwu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "700i1ztjwu" - }, - { - "Name": "integrity", - "Value": "sha256-epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.i8b0v8zgpx.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000142592329" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7012" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i8b0v8zgpx" - }, - { - "Name": "integrity", - "Value": "sha256-4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.i8b0v8zgpx.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26468" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i8b0v8zgpx" - }, - { - "Name": "integrity", - "Value": "sha256-4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.i8b0v8zgpx.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7012" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i8b0v8zgpx" - }, - { - "Name": "integrity", - "Value": "sha256-1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000142755175" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "26010" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h21Gr10M0uRnxIahEL4MHj+fJCzlETcDOn/ilQ0hCJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-epcujMAuOgfBUs4hx/e0dVUDeCDmLecrSnRGK5nHZu0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000142592329" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7012" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "26468" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4gew18zqB20xB6sPE2KQgYCSLN3YV83b2iPpmrh8shw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.html5.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7012" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Ro1rpx1/hOcEcBAoIQ9Cb2wQmf6jl1rGGuq/5lxnvQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.f4dh9gndzy.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000805152979" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1241" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f4dh9gndzy" - }, - { - "Name": "integrity", - "Value": "sha256-r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.f4dh9gndzy.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2733" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f4dh9gndzy" - }, - { - "Name": "integrity", - "Value": "sha256-r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.f4dh9gndzy.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1241" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f4dh9gndzy" - }, - { - "Name": "integrity", - "Value": "sha256-6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000729394602" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000805152979" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1241" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2733" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r/XbLzzbnPhQXUC2dUdPyPzL5UWwCZWtC1JuJiYdS4Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1241" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6+9WNWNCptm037UjWIHeWVN1GG0Umwe3alczK/oorV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.nx03fm3gzi.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000729394602" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nx03fm3gzi" - }, - { - "Name": "integrity", - "Value": "sha256-e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.nx03fm3gzi.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nx03fm3gzi" - }, - { - "Name": "integrity", - "Value": "sha256-e97ogeXKa6F5p9psjVD8s1UNAUTDOE4MDoK25sEM8+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.nx03fm3gzi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1370" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nx03fm3gzi" - }, - { - "Name": "integrity", - "Value": "sha256-1t+Wch05CmpW2HiHGA8Ib4UyS1mijRRsbIsjvrSCDKI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/buttons.print.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.hmccyq9cb7.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000118821293" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmccyq9cb7" - }, - { - "Name": "integrity", - "Value": "sha256-F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.hmccyq9cb7.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmccyq9cb7" - }, - { - "Name": "integrity", - "Value": "sha256-F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.hmccyq9cb7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmccyq9cb7" - }, - { - "Name": "integrity", - "Value": "sha256-S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000118821293" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "26711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F5vhpDSguwqsk/zFo90xOWaTX2Y48OJjJknhunl1sqE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S/T0YZuMjpqOnaLDa9/h3Mob4UBKHFxjugyuEl4yL1M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000118764846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "27415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mrb31rokqs.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000118764846" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mrb31rokqs" - }, - { - "Name": "integrity", - "Value": "sha256-rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mrb31rokqs.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "27415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mrb31rokqs" - }, - { - "Name": "integrity", - "Value": "sha256-rjTEVXL3fA2i7RHihoW/M72Y+c3HX3zntBmPX9DTbrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mrb31rokqs.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mrb31rokqs" - }, - { - "Name": "integrity", - "Value": "sha256-X+lCVLLXM/hjE/3W1XngXRA3SNr8ADPqVQog/a4BAAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net-buttons/js/dataTables.buttons.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030982774" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "93480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000029806259" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "104814" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.sizloxfwrb.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030982774" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sizloxfwrb" - }, - { - "Name": "integrity", - "Value": "sha256-FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.sizloxfwrb.js", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "93480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sizloxfwrb" - }, - { - "Name": "integrity", - "Value": "sha256-FNPWMKjxQDlAysVX9ulzGUWZpHDQ/GTd6jeoZLokiaU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.sizloxfwrb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sizloxfwrb" - }, - { - "Name": "integrity", - "Value": "sha256-1nza6yayISYTEss75O03i7x4xOd4uwyQn+BYZrNJ3zE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.u67u1un0r2.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000029806259" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u67u1un0r2" - }, - { - "Name": "integrity", - "Value": "sha256-5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.u67u1un0r2.mjs", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "104814" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u67u1un0r2" - }, - { - "Name": "integrity", - "Value": "sha256-5shbDM4SVYxBLAZx4NtZ3nnUTXiA77r8zOifu87wAZM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.u67u1un0r2.mjs.gz", - "AssetFile": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "33549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u67u1un0r2" - }, - { - "Name": "integrity", - "Value": "sha256-gR15ssg9+sS3OCh3eadUb1w2dDhP4eimXKxg+wl+qn8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/datatables.net/js/dataTables.min.mjs.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.78o812nuj4.css", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003906250000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "78o812nuj4" - }, - { - "Name": "integrity", - "Value": "sha256-pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.78o812nuj4.css", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "78o812nuj4" - }, - { - "Name": "integrity", - "Value": "sha256-pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.78o812nuj4.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "78o812nuj4" - }, - { - "Name": "integrity", - "Value": "sha256-UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003906250000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pwVuQ401EasjuYOWzWT/0zrUrBYqJXulAFRbWWogpb8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UWDe7tuUNS4UgsrUERGAijsDHlICuIVF34yaTCb5h/U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.7uxmt61ix8.js", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000593119810" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7uxmt61ix8" - }, - { - "Name": "integrity", - "Value": "sha256-MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.7uxmt61ix8.js", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4219" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7uxmt61ix8" - }, - { - "Name": "integrity", - "Value": "sha256-MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.7uxmt61ix8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7uxmt61ix8" - }, - { - "Name": "integrity", - "Value": "sha256-CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000593119810" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4219" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MQaoF2axHKrkijDoXHAAjDiI4VtLITHhraONy4NzC+M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/farbtastic.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CtpmcTkD7LcE3auPeI2pNSYWEfnz0/PsJ4xg8wb5NRk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/marker.fj3jszyn7s.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/marker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "652" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VX+BhbAfXl3SzKrJUPB3VFB+0O3xJanpIhWUkZmNj7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fj3jszyn7s" - }, - { - "Name": "integrity", - "Value": "sha256-VX+BhbAfXl3SzKrJUPB3VFB+0O3xJanpIhWUkZmNj7w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/marker.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/marker.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/marker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "652" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VX+BhbAfXl3SzKrJUPB3VFB+0O3xJanpIhWUkZmNj7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VX+BhbAfXl3SzKrJUPB3VFB+0O3xJanpIhWUkZmNj7w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/mask.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/mask.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2020" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jbntofBZfPu1vex5UH47rD30b9iZ/cW76OqS5BIEOfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jbntofBZfPu1vex5UH47rD30b9iZ/cW76OqS5BIEOfI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/mask.ravgk4ai0t.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/mask.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2020" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jbntofBZfPu1vex5UH47rD30b9iZ/cW76OqS5BIEOfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ravgk4ai0t" - }, - { - "Name": "integrity", - "Value": "sha256-jbntofBZfPu1vex5UH47rD30b9iZ/cW76OqS5BIEOfI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/mask.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/wheel.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/wheel.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "11733" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6mj3sWMfdJsk++qPmZBaRYESQVZBmiCRr7955dae9Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6mj3sWMfdJsk++qPmZBaRYESQVZBmiCRr7955dae9Ss=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/farbstastic/wheel.qgd36jxcls.png", - "AssetFile": "_content/Nop.Web/lib_npm/farbstastic/wheel.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11733" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6mj3sWMfdJsk++qPmZBaRYESQVZBmiCRr7955dae9Ss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qgd36jxcls" - }, - { - "Name": "integrity", - "Value": "sha256-6mj3sWMfdJsk++qPmZBaRYESQVZBmiCRr7955dae9Ss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/farbstastic/wheel.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000921658986" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1084" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1084" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.judpdb5jpt.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000921658986" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1084" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "judpdb5jpt" - }, - { - "Name": "integrity", - "Value": "sha256-paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.judpdb5jpt.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "judpdb5jpt" - }, - { - "Name": "integrity", - "Value": "sha256-paTUi8u3r9zwYQ46zpwT4PKw5rluSn7o5wuyheMQU9A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.judpdb5jpt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1084" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "judpdb5jpt" - }, - { - "Name": "integrity", - "Value": "sha256-qsnqliEsb65d+s/G5Ui9OLJjQWZ0Dft3Croc/S43P4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.esm.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000859106529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2341" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.z400l9x5h7.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000859106529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z400l9x5h7" - }, - { - "Name": "integrity", - "Value": "sha256-s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.z400l9x5h7.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2341" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z400l9x5h7" - }, - { - "Name": "integrity", - "Value": "sha256-s0lvqHi50SUPgULN758b9jLmyLRQAorp8Haxh+55bIs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.z400l9x5h7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z400l9x5h7" - }, - { - "Name": "integrity", - "Value": "sha256-WXyy2+0/weN31EiT+7X/yQZrFXTMHp3db8+i1X48OAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-file-validate-type/filepond-plugin-file-validate-type.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.43815hp8hx.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001068376068" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "43815hp8hx" - }, - { - "Name": "integrity", - "Value": "sha256-0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.43815hp8hx.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "43815hp8hx" - }, - { - "Name": "integrity", - "Value": "sha256-0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.43815hp8hx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "43815hp8hx" - }, - { - "Name": "integrity", - "Value": "sha256-L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001068376068" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0IcKrnoxYEKCl/W1xGSP6V2MCySyrE2rNI96ypax/WA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L1ItLfdUUF2NJhR1a9dah3/HtAh4VHzC/Ab/3wEQQOs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001428571429" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1429" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000982318271" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1947" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.lvcuqx9592.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000982318271" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lvcuqx9592" - }, - { - "Name": "integrity", - "Value": "sha256-serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.lvcuqx9592.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1947" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lvcuqx9592" - }, - { - "Name": "integrity", - "Value": "sha256-serOaemJFq1mxVQucNIQh0CQJsejjdVtryLoVM5E1Qo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.lvcuqx9592.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lvcuqx9592" - }, - { - "Name": "integrity", - "Value": "sha256-Voyy1yEehP1RWYxXmvnKTEOkud7sSXQ6LK7TBhSDrAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.tzc5n8hp3v.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001428571429" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tzc5n8hp3v" - }, - { - "Name": "integrity", - "Value": "sha256-CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.tzc5n8hp3v.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1429" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tzc5n8hp3v" - }, - { - "Name": "integrity", - "Value": "sha256-CbjJ2zrDPVgrGRlxs7ieN+QX7s54wvaVbWOP6u1E8EQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.tzc5n8hp3v.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "699" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tzc5n8hp3v" - }, - { - "Name": "integrity", - "Value": "sha256-apeBVoVo6E0O1iryKpl1XvEATlUnEPcmCV+kVoRypZQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond-plugin-get-file/filepond-plugin-get-file.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000031381410" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "31865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "101136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "31865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.midc0jkzdx.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000031381410" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "31865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "midc0jkzdx" - }, - { - "Name": "integrity", - "Value": "sha256-bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.midc0jkzdx.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "101136" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "midc0jkzdx" - }, - { - "Name": "integrity", - "Value": "sha256-bvvjB9+LHfVIUrvdE57NkbWH3NCZ5anTsfB17BsUw/c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.midc0jkzdx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "31865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "midc0jkzdx" - }, - { - "Name": "integrity", - "Value": "sha256-Dm4Rpd08yXbhF4z9MhArP9Zs4AtPFwsppGLM8t/978I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.esm.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.1rzyyxdvaq.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000294464075" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3395" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1rzyyxdvaq" - }, - { - "Name": "integrity", - "Value": "sha256-gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.1rzyyxdvaq.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1rzyyxdvaq" - }, - { - "Name": "integrity", - "Value": "sha256-gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.1rzyyxdvaq.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3395" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1rzyyxdvaq" - }, - { - "Name": "integrity", - "Value": "sha256-4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000294464075" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3395" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gwBRGG/uryqPUAjmgdKbuCSO6Mm5ljGi+H+6xooIgAA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3395" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4A6dpFtIOsd+zmRX9ftbTohcyUUbgcQ9fDOKieS8J3w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.jms3t2ajg4.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000029316056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "34110" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jms3t2ajg4" - }, - { - "Name": "integrity", - "Value": "sha256-VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.jms3t2ajg4.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "117942" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jms3t2ajg4" - }, - { - "Name": "integrity", - "Value": "sha256-VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.jms3t2ajg4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "34110" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jms3t2ajg4" - }, - { - "Name": "integrity", - "Value": "sha256-sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000029316056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "34110" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "117942" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VWcbmzq7Orn5Y4/VssH97bw8/eoCYhKMvLfCnLbhRoQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/filepond/filepond.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "34110" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sG/GFUNOAvFvw3F3IgCETPuOLn2luhNSQ/ArJgZRWr8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.9k7t1rxzyd.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000406669378" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2458" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9k7t1rxzyd" - }, - { - "Name": "integrity", - "Value": "sha256-d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.9k7t1rxzyd.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9k7t1rxzyd" - }, - { - "Name": "integrity", - "Value": "sha256-d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.9k7t1rxzyd.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2458" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9k7t1rxzyd" - }, - { - "Name": "integrity", - "Value": "sha256-6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000406669378" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2458" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d3cIRl25GH+6f+F22L6dEIHcIDlJ/17D5P9jj7UYyro=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2458" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6iMT5FMb8u7PljGtCRJotevILF97UOYC01RSd0kqHjI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.4d2v2ziwxv.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000758150114" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4d2v2ziwxv" - }, - { - "Name": "integrity", - "Value": "sha256-uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.4d2v2ziwxv.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4842" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4d2v2ziwxv" - }, - { - "Name": "integrity", - "Value": "sha256-uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.4d2v2ziwxv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4d2v2ziwxv" - }, - { - "Name": "integrity", - "Value": "sha256-bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000758150114" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4842" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uOvRCEIvnS8yqZfLByoyOrpuxTYGbkfemrG0QtrZMk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/currency.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bSZi84PTx25nZ200/7zaOPyxknwBybjlV7re8HloOBc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.h6g3rldqkv.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000101822625" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9820" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h6g3rldqkv" - }, - { - "Name": "integrity", - "Value": "sha256-qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.h6g3rldqkv.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "40033" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h6g3rldqkv" - }, - { - "Name": "integrity", - "Value": "sha256-qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.h6g3rldqkv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9820" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h6g3rldqkv" - }, - { - "Name": "integrity", - "Value": "sha256-Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000101822625" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9820" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "40033" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qTOshT8eXkt/3kO7BsYBuZqRe9YPPoltyS+N4xBAdhI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/date.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9820" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dh8uW+yD7py/mmwq/ujrGahvyoPQ3wkn32hXtoze/Fg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.4w6xy1h3ps.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000909918107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4w6xy1h3ps" - }, - { - "Name": "integrity", - "Value": "sha256-JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.4w6xy1h3ps.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2944" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4w6xy1h3ps" - }, - { - "Name": "integrity", - "Value": "sha256-JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.4w6xy1h3ps.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4w6xy1h3ps" - }, - { - "Name": "integrity", - "Value": "sha256-DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000909918107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2944" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JHfNCemZxIVyz06tpEmfzN9sdsIU3s4bU9lmJ0jp3wc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/message.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DPpgAzx8F4r9JPWjolFkCCnY6Q4nkLFtBALbvLVwni0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000154535620" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6470" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "24231" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6470" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.yxf0vemp5j.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000154535620" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6470" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yxf0vemp5j" - }, - { - "Name": "integrity", - "Value": "sha256-SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.yxf0vemp5j.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "24231" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yxf0vemp5j" - }, - { - "Name": "integrity", - "Value": "sha256-SpiP1KFYOAGdTBFg+Y1xWNpPzi89nPL5Oc3RYZ16i2I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.yxf0vemp5j.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6470" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yxf0vemp5j" - }, - { - "Name": "integrity", - "Value": "sha256-/TcMcQ1YsUkzD/wmReMU0O3vpmuxrdLwuTI936OZrW4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/number.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001404494382" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1983" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.o625i3ebe2.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001404494382" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o625i3ebe2" - }, - { - "Name": "integrity", - "Value": "sha256-UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.o625i3ebe2.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1983" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o625i3ebe2" - }, - { - "Name": "integrity", - "Value": "sha256-UHhmrddPdttPFnTg5EJBTC27f2EuOp0ppWne+GB5EAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.o625i3ebe2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o625i3ebe2" - }, - { - "Name": "integrity", - "Value": "sha256-Otpwu2OKa7eio2/XmU2QnSRal3rnlGPI1dgUDK4ZqSw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/plural.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001028806584" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "971" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "971" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.kd8ijac0yy.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001028806584" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "971" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kd8ijac0yy" - }, - { - "Name": "integrity", - "Value": "sha256-GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.kd8ijac0yy.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kd8ijac0yy" - }, - { - "Name": "integrity", - "Value": "sha256-GOpSFm4oY0aMBvsgCrg5foCOQGTlHhTmlQtLoolO734=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.kd8ijac0yy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "971" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kd8ijac0yy" - }, - { - "Name": "integrity", - "Value": "sha256-i1ZQY5f2ph1YNgJfBTqjj8CjBmHHlYgM8qEAMAidnXc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/relative-time.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.59hlgwyh6n.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000826446281" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "59hlgwyh6n" - }, - { - "Name": "integrity", - "Value": "sha256-Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.59hlgwyh6n.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3617" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "59hlgwyh6n" - }, - { - "Name": "integrity", - "Value": "sha256-Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.59hlgwyh6n.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "59hlgwyh6n" - }, - { - "Name": "integrity", - "Value": "sha256-Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000826446281" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3617" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z8V9tmAAvYKWlSdhgIm84DuUeLuM4WKSFaB/+xykAvw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize-runtime/unit.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yjb8FdOY7Ms7iXpfvyBwSfM8WZ2+TwBBqfmFMLvksJw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000271960838" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11424" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.wkhykov9jt.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000271960838" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wkhykov9jt" - }, - { - "Name": "integrity", - "Value": "sha256-gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.wkhykov9jt.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11424" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wkhykov9jt" - }, - { - "Name": "integrity", - "Value": "sha256-gLESAx2QDoIoau4ig34iwo80vEWFlfZcNIxebXvpZYA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize.wkhykov9jt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wkhykov9jt" - }, - { - "Name": "integrity", - "Value": "sha256-eRT8Y4tAOeUEe6P2i/Q9FG3h1WQjnBwjCDAGuLqXeCU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.dgdjjcssza.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000183486239" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5449" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dgdjjcssza" - }, - { - "Name": "integrity", - "Value": "sha256-I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.dgdjjcssza.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "22947" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dgdjjcssza" - }, - { - "Name": "integrity", - "Value": "sha256-I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.dgdjjcssza.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5449" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dgdjjcssza" - }, - { - "Name": "integrity", - "Value": "sha256-LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000183486239" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5449" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "22947" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I9L754HPjfaYuDCsCn1tAR9kvCKTioaACUXej1ap/PQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/currency.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5449" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LXX1NAtBkdK4/zN9x1HNboM2jtyKYDty372GIK5dt1o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.im7uovycog.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056455710" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "im7uovycog" - }, - { - "Name": "integrity", - "Value": "sha256-GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/date.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.im7uovycog.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "78930" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "im7uovycog" - }, - { - "Name": "integrity", - "Value": "sha256-GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/date.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.im7uovycog.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "im7uovycog" - }, - { - "Name": "integrity", - "Value": "sha256-2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056455710" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "78930" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GpZZHVi95SMpN6ypLz5ZH9sn+2mZOT7r5NDZMn58nMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/date.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2dcJwgFI2vbYTJuPmdNcxvtbPuGSVF9MU3yJqXpSa6M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.bz2enfmxkb.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081779522" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12227" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bz2enfmxkb" - }, - { - "Name": "integrity", - "Value": "sha256-aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/message.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.bz2enfmxkb.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "63978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bz2enfmxkb" - }, - { - "Name": "integrity", - "Value": "sha256-aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/message.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.bz2enfmxkb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12227" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bz2enfmxkb" - }, - { - "Name": "integrity", - "Value": "sha256-tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081779522" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12227" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "63978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aUan2raTHKj8mx8DcViQ+7VCaM28+n27fzbBzaljgIg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/message.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12227" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tWWCtWWf+FA+LiniZ960DHcquIAYdBG+WVIGsej6bsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000086880973" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11509" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "47824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11509" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.ugepqyw4rw.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000086880973" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11509" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugepqyw4rw" - }, - { - "Name": "integrity", - "Value": "sha256-gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/number.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.ugepqyw4rw.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "47824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugepqyw4rw" - }, - { - "Name": "integrity", - "Value": "sha256-gshD1oTwFGWUaCjlujNUCXVTEsKCzKjTJAnbSe1dm3I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/number.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/number.ugepqyw4rw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11509" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugepqyw4rw" - }, - { - "Name": "integrity", - "Value": "sha256-DYnK9dCJfShOfaMIK1xTrr83PLSw5+bHTv0mQp1NCdo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/number.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.gim24gfs1n.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000252589038" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gim24gfs1n" - }, - { - "Name": "integrity", - "Value": "sha256-iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.gim24gfs1n.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13150" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gim24gfs1n" - }, - { - "Name": "integrity", - "Value": "sha256-iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.gim24gfs1n.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gim24gfs1n" - }, - { - "Name": "integrity", - "Value": "sha256-kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000252589038" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13150" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iG1vg1RUtZWwXXUW1H+/YFRrLPcDfDRYShIMesaL3dQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/plural.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kAzB3u0nSiUFQwqH+uZxlwLkBjMf+pKOl9dviRLmLac=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000636132316" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5314" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.y88hm44dln.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000636132316" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y88hm44dln" - }, - { - "Name": "integrity", - "Value": "sha256-/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.y88hm44dln.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5314" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y88hm44dln" - }, - { - "Name": "integrity", - "Value": "sha256-/tWOKVtB9rmVGxnCEe90RM6U/XD9QAn+8STuNoDKcw0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.y88hm44dln.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y88hm44dln" - }, - { - "Name": "integrity", - "Value": "sha256-Qk2zLP4U5Rh74bot1kAA2IhMEKToJm53/fdVk0+EXGI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/relative-time.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000399680256" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2501" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2501" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.rv6gfq7o5y.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000399680256" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2501" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rv6gfq7o5y" - }, - { - "Name": "integrity", - "Value": "sha256-KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.rv6gfq7o5y.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rv6gfq7o5y" - }, - { - "Name": "integrity", - "Value": "sha256-KfLCMsHmTNiXN9enH0xm40/EiSJCPe+0AnxUJBC+Mms=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/globalize/unit.rv6gfq7o5y.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2501" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rv6gfq7o5y" - }, - { - "Name": "integrity", - "Value": "sha256-SJ2QGuRmNS/awqr1feORq1e03HwtmKiG6v+aimvVRuQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/globalize/unit.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003076923077" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.tnygz5vhn5.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003076923077" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tnygz5vhn5" - }, - { - "Name": "integrity", - "Value": "sha256-h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/node-main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.tnygz5vhn5.js", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tnygz5vhn5" - }, - { - "Name": "integrity", - "Value": "sha256-h4Vd/yLZHvODHkHbYniiJKaZMaYRl1di1eogum0q30k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/node-main.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/globalize/node-main.tnygz5vhn5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tnygz5vhn5" - }, - { - "Name": "integrity", - "Value": "sha256-q2MPeZdrXnCmUrcbyvckVqOrBq3o2X6VIgZSOYqaKhk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/globalize/node-main.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000112777715" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8866" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "58673" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8866" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.kq3mdyk9d9.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000112777715" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8866" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kq3mdyk9d9" - }, - { - "Name": "integrity", - "Value": "sha256-bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.kq3mdyk9d9.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "58673" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kq3mdyk9d9" - }, - { - "Name": "integrity", - "Value": "sha256-bDHFsFFD2qMXcctJlwIdC5oJkru9x4ufa6TidD56BW8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.kq3mdyk9d9.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8866" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kq3mdyk9d9" - }, - { - "Name": "integrity", - "Value": "sha256-9N4g4EW7BlTJZWZdQ9ZUSBARoG0BtPOEKXZKobhUipo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000120641814" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8288" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "51295" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8288" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.rz8hewa331.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000120641814" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8288" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rz8hewa331" - }, - { - "Name": "integrity", - "Value": "sha256-x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.rz8hewa331.css", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "51295" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rz8hewa331" - }, - { - "Name": "integrity", - "Value": "sha256-x/UfwGtVm/I6LUhsPr+2X68ktNdQ2bkvE2hmdnFUrWg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.rz8hewa331.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8288" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rz8hewa331" - }, - { - "Name": "integrity", - "Value": "sha256-lTxHsfSlhTzDwbzZ68PLRYqYXE0yJzYxWz4dLlbzJHA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/css/ionicons.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.1xhp7f9xbs.svg", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009710341" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102982" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1xhp7f9xbs" - }, - { - "Name": "integrity", - "Value": "sha256-9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.1xhp7f9xbs.svg", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "336064" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1xhp7f9xbs" - }, - { - "Name": "integrity", - "Value": "sha256-9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.1xhp7f9xbs.svg.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102982" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1xhp7f9xbs" - }, - { - "Name": "integrity", - "Value": "sha256-2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.eot", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.eot", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "120724" - }, - { - "Name": "Content-Type", - "Value": "application/vnd.ms-fontobject" - }, - { - "Name": "ETag", - "Value": "\"fjMNxTOru4beuavPT1OkJjkV8oh/oOwCbF3jbH2xo20=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fjMNxTOru4beuavPT1OkJjkV8oh/oOwCbF3jbH2xo20=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.qdbrmunew0.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "188508" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"XnAINewFKTo9D541Tn0DgxnTRSHNJ554IZjf9tHdWPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qdbrmunew0" - }, - { - "Name": "integrity", - "Value": "sha256-XnAINewFKTo9D541Tn0DgxnTRSHNJ554IZjf9tHdWPI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.ttf" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009710341" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102982" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "336064" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9fmtOH++7dkHF8sN//GrBR0VfaQWrmknEx64HwSlMEM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.svg.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102982" - }, - { - "Name": "Content-Type", - "Value": "image/svg+xml" - }, - { - "Name": "ETag", - "Value": "\"2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2ChPdBcILbqMpkqBuEPjjlZZqhNiGsKjxkZa/mIj+aI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.ttf", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.ttf", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "188508" - }, - { - "Name": "Content-Type", - "Value": "application/x-font-ttf" - }, - { - "Name": "ETag", - "Value": "\"XnAINewFKTo9D541Tn0DgxnTRSHNJ554IZjf9tHdWPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XnAINewFKTo9D541Tn0DgxnTRSHNJ554IZjf9tHdWPI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.woff", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.woff", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "67904" - }, - { - "Name": "Content-Type", - "Value": "application/font-woff" - }, - { - "Name": "ETag", - "Value": "\"p144ECbs7UT06NbqTcQOKOamTdlT6MC2wjnRrIRMSi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p144ECbs7UT06NbqTcQOKOamTdlT6MC2wjnRrIRMSi0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.xatgdrjce6.woff", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.woff", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "67904" - }, - { - "Name": "Content-Type", - "Value": "application/font-woff" - }, - { - "Name": "ETag", - "Value": "\"p144ECbs7UT06NbqTcQOKOamTdlT6MC2wjnRrIRMSi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xatgdrjce6" - }, - { - "Name": "integrity", - "Value": "sha256-p144ECbs7UT06NbqTcQOKOamTdlT6MC2wjnRrIRMSi0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.woff" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.ygayrii7su.eot", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.eot", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "120724" - }, - { - "Name": "Content-Type", - "Value": "application/vnd.ms-fontobject" - }, - { - "Name": "ETag", - "Value": "\"fjMNxTOru4beuavPT1OkJjkV8oh/oOwCbF3jbH2xo20=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ygayrii7su" - }, - { - "Name": "integrity", - "Value": "sha256-fjMNxTOru4beuavPT1OkJjkV8oh/oOwCbF3jbH2xo20=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/fonts/ionicons.eot" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/alert-circled.40h0r67ibj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/alert-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2551" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FBm173lWZ14ppSOZ4dfPEMHTsg6DFc+/wQCMon818Jc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "40h0r67ibj" - }, - { - "Name": "integrity", - "Value": "sha256-FBm173lWZ14ppSOZ4dfPEMHTsg6DFc+/wQCMon818Jc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/alert-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/alert-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/alert-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2551" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FBm173lWZ14ppSOZ4dfPEMHTsg6DFc+/wQCMon818Jc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FBm173lWZ14ppSOZ4dfPEMHTsg6DFc+/wQCMon818Jc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/alert.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/alert.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "766" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pAXIaP4oKbrFstICR7QV3ujmAzXsTfnnSgtW6QNKi30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pAXIaP4oKbrFstICR7QV3ujmAzXsTfnnSgtW6QNKi30=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/alert.s8elfsyx41.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/alert.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "766" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pAXIaP4oKbrFstICR7QV3ujmAzXsTfnnSgtW6QNKi30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s8elfsyx41" - }, - { - "Name": "integrity", - "Value": "sha256-pAXIaP4oKbrFstICR7QV3ujmAzXsTfnnSgtW6QNKi30=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/alert.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add-contact.29plhpjex8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3279" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FtjjAMsO0j4shtMjRWGmUw9zinTn+QnUGZLFDCrav5s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "29plhpjex8" - }, - { - "Name": "integrity", - "Value": "sha256-FtjjAMsO0j4shtMjRWGmUw9zinTn+QnUGZLFDCrav5s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add-contact.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add-contact.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3279" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FtjjAMsO0j4shtMjRWGmUw9zinTn+QnUGZLFDCrav5s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FtjjAMsO0j4shtMjRWGmUw9zinTn+QnUGZLFDCrav5s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add.ld0nn2n137.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "240" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qdAKGJABqowc2HHlB3xeom/PbcpXa40SHOeRbuB7tSg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ld0nn2n137" - }, - { - "Name": "integrity", - "Value": "sha256-qdAKGJABqowc2HHlB3xeom/PbcpXa40SHOeRbuB7tSg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "240" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qdAKGJABqowc2HHlB3xeom/PbcpXa40SHOeRbuB7tSg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qdAKGJABqowc2HHlB3xeom/PbcpXa40SHOeRbuB7tSg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-alarm.ogc9off2v6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-alarm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qDRtrjedb0ifuSGN4NiXk/OpgDE9PNjZZVRpBmBhTdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ogc9off2v6" - }, - { - "Name": "integrity", - "Value": "sha256-qDRtrjedb0ifuSGN4NiXk/OpgDE9PNjZZVRpBmBhTdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-alarm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-alarm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-alarm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6428" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qDRtrjedb0ifuSGN4NiXk/OpgDE9PNjZZVRpBmBhTdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qDRtrjedb0ifuSGN4NiXk/OpgDE9PNjZZVRpBmBhTdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-archive.3dsjseavdd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-archive.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qfUtPw96YMHBpgYX/gRlUwImbr+2R09dPirPOFotycc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3dsjseavdd" - }, - { - "Name": "integrity", - "Value": "sha256-qfUtPw96YMHBpgYX/gRlUwImbr+2R09dPirPOFotycc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-archive.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-archive.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-archive.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qfUtPw96YMHBpgYX/gRlUwImbr+2R09dPirPOFotycc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qfUtPw96YMHBpgYX/gRlUwImbr+2R09dPirPOFotycc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-back.866umuqpz7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QJcMNidf1kW0F6K0zwlkMj6/rsKc9ZC1HT9o/8MsH+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "866umuqpz7" - }, - { - "Name": "integrity", - "Value": "sha256-QJcMNidf1kW0F6K0zwlkMj6/rsKc9ZC1HT9o/8MsH+g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-back.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-back.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QJcMNidf1kW0F6K0zwlkMj6/rsKc9ZC1HT9o/8MsH+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QJcMNidf1kW0F6K0zwlkMj6/rsKc9ZC1HT9o/8MsH+g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-left.13v7euoqee.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"42Byjsjj9seg2G+B4F935N1iJzOZZxwPpRa57HE8QjE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "13v7euoqee" - }, - { - "Name": "integrity", - "Value": "sha256-42Byjsjj9seg2G+B4F935N1iJzOZZxwPpRa57HE8QjE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"42Byjsjj9seg2G+B4F935N1iJzOZZxwPpRa57HE8QjE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-42Byjsjj9seg2G+B4F935N1iJzOZZxwPpRa57HE8QjE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-right.nsovmt7thy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1462" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uVbhduzz+ueu72gzH3iyTfEbCqjZYIZmwwZhbfrU3F8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nsovmt7thy" - }, - { - "Name": "integrity", - "Value": "sha256-uVbhduzz+ueu72gzH3iyTfEbCqjZYIZmwwZhbfrU3F8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-down-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1462" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uVbhduzz+ueu72gzH3iyTfEbCqjZYIZmwwZhbfrU3F8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uVbhduzz+ueu72gzH3iyTfEbCqjZYIZmwwZhbfrU3F8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-forward.5wdurk28ls.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1191" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1YyDnRoUrgc3owAmyz/30Y2JlzEy6YCMrhPk6NPj1wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5wdurk28ls" - }, - { - "Name": "integrity", - "Value": "sha256-1YyDnRoUrgc3owAmyz/30Y2JlzEy6YCMrhPk6NPj1wM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-forward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-forward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1191" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1YyDnRoUrgc3owAmyz/30Y2JlzEy6YCMrhPk6NPj1wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1YyDnRoUrgc3owAmyz/30Y2JlzEy6YCMrhPk6NPj1wM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-left.68ox8iim56.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1499" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ihaTNugWBoufPKPj6vCnZXZm56e8qC860N9a6s0Tho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "68ox8iim56" - }, - { - "Name": "integrity", - "Value": "sha256-5ihaTNugWBoufPKPj6vCnZXZm56e8qC860N9a6s0Tho=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1499" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ihaTNugWBoufPKPj6vCnZXZm56e8qC860N9a6s0Tho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ihaTNugWBoufPKPj6vCnZXZm56e8qC860N9a6s0Tho=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TaJUWsumL03G8CxLiRyx5Co4nLWk9ofdGPc1PbPTpP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TaJUWsumL03G8CxLiRyx5Co4nLWk9ofdGPc1PbPTpP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-right.v1fmcbxbhd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TaJUWsumL03G8CxLiRyx5Co4nLWk9ofdGPc1PbPTpP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v1fmcbxbhd" - }, - { - "Name": "integrity", - "Value": "sha256-TaJUWsumL03G8CxLiRyx5Co4nLWk9ofdGPc1PbPTpP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-arrow-up-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-battery.e0qzhjl948.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-battery.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "238" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kiRomA5olXCU6zclYAh5sQxFo9nHzIoWCo08yaw2Vec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e0qzhjl948" - }, - { - "Name": "integrity", - "Value": "sha256-kiRomA5olXCU6zclYAh5sQxFo9nHzIoWCo08yaw2Vec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-battery.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-battery.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-battery.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "238" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kiRomA5olXCU6zclYAh5sQxFo9nHzIoWCo08yaw2Vec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kiRomA5olXCU6zclYAh5sQxFo9nHzIoWCo08yaw2Vec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-book.hwea0o8bdx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-book.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3746" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"D/YSgobpQmHaASqfg0ZE2XHd8fPcuHKDjR3Z1E6SU3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hwea0o8bdx" - }, - { - "Name": "integrity", - "Value": "sha256-D/YSgobpQmHaASqfg0ZE2XHd8fPcuHKDjR3Z1E6SU3Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-book.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-book.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-book.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3746" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"D/YSgobpQmHaASqfg0ZE2XHd8fPcuHKDjR3Z1E6SU3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D/YSgobpQmHaASqfg0ZE2XHd8fPcuHKDjR3Z1E6SU3Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-calendar.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ouk87EgqDfvuI3fPqzxW0/hDJCLv5PfMMc0BOjZQtbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ouk87EgqDfvuI3fPqzxW0/hDJCLv5PfMMc0BOjZQtbA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-calendar.q5t3wcldj5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ouk87EgqDfvuI3fPqzxW0/hDJCLv5PfMMc0BOjZQtbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q5t3wcldj5" - }, - { - "Name": "integrity", - "Value": "sha256-ouk87EgqDfvuI3fPqzxW0/hDJCLv5PfMMc0BOjZQtbA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-calendar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-call.fbn30vehgn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-call.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4766" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y5Tt5qamsksrrVzIq6XIS8EDKAlKI5eGFNdcA/1fxGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fbn30vehgn" - }, - { - "Name": "integrity", - "Value": "sha256-y5Tt5qamsksrrVzIq6XIS8EDKAlKI5eGFNdcA/1fxGk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-call.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-call.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-call.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4766" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y5Tt5qamsksrrVzIq6XIS8EDKAlKI5eGFNdcA/1fxGk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y5Tt5qamsksrrVzIq6XIS8EDKAlKI5eGFNdcA/1fxGk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-camera.8g4torg792.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3871" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OCC/hnnprIaE7nnX5eusTB4G8JnH6esgjm6NYOUiIBI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8g4torg792" - }, - { - "Name": "integrity", - "Value": "sha256-OCC/hnnprIaE7nnX5eusTB4G8JnH6esgjm6NYOUiIBI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-camera.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-camera.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3871" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OCC/hnnprIaE7nnX5eusTB4G8JnH6esgjm6NYOUiIBI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OCC/hnnprIaE7nnX5eusTB4G8JnH6esgjm6NYOUiIBI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-chat.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-chat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nvXktgWzQPSGkTJxyomJfAIF9gSkwaNbAFP73jaZgbo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nvXktgWzQPSGkTJxyomJfAIF9gSkwaNbAFP73jaZgbo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-chat.qmj4yz4n8o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-chat.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nvXktgWzQPSGkTJxyomJfAIF9gSkwaNbAFP73jaZgbo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qmj4yz4n8o" - }, - { - "Name": "integrity", - "Value": "sha256-nvXktgWzQPSGkTJxyomJfAIF9gSkwaNbAFP73jaZgbo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-chat.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-checkmark.1raicib4uj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1846" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EzX3VGDb2FHd07lSakLBK7pTsqCb/QEsP19Hivkalo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1raicib4uj" - }, - { - "Name": "integrity", - "Value": "sha256-EzX3VGDb2FHd07lSakLBK7pTsqCb/QEsP19Hivkalo0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-checkmark.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-checkmark.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1846" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EzX3VGDb2FHd07lSakLBK7pTsqCb/QEsP19Hivkalo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EzX3VGDb2FHd07lSakLBK7pTsqCb/QEsP19Hivkalo0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-clock.6iyoc3thmi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5268" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rkzqzYd9s+tibFAmu9DpDw2qiguh6nh1dFz6RUcz8Uc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6iyoc3thmi" - }, - { - "Name": "integrity", - "Value": "sha256-rkzqzYd9s+tibFAmu9DpDw2qiguh6nh1dFz6RUcz8Uc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-clock.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-clock.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5268" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rkzqzYd9s+tibFAmu9DpDw2qiguh6nh1dFz6RUcz8Uc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkzqzYd9s+tibFAmu9DpDw2qiguh6nh1dFz6RUcz8Uc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-close.o9pecnst8f.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2156" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lEA2fYbgA9bowv6cciqKXr/pQOYKsqvrviTzD7LtQQs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o9pecnst8f" - }, - { - "Name": "integrity", - "Value": "sha256-lEA2fYbgA9bowv6cciqKXr/pQOYKsqvrviTzD7LtQQs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-close.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-close.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2156" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lEA2fYbgA9bowv6cciqKXr/pQOYKsqvrviTzD7LtQQs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lEA2fYbgA9bowv6cciqKXr/pQOYKsqvrviTzD7LtQQs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contact.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3658" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cAR+fTLGaUys18DEzWUSIJbYxpaNUl/+faKw++Y3v/k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cAR+fTLGaUys18DEzWUSIJbYxpaNUl/+faKw++Y3v/k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contact.wsk5r2w7nq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3658" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cAR+fTLGaUys18DEzWUSIJbYxpaNUl/+faKw++Y3v/k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wsk5r2w7nq" - }, - { - "Name": "integrity", - "Value": "sha256-cAR+fTLGaUys18DEzWUSIJbYxpaNUl/+faKw++Y3v/k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contact.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contacts.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contacts.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4299" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QmvTjjfckkmYG53Cg+eZIzSwGxJK45Bfwtv7PM0Z2ow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QmvTjjfckkmYG53Cg+eZIzSwGxJK45Bfwtv7PM0Z2ow=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contacts.q1oc4npbvh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contacts.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4299" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QmvTjjfckkmYG53Cg+eZIzSwGxJK45Bfwtv7PM0Z2ow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q1oc4npbvh" - }, - { - "Name": "integrity", - "Value": "sha256-QmvTjjfckkmYG53Cg+eZIzSwGxJK45Bfwtv7PM0Z2ow=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-contacts.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-data.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-data.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4808" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iikerF6v8OUQrFE7V12iT1MCyA9hj6RSi1uszCVuWSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iikerF6v8OUQrFE7V12iT1MCyA9hj6RSi1uszCVuWSI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-data.y6him3g1u0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-data.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4808" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iikerF6v8OUQrFE7V12iT1MCyA9hj6RSi1uszCVuWSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y6him3g1u0" - }, - { - "Name": "integrity", - "Value": "sha256-iikerF6v8OUQrFE7V12iT1MCyA9hj6RSi1uszCVuWSI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-data.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-developer.in9sj9gpve.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-developer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4115" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3hZXumAHEr1DFPBAjbaTYblHyr5BX3DSckctMnz6KsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "in9sj9gpve" - }, - { - "Name": "integrity", - "Value": "sha256-3hZXumAHEr1DFPBAjbaTYblHyr5BX3DSckctMnz6KsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-developer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-developer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-developer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4115" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3hZXumAHEr1DFPBAjbaTYblHyr5BX3DSckctMnz6KsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3hZXumAHEr1DFPBAjbaTYblHyr5BX3DSckctMnz6KsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-display.osmjub2fzh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-display.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4909" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2DuBsYMQt02H3jt967njKIcTqBIHaSVL6l2XZPRKRd8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "osmjub2fzh" - }, - { - "Name": "integrity", - "Value": "sha256-2DuBsYMQt02H3jt967njKIcTqBIHaSVL6l2XZPRKRd8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-display.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-display.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-display.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4909" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2DuBsYMQt02H3jt967njKIcTqBIHaSVL6l2XZPRKRd8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2DuBsYMQt02H3jt967njKIcTqBIHaSVL6l2XZPRKRd8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-download.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jURbU4inUJl5CND8vFpEg01HQXpH1cL/iQZl35+4eBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jURbU4inUJl5CND8vFpEg01HQXpH1cL/iQZl35+4eBY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-download.t0bji5wgpr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jURbU4inUJl5CND8vFpEg01HQXpH1cL/iQZl35+4eBY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t0bji5wgpr" - }, - { - "Name": "integrity", - "Value": "sha256-jURbU4inUJl5CND8vFpEg01HQXpH1cL/iQZl35+4eBY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-drawer.868zpjeg3r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-drawer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "190" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4Ca2iRQYqtPoUkgx0Uydj6gpb5+Hy72ydXiG6G5LsFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "868zpjeg3r" - }, - { - "Name": "integrity", - "Value": "sha256-4Ca2iRQYqtPoUkgx0Uydj6gpb5+Hy72ydXiG6G5LsFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-drawer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-drawer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-drawer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "190" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4Ca2iRQYqtPoUkgx0Uydj6gpb5+Hy72ydXiG6G5LsFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Ca2iRQYqtPoUkgx0Uydj6gpb5+Hy72ydXiG6G5LsFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-dropdown.eyo0ns6s30.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-dropdown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "777" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VkX0R91373ciRX6RiSq1/PMaowfu7YDqYjplBUXIGhQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eyo0ns6s30" - }, - { - "Name": "integrity", - "Value": "sha256-VkX0R91373ciRX6RiSq1/PMaowfu7YDqYjplBUXIGhQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-dropdown.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-dropdown.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-dropdown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "777" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VkX0R91373ciRX6RiSq1/PMaowfu7YDqYjplBUXIGhQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VkX0R91373ciRX6RiSq1/PMaowfu7YDqYjplBUXIGhQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-earth.9dd9d1phii.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-earth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"E7NsRDMdBD/gGjQzdCibSg+8bqQZtI/hot4GASDdHGM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9dd9d1phii" - }, - { - "Name": "integrity", - "Value": "sha256-E7NsRDMdBD/gGjQzdCibSg+8bqQZtI/hot4GASDdHGM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-earth.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-earth.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-earth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"E7NsRDMdBD/gGjQzdCibSg+8bqQZtI/hot4GASDdHGM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-E7NsRDMdBD/gGjQzdCibSg+8bqQZtI/hot4GASDdHGM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-folder.5i22508xvt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LV5zMtkdn7x3OwRD836xjAz9jAZXXdGu7noCqIe0PUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5i22508xvt" - }, - { - "Name": "integrity", - "Value": "sha256-LV5zMtkdn7x3OwRD836xjAz9jAZXXdGu7noCqIe0PUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-folder.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-folder.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1688" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LV5zMtkdn7x3OwRD836xjAz9jAZXXdGu7noCqIe0PUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LV5zMtkdn7x3OwRD836xjAz9jAZXXdGu7noCqIe0PUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-forums.cvo597iyjo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-forums.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2C0kdrwJV5GrlpTHiNIBmxnXHGSQKSmfIPLVAu++kJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cvo597iyjo" - }, - { - "Name": "integrity", - "Value": "sha256-2C0kdrwJV5GrlpTHiNIBmxnXHGSQKSmfIPLVAu++kJU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-forums.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-forums.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-forums.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2C0kdrwJV5GrlpTHiNIBmxnXHGSQKSmfIPLVAu++kJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2C0kdrwJV5GrlpTHiNIBmxnXHGSQKSmfIPLVAu++kJU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-friends.8fenlzxroo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-friends.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PObGxF+GYhOs6s1yVn0RjFGVNUmlUi/64C41cGEK+GE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fenlzxroo" - }, - { - "Name": "integrity", - "Value": "sha256-PObGxF+GYhOs6s1yVn0RjFGVNUmlUi/64C41cGEK+GE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-friends.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-friends.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-friends.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PObGxF+GYhOs6s1yVn0RjFGVNUmlUi/64C41cGEK+GE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PObGxF+GYhOs6s1yVn0RjFGVNUmlUi/64C41cGEK+GE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-hand.07m2a4944t.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-hand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4650" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3EblELflqt9wmY357/Rjny7/8GLaJLMte6AjjwTY/08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "07m2a4944t" - }, - { - "Name": "integrity", - "Value": "sha256-3EblELflqt9wmY357/Rjny7/8GLaJLMte6AjjwTY/08=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-hand.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-hand.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-hand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4650" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3EblELflqt9wmY357/Rjny7/8GLaJLMte6AjjwTY/08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3EblELflqt9wmY357/Rjny7/8GLaJLMte6AjjwTY/08=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-image.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1433" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BTU7rrlQmYoY+/fE80GZ78OBBX7we8LrBod606eeSbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BTU7rrlQmYoY+/fE80GZ78OBBX7we8LrBod606eeSbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-image.pr2gjoj1px.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1433" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BTU7rrlQmYoY+/fE80GZ78OBBX7we8LrBod606eeSbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pr2gjoj1px" - }, - { - "Name": "integrity", - "Value": "sha256-BTU7rrlQmYoY+/fE80GZ78OBBX7we8LrBod606eeSbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-image.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-inbox.8cudlm6a11.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-inbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3018" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2AfMOCVK2OMtibOOhBGz1yj6ypy8cLQdmD+nM001paY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8cudlm6a11" - }, - { - "Name": "integrity", - "Value": "sha256-2AfMOCVK2OMtibOOhBGz1yj6ypy8cLQdmD+nM001paY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-inbox.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-inbox.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-inbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3018" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2AfMOCVK2OMtibOOhBGz1yj6ypy8cLQdmD+nM001paY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2AfMOCVK2OMtibOOhBGz1yj6ypy8cLQdmD+nM001paY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-information.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3370" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fvjZ0o27LDoTJ1x8b6oZzXgZ2azrLbhCAXgVK9lD4QE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fvjZ0o27LDoTJ1x8b6oZzXgZ2azrLbhCAXgVK9lD4QE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-information.q9e5dp7azx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3370" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fvjZ0o27LDoTJ1x8b6oZzXgZ2azrLbhCAXgVK9lD4QE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q9e5dp7azx" - }, - { - "Name": "integrity", - "Value": "sha256-fvjZ0o27LDoTJ1x8b6oZzXgZ2azrLbhCAXgVK9lD4QE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-information.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-keypad.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-keypad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1055" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x87kvk1y6KcSKcI6tv3wBo8fGUTes+RpaiDS+KR/P2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x87kvk1y6KcSKcI6tv3wBo8fGUTes+RpaiDS+KR/P2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-keypad.rftrpqyek8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-keypad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1055" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x87kvk1y6KcSKcI6tv3wBo8fGUTes+RpaiDS+KR/P2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rftrpqyek8" - }, - { - "Name": "integrity", - "Value": "sha256-x87kvk1y6KcSKcI6tv3wBo8fGUTes+RpaiDS+KR/P2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-keypad.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-lightbulb.kygk2719i5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3KARZDoGJsAVy4fYo+GrWx0vTajr7STMxrdHE6CNsDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kygk2719i5" - }, - { - "Name": "integrity", - "Value": "sha256-3KARZDoGJsAVy4fYo+GrWx0vTajr7STMxrdHE6CNsDs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-lightbulb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-lightbulb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3515" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3KARZDoGJsAVy4fYo+GrWx0vTajr7STMxrdHE6CNsDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3KARZDoGJsAVy4fYo+GrWx0vTajr7STMxrdHE6CNsDs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-locate.kh5aer5y6v.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-locate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5003" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uNuAjzlqocOlYjGAJlc55rZFenEwu9KCqrIUQmmR9q4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kh5aer5y6v" - }, - { - "Name": "integrity", - "Value": "sha256-uNuAjzlqocOlYjGAJlc55rZFenEwu9KCqrIUQmmR9q4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-locate.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-locate.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-locate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5003" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uNuAjzlqocOlYjGAJlc55rZFenEwu9KCqrIUQmmR9q4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uNuAjzlqocOlYjGAJlc55rZFenEwu9KCqrIUQmmR9q4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-location.jzqsvnhww2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3067" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YT1sjgi9R0fkZUVFI1fZv5QQlyFEqydgzWGfbNF+754=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jzqsvnhww2" - }, - { - "Name": "integrity", - "Value": "sha256-YT1sjgi9R0fkZUVFI1fZv5QQlyFEqydgzWGfbNF+754=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-location.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-location.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3067" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YT1sjgi9R0fkZUVFI1fZv5QQlyFEqydgzWGfbNF+754=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YT1sjgi9R0fkZUVFI1fZv5QQlyFEqydgzWGfbNF+754=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mail.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mail.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3455" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7ySvx0DjiDDndZZTjXofz2THDa4N9b7H3lHaIf2pDtw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7ySvx0DjiDDndZZTjXofz2THDa4N9b7H3lHaIf2pDtw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mail.tp7oi7t4y6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mail.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3455" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7ySvx0DjiDDndZZTjXofz2THDa4N9b7H3lHaIf2pDtw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tp7oi7t4y6" - }, - { - "Name": "integrity", - "Value": "sha256-7ySvx0DjiDDndZZTjXofz2THDa4N9b7H3lHaIf2pDtw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mail.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-microphone.3wrl9imf36.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-microphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3267" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c9GB3i6bqD8/FrpDotMpupzh5Gy7TfmeCBGtwmEQMkI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3wrl9imf36" - }, - { - "Name": "integrity", - "Value": "sha256-c9GB3i6bqD8/FrpDotMpupzh5Gy7TfmeCBGtwmEQMkI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-microphone.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-microphone.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-microphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3267" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c9GB3i6bqD8/FrpDotMpupzh5Gy7TfmeCBGtwmEQMkI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c9GB3i6bqD8/FrpDotMpupzh5Gy7TfmeCBGtwmEQMkI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mixer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mixer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2727" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"v68yj6gv735GKEAI6qeLUc59nBu4Ew+iFIru2u09lzA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v68yj6gv735GKEAI6qeLUc59nBu4Ew+iFIru2u09lzA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mixer.rhwp725pwy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mixer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2727" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"v68yj6gv735GKEAI6qeLUc59nBu4Ew+iFIru2u09lzA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rhwp725pwy" - }, - { - "Name": "integrity", - "Value": "sha256-v68yj6gv735GKEAI6qeLUc59nBu4Ew+iFIru2u09lzA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-mixer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-more.k9nnr3l17o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "224" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iEyWBaNwl0VVw1WEnQtSr+r8IwJM30pGw6PXBhafE1I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k9nnr3l17o" - }, - { - "Name": "integrity", - "Value": "sha256-iEyWBaNwl0VVw1WEnQtSr+r8IwJM30pGw6PXBhafE1I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-more.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-more.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "224" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iEyWBaNwl0VVw1WEnQtSr+r8IwJM30pGw6PXBhafE1I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iEyWBaNwl0VVw1WEnQtSr+r8IwJM30pGw6PXBhafE1I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-note.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "249" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3nzpU7LYt4idKBkFuz02mW5xjJaZASnRjsCvmx7ff2o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3nzpU7LYt4idKBkFuz02mW5xjJaZASnRjsCvmx7ff2o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-note.qehsku3x72.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "249" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3nzpU7LYt4idKBkFuz02mW5xjJaZASnRjsCvmx7ff2o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qehsku3x72" - }, - { - "Name": "integrity", - "Value": "sha256-3nzpU7LYt4idKBkFuz02mW5xjJaZASnRjsCvmx7ff2o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-note.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-playstore.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-playstore.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3165" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L0c7HvHAdVl8/Pj6RXSbLGTSqcRZ5AEk9hIlpKuF9Ac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L0c7HvHAdVl8/Pj6RXSbLGTSqcRZ5AEk9hIlpKuF9Ac=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-playstore.v8vcuw0v3g.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-playstore.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3165" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L0c7HvHAdVl8/Pj6RXSbLGTSqcRZ5AEk9hIlpKuF9Ac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v8vcuw0v3g" - }, - { - "Name": "integrity", - "Value": "sha256-L0c7HvHAdVl8/Pj6RXSbLGTSqcRZ5AEk9hIlpKuF9Ac=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-playstore.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-printer.p455cx3vzy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1721" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OUm4L0TFxP5cQgzjrxhM2FEAsVpuZJ+vWkwTlqSLyos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p455cx3vzy" - }, - { - "Name": "integrity", - "Value": "sha256-OUm4L0TFxP5cQgzjrxhM2FEAsVpuZJ+vWkwTlqSLyos=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-printer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-printer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1721" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OUm4L0TFxP5cQgzjrxhM2FEAsVpuZJ+vWkwTlqSLyos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OUm4L0TFxP5cQgzjrxhM2FEAsVpuZJ+vWkwTlqSLyos=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-promotion.5y516fzoc0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-promotion.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2374" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XWa7iv44oT5HgoHM1e0EqnjneeSUBJjgx0o7ISesXbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5y516fzoc0" - }, - { - "Name": "integrity", - "Value": "sha256-XWa7iv44oT5HgoHM1e0EqnjneeSUBJjgx0o7ISesXbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-promotion.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-promotion.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-promotion.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2374" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XWa7iv44oT5HgoHM1e0EqnjneeSUBJjgx0o7ISesXbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XWa7iv44oT5HgoHM1e0EqnjneeSUBJjgx0o7ISesXbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-reminder.0m1a1kus46.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-reminder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qHc09yTmq/w8cSSCRcFo+XjHpblFJXdQRT2117AW1FA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0m1a1kus46" - }, - { - "Name": "integrity", - "Value": "sha256-qHc09yTmq/w8cSSCRcFo+XjHpblFJXdQRT2117AW1FA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-reminder.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-reminder.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-reminder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qHc09yTmq/w8cSSCRcFo+XjHpblFJXdQRT2117AW1FA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qHc09yTmq/w8cSSCRcFo+XjHpblFJXdQRT2117AW1FA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-remove.c0evb0kmun.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-remove.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rAMxYT2hon0WdUtEVMaB2o7EZI9cJyhNRZTdIG81Fyw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c0evb0kmun" - }, - { - "Name": "integrity", - "Value": "sha256-rAMxYT2hon0WdUtEVMaB2o7EZI9cJyhNRZTdIG81Fyw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-remove.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-remove.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-remove.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rAMxYT2hon0WdUtEVMaB2o7EZI9cJyhNRZTdIG81Fyw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rAMxYT2hon0WdUtEVMaB2o7EZI9cJyhNRZTdIG81Fyw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-search.8fo0a9cltt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4232" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pIkRsWABrVduRZwBf17lcLpIf6WEhJPPXMJ+2QLyQbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fo0a9cltt" - }, - { - "Name": "integrity", - "Value": "sha256-pIkRsWABrVduRZwBf17lcLpIf6WEhJPPXMJ+2QLyQbA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-search.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-search.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4232" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pIkRsWABrVduRZwBf17lcLpIf6WEhJPPXMJ+2QLyQbA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pIkRsWABrVduRZwBf17lcLpIf6WEhJPPXMJ+2QLyQbA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-send.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-send.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2079" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2R/iOYuNbWl1UgxQiIBcGOPxK/7SatwUMrXqyY5rBWw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2R/iOYuNbWl1UgxQiIBcGOPxK/7SatwUMrXqyY5rBWw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-send.tfagvyozaf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-send.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2079" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2R/iOYuNbWl1UgxQiIBcGOPxK/7SatwUMrXqyY5rBWw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tfagvyozaf" - }, - { - "Name": "integrity", - "Value": "sha256-2R/iOYuNbWl1UgxQiIBcGOPxK/7SatwUMrXqyY5rBWw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-send.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-settings.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H7vz48Bw1Pm7Yc3mBKH9PLdHY+hJo5EkmwwUaowxaI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H7vz48Bw1Pm7Yc3mBKH9PLdHY+hJo5EkmwwUaowxaI4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-settings.thee05lup3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3883" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"H7vz48Bw1Pm7Yc3mBKH9PLdHY+hJo5EkmwwUaowxaI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "thee05lup3" - }, - { - "Name": "integrity", - "Value": "sha256-H7vz48Bw1Pm7Yc3mBKH9PLdHY+hJo5EkmwwUaowxaI4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-settings.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-share.i3bac12bfd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-share.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3212" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rmZD+nO7ViY95U1LRyzYG7rc1PiUSWXxT19+auU8/EY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i3bac12bfd" - }, - { - "Name": "integrity", - "Value": "sha256-rmZD+nO7ViY95U1LRyzYG7rc1PiUSWXxT19+auU8/EY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-share.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-share.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-share.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3212" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rmZD+nO7ViY95U1LRyzYG7rc1PiUSWXxT19+auU8/EY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rmZD+nO7ViY95U1LRyzYG7rc1PiUSWXxT19+auU8/EY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social-user.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social-user.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3644" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LdIjOyEKMy6gMEAi9nHQ7CmlsvTjEGimwjGS/43IrSg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LdIjOyEKMy6gMEAi9nHQ7CmlsvTjEGimwjGS/43IrSg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social-user.r2z9s669xv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social-user.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3644" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LdIjOyEKMy6gMEAi9nHQ7CmlsvTjEGimwjGS/43IrSg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2z9s669xv" - }, - { - "Name": "integrity", - "Value": "sha256-LdIjOyEKMy6gMEAi9nHQ7CmlsvTjEGimwjGS/43IrSg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social-user.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social.4ifh1f06na.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vCUKzX8ORKcHa9nRrgAbnLCAUmGVhKbAt1tNH7xEE8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ifh1f06na" - }, - { - "Name": "integrity", - "Value": "sha256-vCUKzX8ORKcHa9nRrgAbnLCAUmGVhKbAt1tNH7xEE8A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-social.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3849" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vCUKzX8ORKcHa9nRrgAbnLCAUmGVhKbAt1tNH7xEE8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vCUKzX8ORKcHa9nRrgAbnLCAUmGVhKbAt1tNH7xEE8A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-sort.cryg9ndip5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-sort.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CDenONbye4PlHGq9VWGPo84hvABjFHgYEtj385w/pb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cryg9ndip5" - }, - { - "Name": "integrity", - "Value": "sha256-CDenONbye4PlHGq9VWGPo84hvABjFHgYEtj385w/pb4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-sort.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-sort.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-sort.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "197" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CDenONbye4PlHGq9VWGPo84hvABjFHgYEtj385w/pb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CDenONbye4PlHGq9VWGPo84hvABjFHgYEtj385w/pb4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stair-drawer.mleudfu5r9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stair-drawer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ao7sIIcm8NNGw4bAPEW2/cuuonVOS25zzCmTHW+fVk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mleudfu5r9" - }, - { - "Name": "integrity", - "Value": "sha256-ao7sIIcm8NNGw4bAPEW2/cuuonVOS25zzCmTHW+fVk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stair-drawer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stair-drawer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stair-drawer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ao7sIIcm8NNGw4bAPEW2/cuuonVOS25zzCmTHW+fVk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ao7sIIcm8NNGw4bAPEW2/cuuonVOS25zzCmTHW+fVk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-star.mb8ng8z0oq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2926" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Hhbxawlw4d6yjsZkrSO1rrfw8zcIqqOMUxUZdyc33Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mb8ng8z0oq" - }, - { - "Name": "integrity", - "Value": "sha256-Hhbxawlw4d6yjsZkrSO1rrfw8zcIqqOMUxUZdyc33Xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-star.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-star.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2926" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Hhbxawlw4d6yjsZkrSO1rrfw8zcIqqOMUxUZdyc33Xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Hhbxawlw4d6yjsZkrSO1rrfw8zcIqqOMUxUZdyc33Xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stopwatch.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stopwatch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5225" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HBeVBomZZUJHLdbm+9d/jMYZzxBhx6IAR9ejz11tw0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HBeVBomZZUJHLdbm+9d/jMYZzxBhx6IAR9ejz11tw0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stopwatch.wbvudskz49.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stopwatch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5225" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HBeVBomZZUJHLdbm+9d/jMYZzxBhx6IAR9ejz11tw0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wbvudskz49" - }, - { - "Name": "integrity", - "Value": "sha256-HBeVBomZZUJHLdbm+9d/jMYZzxBhx6IAR9ejz11tw0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-stopwatch.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-storage.ick6fc609j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-storage.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "233" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gis0N4i8MMUnzb5C8QW2JvUWtCv65gV/0eIcZO9HpQY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ick6fc609j" - }, - { - "Name": "integrity", - "Value": "sha256-gis0N4i8MMUnzb5C8QW2JvUWtCv65gV/0eIcZO9HpQY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-storage.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-storage.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-storage.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "233" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gis0N4i8MMUnzb5C8QW2JvUWtCv65gV/0eIcZO9HpQY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gis0N4i8MMUnzb5C8QW2JvUWtCv65gV/0eIcZO9HpQY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-back.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1796" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n2Z/Z1MBY7SiFTI0zETraPCGc2iL+jI0LqVy/kEsWKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n2Z/Z1MBY7SiFTI0zETraPCGc2iL+jI0LqVy/kEsWKU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-back.tdbrj508vg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1796" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n2Z/Z1MBY7SiFTI0zETraPCGc2iL+jI0LqVy/kEsWKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tdbrj508vg" - }, - { - "Name": "integrity", - "Value": "sha256-n2Z/Z1MBY7SiFTI0zETraPCGc2iL+jI0LqVy/kEsWKU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-back.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-home.kptuzzg13y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1107" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6KBVhADb9f8GsaKBW+G8r9KeLxsCuJcEsUHLoDLKlYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kptuzzg13y" - }, - { - "Name": "integrity", - "Value": "sha256-6KBVhADb9f8GsaKBW+G8r9KeLxsCuJcEsUHLoDLKlYs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-home.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-home.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1107" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6KBVhADb9f8GsaKBW+G8r9KeLxsCuJcEsUHLoDLKlYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6KBVhADb9f8GsaKBW+G8r9KeLxsCuJcEsUHLoDLKlYs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-windows.8fiknv1lyz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-windows.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "202" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RD1egGs5pbsCKV/K78WxNLcT4zvA9VYUmohPsgYUTcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fiknv1lyz" - }, - { - "Name": "integrity", - "Value": "sha256-RD1egGs5pbsCKV/K78WxNLcT4zvA9VYUmohPsgYUTcU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-windows.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-windows.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-system-windows.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "202" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RD1egGs5pbsCKV/K78WxNLcT4zvA9VYUmohPsgYUTcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RD1egGs5pbsCKV/K78WxNLcT4zvA9VYUmohPsgYUTcU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-timer.891c089dmg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-timer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3904" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pH4LC6uOwiHIF5qbillpMoPzy3cEuK0dlQOJ6WMn220=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "891c089dmg" - }, - { - "Name": "integrity", - "Value": "sha256-pH4LC6uOwiHIF5qbillpMoPzy3cEuK0dlQOJ6WMn220=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-timer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-timer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-timer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3904" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pH4LC6uOwiHIF5qbillpMoPzy3cEuK0dlQOJ6WMn220=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pH4LC6uOwiHIF5qbillpMoPzy3cEuK0dlQOJ6WMn220=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-trash.3g7m55rqem.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-trash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2865" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"M1hEYErs0xZC0JLwilW9IgEKGIhYFM/ELmGhssj09Xs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3g7m55rqem" - }, - { - "Name": "integrity", - "Value": "sha256-M1hEYErs0xZC0JLwilW9IgEKGIhYFM/ELmGhssj09Xs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-trash.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-trash.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-trash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2865" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"M1hEYErs0xZC0JLwilW9IgEKGIhYFM/ELmGhssj09Xs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M1hEYErs0xZC0JLwilW9IgEKGIhYFM/ELmGhssj09Xs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-user-menu.36z9j2plqy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-user-menu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3568" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tdp2XEDgJTrXsf8sA8H2XXSrUo1hxbR32WFAunb+sII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "36z9j2plqy" - }, - { - "Name": "integrity", - "Value": "sha256-tdp2XEDgJTrXsf8sA8H2XXSrUo1hxbR32WFAunb+sII=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-user-menu.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-user-menu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-user-menu.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3568" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tdp2XEDgJTrXsf8sA8H2XXSrUo1hxbR32WFAunb+sII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tdp2XEDgJTrXsf8sA8H2XXSrUo1hxbR32WFAunb+sII=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-volume.8a56p8xml3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-volume.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6022" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wDaKdq2EV9HSPobIdcU6FnjgCRzuV7cRc2sP+yLmQrk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8a56p8xml3" - }, - { - "Name": "integrity", - "Value": "sha256-wDaKdq2EV9HSPobIdcU6FnjgCRzuV7cRc2sP+yLmQrk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-volume.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-volume.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-volume.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6022" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wDaKdq2EV9HSPobIdcU6FnjgCRzuV7cRc2sP+yLmQrk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wDaKdq2EV9HSPobIdcU6FnjgCRzuV7cRc2sP+yLmQrk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-wifi.ayz1egjcus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-wifi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vlUGtZJGN43pXmRHM293TYQZ/VO8CfRfoPURk0JKFSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ayz1egjcus" - }, - { - "Name": "integrity", - "Value": "sha256-vlUGtZJGN43pXmRHM293TYQZ/VO8CfRfoPURk0JKFSw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/android-wifi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/android-wifi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/android-wifi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4868" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vlUGtZJGN43pXmRHM293TYQZ/VO8CfRfoPURk0JKFSw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vlUGtZJGN43pXmRHM293TYQZ/VO8CfRfoPURk0JKFSw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/aperture.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/aperture.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "9500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CNVOhgEutdiL4gmEqPZLE5PCnX9WfahsP5DCrlstCQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CNVOhgEutdiL4gmEqPZLE5PCnX9WfahsP5DCrlstCQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/aperture.w6gs2yaphl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/aperture.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "9500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CNVOhgEutdiL4gmEqPZLE5PCnX9WfahsP5DCrlstCQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w6gs2yaphl" - }, - { - "Name": "integrity", - "Value": "sha256-CNVOhgEutdiL4gmEqPZLE5PCnX9WfahsP5DCrlstCQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/aperture.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/archive.d0x7l2k95e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/archive.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2445" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Z+/KGFpu9U2JuT/dpGkgkxrjJnlhq47+Uh+gttExk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0x7l2k95e" - }, - { - "Name": "integrity", - "Value": "sha256-3Z+/KGFpu9U2JuT/dpGkgkxrjJnlhq47+Uh+gttExk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/archive.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/archive.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/archive.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2445" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3Z+/KGFpu9U2JuT/dpGkgkxrjJnlhq47+Uh+gttExk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3Z+/KGFpu9U2JuT/dpGkgkxrjJnlhq47+Uh+gttExk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-a.0r0mmebc5a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1173" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tNQpixWP5i2XReLfvyH52qxfxmaR5YR7jhEAOOndq+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0r0mmebc5a" - }, - { - "Name": "integrity", - "Value": "sha256-tNQpixWP5i2XReLfvyH52qxfxmaR5YR7jhEAOOndq+o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1173" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tNQpixWP5i2XReLfvyH52qxfxmaR5YR7jhEAOOndq+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tNQpixWP5i2XReLfvyH52qxfxmaR5YR7jhEAOOndq+o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1307" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"njycxT9ieqWa8AzbH7aIn0BrYC4gFXvg2xBzm6OsLig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-njycxT9ieqWa8AzbH7aIn0BrYC4gFXvg2xBzm6OsLig=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-b.ygwkmja5xe.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1307" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"njycxT9ieqWa8AzbH7aIn0BrYC4gFXvg2xBzm6OsLig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ygwkmja5xe" - }, - { - "Name": "integrity", - "Value": "sha256-njycxT9ieqWa8AzbH7aIn0BrYC4gFXvg2xBzm6OsLig=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-c.oczs2txkp8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CHhMk2JnN4zQeMoQBhEIQ0BDxZtoMeckWho955X8cJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oczs2txkp8" - }, - { - "Name": "integrity", - "Value": "sha256-CHhMk2JnN4zQeMoQBhEIQ0BDxZtoMeckWho955X8cJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-down-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1966" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CHhMk2JnN4zQeMoQBhEIQ0BDxZtoMeckWho955X8cJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CHhMk2JnN4zQeMoQBhEIQ0BDxZtoMeckWho955X8cJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-expand.f53m8mdky7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-expand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c6lFTFZEnuB8csgBq5mjWAj5+jMX5apU/0c+Y0E8nD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f53m8mdky7" - }, - { - "Name": "integrity", - "Value": "sha256-c6lFTFZEnuB8csgBq5mjWAj5+jMX5apU/0c+Y0E8nD0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-expand.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-expand.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-expand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c6lFTFZEnuB8csgBq5mjWAj5+jMX5apU/0c+Y0E8nD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c6lFTFZEnuB8csgBq5mjWAj5+jMX5apU/0c+Y0E8nD0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-left.btgo92g1y0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4WOhW0k1x+nyfr/4onun/SDWsnNE4SMOHibLNqt3sJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "btgo92g1y0" - }, - { - "Name": "integrity", - "Value": "sha256-4WOhW0k1x+nyfr/4onun/SDWsnNE4SMOHibLNqt3sJU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4WOhW0k1x+nyfr/4onun/SDWsnNE4SMOHibLNqt3sJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4WOhW0k1x+nyfr/4onun/SDWsnNE4SMOHibLNqt3sJU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-right.dt5why44jj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cZ4oEyBg93MSsDHvnbEXZi1wPzk3zzF/1DVYIh2dEQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dt5why44jj" - }, - { - "Name": "integrity", - "Value": "sha256-cZ4oEyBg93MSsDHvnbEXZi1wPzk3zzF/1DVYIh2dEQI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-down-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2545" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cZ4oEyBg93MSsDHvnbEXZi1wPzk3zzF/1DVYIh2dEQI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cZ4oEyBg93MSsDHvnbEXZi1wPzk3zzF/1DVYIh2dEQI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-left.4ego0z7gj7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ESSSbUKIqMxt2LE3leMNl6vBz66+zeCqQynhqTs8wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ego0z7gj7" - }, - { - "Name": "integrity", - "Value": "sha256-/ESSSbUKIqMxt2LE3leMNl6vBz66+zeCqQynhqTs8wM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ESSSbUKIqMxt2LE3leMNl6vBz66+zeCqQynhqTs8wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/ESSSbUKIqMxt2LE3leMNl6vBz66+zeCqQynhqTs8wM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QodYP5q0xir6UWtDLZK8CEoh4U7WNCFjTSATlem5Oss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QodYP5q0xir6UWtDLZK8CEoh4U7WNCFjTSATlem5Oss=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-right.y33s611g4a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QodYP5q0xir6UWtDLZK8CEoh4U7WNCFjTSATlem5Oss=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y33s611g4a" - }, - { - "Name": "integrity", - "Value": "sha256-QodYP5q0xir6UWtDLZK8CEoh4U7WNCFjTSATlem5Oss=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-graph-up-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-a.lndp4ugo67.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1260" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nzJ/N4tpArGfjNZsrliqcYPdOARa92gN+4L8JNvzkHU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lndp4ugo67" - }, - { - "Name": "integrity", - "Value": "sha256-nzJ/N4tpArGfjNZsrliqcYPdOARa92gN+4L8JNvzkHU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1260" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nzJ/N4tpArGfjNZsrliqcYPdOARa92gN+4L8JNvzkHU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nzJ/N4tpArGfjNZsrliqcYPdOARa92gN+4L8JNvzkHU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-b.blfpk4tjt0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L8/t9udQxf4hwZGMhv6aBrMVOMEDQk46svfCuCE04RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "blfpk4tjt0" - }, - { - "Name": "integrity", - "Value": "sha256-L8/t9udQxf4hwZGMhv6aBrMVOMEDQk46svfCuCE04RA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L8/t9udQxf4hwZGMhv6aBrMVOMEDQk46svfCuCE04RA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L8/t9udQxf4hwZGMhv6aBrMVOMEDQk46svfCuCE04RA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-c.mx3ufi5xj7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"avYFYhByrUpyxAHPPHC3uznOEj6hm2w/naKxxROARmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mx3ufi5xj7" - }, - { - "Name": "integrity", - "Value": "sha256-avYFYhByrUpyxAHPPHC3uznOEj6hm2w/naKxxROARmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-left-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1662" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"avYFYhByrUpyxAHPPHC3uznOEj6hm2w/naKxxROARmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-avYFYhByrUpyxAHPPHC3uznOEj6hm2w/naKxxROARmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-move.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-move.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1948" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qf9Z7vlZ8s0PWPAY/5S0OzYmkCk9cKuwk0fP12P96V4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qf9Z7vlZ8s0PWPAY/5S0OzYmkCk9cKuwk0fP12P96V4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-move.pqgmdhjf8r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-move.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1948" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qf9Z7vlZ8s0PWPAY/5S0OzYmkCk9cKuwk0fP12P96V4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pqgmdhjf8r" - }, - { - "Name": "integrity", - "Value": "sha256-Qf9Z7vlZ8s0PWPAY/5S0OzYmkCk9cKuwk0fP12P96V4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-move.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-resize.5tue5rn7z4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-resize.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1266" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h8u0+A961X6kxlnsvYbfD7fV9aZRWrguReTXpIZk1oU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5tue5rn7z4" - }, - { - "Name": "integrity", - "Value": "sha256-h8u0+A961X6kxlnsvYbfD7fV9aZRWrguReTXpIZk1oU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-resize.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-resize.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-resize.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1266" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h8u0+A961X6kxlnsvYbfD7fV9aZRWrguReTXpIZk1oU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h8u0+A961X6kxlnsvYbfD7fV9aZRWrguReTXpIZk1oU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-left.l2krn4xz5c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXUUU9Un8UgrdCc2+wMhw4hT/AfO1GxsCYf+vhxCLyc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2krn4xz5c" - }, - { - "Name": "integrity", - "Value": "sha256-XXUUU9Un8UgrdCc2+wMhw4hT/AfO1GxsCYf+vhxCLyc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XXUUU9Un8UgrdCc2+wMhw4hT/AfO1GxsCYf+vhxCLyc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XXUUU9Un8UgrdCc2+wMhw4hT/AfO1GxsCYf+vhxCLyc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-right.4jrw6d0npz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1124" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YC2IhqYf/pgHpWyc8NID0CRH5P2xshfEkWm2W28a6W8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4jrw6d0npz" - }, - { - "Name": "integrity", - "Value": "sha256-YC2IhqYf/pgHpWyc8NID0CRH5P2xshfEkWm2W28a6W8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-return-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1124" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YC2IhqYf/pgHpWyc8NID0CRH5P2xshfEkWm2W28a6W8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YC2IhqYf/pgHpWyc8NID0CRH5P2xshfEkWm2W28a6W8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-a.agl6kxs1j6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GmrDksEm37wU/UOoOY7R65DO3yM2D98bAvZ3I7p1qNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "agl6kxs1j6" - }, - { - "Name": "integrity", - "Value": "sha256-GmrDksEm37wU/UOoOY7R65DO3yM2D98bAvZ3I7p1qNc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GmrDksEm37wU/UOoOY7R65DO3yM2D98bAvZ3I7p1qNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GmrDksEm37wU/UOoOY7R65DO3yM2D98bAvZ3I7p1qNc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-b.fwdy624ve0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IXeUZ4h0AxnFbNGkW7p1EXRc3Y5M5M71Mc89gdvisnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fwdy624ve0" - }, - { - "Name": "integrity", - "Value": "sha256-IXeUZ4h0AxnFbNGkW7p1EXRc3Y5M5M71Mc89gdvisnU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1671" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IXeUZ4h0AxnFbNGkW7p1EXRc3Y5M5M71Mc89gdvisnU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IXeUZ4h0AxnFbNGkW7p1EXRc3Y5M5M71Mc89gdvisnU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-c.lj4lw5qe29.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"v4EibB0ODfqypUVoTW/pkZZ4rSPT7NBecXiB9MRs6hY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lj4lw5qe29" - }, - { - "Name": "integrity", - "Value": "sha256-v4EibB0ODfqypUVoTW/pkZZ4rSPT7NBecXiB9MRs6hY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-right-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1657" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"v4EibB0ODfqypUVoTW/pkZZ4rSPT7NBecXiB9MRs6hY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v4EibB0ODfqypUVoTW/pkZZ4rSPT7NBecXiB9MRs6hY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-shrink.2ypttqq7np.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-shrink.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2594" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mm2n4Th2toZC2O0/JYfd5IXk9ewTfGNfzDpyP/c/VwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ypttqq7np" - }, - { - "Name": "integrity", - "Value": "sha256-mm2n4Th2toZC2O0/JYfd5IXk9ewTfGNfzDpyP/c/VwA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-shrink.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-shrink.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-shrink.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2594" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mm2n4Th2toZC2O0/JYfd5IXk9ewTfGNfzDpyP/c/VwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mm2n4Th2toZC2O0/JYfd5IXk9ewTfGNfzDpyP/c/VwA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-swap.ljp6y2ufy6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-swap.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0RBlpRolzsd8PNlNVzJmbrgTVUZ4FrigG0S1IvmTjKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ljp6y2ufy6" - }, - { - "Name": "integrity", - "Value": "sha256-0RBlpRolzsd8PNlNVzJmbrgTVUZ4FrigG0S1IvmTjKc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-swap.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-swap.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-swap.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0RBlpRolzsd8PNlNVzJmbrgTVUZ4FrigG0S1IvmTjKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0RBlpRolzsd8PNlNVzJmbrgTVUZ4FrigG0S1IvmTjKc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-a.2jjcilo5ck.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1115" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3nNiYFptq3EdNQWSv0JwnS3IPKjmnButhmxZvw1d2Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2jjcilo5ck" - }, - { - "Name": "integrity", - "Value": "sha256-3nNiYFptq3EdNQWSv0JwnS3IPKjmnButhmxZvw1d2Es=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1115" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3nNiYFptq3EdNQWSv0JwnS3IPKjmnButhmxZvw1d2Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3nNiYFptq3EdNQWSv0JwnS3IPKjmnButhmxZvw1d2Es=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-b.bf78fvkenu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1343" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l+JTBFmzyA1ilUx0xtiy8MDnwYUiSsSa5eVADRE5Qp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bf78fvkenu" - }, - { - "Name": "integrity", - "Value": "sha256-l+JTBFmzyA1ilUx0xtiy8MDnwYUiSsSa5eVADRE5Qp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1343" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l+JTBFmzyA1ilUx0xtiy8MDnwYUiSsSa5eVADRE5Qp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l+JTBFmzyA1ilUx0xtiy8MDnwYUiSsSa5eVADRE5Qp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-c.h9dw8xpfra.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2002" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"23g7mEEPWYH8SUDXNC5l8I7nhjrueyObXr9/VEi92io=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h9dw8xpfra" - }, - { - "Name": "integrity", - "Value": "sha256-23g7mEEPWYH8SUDXNC5l8I7nhjrueyObXr9/VEi92io=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/arrow-up-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2002" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"23g7mEEPWYH8SUDXNC5l8I7nhjrueyObXr9/VEi92io=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-23g7mEEPWYH8SUDXNC5l8I7nhjrueyObXr9/VEi92io=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/asterisk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/asterisk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4023" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rooUbIArntGT6q0VEnjcgYViquwbrbKWpeQ8WMf0c1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rooUbIArntGT6q0VEnjcgYViquwbrbKWpeQ8WMf0c1M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/asterisk.ywnlpc69l7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/asterisk.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4023" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rooUbIArntGT6q0VEnjcgYViquwbrbKWpeQ8WMf0c1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ywnlpc69l7" - }, - { - "Name": "integrity", - "Value": "sha256-rooUbIArntGT6q0VEnjcgYViquwbrbKWpeQ8WMf0c1M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/asterisk.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/at.1hqbyqvd7f.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5852" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O2ssOrbr8vjxBCTfwHW3tUfHuK0u52NxjM/aHW8r33A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hqbyqvd7f" - }, - { - "Name": "integrity", - "Value": "sha256-O2ssOrbr8vjxBCTfwHW3tUfHuK0u52NxjM/aHW8r33A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/at.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/at.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5852" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O2ssOrbr8vjxBCTfwHW3tUfHuK0u52NxjM/aHW8r33A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O2ssOrbr8vjxBCTfwHW3tUfHuK0u52NxjM/aHW8r33A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bag.72nfgtl490.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gem3r8CgHrzqqhRc31eZiakywyyT6E7VgbUzMXKsdPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "72nfgtl490" - }, - { - "Name": "integrity", - "Value": "sha256-gem3r8CgHrzqqhRc31eZiakywyyT6E7VgbUzMXKsdPo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/bag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gem3r8CgHrzqqhRc31eZiakywyyT6E7VgbUzMXKsdPo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gem3r8CgHrzqqhRc31eZiakywyyT6E7VgbUzMXKsdPo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-charging.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-charging.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1897" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZwTTW443jSnwJzyxbdCR8HB7VphBoONQKJstgEWe7Is=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZwTTW443jSnwJzyxbdCR8HB7VphBoONQKJstgEWe7Is=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-charging.trn1l6sw8b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-charging.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1897" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZwTTW443jSnwJzyxbdCR8HB7VphBoONQKJstgEWe7Is=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "trn1l6sw8b" - }, - { - "Name": "integrity", - "Value": "sha256-ZwTTW443jSnwJzyxbdCR8HB7VphBoONQKJstgEWe7Is=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-charging.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-empty.i5lqi6af41.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1019" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lncUHW2H74ZwtUApfbaVxWSOw4Pt0BxrQr2vV9EK1uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i5lqi6af41" - }, - { - "Name": "integrity", - "Value": "sha256-lncUHW2H74ZwtUApfbaVxWSOw4Pt0BxrQr2vV9EK1uM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1019" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lncUHW2H74ZwtUApfbaVxWSOw4Pt0BxrQr2vV9EK1uM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lncUHW2H74ZwtUApfbaVxWSOw4Pt0BxrQr2vV9EK1uM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-full.ot2ug8924e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-full.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "982" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zKkEKGQshPRB2VOmhVUz031ht0tSKaFEGNnK12wogh8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ot2ug8924e" - }, - { - "Name": "integrity", - "Value": "sha256-zKkEKGQshPRB2VOmhVUz031ht0tSKaFEGNnK12wogh8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-full.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-full.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-full.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "982" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zKkEKGQshPRB2VOmhVUz031ht0tSKaFEGNnK12wogh8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zKkEKGQshPRB2VOmhVUz031ht0tSKaFEGNnK12wogh8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-half.0z7fwkhrhz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-half.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1320" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Gm+baTcSwmM70teiM/uwXnw9rS+4WwVK1G/YBzDq5Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0z7fwkhrhz" - }, - { - "Name": "integrity", - "Value": "sha256-5Gm+baTcSwmM70teiM/uwXnw9rS+4WwVK1G/YBzDq5Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-half.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-half.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-half.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1320" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Gm+baTcSwmM70teiM/uwXnw9rS+4WwVK1G/YBzDq5Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5Gm+baTcSwmM70teiM/uwXnw9rS+4WwVK1G/YBzDq5Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-low.fbmlm59v5d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1342" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xUHtgDVYdUHys0QtxwECJrImLAHTAWXBIDR7tJpadrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fbmlm59v5d" - }, - { - "Name": "integrity", - "Value": "sha256-xUHtgDVYdUHys0QtxwECJrImLAHTAWXBIDR7tJpadrc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-low.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-low.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/battery-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1342" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xUHtgDVYdUHys0QtxwECJrImLAHTAWXBIDR7tJpadrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xUHtgDVYdUHys0QtxwECJrImLAHTAWXBIDR7tJpadrc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/beaker.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/beaker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3931" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"k9W1x7dtFwVOr1mz6am4eNv+D1VMipthlcRm6CNcnMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k9W1x7dtFwVOr1mz6am4eNv+D1VMipthlcRm6CNcnMM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/beaker.v1hl85tapq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/beaker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3931" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"k9W1x7dtFwVOr1mz6am4eNv+D1VMipthlcRm6CNcnMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v1hl85tapq" - }, - { - "Name": "integrity", - "Value": "sha256-k9W1x7dtFwVOr1mz6am4eNv+D1VMipthlcRm6CNcnMM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/beaker.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/beer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/beer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4559" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NXfmMRQbne40oZ3e1oFyWM1aupQP+1AoPAY6pQQ11pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NXfmMRQbne40oZ3e1oFyWM1aupQP+1AoPAY6pQQ11pg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/beer.xxj92m1lsz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/beer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4559" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NXfmMRQbne40oZ3e1oFyWM1aupQP+1AoPAY6pQQ11pg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xxj92m1lsz" - }, - { - "Name": "integrity", - "Value": "sha256-NXfmMRQbne40oZ3e1oFyWM1aupQP+1AoPAY6pQQ11pg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/beer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bluetooth.bs1zfqwerh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bluetooth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2909" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y4p2I3yAtwNdumHLZsuzs0sQtss2ol46Sscg16IAl4k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bs1zfqwerh" - }, - { - "Name": "integrity", - "Value": "sha256-y4p2I3yAtwNdumHLZsuzs0sQtss2ol46Sscg16IAl4k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/bluetooth.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bluetooth.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bluetooth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2909" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y4p2I3yAtwNdumHLZsuzs0sQtss2ol46Sscg16IAl4k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y4p2I3yAtwNdumHLZsuzs0sQtss2ol46Sscg16IAl4k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bonfire.knwp4pqn4r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bonfire.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4852" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kFmyKWJFQNMd0itpKv7vxK+IaZK5xXk5zjpD/9xRRmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "knwp4pqn4r" - }, - { - "Name": "integrity", - "Value": "sha256-kFmyKWJFQNMd0itpKv7vxK+IaZK5xXk5zjpD/9xRRmg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/bonfire.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bonfire.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bonfire.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4852" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kFmyKWJFQNMd0itpKv7vxK+IaZK5xXk5zjpD/9xRRmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kFmyKWJFQNMd0itpKv7vxK+IaZK5xXk5zjpD/9xRRmg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bookmark.obdt345dgn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bookmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1102" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TBSzsXFoZIGxBdPbmzEnM8DQI7x47jjsVQGNjyygiLE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "obdt345dgn" - }, - { - "Name": "integrity", - "Value": "sha256-TBSzsXFoZIGxBdPbmzEnM8DQI7x47jjsVQGNjyygiLE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/bookmark.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bookmark.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bookmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1102" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TBSzsXFoZIGxBdPbmzEnM8DQI7x47jjsVQGNjyygiLE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TBSzsXFoZIGxBdPbmzEnM8DQI7x47jjsVQGNjyygiLE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/briefcase.19iixb9u93.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/briefcase.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1475" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G/a3ANxGuyikQ48DMPT3RieykdwKQpAY8I3XdHi/soE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "19iixb9u93" - }, - { - "Name": "integrity", - "Value": "sha256-G/a3ANxGuyikQ48DMPT3RieykdwKQpAY8I3XdHi/soE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/briefcase.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/briefcase.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/briefcase.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1475" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G/a3ANxGuyikQ48DMPT3RieykdwKQpAY8I3XdHi/soE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-G/a3ANxGuyikQ48DMPT3RieykdwKQpAY8I3XdHi/soE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bug.oq0fqnltg5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bug.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4736" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gKh41h8NFWDsdngSya1+9FoPbRC1d5LTnxKJPoMSNX8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oq0fqnltg5" - }, - { - "Name": "integrity", - "Value": "sha256-gKh41h8NFWDsdngSya1+9FoPbRC1d5LTnxKJPoMSNX8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/bug.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/bug.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/bug.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4736" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gKh41h8NFWDsdngSya1+9FoPbRC1d5LTnxKJPoMSNX8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gKh41h8NFWDsdngSya1+9FoPbRC1d5LTnxKJPoMSNX8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/calculator.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/calculator.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"15j5YyvBnPXtFRFEPjUzjM9N0IQDydNF/nL34RavEEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-15j5YyvBnPXtFRFEPjUzjM9N0IQDydNF/nL34RavEEE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/calculator.tz2kjiujnq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/calculator.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"15j5YyvBnPXtFRFEPjUzjM9N0IQDydNF/nL34RavEEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tz2kjiujnq" - }, - { - "Name": "integrity", - "Value": "sha256-15j5YyvBnPXtFRFEPjUzjM9N0IQDydNF/nL34RavEEE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/calculator.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/calendar.nkohipyd27.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p0wbTD5JsrR7yOyRxsa5V1uu/1ZYvhphRPVlgYzLgmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nkohipyd27" - }, - { - "Name": "integrity", - "Value": "sha256-p0wbTD5JsrR7yOyRxsa5V1uu/1ZYvhphRPVlgYzLgmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/calendar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/calendar.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2577" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"p0wbTD5JsrR7yOyRxsa5V1uu/1ZYvhphRPVlgYzLgmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-p0wbTD5JsrR7yOyRxsa5V1uu/1ZYvhphRPVlgYzLgmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/camera.gf3fd983ct.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4190" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5A+VMWCP5O36ILUEgO9P993a1I3liOlgHor0p/YwKvg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gf3fd983ct" - }, - { - "Name": "integrity", - "Value": "sha256-5A+VMWCP5O36ILUEgO9P993a1I3liOlgHor0p/YwKvg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/camera.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/camera.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4190" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5A+VMWCP5O36ILUEgO9P993a1I3liOlgHor0p/YwKvg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5A+VMWCP5O36ILUEgO9P993a1I3liOlgHor0p/YwKvg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/card.4dnj69c88l.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/card.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1494" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+LjVzVY6zuikhgHui8zQYh3XdNQnIbrLAGXnnYIYL5w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4dnj69c88l" - }, - { - "Name": "integrity", - "Value": "sha256-+LjVzVY6zuikhgHui8zQYh3XdNQnIbrLAGXnnYIYL5w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/card.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/card.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/card.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1494" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+LjVzVY6zuikhgHui8zQYh3XdNQnIbrLAGXnnYIYL5w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+LjVzVY6zuikhgHui8zQYh3XdNQnIbrLAGXnnYIYL5w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cash.5hiv45t3un.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3435" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t0iUv7i68JPo+/SJi9tM7KZTkZ2sx5mnKRMLM7rvHFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5hiv45t3un" - }, - { - "Name": "integrity", - "Value": "sha256-t0iUv7i68JPo+/SJi9tM7KZTkZ2sx5mnKRMLM7rvHFQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/cash.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cash.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3435" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"t0iUv7i68JPo+/SJi9tM7KZTkZ2sx5mnKRMLM7rvHFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-t0iUv7i68JPo+/SJi9tM7KZTkZ2sx5mnKRMLM7rvHFQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox-working.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2301" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DIDdpvoYZCSmxXoUSkNAS2PFhNcoFAWfBGhzm9UMhR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DIDdpvoYZCSmxXoUSkNAS2PFhNcoFAWfBGhzm9UMhR8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox-working.wto5rmu6vu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2301" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DIDdpvoYZCSmxXoUSkNAS2PFhNcoFAWfBGhzm9UMhR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wto5rmu6vu" - }, - { - "Name": "integrity", - "Value": "sha256-DIDdpvoYZCSmxXoUSkNAS2PFhNcoFAWfBGhzm9UMhR8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox-working.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox.a15j7e9hkf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wjCgoWx9olX9sJapCjEE53tHTFuzxAu2MboV3jXLCrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a15j7e9hkf" - }, - { - "Name": "integrity", - "Value": "sha256-wjCgoWx9olX9sJapCjEE53tHTFuzxAu2MboV3jXLCrU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wjCgoWx9olX9sJapCjEE53tHTFuzxAu2MboV3jXLCrU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wjCgoWx9olX9sJapCjEE53tHTFuzxAu2MboV3jXLCrU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatboxes.kbrk381osx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatboxes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sCV6OOR2WAWoh6Qjz7iUkZ4QrQsfxukp7Wv7uN6p2+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kbrk381osx" - }, - { - "Name": "integrity", - "Value": "sha256-sCV6OOR2WAWoh6Qjz7iUkZ4QrQsfxukp7Wv7uN6p2+Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatboxes.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatboxes.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatboxes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2562" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sCV6OOR2WAWoh6Qjz7iUkZ4QrQsfxukp7Wv7uN6p2+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sCV6OOR2WAWoh6Qjz7iUkZ4QrQsfxukp7Wv7uN6p2+Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble-working.c4ldvhfld8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3028" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1MCsYWbLGhjjZE69QKFSyL06Isu97NDQvXGbOisobFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c4ldvhfld8" - }, - { - "Name": "integrity", - "Value": "sha256-1MCsYWbLGhjjZE69QKFSyL06Isu97NDQvXGbOisobFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble-working.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble-working.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3028" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1MCsYWbLGhjjZE69QKFSyL06Isu97NDQvXGbOisobFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1MCsYWbLGhjjZE69QKFSyL06Isu97NDQvXGbOisobFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble.byhfla3ea6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xar5grOQzFOsfIFGl6KmEYOhIe7JlevZA9neYip5Xjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "byhfla3ea6" - }, - { - "Name": "integrity", - "Value": "sha256-Xar5grOQzFOsfIFGl6KmEYOhIe7JlevZA9neYip5Xjw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xar5grOQzFOsfIFGl6KmEYOhIe7JlevZA9neYip5Xjw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xar5grOQzFOsfIFGl6KmEYOhIe7JlevZA9neYip5Xjw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubbles.1dphtuigd2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubbles.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3751" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"W9C0/SvB/QDGF/t9Zrukv0TJXDT6zvuZ1gJ0hz3C/2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1dphtuigd2" - }, - { - "Name": "integrity", - "Value": "sha256-W9C0/SvB/QDGF/t9Zrukv0TJXDT6zvuZ1gJ0hz3C/2k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubbles.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubbles.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chatbubbles.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3751" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"W9C0/SvB/QDGF/t9Zrukv0TJXDT6zvuZ1gJ0hz3C/2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W9C0/SvB/QDGF/t9Zrukv0TJXDT6zvuZ1gJ0hz3C/2k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3687" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tcK7iedUQ74ecfy2mUUKCsRKslDcXjYzQl880MbMANY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tcK7iedUQ74ecfy2mUUKCsRKslDcXjYzQl880MbMANY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-circled.tmwa76k2zh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3687" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tcK7iedUQ74ecfy2mUUKCsRKslDcXjYzQl880MbMANY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tmwa76k2zh" - }, - { - "Name": "integrity", - "Value": "sha256-tcK7iedUQ74ecfy2mUUKCsRKslDcXjYzQl880MbMANY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-round.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sv7QyX3ZkpVZ2sML150gvZA5U8CfqKIDIzFGcqInjWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sv7QyX3ZkpVZ2sML150gvZA5U8CfqKIDIzFGcqInjWs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-round.ywdxak6z7k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2367" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sv7QyX3ZkpVZ2sML150gvZA5U8CfqKIDIzFGcqInjWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ywdxak6z7k" - }, - { - "Name": "integrity", - "Value": "sha256-sv7QyX3ZkpVZ2sML150gvZA5U8CfqKIDIzFGcqInjWs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark-round.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2134" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hYk3HSVqdqjr1lDiGbFRrj2kW+Ozbz16JHeqeZ1Uq08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hYk3HSVqdqjr1lDiGbFRrj2kW+Ozbz16JHeqeZ1Uq08=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark.rwir6mcx21.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2134" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hYk3HSVqdqjr1lDiGbFRrj2kW+Ozbz16JHeqeZ1Uq08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rwir6mcx21" - }, - { - "Name": "integrity", - "Value": "sha256-hYk3HSVqdqjr1lDiGbFRrj2kW+Ozbz16JHeqeZ1Uq08=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/checkmark.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-down.aesz9d9yt7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fniwaozTgPH2UhBLnXJFD3szsDIJIK7oCp07z6r61L8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aesz9d9yt7" - }, - { - "Name": "integrity", - "Value": "sha256-fniwaozTgPH2UhBLnXJFD3szsDIJIK7oCp07z6r61L8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-down.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-down.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fniwaozTgPH2UhBLnXJFD3szsDIJIK7oCp07z6r61L8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fniwaozTgPH2UhBLnXJFD3szsDIJIK7oCp07z6r61L8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-left.ihb3aov4rs.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5vYYjMMtapoJMrf6pqVL9VEBQn3N2o87ape8tXo4cYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ihb3aov4rs" - }, - { - "Name": "integrity", - "Value": "sha256-5vYYjMMtapoJMrf6pqVL9VEBQn3N2o87ape8tXo4cYA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5vYYjMMtapoJMrf6pqVL9VEBQn3N2o87ape8tXo4cYA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5vYYjMMtapoJMrf6pqVL9VEBQn3N2o87ape8tXo4cYA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-right.g5fnlegx5p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1831" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jOYf+K83FaGgIP719CzDRWGBubuqZ8HXKlJz7Hw50bA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g5fnlegx5p" - }, - { - "Name": "integrity", - "Value": "sha256-jOYf+K83FaGgIP719CzDRWGBubuqZ8HXKlJz7Hw50bA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1831" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jOYf+K83FaGgIP719CzDRWGBubuqZ8HXKlJz7Hw50bA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jOYf+K83FaGgIP719CzDRWGBubuqZ8HXKlJz7Hw50bA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-up.71ro9lme20.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1677" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JWSDCpdsS0LqZC8WecgMM8Ft+JvlIzxNHjGHf8TIcpw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "71ro9lme20" - }, - { - "Name": "integrity", - "Value": "sha256-JWSDCpdsS0LqZC8WecgMM8Ft+JvlIzxNHjGHf8TIcpw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-up.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-up.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/chevron-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1677" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JWSDCpdsS0LqZC8WecgMM8Ft+JvlIzxNHjGHf8TIcpw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JWSDCpdsS0LqZC8WecgMM8Ft+JvlIzxNHjGHf8TIcpw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/clipboard.p53u4xyv7v.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/clipboard.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ffPHXhVYupoTa+gVKKPQDzlAdFdfmkNCufnmmW0PwbU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p53u4xyv7v" - }, - { - "Name": "integrity", - "Value": "sha256-ffPHXhVYupoTa+gVKKPQDzlAdFdfmkNCufnmmW0PwbU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/clipboard.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/clipboard.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/clipboard.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ffPHXhVYupoTa+gVKKPQDzlAdFdfmkNCufnmmW0PwbU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ffPHXhVYupoTa+gVKKPQDzlAdFdfmkNCufnmmW0PwbU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/clock.iul876owr0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5866" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZiCal5EhMWexOZpFYuWqL4jUjQgMKI5jjK+ct2rejqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iul876owr0" - }, - { - "Name": "integrity", - "Value": "sha256-ZiCal5EhMWexOZpFYuWqL4jUjQgMKI5jjK+ct2rejqo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/clock.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/clock.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5866" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZiCal5EhMWexOZpFYuWqL4jUjQgMKI5jjK+ct2rejqo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZiCal5EhMWexOZpFYuWqL4jUjQgMKI5jjK+ct2rejqo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close-circled.9jwq7btovt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3809" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y5VWB6xOYjH4Zbq1RtQrZ+NTBVGCxmwcEsOqgM9bi+s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9jwq7btovt" - }, - { - "Name": "integrity", - "Value": "sha256-y5VWB6xOYjH4Zbq1RtQrZ+NTBVGCxmwcEsOqgM9bi+s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/close-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3809" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y5VWB6xOYjH4Zbq1RtQrZ+NTBVGCxmwcEsOqgM9bi+s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y5VWB6xOYjH4Zbq1RtQrZ+NTBVGCxmwcEsOqgM9bi+s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close-round.i2b5itsgtv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2177" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Sm1o+ykR4NoDePHV3YEaiv2GcZiGf71l+cmhHo3Mfjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i2b5itsgtv" - }, - { - "Name": "integrity", - "Value": "sha256-Sm1o+ykR4NoDePHV3YEaiv2GcZiGf71l+cmhHo3Mfjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/close-round.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close-round.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2177" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Sm1o+ykR4NoDePHV3YEaiv2GcZiGf71l+cmhHo3Mfjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Sm1o+ykR4NoDePHV3YEaiv2GcZiGf71l+cmhHo3Mfjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2244" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YqxdRCclZTeBT8u1tBOAZl+YkHXqanidyXiYKV6OaoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YqxdRCclZTeBT8u1tBOAZl+YkHXqanidyXiYKV6OaoE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/close.ybb1g99cdq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2244" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YqxdRCclZTeBT8u1tBOAZl+YkHXqanidyXiYKV6OaoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ybb1g99cdq" - }, - { - "Name": "integrity", - "Value": "sha256-YqxdRCclZTeBT8u1tBOAZl+YkHXqanidyXiYKV6OaoE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/close.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/closed-captioning.fahnka5lh6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/closed-captioning.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ubyE2QICFbyzF1P8nr6Ak40oYHtqwgjUikRu/cDtYTw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fahnka5lh6" - }, - { - "Name": "integrity", - "Value": "sha256-ubyE2QICFbyzF1P8nr6Ak40oYHtqwgjUikRu/cDtYTw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/closed-captioning.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/closed-captioning.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/closed-captioning.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3665" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ubyE2QICFbyzF1P8nr6Ak40oYHtqwgjUikRu/cDtYTw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ubyE2QICFbyzF1P8nr6Ak40oYHtqwgjUikRu/cDtYTw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cloud.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cloud.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2067" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IHy6RTVy8CFIIYYfPA57tkPPUOD/qOrjU/a70D3TS7E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IHy6RTVy8CFIIYYfPA57tkPPUOD/qOrjU/a70D3TS7E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cloud.wwczousx7y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cloud.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2067" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IHy6RTVy8CFIIYYfPA57tkPPUOD/qOrjU/a70D3TS7E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wwczousx7y" - }, - { - "Name": "integrity", - "Value": "sha256-IHy6RTVy8CFIIYYfPA57tkPPUOD/qOrjU/a70D3TS7E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/cloud.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code-download.dk1nkw5ao5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2423" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"U7SUlEDbVyjMMgfZLeTI+qLmDllYhMusvcHMWOKKt1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dk1nkw5ao5" - }, - { - "Name": "integrity", - "Value": "sha256-U7SUlEDbVyjMMgfZLeTI+qLmDllYhMusvcHMWOKKt1M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/code-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code-download.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2423" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"U7SUlEDbVyjMMgfZLeTI+qLmDllYhMusvcHMWOKKt1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U7SUlEDbVyjMMgfZLeTI+qLmDllYhMusvcHMWOKKt1M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code-working.lugmmghpyb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2433" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zWTQWBUheFJ2ab+nMtWpTqCsTzsoyV133Fz/WA707QI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lugmmghpyb" - }, - { - "Name": "integrity", - "Value": "sha256-zWTQWBUheFJ2ab+nMtWpTqCsTzsoyV133Fz/WA707QI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/code-working.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code-working.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code-working.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2433" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zWTQWBUheFJ2ab+nMtWpTqCsTzsoyV133Fz/WA707QI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zWTQWBUheFJ2ab+nMtWpTqCsTzsoyV133Fz/WA707QI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1720" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qBsJb0pZVWbKvlt0uIkJeLmRj/erMvz8Zudg1RlUNI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qBsJb0pZVWbKvlt0uIkJeLmRj/erMvz8Zudg1RlUNI0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/code.sve87gsu67.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/code.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1720" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qBsJb0pZVWbKvlt0uIkJeLmRj/erMvz8Zudg1RlUNI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sve87gsu67" - }, - { - "Name": "integrity", - "Value": "sha256-qBsJb0pZVWbKvlt0uIkJeLmRj/erMvz8Zudg1RlUNI0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/code.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/coffee.20ra3q3zgs.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/coffee.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3205" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MiKZtC2bnAgNPLRMrb95Ur52I3QDpe0qBnf+kCaVeBk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "20ra3q3zgs" - }, - { - "Name": "integrity", - "Value": "sha256-MiKZtC2bnAgNPLRMrb95Ur52I3QDpe0qBnf+kCaVeBk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/coffee.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/coffee.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/coffee.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3205" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MiKZtC2bnAgNPLRMrb95Ur52I3QDpe0qBnf+kCaVeBk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MiKZtC2bnAgNPLRMrb95Ur52I3QDpe0qBnf+kCaVeBk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/compass.59ogaq51vc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/compass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7318" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N5+mqI66cRegxKTsUqzVUAOOEvoO3SwBILer4pt2uU8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "59ogaq51vc" - }, - { - "Name": "integrity", - "Value": "sha256-N5+mqI66cRegxKTsUqzVUAOOEvoO3SwBILer4pt2uU8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/compass.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/compass.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/compass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7318" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N5+mqI66cRegxKTsUqzVUAOOEvoO3SwBILer4pt2uU8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N5+mqI66cRegxKTsUqzVUAOOEvoO3SwBILer4pt2uU8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/compose.jpsep59tq3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/compose.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4296" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KbokqDPU+J7HvrBN7uWiAZZ7dwvEs6+Gme/zYb84YjY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jpsep59tq3" - }, - { - "Name": "integrity", - "Value": "sha256-KbokqDPU+J7HvrBN7uWiAZZ7dwvEs6+Gme/zYb84YjY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/compose.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/compose.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/compose.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4296" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KbokqDPU+J7HvrBN7uWiAZZ7dwvEs6+Gme/zYb84YjY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KbokqDPU+J7HvrBN7uWiAZZ7dwvEs6+Gme/zYb84YjY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/connection-bars.kwpbjjy53i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/connection-bars.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "214" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5NZ73ZwFAl9xSuxh9ZgNpnXNryXWHIRIuTFU8ElBaZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kwpbjjy53i" - }, - { - "Name": "integrity", - "Value": "sha256-5NZ73ZwFAl9xSuxh9ZgNpnXNryXWHIRIuTFU8ElBaZw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/connection-bars.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/connection-bars.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/connection-bars.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "214" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5NZ73ZwFAl9xSuxh9ZgNpnXNryXWHIRIuTFU8ElBaZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5NZ73ZwFAl9xSuxh9ZgNpnXNryXWHIRIuTFU8ElBaZw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/contrast.24k82n8xta.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/contrast.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4087" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Liqe7bYcLs/lj+Wtmo7KG5IyZEi0X8baid6bIxy44GA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "24k82n8xta" - }, - { - "Name": "integrity", - "Value": "sha256-Liqe7bYcLs/lj+Wtmo7KG5IyZEi0X8baid6bIxy44GA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/contrast.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/contrast.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/contrast.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4087" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Liqe7bYcLs/lj+Wtmo7KG5IyZEi0X8baid6bIxy44GA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Liqe7bYcLs/lj+Wtmo7KG5IyZEi0X8baid6bIxy44GA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cube.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cube.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3265" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kvSwVnPrD/fJONxEecPZtvbfdMKB2VfnmzeAuyZV5kI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kvSwVnPrD/fJONxEecPZtvbfdMKB2VfnmzeAuyZV5kI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/cube.u44uf7vrz6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/cube.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3265" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kvSwVnPrD/fJONxEecPZtvbfdMKB2VfnmzeAuyZV5kI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u44uf7vrz6" - }, - { - "Name": "integrity", - "Value": "sha256-kvSwVnPrD/fJONxEecPZtvbfdMKB2VfnmzeAuyZV5kI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/cube.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/disc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/disc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4935" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Km8/PDyeambNWuq3qhpdTgWUq8UFMbFsQhbKpJWtuNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Km8/PDyeambNWuq3qhpdTgWUq8UFMbFsQhbKpJWtuNY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/disc.uat639pm5e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/disc.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4935" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Km8/PDyeambNWuq3qhpdTgWUq8UFMbFsQhbKpJWtuNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uat639pm5e" - }, - { - "Name": "integrity", - "Value": "sha256-Km8/PDyeambNWuq3qhpdTgWUq8UFMbFsQhbKpJWtuNY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/disc.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/document-text.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/document-text.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1918" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Y4fnPSxunGAX7Mx4fIMQCUHFaEvDDDAc24b6mwRQS2Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Y4fnPSxunGAX7Mx4fIMQCUHFaEvDDDAc24b6mwRQS2Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/document-text.vdztr9zty0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/document-text.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1918" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Y4fnPSxunGAX7Mx4fIMQCUHFaEvDDDAc24b6mwRQS2Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vdztr9zty0" - }, - { - "Name": "integrity", - "Value": "sha256-Y4fnPSxunGAX7Mx4fIMQCUHFaEvDDDAc24b6mwRQS2Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/document-text.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/document.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/document.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1914" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LsuyxRc6EDY6lwI7H0ODv4XJFzXIyWgz8XdqIUJxgHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LsuyxRc6EDY6lwI7H0ODv4XJFzXIyWgz8XdqIUJxgHo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/document.q5u2ema524.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/document.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1914" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LsuyxRc6EDY6lwI7H0ODv4XJFzXIyWgz8XdqIUJxgHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q5u2ema524" - }, - { - "Name": "integrity", - "Value": "sha256-LsuyxRc6EDY6lwI7H0ODv4XJFzXIyWgz8XdqIUJxgHo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/document.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/drag.g0lm8iyjbj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/drag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "178" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4IMSMqtOxwEy/NQOTEXqyiPLuxiI6vvnZUfJVLxbxdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g0lm8iyjbj" - }, - { - "Name": "integrity", - "Value": "sha256-4IMSMqtOxwEy/NQOTEXqyiPLuxiI6vvnZUfJVLxbxdc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/drag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/drag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/drag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "178" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4IMSMqtOxwEy/NQOTEXqyiPLuxiI6vvnZUfJVLxbxdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4IMSMqtOxwEy/NQOTEXqyiPLuxiI6vvnZUfJVLxbxdc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/earth.apl3xjamye.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/earth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"np3UJpqEquZ8ltIVdWe2J6rgVEgbAVcGekxO82xGnTA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "apl3xjamye" - }, - { - "Name": "integrity", - "Value": "sha256-np3UJpqEquZ8ltIVdWe2J6rgVEgbAVcGekxO82xGnTA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/earth.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/earth.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/earth.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6476" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"np3UJpqEquZ8ltIVdWe2J6rgVEgbAVcGekxO82xGnTA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-np3UJpqEquZ8ltIVdWe2J6rgVEgbAVcGekxO82xGnTA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/edit.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/edit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2741" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0kaofDLyVZc/N/PiARm52Q2bmPujO8sj6LARuwSIv5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0kaofDLyVZc/N/PiARm52Q2bmPujO8sj6LARuwSIv5M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/edit.qq5z7qv5p5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/edit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2741" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0kaofDLyVZc/N/PiARm52Q2bmPujO8sj6LARuwSIv5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qq5z7qv5p5" - }, - { - "Name": "integrity", - "Value": "sha256-0kaofDLyVZc/N/PiARm52Q2bmPujO8sj6LARuwSIv5M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/edit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/egg.8cy9ft32eh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/egg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4234" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6Daof4wg2mGzcx13KwDxCZHZ6WOTjbIirbJVYgzel/A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8cy9ft32eh" - }, - { - "Name": "integrity", - "Value": "sha256-6Daof4wg2mGzcx13KwDxCZHZ6WOTjbIirbJVYgzel/A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/egg.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/egg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/egg.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4234" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6Daof4wg2mGzcx13KwDxCZHZ6WOTjbIirbJVYgzel/A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6Daof4wg2mGzcx13KwDxCZHZ6WOTjbIirbJVYgzel/A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eject.5k8qmjul0a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eject.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1c8HovAuBhwXXM/3CiVjVGkql5iIZMugkYH/KAe8BuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5k8qmjul0a" - }, - { - "Name": "integrity", - "Value": "sha256-1c8HovAuBhwXXM/3CiVjVGkql5iIZMugkYH/KAe8BuI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/eject.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eject.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eject.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1c8HovAuBhwXXM/3CiVjVGkql5iIZMugkYH/KAe8BuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1c8HovAuBhwXXM/3CiVjVGkql5iIZMugkYH/KAe8BuI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/email.56ougzoebh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/email.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3125" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3VF0FtXBFMwGnM1wKDzF6jGob4kV2U+jOlSXY/jTWW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "56ougzoebh" - }, - { - "Name": "integrity", - "Value": "sha256-3VF0FtXBFMwGnM1wKDzF6jGob4kV2U+jOlSXY/jTWW8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/email.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/email.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/email.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3125" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3VF0FtXBFMwGnM1wKDzF6jGob4kV2U+jOlSXY/jTWW8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3VF0FtXBFMwGnM1wKDzF6jGob4kV2U+jOlSXY/jTWW8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eye-disabled.nuoy8nt96q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eye-disabled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sXnSrcRNBwfeUE0i49nGhkPeYKi6B3qC4sQnPeekPTg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nuoy8nt96q" - }, - { - "Name": "integrity", - "Value": "sha256-sXnSrcRNBwfeUE0i49nGhkPeYKi6B3qC4sQnPeekPTg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/eye-disabled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eye-disabled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eye-disabled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3558" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sXnSrcRNBwfeUE0i49nGhkPeYKi6B3qC4sQnPeekPTg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sXnSrcRNBwfeUE0i49nGhkPeYKi6B3qC4sQnPeekPTg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eye.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3297" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vG2m01hdx8rJgmuDu88aMNgWj5gIibMy4gE2IXqRKb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vG2m01hdx8rJgmuDu88aMNgWj5gIibMy4gE2IXqRKb4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/eye.w1kjm87hfy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/eye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3297" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vG2m01hdx8rJgmuDu88aMNgWj5gIibMy4gE2IXqRKb4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w1kjm87hfy" - }, - { - "Name": "integrity", - "Value": "sha256-vG2m01hdx8rJgmuDu88aMNgWj5gIibMy4gE2IXqRKb4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/eye.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/female.iwjxf2u4ez.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/female.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/oXLDkZo5bOT+60HoDGxbYhSSG6pIMhUlQlTKsgdIS8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iwjxf2u4ez" - }, - { - "Name": "integrity", - "Value": "sha256-/oXLDkZo5bOT+60HoDGxbYhSSG6pIMhUlQlTKsgdIS8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/female.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/female.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/female.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/oXLDkZo5bOT+60HoDGxbYhSSG6pIMhUlQlTKsgdIS8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/oXLDkZo5bOT+60HoDGxbYhSSG6pIMhUlQlTKsgdIS8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/filing.kl6lra6g18.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/filing.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2349" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qNdMhWzf9Ww93WeCwxf0NWt2/xmfg+DSg3mPoRDlEmo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kl6lra6g18" - }, - { - "Name": "integrity", - "Value": "sha256-qNdMhWzf9Ww93WeCwxf0NWt2/xmfg+DSg3mPoRDlEmo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/filing.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/filing.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/filing.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2349" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qNdMhWzf9Ww93WeCwxf0NWt2/xmfg+DSg3mPoRDlEmo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qNdMhWzf9Ww93WeCwxf0NWt2/xmfg+DSg3mPoRDlEmo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/film-marker.kpuvb3e1bc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/film-marker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OKQs9oaRxL1YX/jnNQyD7IMkAtX9NkwYmlInWzPTHyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kpuvb3e1bc" - }, - { - "Name": "integrity", - "Value": "sha256-OKQs9oaRxL1YX/jnNQyD7IMkAtX9NkwYmlInWzPTHyk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/film-marker.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/film-marker.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/film-marker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2645" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OKQs9oaRxL1YX/jnNQyD7IMkAtX9NkwYmlInWzPTHyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OKQs9oaRxL1YX/jnNQyD7IMkAtX9NkwYmlInWzPTHyk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fireball.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fireball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3325" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RqmT7KJedFTIz7b5IxDXNEfHwkpoXkTOrI340uMWGUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RqmT7KJedFTIz7b5IxDXNEfHwkpoXkTOrI340uMWGUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fireball.yy5e92dyec.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fireball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3325" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RqmT7KJedFTIz7b5IxDXNEfHwkpoXkTOrI340uMWGUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yy5e92dyec" - }, - { - "Name": "integrity", - "Value": "sha256-RqmT7KJedFTIz7b5IxDXNEfHwkpoXkTOrI340uMWGUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/fireball.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flag.ifnsaxxqcy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2337" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nmMLMotQhAcmnQmP4kUr75GDMBiFNXkHT7+JJpfdPIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ifnsaxxqcy" - }, - { - "Name": "integrity", - "Value": "sha256-nmMLMotQhAcmnQmP4kUr75GDMBiFNXkHT7+JJpfdPIk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/flag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2337" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nmMLMotQhAcmnQmP4kUr75GDMBiFNXkHT7+JJpfdPIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nmMLMotQhAcmnQmP4kUr75GDMBiFNXkHT7+JJpfdPIk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flame.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flame.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3012" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqFcTQu70+mc9zwDi6ggjvt3qGRqwtMew/HS/5msDMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oqFcTQu70+mc9zwDi6ggjvt3qGRqwtMew/HS/5msDMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flame.yncdhra5pk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flame.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3012" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqFcTQu70+mc9zwDi6ggjvt3qGRqwtMew/HS/5msDMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yncdhra5pk" - }, - { - "Name": "integrity", - "Value": "sha256-oqFcTQu70+mc9zwDi6ggjvt3qGRqwtMew/HS/5msDMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/flame.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flash-off.1e7suntk6i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flash-off.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5437" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l4E2JD0gVn3QJYSIdeH/fCnaoxFMOaL+NfMpgkNIH8k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1e7suntk6i" - }, - { - "Name": "integrity", - "Value": "sha256-l4E2JD0gVn3QJYSIdeH/fCnaoxFMOaL+NfMpgkNIH8k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/flash-off.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flash-off.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flash-off.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5437" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l4E2JD0gVn3QJYSIdeH/fCnaoxFMOaL+NfMpgkNIH8k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l4E2JD0gVn3QJYSIdeH/fCnaoxFMOaL+NfMpgkNIH8k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flash.9t2vxf1lqh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1965" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AzPUv0f919XKgSooS9zA8ExUdEWsvgPpMYQFLuyjA+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9t2vxf1lqh" - }, - { - "Name": "integrity", - "Value": "sha256-AzPUv0f919XKgSooS9zA8ExUdEWsvgPpMYQFLuyjA+4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/flash.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flash.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1965" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AzPUv0f919XKgSooS9zA8ExUdEWsvgPpMYQFLuyjA+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AzPUv0f919XKgSooS9zA8ExUdEWsvgPpMYQFLuyjA+4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flask.lehmqa401j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flask.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2939" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nQM+2Cs6j5sMCtKi141oK8LEr2Fg1fobOO7xy3N0N5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lehmqa401j" - }, - { - "Name": "integrity", - "Value": "sha256-nQM+2Cs6j5sMCtKi141oK8LEr2Fg1fobOO7xy3N0N5E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/flask.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/flask.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/flask.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2939" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nQM+2Cs6j5sMCtKi141oK8LEr2Fg1fobOO7xy3N0N5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nQM+2Cs6j5sMCtKi141oK8LEr2Fg1fobOO7xy3N0N5E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/folder.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jgyzzRuyytpNMB/KsFYxgK9H33XhyqhWt/103/9lNSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jgyzzRuyytpNMB/KsFYxgK9H33XhyqhWt/103/9lNSQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/folder.yvd9axzbp2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jgyzzRuyytpNMB/KsFYxgK9H33XhyqhWt/103/9lNSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yvd9axzbp2" - }, - { - "Name": "integrity", - "Value": "sha256-jgyzzRuyytpNMB/KsFYxgK9H33XhyqhWt/103/9lNSQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/folder.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fork-repo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fork-repo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K7hGmeqkagpphaO6mHr/j38CZJwkoK3MtaYxTK/FYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K7hGmeqkagpphaO6mHr/j38CZJwkoK3MtaYxTK/FYOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fork-repo.vfr5ijmbn7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fork-repo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K7hGmeqkagpphaO6mHr/j38CZJwkoK3MtaYxTK/FYOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vfr5ijmbn7" - }, - { - "Name": "integrity", - "Value": "sha256-K7hGmeqkagpphaO6mHr/j38CZJwkoK3MtaYxTK/FYOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/fork-repo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fork.6yv37dxvs4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fork.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"grBIbnlqNq2pJl4gxebFL0Cg7QX9VZRClFvDVzPFWuk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6yv37dxvs4" - }, - { - "Name": "integrity", - "Value": "sha256-grBIbnlqNq2pJl4gxebFL0Cg7QX9VZRClFvDVzPFWuk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/fork.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/fork.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/fork.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"grBIbnlqNq2pJl4gxebFL0Cg7QX9VZRClFvDVzPFWuk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-grBIbnlqNq2pJl4gxebFL0Cg7QX9VZRClFvDVzPFWuk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/forward.mw0c8yxc7e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2142" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"apCFxhvyqCrCT8G9GeMVuK0Bkv120kSwLfL4YBWvcBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mw0c8yxc7e" - }, - { - "Name": "integrity", - "Value": "sha256-apCFxhvyqCrCT8G9GeMVuK0Bkv120kSwLfL4YBWvcBo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/forward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/forward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2142" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"apCFxhvyqCrCT8G9GeMVuK0Bkv120kSwLfL4YBWvcBo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-apCFxhvyqCrCT8G9GeMVuK0Bkv120kSwLfL4YBWvcBo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/funnel.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/funnel.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"i2Ri6BuLiYUfdLjMPmgGhtvm5F2qxBuovvEjlN7k2NY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i2Ri6BuLiYUfdLjMPmgGhtvm5F2qxBuovvEjlN7k2NY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/funnel.vz4hlbn6nw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/funnel.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3354" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"i2Ri6BuLiYUfdLjMPmgGhtvm5F2qxBuovvEjlN7k2NY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vz4hlbn6nw" - }, - { - "Name": "integrity", - "Value": "sha256-i2Ri6BuLiYUfdLjMPmgGhtvm5F2qxBuovvEjlN7k2NY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/funnel.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2548" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K05oVdhwTcQQd9ae32Tu1jz06lZCeeYakZ/YRSWzm7E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K05oVdhwTcQQd9ae32Tu1jz06lZCeeYakZ/YRSWzm7E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-a.rofbia70n2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2548" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K05oVdhwTcQQd9ae32Tu1jz06lZCeeYakZ/YRSWzm7E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rofbia70n2" - }, - { - "Name": "integrity", - "Value": "sha256-K05oVdhwTcQQd9ae32Tu1jz06lZCeeYakZ/YRSWzm7E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-b.813iiarf6k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3623" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JPZ46OMIIG/0/oYB4h889syHp6yfEqnMR3GN/vQEJcI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "813iiarf6k" - }, - { - "Name": "integrity", - "Value": "sha256-JPZ46OMIIG/0/oYB4h889syHp6yfEqnMR3GN/vQEJcI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/game-controller-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3623" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JPZ46OMIIG/0/oYB4h889syHp6yfEqnMR3GN/vQEJcI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JPZ46OMIIG/0/oYB4h889syHp6yfEqnMR3GN/vQEJcI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-a.6tnmm7dukr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3806" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CsQdipje+0NXbYChroDprD8R3TF665WLaDKTcsm8aHs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6tnmm7dukr" - }, - { - "Name": "integrity", - "Value": "sha256-CsQdipje+0NXbYChroDprD8R3TF665WLaDKTcsm8aHs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3806" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CsQdipje+0NXbYChroDprD8R3TF665WLaDKTcsm8aHs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CsQdipje+0NXbYChroDprD8R3TF665WLaDKTcsm8aHs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-b.4d0xbfmegl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2756" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GOcnnUnfHRozvZvtvTSrZNWHGtuDdvgb3R/Ko3kIVsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4d0xbfmegl" - }, - { - "Name": "integrity", - "Value": "sha256-GOcnnUnfHRozvZvtvTSrZNWHGtuDdvgb3R/Ko3kIVsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/gear-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2756" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GOcnnUnfHRozvZvtvTSrZNWHGtuDdvgb3R/Ko3kIVsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GOcnnUnfHRozvZvtvTSrZNWHGtuDdvgb3R/Ko3kIVsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/grid.hy5ulnpq9d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/grid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V4VzFy5ORpHln9Fv+FG3laeSgg7tfAQ6WIVMkkediRQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hy5ulnpq9d" - }, - { - "Name": "integrity", - "Value": "sha256-V4VzFy5ORpHln9Fv+FG3laeSgg7tfAQ6WIVMkkediRQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/grid.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/grid.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/grid.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V4VzFy5ORpHln9Fv+FG3laeSgg7tfAQ6WIVMkkediRQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V4VzFy5ORpHln9Fv+FG3laeSgg7tfAQ6WIVMkkediRQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/hammer.m8kprr586h.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/hammer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tsn8ymnvnIwnA96OV/agS0mXTY32I5Uj8B7j9ZQg8eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m8kprr586h" - }, - { - "Name": "integrity", - "Value": "sha256-tsn8ymnvnIwnA96OV/agS0mXTY32I5Uj8B7j9ZQg8eQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/hammer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/hammer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/hammer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2493" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tsn8ymnvnIwnA96OV/agS0mXTY32I5Uj8B7j9ZQg8eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tsn8ymnvnIwnA96OV/agS0mXTY32I5Uj8B7j9ZQg8eQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/happy.ebwzzlpwm9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/happy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5732" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WpXEUjgvp5U4IfrKVWzdTB2JlnU12TBaXClb94qSV2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ebwzzlpwm9" - }, - { - "Name": "integrity", - "Value": "sha256-WpXEUjgvp5U4IfrKVWzdTB2JlnU12TBaXClb94qSV2k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/happy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/happy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/happy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5732" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WpXEUjgvp5U4IfrKVWzdTB2JlnU12TBaXClb94qSV2k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WpXEUjgvp5U4IfrKVWzdTB2JlnU12TBaXClb94qSV2k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/headphone.ezmisd6a6z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/headphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2hSAuprhimsgYGNc38fs9nreiTkQIBE6W/t2G+9tgaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ezmisd6a6z" - }, - { - "Name": "integrity", - "Value": "sha256-2hSAuprhimsgYGNc38fs9nreiTkQIBE6W/t2G+9tgaA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/headphone.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/headphone.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/headphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2hSAuprhimsgYGNc38fs9nreiTkQIBE6W/t2G+9tgaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2hSAuprhimsgYGNc38fs9nreiTkQIBE6W/t2G+9tgaA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/heart-broken.7qz0j9yppl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/heart-broken.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ITQ3EThkVgHp7kC+Vm8bDxEFC547yXPmSHSXSMXzMYI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7qz0j9yppl" - }, - { - "Name": "integrity", - "Value": "sha256-ITQ3EThkVgHp7kC+Vm8bDxEFC547yXPmSHSXSMXzMYI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/heart-broken.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/heart-broken.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/heart-broken.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ITQ3EThkVgHp7kC+Vm8bDxEFC547yXPmSHSXSMXzMYI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ITQ3EThkVgHp7kC+Vm8bDxEFC547yXPmSHSXSMXzMYI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/heart.ch2qmfmwbb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/heart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2322" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8J6P1vZugbjL/PUSZMkJVtSKajuLkbYZxtUbsixYg8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ch2qmfmwbb" - }, - { - "Name": "integrity", - "Value": "sha256-8J6P1vZugbjL/PUSZMkJVtSKajuLkbYZxtUbsixYg8w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/heart.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/heart.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/heart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2322" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8J6P1vZugbjL/PUSZMkJVtSKajuLkbYZxtUbsixYg8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8J6P1vZugbjL/PUSZMkJVtSKajuLkbYZxtUbsixYg8w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help-buoy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help-buoy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5824" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R7qDlDTVDer0npleraMSLhu0Q6aeOgTCy77ays2xkMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R7qDlDTVDer0npleraMSLhu0Q6aeOgTCy77ays2xkMo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help-buoy.tb96lznf5t.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help-buoy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5824" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"R7qDlDTVDer0npleraMSLhu0Q6aeOgTCy77ays2xkMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tb96lznf5t" - }, - { - "Name": "integrity", - "Value": "sha256-R7qDlDTVDer0npleraMSLhu0Q6aeOgTCy77ays2xkMo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/help-buoy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3940" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AbQD6/C5xX4Tv9+chC7Vv0GZdvyYAOsCT9WCq49uTDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AbQD6/C5xX4Tv9+chC7Vv0GZdvyYAOsCT9WCq49uTDo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help-circled.pqovdq5kjw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3940" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AbQD6/C5xX4Tv9+chC7Vv0GZdvyYAOsCT9WCq49uTDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pqovdq5kjw" - }, - { - "Name": "integrity", - "Value": "sha256-AbQD6/C5xX4Tv9+chC7Vv0GZdvyYAOsCT9WCq49uTDo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/help-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xFBzRNsYe/qMg7Gt70QCyPWQHR6s76a6bQpJ/XLBNow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xFBzRNsYe/qMg7Gt70QCyPWQHR6s76a6bQpJ/XLBNow=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/help.sgu40v256l.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/help.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xFBzRNsYe/qMg7Gt70QCyPWQHR6s76a6bQpJ/XLBNow=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sgu40v256l" - }, - { - "Name": "integrity", - "Value": "sha256-xFBzRNsYe/qMg7Gt70QCyPWQHR6s76a6bQpJ/XLBNow=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/help.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/home.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z0pp+x/8iyerPIa8VX51nf2MXhBo9rLMm/Wxpk6VCCo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z0pp+x/8iyerPIa8VX51nf2MXhBo9rLMm/Wxpk6VCCo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/home.x27fgd8gnp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z0pp+x/8iyerPIa8VX51nf2MXhBo9rLMm/Wxpk6VCCo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x27fgd8gnp" - }, - { - "Name": "integrity", - "Value": "sha256-Z0pp+x/8iyerPIa8VX51nf2MXhBo9rLMm/Wxpk6VCCo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/home.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icecream.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icecream.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ecrydKNFNEYz9Nk1mecVv/nB4aqt2ZyWv2P6TnvyEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ecrydKNFNEYz9Nk1mecVv/nB4aqt2ZyWv2P6TnvyEI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icecream.xlto0fe3t0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icecream.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5ecrydKNFNEYz9Nk1mecVv/nB4aqt2ZyWv2P6TnvyEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xlto0fe3t0" - }, - { - "Name": "integrity", - "Value": "sha256-5ecrydKNFNEYz9Nk1mecVv/nB4aqt2ZyWv2P6TnvyEI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/icecream.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus-outline.22gxnsn2yl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4071" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "22gxnsn2yl" - }, - { - "Name": "integrity", - "Value": "sha256-iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4071" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3888" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus.ux1q6r8n1e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3888" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ux1q6r8n1e" - }, - { - "Name": "integrity", - "Value": "sha256-riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/icon-social-google-plus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/image.5q1pr1exco.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2952" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ZPlbpd6MaswDI8xd8bz5X8SUH3rv09yxzRVc8DMQ30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5q1pr1exco" - }, - { - "Name": "integrity", - "Value": "sha256-/ZPlbpd6MaswDI8xd8bz5X8SUH3rv09yxzRVc8DMQ30=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/image.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/image.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/image.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2952" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/ZPlbpd6MaswDI8xd8bz5X8SUH3rv09yxzRVc8DMQ30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/ZPlbpd6MaswDI8xd8bz5X8SUH3rv09yxzRVc8DMQ30=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/images.hh2ouax9q0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/images.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5073" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lbj3aPoptPdnRgwAjnFr1bJnAFCY9Kk067zr040jA4w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hh2ouax9q0" - }, - { - "Name": "integrity", - "Value": "sha256-lbj3aPoptPdnRgwAjnFr1bJnAFCY9Kk067zr040jA4w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/images.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/images.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/images.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5073" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lbj3aPoptPdnRgwAjnFr1bJnAFCY9Kk067zr040jA4w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lbj3aPoptPdnRgwAjnFr1bJnAFCY9Kk067zr040jA4w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/information-circled.9sia2tc09i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/information-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3300" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z+wK/kbx1cChxzwe8nHHicKduBvfLI2r3P+VUYnRB9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9sia2tc09i" - }, - { - "Name": "integrity", - "Value": "sha256-Z+wK/kbx1cChxzwe8nHHicKduBvfLI2r3P+VUYnRB9g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/information-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/information-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/information-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3300" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z+wK/kbx1cChxzwe8nHHicKduBvfLI2r3P+VUYnRB9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z+wK/kbx1cChxzwe8nHHicKduBvfLI2r3P+VUYnRB9g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/information.c9ewq86aii.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MGrJ1tjotS0RqQLObygs8BISxz19aqYLU1sy3VNtCqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c9ewq86aii" - }, - { - "Name": "integrity", - "Value": "sha256-MGrJ1tjotS0RqQLObygs8BISxz19aqYLU1sy3VNtCqs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/information.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/information.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MGrJ1tjotS0RqQLObygs8BISxz19aqYLU1sy3VNtCqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MGrJ1tjotS0RqQLObygs8BISxz19aqYLU1sy3VNtCqs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ionic.od8kfbn71s.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ionic.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5541" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lO1MPjVzDmK/JVcJQIhiVE6nrRW192kd6Bn0XEi0XrE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "od8kfbn71s" - }, - { - "Name": "integrity", - "Value": "sha256-lO1MPjVzDmK/JVcJQIhiVE6nrRW192kd6Bn0XEi0XrE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ionic.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ionic.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ionic.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5541" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lO1MPjVzDmK/JVcJQIhiVE6nrRW192kd6Bn0XEi0XrE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lO1MPjVzDmK/JVcJQIhiVE6nrRW192kd6Bn0XEi0XrE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm-outline.gn8hqvf2oi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DOwuQrqeY3UFbMouOjtNmJv20V1+H6p3vV6xqgjmkQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gn8hqvf2oi" - }, - { - "Name": "integrity", - "Value": "sha256-DOwuQrqeY3UFbMouOjtNmJv20V1+H6p3vV6xqgjmkQ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DOwuQrqeY3UFbMouOjtNmJv20V1+H6p3vV6xqgjmkQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DOwuQrqeY3UFbMouOjtNmJv20V1+H6p3vV6xqgjmkQ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3922" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/9palRQRKrNx6jOXl0dKFuy7mT0GBub+l95DYQKXJAw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/9palRQRKrNx6jOXl0dKFuy7mT0GBub+l95DYQKXJAw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm.r9e3shvkq3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3922" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/9palRQRKrNx6jOXl0dKFuy7mT0GBub+l95DYQKXJAw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r9e3shvkq3" - }, - { - "Name": "integrity", - "Value": "sha256-/9palRQRKrNx6jOXl0dKFuy7mT0GBub+l95DYQKXJAw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-alarm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums-outline.k3qjd4brv6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "231" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4Ddzhz2eQypLjtplbYIGBskM5itCsDOO1IfEHSJXThI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k3qjd4brv6" - }, - { - "Name": "integrity", - "Value": "sha256-4Ddzhz2eQypLjtplbYIGBskM5itCsDOO1IfEHSJXThI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "231" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4Ddzhz2eQypLjtplbYIGBskM5itCsDOO1IfEHSJXThI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Ddzhz2eQypLjtplbYIGBskM5itCsDOO1IfEHSJXThI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums.aeyi6nbjs9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "226" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"onBQH7aX2+ceVeGNLgLAczoytVyh9zKqRFH13JmKesk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aeyi6nbjs9" - }, - { - "Name": "integrity", - "Value": "sha256-onBQH7aX2+ceVeGNLgLAczoytVyh9zKqRFH13JmKesk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-albums.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "226" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"onBQH7aX2+ceVeGNLgLAczoytVyh9zKqRFH13JmKesk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-onBQH7aX2+ceVeGNLgLAczoytVyh9zKqRFH13JmKesk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5767" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2mV8FvInd99eNunK2xxb2buEv7HWp+O5v50nvO4iIvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2mV8FvInd99eNunK2xxb2buEv7HWp+O5v50nvO4iIvk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball-outline.u3xtx2h47t.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5767" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2mV8FvInd99eNunK2xxb2buEv7HWp+O5v50nvO4iIvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u3xtx2h47t" - }, - { - "Name": "integrity", - "Value": "sha256-2mV8FvInd99eNunK2xxb2buEv7HWp+O5v50nvO4iIvk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5675" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qdz/zak+gDtvT+zgfwriJ8hmJQFqU4tOXQ2xI22jv8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qdz/zak+gDtvT+zgfwriJ8hmJQFqU4tOXQ2xI22jv8g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball.tpqcyiynkx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5675" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qdz/zak+gDtvT+zgfwriJ8hmJQFqU4tOXQ2xI22jv8g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tpqcyiynkx" - }, - { - "Name": "integrity", - "Value": "sha256-Qdz/zak+gDtvT+zgfwriJ8hmJQFqU4tOXQ2xI22jv8g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-americanfootball.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics-outline.mtw8g2ifso.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5847" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1m+pw8GSPd7594raZ9U/i4/KnWRq9A5Qc6BdiZIJChg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mtw8g2ifso" - }, - { - "Name": "integrity", - "Value": "sha256-1m+pw8GSPd7594raZ9U/i4/KnWRq9A5Qc6BdiZIJChg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5847" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1m+pw8GSPd7594raZ9U/i4/KnWRq9A5Qc6BdiZIJChg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1m+pw8GSPd7594raZ9U/i4/KnWRq9A5Qc6BdiZIJChg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics.47td275djf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4406" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8NxUiGID8yPAWyNg13eZ9JSNnbNkpFuZ+1f51LjfO5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "47td275djf" - }, - { - "Name": "integrity", - "Value": "sha256-8NxUiGID8yPAWyNg13eZ9JSNnbNkpFuZ+1f51LjfO5M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-analytics.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4406" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8NxUiGID8yPAWyNg13eZ9JSNnbNkpFuZ+1f51LjfO5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8NxUiGID8yPAWyNg13eZ9JSNnbNkpFuZ+1f51LjfO5M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-back.bxtwy6osbm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fxmKO41wLgYUW3OCg7HFhZDxaWFcRSfhau3MkRpgtcM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bxtwy6osbm" - }, - { - "Name": "integrity", - "Value": "sha256-fxmKO41wLgYUW3OCg7HFhZDxaWFcRSfhau3MkRpgtcM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-back.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-back.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-back.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fxmKO41wLgYUW3OCg7HFhZDxaWFcRSfhau3MkRpgtcM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fxmKO41wLgYUW3OCg7HFhZDxaWFcRSfhau3MkRpgtcM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-down.ngef6rpnwy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"91jswpY4zGBLdjSl+kB2GCd+AT1uO/LYyKS/WU2Mx78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ngef6rpnwy" - }, - { - "Name": "integrity", - "Value": "sha256-91jswpY4zGBLdjSl+kB2GCd+AT1uO/LYyKS/WU2Mx78=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-down.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-down.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"91jswpY4zGBLdjSl+kB2GCd+AT1uO/LYyKS/WU2Mx78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-91jswpY4zGBLdjSl+kB2GCd+AT1uO/LYyKS/WU2Mx78=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-forward.ip13z7vj3c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "898" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mqWt+DCiXYznrofkcmSNrf5ozcSXw4Pe3ZVWukAdNT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ip13z7vj3c" - }, - { - "Name": "integrity", - "Value": "sha256-mqWt+DCiXYznrofkcmSNrf5ozcSXw4Pe3ZVWukAdNT0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-forward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-forward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "898" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mqWt+DCiXYznrofkcmSNrf5ozcSXw4Pe3ZVWukAdNT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mqWt+DCiXYznrofkcmSNrf5ozcSXw4Pe3ZVWukAdNT0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-left.mfppbt4qms.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AoyFDyeAeUNkg4XZm4MUn0ojog9DMVhTW9+st3nIRFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mfppbt4qms" - }, - { - "Name": "integrity", - "Value": "sha256-AoyFDyeAeUNkg4XZm4MUn0ojog9DMVhTW9+st3nIRFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AoyFDyeAeUNkg4XZm4MUn0ojog9DMVhTW9+st3nIRFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AoyFDyeAeUNkg4XZm4MUn0ojog9DMVhTW9+st3nIRFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G6Opa1QuBa9ZXC18ag4q9RWyKOVetAvV7e5qF7tO5mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-G6Opa1QuBa9ZXC18ag4q9RWyKOVetAvV7e5qF7tO5mg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-right.vjtitc1hs2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1537" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"G6Opa1QuBa9ZXC18ag4q9RWyKOVetAvV7e5qF7tO5mg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjtitc1hs2" - }, - { - "Name": "integrity", - "Value": "sha256-G6Opa1QuBa9ZXC18ag4q9RWyKOVetAvV7e5qF7tO5mg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-down.fgea4n1cpa.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UUjSjzxYoMjoXllYVvQ6//QoBFV5vhfx7Fo6l2Cexik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fgea4n1cpa" - }, - { - "Name": "integrity", - "Value": "sha256-UUjSjzxYoMjoXllYVvQ6//QoBFV5vhfx7Fo6l2Cexik=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-down.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-down.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-down.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1632" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UUjSjzxYoMjoXllYVvQ6//QoBFV5vhfx7Fo6l2Cexik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UUjSjzxYoMjoXllYVvQ6//QoBFV5vhfx7Fo6l2Cexik=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-left.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1258" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sVXs2JupkussxrlHTpc7611XoQUtWM9GI+25Gldr13k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sVXs2JupkussxrlHTpc7611XoQUtWM9GI+25Gldr13k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-left.t1bzr6ui3y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-left.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1258" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sVXs2JupkussxrlHTpc7611XoQUtWM9GI+25Gldr13k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t1bzr6ui3y" - }, - { - "Name": "integrity", - "Value": "sha256-sVXs2JupkussxrlHTpc7611XoQUtWM9GI+25Gldr13k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-left.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-right.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TTsfE/Inzu902bjk1QaUCBQ6fHsdUCaDSZH0ZM+2Uvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TTsfE/Inzu902bjk1QaUCBQ6fHsdUCaDSZH0ZM+2Uvk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-right.t42aig0q2f.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-right.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1235" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TTsfE/Inzu902bjk1QaUCBQ6fHsdUCaDSZH0ZM+2Uvk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t42aig0q2f" - }, - { - "Name": "integrity", - "Value": "sha256-TTsfE/Inzu902bjk1QaUCBQ6fHsdUCaDSZH0ZM+2Uvk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-right.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-up.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NIHbTZ3kOG72BksNlaQ40f97pkeEZJoRiBX/Lzghp9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NIHbTZ3kOG72BksNlaQ40f97pkeEZJoRiBX/Lzghp9A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-up.wfdvhesfqk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NIHbTZ3kOG72BksNlaQ40f97pkeEZJoRiBX/Lzghp9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wfdvhesfqk" - }, - { - "Name": "integrity", - "Value": "sha256-NIHbTZ3kOG72BksNlaQ40f97pkeEZJoRiBX/Lzghp9A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-thin-up.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-up.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l+PJ3S4J+14jqcqCI435+RjhuOG7us2k/8V19rJXDGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l+PJ3S4J+14jqcqCI435+RjhuOG7us2k/8V19rJXDGQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-up.zpjz1x5uhk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-up.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1482" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l+PJ3S4J+14jqcqCI435+RjhuOG7us2k/8V19rJXDGQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zpjz1x5uhk" - }, - { - "Name": "integrity", - "Value": "sha256-l+PJ3S4J+14jqcqCI435+RjhuOG7us2k/8V19rJXDGQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-arrow-up.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at-outline.mqabfhv6bq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4303" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4jFH+22P5ODKsrm0RHnQOBEtS+1TgT+ztM3RTC0cBAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mqabfhv6bq" - }, - { - "Name": "integrity", - "Value": "sha256-4jFH+22P5ODKsrm0RHnQOBEtS+1TgT+ztM3RTC0cBAI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4303" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4jFH+22P5ODKsrm0RHnQOBEtS+1TgT+ztM3RTC0cBAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4jFH+22P5ODKsrm0RHnQOBEtS+1TgT+ztM3RTC0cBAI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at.giddmw6thr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4153" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qHv2AyIi2gZCPJBCzIt0NSQB3vM/321aOCkPCjRtu/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "giddmw6thr" - }, - { - "Name": "integrity", - "Value": "sha256-qHv2AyIi2gZCPJBCzIt0NSQB3vM/321aOCkPCjRtu/w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-at.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4153" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qHv2AyIi2gZCPJBCzIt0NSQB3vM/321aOCkPCjRtu/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qHv2AyIi2gZCPJBCzIt0NSQB3vM/321aOCkPCjRtu/w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode-outline.8xizp96wo6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "233" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dNizXVZ+SJH3/h3rC18vP/hUg4EsQTNav4WtyHaGti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8xizp96wo6" - }, - { - "Name": "integrity", - "Value": "sha256-dNizXVZ+SJH3/h3rC18vP/hUg4EsQTNav4WtyHaGti0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "233" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dNizXVZ+SJH3/h3rC18vP/hUg4EsQTNav4WtyHaGti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dNizXVZ+SJH3/h3rC18vP/hUg4EsQTNav4WtyHaGti0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "219" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0AJHIYSe6WaKz04KgkilpNLOdImlDh4RVH6lLZU37jY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0AJHIYSe6WaKz04KgkilpNLOdImlDh4RVH6lLZU37jY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode.s560yrj43q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "219" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0AJHIYSe6WaKz04KgkilpNLOdImlDh4RVH6lLZU37jY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s560yrj43q" - }, - { - "Name": "integrity", - "Value": "sha256-0AJHIYSe6WaKz04KgkilpNLOdImlDh4RVH6lLZU37jY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-barcode.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball-outline.c062cy9x91.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6676" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FFGG1roS81P8N1M8/6ifmK0/pWJRSiXI3kedOoh8yug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c062cy9x91" - }, - { - "Name": "integrity", - "Value": "sha256-FFGG1roS81P8N1M8/6ifmK0/pWJRSiXI3kedOoh8yug=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6676" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"FFGG1roS81P8N1M8/6ifmK0/pWJRSiXI3kedOoh8yug=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FFGG1roS81P8N1M8/6ifmK0/pWJRSiXI3kedOoh8yug=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball.0ox3uc1507.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5565" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0FSqjeIIEW637jpphi2yO+j8iMdmN6g5ge0iLA8OD1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ox3uc1507" - }, - { - "Name": "integrity", - "Value": "sha256-0FSqjeIIEW637jpphi2yO+j8iMdmN6g5ge0iLA8OD1o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-baseball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5565" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0FSqjeIIEW637jpphi2yO+j8iMdmN6g5ge0iLA8OD1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0FSqjeIIEW637jpphi2yO+j8iMdmN6g5ge0iLA8OD1o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n39xAMioirFoXoENSxJnngXpersL4TixiJmdaa8hZFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n39xAMioirFoXoENSxJnngXpersL4TixiJmdaa8hZFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball-outline.v4j7fl486m.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n39xAMioirFoXoENSxJnngXpersL4TixiJmdaa8hZFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v4j7fl486m" - }, - { - "Name": "integrity", - "Value": "sha256-n39xAMioirFoXoENSxJnngXpersL4TixiJmdaa8hZFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball.7i111typo2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"31Lz1lVR1QIQ7ax5pJaUPWMRYLpbTFTIrS/8XhePRb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7i111typo2" - }, - { - "Name": "integrity", - "Value": "sha256-31Lz1lVR1QIQ7ax5pJaUPWMRYLpbTFTIrS/8XhePRb0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-basketball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"31Lz1lVR1QIQ7ax5pJaUPWMRYLpbTFTIrS/8XhePRb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-31Lz1lVR1QIQ7ax5pJaUPWMRYLpbTFTIrS/8XhePRb0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell-outline.mr9np4apoz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3615" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mro6hJU6VfkAkzYILAWhlzkf8tu1uYAAgBdBFjYfJHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mr9np4apoz" - }, - { - "Name": "integrity", - "Value": "sha256-Mro6hJU6VfkAkzYILAWhlzkf8tu1uYAAgBdBFjYfJHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3615" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mro6hJU6VfkAkzYILAWhlzkf8tu1uYAAgBdBFjYfJHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mro6hJU6VfkAkzYILAWhlzkf8tu1uYAAgBdBFjYfJHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell.9olshi5gyc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rxr3NFZMiYqDfi6Bi1Y/Upu57to96N+z9+ObCb1ZT94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9olshi5gyc" - }, - { - "Name": "integrity", - "Value": "sha256-Rxr3NFZMiYqDfi6Bi1Y/Upu57to96N+z9+ObCb1ZT94=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bell.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2769" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rxr3NFZMiYqDfi6Bi1Y/Upu57to96N+z9+ObCb1ZT94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rxr3NFZMiYqDfi6Bi1Y/Upu57to96N+z9+ObCb1ZT94=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2384" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ozurBMknSdzKABlQWv4FDDX0hhnKI7yMMBh2ttzk3xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ozurBMknSdzKABlQWv4FDDX0hhnKI7yMMBh2ttzk3xk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt-outline.xn43ez5s1j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2384" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ozurBMknSdzKABlQWv4FDDX0hhnKI7yMMBh2ttzk3xk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xn43ez5s1j" - }, - { - "Name": "integrity", - "Value": "sha256-ozurBMknSdzKABlQWv4FDDX0hhnKI7yMMBh2ttzk3xk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt.2sdr7ck8aj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1892" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"firUmxtjcWvhbIBVMjSrqrICRvMbZDR+ckJhkSHZ0g4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2sdr7ck8aj" - }, - { - "Name": "integrity", - "Value": "sha256-firUmxtjcWvhbIBVMjSrqrICRvMbZDR+ckJhkSHZ0g4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bolt.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1892" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"firUmxtjcWvhbIBVMjSrqrICRvMbZDR+ckJhkSHZ0g4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-firUmxtjcWvhbIBVMjSrqrICRvMbZDR+ckJhkSHZ0g4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2454" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GVhw+Mr7T1YE1oW6XELMJSNIaFUE2k7zG7y2klPSr4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GVhw+Mr7T1YE1oW6XELMJSNIaFUE2k7zG7y2klPSr4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks-outline.xm6yic4zgn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2454" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GVhw+Mr7T1YE1oW6XELMJSNIaFUE2k7zG7y2klPSr4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xm6yic4zgn" - }, - { - "Name": "integrity", - "Value": "sha256-GVhw+Mr7T1YE1oW6XELMJSNIaFUE2k7zG7y2klPSr4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks.5iu5krgnoq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2172" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UzYj1Y62VI39PbqFwmLurtQan7Rebc/4FZqJflK6BKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5iu5krgnoq" - }, - { - "Name": "integrity", - "Value": "sha256-UzYj1Y62VI39PbqFwmLurtQan7Rebc/4FZqJflK6BKc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-bookmarks.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2172" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UzYj1Y62VI39PbqFwmLurtQan7Rebc/4FZqJflK6BKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UzYj1Y62VI39PbqFwmLurtQan7Rebc/4FZqJflK6BKc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lPyR18ljQFhhBZLiFCZpsCW/ew9AjOgkZEIjuXy6TsM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lPyR18ljQFhhBZLiFCZpsCW/ew9AjOgkZEIjuXy6TsM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box-outline.sm2pzk9fx3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1602" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lPyR18ljQFhhBZLiFCZpsCW/ew9AjOgkZEIjuXy6TsM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sm2pzk9fx3" - }, - { - "Name": "integrity", - "Value": "sha256-lPyR18ljQFhhBZLiFCZpsCW/ew9AjOgkZEIjuXy6TsM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box.0bnihybx7s.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1032" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fK8NKNkOEbR7iU+nq06Q6SJA6GB2KHXOW03IBrH7Xis=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0bnihybx7s" - }, - { - "Name": "integrity", - "Value": "sha256-fK8NKNkOEbR7iU+nq06Q6SJA6GB2KHXOW03IBrH7Xis=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-box.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1032" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fK8NKNkOEbR7iU+nq06Q6SJA6GB2KHXOW03IBrH7Xis=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fK8NKNkOEbR7iU+nq06Q6SJA6GB2KHXOW03IBrH7Xis=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase-outline.c9suvr3o3l.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1359" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kOXpWAW19P8NVhR1vNMqBeDq9f5vQKZ8fmgI4tvrq50=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c9suvr3o3l" - }, - { - "Name": "integrity", - "Value": "sha256-kOXpWAW19P8NVhR1vNMqBeDq9f5vQKZ8fmgI4tvrq50=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1359" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kOXpWAW19P8NVhR1vNMqBeDq9f5vQKZ8fmgI4tvrq50=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kOXpWAW19P8NVhR1vNMqBeDq9f5vQKZ8fmgI4tvrq50=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9zHl61YDABv68QIQJ4fUMFAR1cUns2AGuPYd7IyTNDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9zHl61YDABv68QIQJ4fUMFAR1cUns2AGuPYd7IyTNDc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase.xmlu9z76f7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9zHl61YDABv68QIQJ4fUMFAR1cUns2AGuPYd7IyTNDc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xmlu9z76f7" - }, - { - "Name": "integrity", - "Value": "sha256-9zHl61YDABv68QIQJ4fUMFAR1cUns2AGuPYd7IyTNDc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-briefcase.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers-outline.ezsfecmlf4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "372" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"el639VAkmKIRnqhhHqL26zo4yLdHG9jf2uF4KlT4kEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ezsfecmlf4" - }, - { - "Name": "integrity", - "Value": "sha256-el639VAkmKIRnqhhHqL26zo4yLdHG9jf2uF4KlT4kEE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "372" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"el639VAkmKIRnqhhHqL26zo4yLdHG9jf2uF4KlT4kEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-el639VAkmKIRnqhhHqL26zo4yLdHG9jf2uF4KlT4kEE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O1yiy76JOTwHeCfwCH9rXQQ/cdjDZTdmtjC+Dz7vccY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O1yiy76JOTwHeCfwCH9rXQQ/cdjDZTdmtjC+Dz7vccY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers.v37haxn55o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O1yiy76JOTwHeCfwCH9rXQQ/cdjDZTdmtjC+Dz7vccY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v37haxn55o" - }, - { - "Name": "integrity", - "Value": "sha256-O1yiy76JOTwHeCfwCH9rXQQ/cdjDZTdmtjC+Dz7vccY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-browsers.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator-outline.36mtenvx1z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1785" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e8+GgmX1bxQVjELZUOAtZZNt2hCLfgsrtYl/gEMBYr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "36mtenvx1z" - }, - { - "Name": "integrity", - "Value": "sha256-e8+GgmX1bxQVjELZUOAtZZNt2hCLfgsrtYl/gEMBYr8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1785" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"e8+GgmX1bxQVjELZUOAtZZNt2hCLfgsrtYl/gEMBYr8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e8+GgmX1bxQVjELZUOAtZZNt2hCLfgsrtYl/gEMBYr8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator.4id7uifcka.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5GnBD5awM/+uwiIPidw/J5NxZYyt5lP1M74P/frmIEA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4id7uifcka" - }, - { - "Name": "integrity", - "Value": "sha256-5GnBD5awM/+uwiIPidw/J5NxZYyt5lP1M74P/frmIEA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calculator.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1500" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5GnBD5awM/+uwiIPidw/J5NxZYyt5lP1M74P/frmIEA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5GnBD5awM/+uwiIPidw/J5NxZYyt5lP1M74P/frmIEA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar-outline.g02u3z0vug.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sHReXAVeYTZ9CrpwBk0fdM8YGo8jppzJ2p7rpF456aY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g02u3z0vug" - }, - { - "Name": "integrity", - "Value": "sha256-sHReXAVeYTZ9CrpwBk0fdM8YGo8jppzJ2p7rpF456aY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "236" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sHReXAVeYTZ9CrpwBk0fdM8YGo8jppzJ2p7rpF456aY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sHReXAVeYTZ9CrpwBk0fdM8YGo8jppzJ2p7rpF456aY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar.0ix8j3nuuf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "230" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aNWSsKPP3fTtX15xssdkNCR8Ab7p5lyra1jrkON8CRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ix8j3nuuf" - }, - { - "Name": "integrity", - "Value": "sha256-aNWSsKPP3fTtX15xssdkNCR8Ab7p5lyra1jrkON8CRE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-calendar.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "230" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"aNWSsKPP3fTtX15xssdkNCR8Ab7p5lyra1jrkON8CRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aNWSsKPP3fTtX15xssdkNCR8Ab7p5lyra1jrkON8CRE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nc0va3iVEvaLdXX4APnU8hPgl36WDZyhlgpG5wMBZWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nc0va3iVEvaLdXX4APnU8hPgl36WDZyhlgpG5wMBZWI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera-outline.vtflfcl2wu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nc0va3iVEvaLdXX4APnU8hPgl36WDZyhlgpG5wMBZWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vtflfcl2wu" - }, - { - "Name": "integrity", - "Value": "sha256-nc0va3iVEvaLdXX4APnU8hPgl36WDZyhlgpG5wMBZWI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera.m8itdfk9mf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3099" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lkqh864L+hkgwAVzE5Gb3x4cRzP2dx7WHLg64H1vN+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m8itdfk9mf" - }, - { - "Name": "integrity", - "Value": "sha256-lkqh864L+hkgwAVzE5Gb3x4cRzP2dx7WHLg64H1vN+M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3099" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lkqh864L+hkgwAVzE5Gb3x4cRzP2dx7WHLg64H1vN+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lkqh864L+hkgwAVzE5Gb3x4cRzP2dx7WHLg64H1vN+M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart-outline.coqic8r6f1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jDPVGrgPs497iiOWIai6meWuzz3vEfhUhNNy1ApGe2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "coqic8r6f1" - }, - { - "Name": "integrity", - "Value": "sha256-jDPVGrgPs497iiOWIai6meWuzz3vEfhUhNNy1ApGe2s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2861" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jDPVGrgPs497iiOWIai6meWuzz3vEfhUhNNy1ApGe2s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jDPVGrgPs497iiOWIai6meWuzz3vEfhUhNNy1ApGe2s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart.6opfpzvh69.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"toTv2xmnSOt5eTJwtV/3RcstNVDguOUU2FJeWP4mS8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6opfpzvh69" - }, - { - "Name": "integrity", - "Value": "sha256-toTv2xmnSOt5eTJwtV/3RcstNVDguOUU2FJeWP4mS8M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2200" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"toTv2xmnSOt5eTJwtV/3RcstNVDguOUU2FJeWP4mS8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-toTv2xmnSOt5eTJwtV/3RcstNVDguOUU2FJeWP4mS8M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes-outline.3j7vzts588.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "901" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ITGPNu+UY6DMwAKQU2whu3uyWmAyqByPESLNLIU8Gjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3j7vzts588" - }, - { - "Name": "integrity", - "Value": "sha256-ITGPNu+UY6DMwAKQU2whu3uyWmAyqByPESLNLIU8Gjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "901" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ITGPNu+UY6DMwAKQU2whu3uyWmAyqByPESLNLIU8Gjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ITGPNu+UY6DMwAKQU2whu3uyWmAyqByPESLNLIU8Gjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes.3ohv24zhk5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zVISjxKniY7W4KTzXIm6zy7zae8LyCEI2reTLabGKE8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ohv24zhk5" - }, - { - "Name": "integrity", - "Value": "sha256-zVISjxKniY7W4KTzXIm6zy7zae8LyCEI2reTLabGKE8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatboxes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "512" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zVISjxKniY7W4KTzXIm6zy7zae8LyCEI2reTLabGKE8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zVISjxKniY7W4KTzXIm6zy7zae8LyCEI2reTLabGKE8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble-outline.n74jmus56c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7VUs2zbxif/dK4KPSflds2BOSaWxiqOVd8hIVAD/m5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n74jmus56c" - }, - { - "Name": "integrity", - "Value": "sha256-7VUs2zbxif/dK4KPSflds2BOSaWxiqOVd8hIVAD/m5k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7VUs2zbxif/dK4KPSflds2BOSaWxiqOVd8hIVAD/m5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7VUs2zbxif/dK4KPSflds2BOSaWxiqOVd8hIVAD/m5k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2259" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"z4sh+mtQIUT+Nyhp+cANQXXSbemR/xi+ZMWdSizGCBQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z4sh+mtQIUT+Nyhp+cANQXXSbemR/xi+ZMWdSizGCBQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble.xce6e68r61.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2259" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"z4sh+mtQIUT+Nyhp+cANQXXSbemR/xi+ZMWdSizGCBQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xce6e68r61" - }, - { - "Name": "integrity", - "Value": "sha256-z4sh+mtQIUT+Nyhp+cANQXXSbemR/xi+ZMWdSizGCBQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-chatbubble.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-empty.8j6zgkle4q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "920" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LERYx9CTX+PShtK32gc6RV4rnqIcQRrKkIGiUSsp5CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8j6zgkle4q" - }, - { - "Name": "integrity", - "Value": "sha256-LERYx9CTX+PShtK32gc6RV4rnqIcQRrKkIGiUSsp5CM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "920" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LERYx9CTX+PShtK32gc6RV4rnqIcQRrKkIGiUSsp5CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LERYx9CTX+PShtK32gc6RV4rnqIcQRrKkIGiUSsp5CM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-outline.n7dzurq8sb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4706" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"o/fqMVHMdU47SBJTcJMp//izZaVTn3GFgNQCuAEkpCU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n7dzurq8sb" - }, - { - "Name": "integrity", - "Value": "sha256-o/fqMVHMdU47SBJTcJMp//izZaVTn3GFgNQCuAEkpCU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4706" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"o/fqMVHMdU47SBJTcJMp//izZaVTn3GFgNQCuAEkpCU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o/fqMVHMdU47SBJTcJMp//izZaVTn3GFgNQCuAEkpCU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark.c08mx1z04d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3080" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9JggU/KGD1q/LTWlnxE1w02dCViNVGlSNCTBHYHiUKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c08mx1z04d" - }, - { - "Name": "integrity", - "Value": "sha256-9JggU/KGD1q/LTWlnxE1w02dCViNVGlSNCTBHYHiUKg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-checkmark.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3080" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9JggU/KGD1q/LTWlnxE1w02dCViNVGlSNCTBHYHiUKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9JggU/KGD1q/LTWlnxE1w02dCViNVGlSNCTBHYHiUKg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-filled.iy346r78aa.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-filled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9pA2oHGDOWKHB+08NSQzwJB62ijSFgAVqqzHfcZL81U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iy346r78aa" - }, - { - "Name": "integrity", - "Value": "sha256-9pA2oHGDOWKHB+08NSQzwJB62ijSFgAVqqzHfcZL81U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-filled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-filled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-filled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6478" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9pA2oHGDOWKHB+08NSQzwJB62ijSFgAVqqzHfcZL81U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9pA2oHGDOWKHB+08NSQzwJB62ijSFgAVqqzHfcZL81U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-outline.nn1at8qw4b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4120" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4yODwJpDncNxJtJb5Sj42WRsx5O0OhDuN/rlkcPbJ/k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nn1at8qw4b" - }, - { - "Name": "integrity", - "Value": "sha256-4yODwJpDncNxJtJb5Sj42WRsx5O0OhDuN/rlkcPbJ/k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-circle-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4120" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4yODwJpDncNxJtJb5Sj42WRsx5O0OhDuN/rlkcPbJ/k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4yODwJpDncNxJtJb5Sj42WRsx5O0OhDuN/rlkcPbJ/k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock-outline.8r8jgc066z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4320" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7AzR4Ksp6d61u3mkXsf0EejUZKaagcReTE6TYIQT6as=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8r8jgc066z" - }, - { - "Name": "integrity", - "Value": "sha256-7AzR4Ksp6d61u3mkXsf0EejUZKaagcReTE6TYIQT6as=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4320" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7AzR4Ksp6d61u3mkXsf0EejUZKaagcReTE6TYIQT6as=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7AzR4Ksp6d61u3mkXsf0EejUZKaagcReTE6TYIQT6as=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock.7edu7mic92.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2762" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Tz7elQsRKiJUlo4CTsUUE3Op3kZDE+q52JgLHR8tUKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7edu7mic92" - }, - { - "Name": "integrity", - "Value": "sha256-Tz7elQsRKiJUlo4CTsUUE3Op3kZDE+q52JgLHR8tUKg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-clock.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2762" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Tz7elQsRKiJUlo4CTsUUE3Op3kZDE+q52JgLHR8tUKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tz7elQsRKiJUlo4CTsUUE3Op3kZDE+q52JgLHR8tUKg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1204" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hFFjTGbSMiH89VUtTL6FSMeb/JnzvZH7xpH9LHEEVyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hFFjTGbSMiH89VUtTL6FSMeb/JnzvZH7xpH9LHEEVyY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-empty.sgqaqk2zh9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1204" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hFFjTGbSMiH89VUtTL6FSMeb/JnzvZH7xpH9LHEEVyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sgqaqk2zh9" - }, - { - "Name": "integrity", - "Value": "sha256-hFFjTGbSMiH89VUtTL6FSMeb/JnzvZH7xpH9LHEEVyY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4999" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qq0l7NyeuPgucvSdyVQJJISwvET8Zdn/vPcBew711Ds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qq0l7NyeuPgucvSdyVQJJISwvET8Zdn/vPcBew711Ds=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-outline.qsy214ajyu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4999" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qq0l7NyeuPgucvSdyVQJJISwvET8Zdn/vPcBew711Ds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qsy214ajyu" - }, - { - "Name": "integrity", - "Value": "sha256-qq0l7NyeuPgucvSdyVQJJISwvET8Zdn/vPcBew711Ds=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3426" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BORR2bUKEEw7cC/sKjuJYzYNIy87Ka8vGUI2wavGgHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BORR2bUKEEw7cC/sKjuJYzYNIy87Ka8vGUI2wavGgHQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close.whktn4hzq2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3426" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BORR2bUKEEw7cC/sKjuJYzYNIy87Ka8vGUI2wavGgHQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "whktn4hzq2" - }, - { - "Name": "integrity", - "Value": "sha256-BORR2bUKEEw7cC/sKjuJYzYNIy87Ka8vGUI2wavGgHQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-close.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3953" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"StmnCDr6WouwFFK8PLZ9zfkNe+FKHPK2OkJhef39LgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-StmnCDr6WouwFFK8PLZ9zfkNe+FKHPK2OkJhef39LgY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download-outline.yx3rebwgjo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3953" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"StmnCDr6WouwFFK8PLZ9zfkNe+FKHPK2OkJhef39LgY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yx3rebwgjo" - }, - { - "Name": "integrity", - "Value": "sha256-StmnCDr6WouwFFK8PLZ9zfkNe+FKHPK2OkJhef39LgY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download.6zntjp5i8y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2782" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XhqOFj/KScbS0acx4QmJyDKAJv0uT6nUO+rIHCRkASQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6zntjp5i8y" - }, - { - "Name": "integrity", - "Value": "sha256-XhqOFj/KScbS0acx4QmJyDKAJv0uT6nUO+rIHCRkASQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2782" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XhqOFj/KScbS0acx4QmJyDKAJv0uT6nUO+rIHCRkASQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XhqOFj/KScbS0acx4QmJyDKAJv0uT6nUO+rIHCRkASQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-outline.4fbu5bsamy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3339" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sPmyHaSXLVLqKSmDM0vBLBbQFjMYumdarh/X+1ahZp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4fbu5bsamy" - }, - { - "Name": "integrity", - "Value": "sha256-sPmyHaSXLVLqKSmDM0vBLBbQFjMYumdarh/X+1ahZp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3339" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sPmyHaSXLVLqKSmDM0vBLBbQFjMYumdarh/X+1ahZp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sPmyHaSXLVLqKSmDM0vBLBbQFjMYumdarh/X+1ahZp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload-outline.doelr6qbji.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3927" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c48tZY+aja7QUP5LLUvTV9p2+x5ApThumTDaRUOzGUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "doelr6qbji" - }, - { - "Name": "integrity", - "Value": "sha256-c48tZY+aja7QUP5LLUvTV9p2+x5ApThumTDaRUOzGUo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3927" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c48tZY+aja7QUP5LLUvTV9p2+x5ApThumTDaRUOzGUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c48tZY+aja7QUP5LLUvTV9p2+x5ApThumTDaRUOzGUo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload.oel9jd39i9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2815" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oIuriP+knxhkAeH1JGZS6t2/sa8ALT7WBef1zbcdJho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oel9jd39i9" - }, - { - "Name": "integrity", - "Value": "sha256-oIuriP+knxhkAeH1JGZS6t2/sa8ALT7WBef1zbcdJho=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2815" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oIuriP+knxhkAeH1JGZS6t2/sa8ALT7WBef1zbcdJho=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oIuriP+knxhkAeH1JGZS6t2/sa8ALT7WBef1zbcdJho=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud.itm46lr6k2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eknLfxoB0mGcWtYtIl1YZNjuZBQb9HXRNoq18oR20+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "itm46lr6k2" - }, - { - "Name": "integrity", - "Value": "sha256-eknLfxoB0mGcWtYtIl1YZNjuZBQb9HXRNoq18oR20+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloud.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2082" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eknLfxoB0mGcWtYtIl1YZNjuZBQb9HXRNoq18oR20+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eknLfxoB0mGcWtYtIl1YZNjuZBQb9HXRNoq18oR20+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3814" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fvcE84b/h9TFHOCeTZEKFJekk+hKFjWGzxoeeq4w7fM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fvcE84b/h9TFHOCeTZEKFJekk+hKFjWGzxoeeq4w7fM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night-outline.qas5ims33b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3814" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fvcE84b/h9TFHOCeTZEKFJekk+hKFjWGzxoeeq4w7fM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qas5ims33b" - }, - { - "Name": "integrity", - "Value": "sha256-fvcE84b/h9TFHOCeTZEKFJekk+hKFjWGzxoeeq4w7fM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night.h2pgdh3hny.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F5xjT7PRBTfE5slEaa24GHlUBsNvsHQyhWwmFJoY5zg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h2pgdh3hny" - }, - { - "Name": "integrity", - "Value": "sha256-F5xjT7PRBTfE5slEaa24GHlUBsNvsHQyhWwmFJoY5zg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-night.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2870" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F5xjT7PRBTfE5slEaa24GHlUBsNvsHQyhWwmFJoY5zg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F5xjT7PRBTfE5slEaa24GHlUBsNvsHQyhWwmFJoY5zg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2280" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Zxeg77XKVoad9+KfuT+cJjpGDBSvQEEKE8HcAlUzyMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zxeg77XKVoad9+KfuT+cJjpGDBSvQEEKE8HcAlUzyMI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-outline.xinqv4m28y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2280" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Zxeg77XKVoad9+KfuT+cJjpGDBSvQEEKE8HcAlUzyMI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xinqv4m28y" - }, - { - "Name": "integrity", - "Value": "sha256-Zxeg77XKVoad9+KfuT+cJjpGDBSvQEEKE8HcAlUzyMI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mRWehgi5eQxUN9OlhaL1D5PtTALii7NmxTQbLmKoRAU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mRWehgi5eQxUN9OlhaL1D5PtTALii7NmxTQbLmKoRAU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy.x66pawequl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"mRWehgi5eQxUN9OlhaL1D5PtTALii7NmxTQbLmKoRAU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x66pawequl" - }, - { - "Name": "integrity", - "Value": "sha256-mRWehgi5eQxUN9OlhaL1D5PtTALii7NmxTQbLmKoRAU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cloudy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "8008" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VjkOf8Udf6foM0LT30XHPl7SU0DV5AtFp8XxjzDsAo8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VjkOf8Udf6foM0LT30XHPl7SU0DV5AtFp8XxjzDsAo8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog-outline.ufncxdf3k8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8008" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VjkOf8Udf6foM0LT30XHPl7SU0DV5AtFp8XxjzDsAo8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ufncxdf3k8" - }, - { - "Name": "integrity", - "Value": "sha256-VjkOf8Udf6foM0LT30XHPl7SU0DV5AtFp8XxjzDsAo8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6029" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c88J8o1BD6UkQuElkOYZbYhWxytIP83oWFXZOmGivU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c88J8o1BD6UkQuElkOYZbYhWxytIP83oWFXZOmGivU0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog.zgpevypa44.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6029" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"c88J8o1BD6UkQuElkOYZbYhWxytIP83oWFXZOmGivU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zgpevypa44" - }, - { - "Name": "integrity", - "Value": "sha256-c88J8o1BD6UkQuElkOYZbYhWxytIP83oWFXZOmGivU0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-cog.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8WKyd1UhVhkfeBymvstaIRXZd34h19X7QnzxcuADPRA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8WKyd1UhVhkfeBymvstaIRXZd34h19X7QnzxcuADPRA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose-outline.txfdpqbnaf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1584" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8WKyd1UhVhkfeBymvstaIRXZd34h19X7QnzxcuADPRA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "txfdpqbnaf" - }, - { - "Name": "integrity", - "Value": "sha256-8WKyd1UhVhkfeBymvstaIRXZd34h19X7QnzxcuADPRA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"A/UL4BWQSuVq1Su5cZAiXkeO7prSebTdMxijlZJCNKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A/UL4BWQSuVq1Su5cZAiXkeO7prSebTdMxijlZJCNKs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose.v1cw0g7xza.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"A/UL4BWQSuVq1Su5cZAiXkeO7prSebTdMxijlZJCNKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v1cw0g7xza" - }, - { - "Name": "integrity", - "Value": "sha256-A/UL4BWQSuVq1Su5cZAiXkeO7prSebTdMxijlZJCNKs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-compose.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact-outline.1c5sohhady.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4846" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/2lckuK9lJHUy4WJXatVrr+CWotlHm31znn1Yax7Jb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1c5sohhady" - }, - { - "Name": "integrity", - "Value": "sha256-/2lckuK9lJHUy4WJXatVrr+CWotlHm31znn1Yax7Jb8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4846" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/2lckuK9lJHUy4WJXatVrr+CWotlHm31znn1Yax7Jb8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/2lckuK9lJHUy4WJXatVrr+CWotlHm31znn1Yax7Jb8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LzLsxGvHuJ3sSJCv8mfxn7WXJ2Fp1C+Y57NHD2pitYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LzLsxGvHuJ3sSJCv8mfxn7WXJ2Fp1C+Y57NHD2pitYw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact.txx0yo6kpb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LzLsxGvHuJ3sSJCv8mfxn7WXJ2Fp1C+Y57NHD2pitYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "txx0yo6kpb" - }, - { - "Name": "integrity", - "Value": "sha256-LzLsxGvHuJ3sSJCv8mfxn7WXJ2Fp1C+Y57NHD2pitYw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-contact.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy-outline.f0jxiebtlb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fxi+kPGnuBIYMBAdCbKi8CU/6Y90kOe02xt4U70He+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f0jxiebtlb" - }, - { - "Name": "integrity", - "Value": "sha256-fxi+kPGnuBIYMBAdCbKi8CU/6Y90kOe02xt4U70He+4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fxi+kPGnuBIYMBAdCbKi8CU/6Y90kOe02xt4U70He+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fxi+kPGnuBIYMBAdCbKi8CU/6Y90kOe02xt4U70He+4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy.dtvwd7z0tk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "782" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"77000vVfspm+HfPopm5IHAxv7MJ4hAEtNNzAEjg5jng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dtvwd7z0tk" - }, - { - "Name": "integrity", - "Value": "sha256-77000vVfspm+HfPopm5IHAxv7MJ4hAEtNNzAEjg5jng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-copy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "782" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"77000vVfspm+HfPopm5IHAxv7MJ4hAEtNNzAEjg5jng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-77000vVfspm+HfPopm5IHAxv7MJ4hAEtNNzAEjg5jng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download-outline.eizheeuicw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BvSoz8yXaV0zfaE4XpZQn81wtPs9oJrl9uQ+4iNC+os=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eizheeuicw" - }, - { - "Name": "integrity", - "Value": "sha256-BvSoz8yXaV0zfaE4XpZQn81wtPs9oJrl9uQ+4iNC+os=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BvSoz8yXaV0zfaE4XpZQn81wtPs9oJrl9uQ+4iNC+os=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BvSoz8yXaV0zfaE4XpZQn81wtPs9oJrl9uQ+4iNC+os=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download.2yi87ghhfp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1135" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6giZj6AdjdY5Wrii1hK4+zt6YHXSHdj95e5Gu6eQWkQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2yi87ghhfp" - }, - { - "Name": "integrity", - "Value": "sha256-6giZj6AdjdY5Wrii1hK4+zt6YHXSHdj95e5Gu6eQWkQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-download.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1135" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6giZj6AdjdY5Wrii1hK4+zt6YHXSHdj95e5Gu6eQWkQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6giZj6AdjdY5Wrii1hK4+zt6YHXSHdj95e5Gu6eQWkQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-drag.14o24cv9r8.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-drag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "165" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kUpGpbi0zANlyz6H2wv3wYLf5T5kuhXd+ax+Q3QMiNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "14o24cv9r8" - }, - { - "Name": "integrity", - "Value": "sha256-kUpGpbi0zANlyz6H2wv3wYLf5T5kuhXd+ax+Q3QMiNc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-drag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-drag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-drag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "165" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kUpGpbi0zANlyz6H2wv3wYLf5T5kuhXd+ax+Q3QMiNc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kUpGpbi0zANlyz6H2wv3wYLf5T5kuhXd+ax+Q3QMiNc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pDPQXZ+sZL/Kwv2eWdfu6PuEOhj1sn8f32FB42V7KJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pDPQXZ+sZL/Kwv2eWdfu6PuEOhj1sn8f32FB42V7KJ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email-outline.wbzab8bdiy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pDPQXZ+sZL/Kwv2eWdfu6PuEOhj1sn8f32FB42V7KJ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wbzab8bdiy" - }, - { - "Name": "integrity", - "Value": "sha256-pDPQXZ+sZL/Kwv2eWdfu6PuEOhj1sn8f32FB42V7KJ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4167" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oJ5gawP74wIw4rhQoe+g+yiL24NvVpNVniYGKyxxUiE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oJ5gawP74wIw4rhQoe+g+yiL24NvVpNVniYGKyxxUiE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email.wcxrtkzm8o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4167" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oJ5gawP74wIw4rhQoe+g+yiL24NvVpNVniYGKyxxUiE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcxrtkzm8o" - }, - { - "Name": "integrity", - "Value": "sha256-oJ5gawP74wIw4rhQoe+g+yiL24NvVpNVniYGKyxxUiE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-email.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-expand.2cel1g5g3p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-expand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0mxZsShHDjAoZ0j4y7jmns/jmjupAhCgzLI+dQrxqXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2cel1g5g3p" - }, - { - "Name": "integrity", - "Value": "sha256-0mxZsShHDjAoZ0j4y7jmns/jmjupAhCgzLI+dQrxqXs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-expand.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-expand.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-expand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0mxZsShHDjAoZ0j4y7jmns/jmjupAhCgzLI+dQrxqXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0mxZsShHDjAoZ0j4y7jmns/jmjupAhCgzLI+dQrxqXs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DxZHbOisaHyhFvQuxYL1on1vqYBOFsDVIqJFPZenCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DxZHbOisaHyhFvQuxYL1on1vqYBOFsDVIqJFPZenCPI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye-outline.xks9xgbhm3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DxZHbOisaHyhFvQuxYL1on1vqYBOFsDVIqJFPZenCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xks9xgbhm3" - }, - { - "Name": "integrity", - "Value": "sha256-DxZHbOisaHyhFvQuxYL1on1vqYBOFsDVIqJFPZenCPI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2973" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+abNt0ASTrD5EkPitXCUqQcsblwWn3z9+VNsCR+Q+dU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+abNt0ASTrD5EkPitXCUqQcsblwWn3z9+VNsCR+Q+dU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye.zdhojewgf0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2973" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+abNt0ASTrD5EkPitXCUqQcsblwWn3z9+VNsCR+Q+dU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zdhojewgf0" - }, - { - "Name": "integrity", - "Value": "sha256-+abNt0ASTrD5EkPitXCUqQcsblwWn3z9+VNsCR+Q+dU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-eye.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2726" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jJp+vt+MtgC8ikumyTpcspVU1235IQyT/hh9iolEFU4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jJp+vt+MtgC8ikumyTpcspVU1235IQyT/hh9iolEFU4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward-outline.wt8zatn40g.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2726" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jJp+vt+MtgC8ikumyTpcspVU1235IQyT/hh9iolEFU4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wt8zatn40g" - }, - { - "Name": "integrity", - "Value": "sha256-jJp+vt+MtgC8ikumyTpcspVU1235IQyT/hh9iolEFU4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward.0lqt1e14eq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2158" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1NSh952ylMMIJkwdOq6JsGJSoWixf3YZBLTvVAWB8hc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0lqt1e14eq" - }, - { - "Name": "integrity", - "Value": "sha256-1NSh952ylMMIJkwdOq6JsGJSoWixf3YZBLTvVAWB8hc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-fastforward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2158" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1NSh952ylMMIJkwdOq6JsGJSoWixf3YZBLTvVAWB8hc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1NSh952ylMMIJkwdOq6JsGJSoWixf3YZBLTvVAWB8hc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing-outline.2917n9rq2k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2041" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6pJiqIhm9PjPAwx87vf4yJVPBgMCyLSfc8teKPHs+rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2917n9rq2k" - }, - { - "Name": "integrity", - "Value": "sha256-6pJiqIhm9PjPAwx87vf4yJVPBgMCyLSfc8teKPHs+rI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2041" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6pJiqIhm9PjPAwx87vf4yJVPBgMCyLSfc8teKPHs+rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6pJiqIhm9PjPAwx87vf4yJVPBgMCyLSfc8teKPHs+rI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing.5t7l25m5q4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N887ikTCb5GTdtR/GUMfwPvXyusMqrdaiqAhnO2YxZg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5t7l25m5q4" - }, - { - "Name": "integrity", - "Value": "sha256-N887ikTCb5GTdtR/GUMfwPvXyusMqrdaiqAhnO2YxZg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-filing.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N887ikTCb5GTdtR/GUMfwPvXyusMqrdaiqAhnO2YxZg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N887ikTCb5GTdtR/GUMfwPvXyusMqrdaiqAhnO2YxZg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film-outline.hht0nk1biv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "772" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rays//OOVTBGRFyfuXE2YxCU3/0X74GSnfiSSbf0NGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hht0nk1biv" - }, - { - "Name": "integrity", - "Value": "sha256-Rays//OOVTBGRFyfuXE2YxCU3/0X74GSnfiSSbf0NGE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "772" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Rays//OOVTBGRFyfuXE2YxCU3/0X74GSnfiSSbf0NGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rays//OOVTBGRFyfuXE2YxCU3/0X74GSnfiSSbf0NGE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film.7gzpxhnvai.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SatEfg8BNynsO5jtMe0W2I6K/R/i04j4Dwh12UrfAQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7gzpxhnvai" - }, - { - "Name": "integrity", - "Value": "sha256-SatEfg8BNynsO5jtMe0W2I6K/R/i04j4Dwh12UrfAQ0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-film.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "722" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SatEfg8BNynsO5jtMe0W2I6K/R/i04j4Dwh12UrfAQ0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SatEfg8BNynsO5jtMe0W2I6K/R/i04j4Dwh12UrfAQ0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag-outline.nkuv324vvs.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1928" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h9dNS2Vpu9EL/OoI3WXmUzI3kBw6V3xKp6FMeGc8FVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nkuv324vvs" - }, - { - "Name": "integrity", - "Value": "sha256-h9dNS2Vpu9EL/OoI3WXmUzI3kBw6V3xKp6FMeGc8FVU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1928" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"h9dNS2Vpu9EL/OoI3WXmUzI3kBw6V3xKp6FMeGc8FVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h9dNS2Vpu9EL/OoI3WXmUzI3kBw6V3xKp6FMeGc8FVU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/01eaT3Fa+MZm1oaM6rwCv5f1M9sCr+oMqUeFWKxp80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/01eaT3Fa+MZm1oaM6rwCv5f1M9sCr+oMqUeFWKxp80=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag.zf4mu0r8pv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1483" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/01eaT3Fa+MZm1oaM6rwCv5f1M9sCr+oMqUeFWKxp80=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zf4mu0r8pv" - }, - { - "Name": "integrity", - "Value": "sha256-/01eaT3Fa+MZm1oaM6rwCv5f1M9sCr+oMqUeFWKxp80=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-flag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OWKYDA/4Ctl90o2DH5Aib2OPt3/3PdXXLJW2lt+9Wio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OWKYDA/4Ctl90o2DH5Aib2OPt3/3PdXXLJW2lt+9Wio=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder-outline.psbiqjd07b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OWKYDA/4Ctl90o2DH5Aib2OPt3/3PdXXLJW2lt+9Wio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "psbiqjd07b" - }, - { - "Name": "integrity", - "Value": "sha256-OWKYDA/4Ctl90o2DH5Aib2OPt3/3PdXXLJW2lt+9Wio=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder.5rtrwn51ws.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YTsGNo8xoV8fznpfF5m5gwfUNXHYvCMUXuTu4cW1GGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5rtrwn51ws" - }, - { - "Name": "integrity", - "Value": "sha256-YTsGNo8xoV8fznpfF5m5gwfUNXHYvCMUXuTu4cW1GGA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-folder.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YTsGNo8xoV8fznpfF5m5gwfUNXHYvCMUXuTu4cW1GGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YTsGNo8xoV8fznpfF5m5gwfUNXHYvCMUXuTu4cW1GGA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6266" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vSLncRvficFq0VsChmhQt9ZQ4+sxmwvuHwFH+XudjWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vSLncRvficFq0VsChmhQt9ZQ4+sxmwvuHwFH+XudjWk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football-outline.tgqnd0x86o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6266" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vSLncRvficFq0VsChmhQt9ZQ4+sxmwvuHwFH+XudjWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgqnd0x86o" - }, - { - "Name": "integrity", - "Value": "sha256-vSLncRvficFq0VsChmhQt9ZQ4+sxmwvuHwFH+XudjWk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football.3vyfxpg9i6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5391" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wZxx6K14nwSo4ZPM5LO7ERvsFXpdCGJ68uTt6OxlUTk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3vyfxpg9i6" - }, - { - "Name": "integrity", - "Value": "sha256-wZxx6K14nwSo4ZPM5LO7ERvsFXpdCGJ68uTt6OxlUTk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-football.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5391" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wZxx6K14nwSo4ZPM5LO7ERvsFXpdCGJ68uTt6OxlUTk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wZxx6K14nwSo4ZPM5LO7ERvsFXpdCGJ68uTt6OxlUTk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5721" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"52vLEf/5/P6/nMnh4qu6nj9cicm1gHCsgLXTWyHhST8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-52vLEf/5/P6/nMnh4qu6nj9cicm1gHCsgLXTWyHhST8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear-outline.xqp76k0upv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5721" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"52vLEf/5/P6/nMnh4qu6nj9cicm1gHCsgLXTWyHhST8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xqp76k0upv" - }, - { - "Name": "integrity", - "Value": "sha256-52vLEf/5/P6/nMnh4qu6nj9cicm1gHCsgLXTWyHhST8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear.g8mqwb73na.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3445" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EE/fxTOi4G8YDAPeXqB99m3/RVEzrX3/uP5YxMao6n8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g8mqwb73na" - }, - { - "Name": "integrity", - "Value": "sha256-EE/fxTOi4G8YDAPeXqB99m3/RVEzrX3/uP5YxMao6n8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-gear.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3445" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EE/fxTOi4G8YDAPeXqB99m3/RVEzrX3/uP5YxMao6n8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EE/fxTOi4G8YDAPeXqB99m3/RVEzrX3/uP5YxMao6n8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses-outline.6owacrrvw6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GvSc2rDTcqTwAqs+1gxsUMq1kRucwoPt4eBQF4eo1lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6owacrrvw6" - }, - { - "Name": "integrity", - "Value": "sha256-GvSc2rDTcqTwAqs+1gxsUMq1kRucwoPt4eBQF4eo1lo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GvSc2rDTcqTwAqs+1gxsUMq1kRucwoPt4eBQF4eo1lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GvSc2rDTcqTwAqs+1gxsUMq1kRucwoPt4eBQF4eo1lo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses.c7ogrouhp9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2350" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eKatebs+qUjRry4aUb8Xfu51rrwLu8p2j0r/avLOcNM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c7ogrouhp9" - }, - { - "Name": "integrity", - "Value": "sha256-eKatebs+qUjRry4aUb8Xfu51rrwLu8p2j0r/avLOcNM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-glasses.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2350" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eKatebs+qUjRry4aUb8Xfu51rrwLu8p2j0r/avLOcNM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eKatebs+qUjRry4aUb8Xfu51rrwLu8p2j0r/avLOcNM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart-outline.aywhis9srz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3097" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EpNxf80tzO4j4l+YjOfbJZYOGOKPtjEVzhQYyUHR4VE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aywhis9srz" - }, - { - "Name": "integrity", - "Value": "sha256-EpNxf80tzO4j4l+YjOfbJZYOGOKPtjEVzhQYyUHR4VE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3097" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EpNxf80tzO4j4l+YjOfbJZYOGOKPtjEVzhQYyUHR4VE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EpNxf80tzO4j4l+YjOfbJZYOGOKPtjEVzhQYyUHR4VE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart.bfr0qal669.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2078" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KeMO2krUuUOPRSYOkkYtbPtUOfcYsHE91+nMvZNK5Js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bfr0qal669" - }, - { - "Name": "integrity", - "Value": "sha256-KeMO2krUuUOPRSYOkkYtbPtUOfcYsHE91+nMvZNK5Js=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-heart.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2078" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KeMO2krUuUOPRSYOkkYtbPtUOfcYsHE91+nMvZNK5Js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KeMO2krUuUOPRSYOkkYtbPtUOfcYsHE91+nMvZNK5Js=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-empty.2oen732fgg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"At13SeIEzcgXS0zjmqlftj67IMbz4jfrYvlI4EqmJ2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2oen732fgg" - }, - { - "Name": "integrity", - "Value": "sha256-At13SeIEzcgXS0zjmqlftj67IMbz4jfrYvlI4EqmJ2M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"At13SeIEzcgXS0zjmqlftj67IMbz4jfrYvlI4EqmJ2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-At13SeIEzcgXS0zjmqlftj67IMbz4jfrYvlI4EqmJ2M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-outline.6bi8rebozr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"srF5mbUTkNBq0Tg1tQ5152zJuE77WstIpsogxurKm3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6bi8rebozr" - }, - { - "Name": "integrity", - "Value": "sha256-srF5mbUTkNBq0Tg1tQ5152zJuE77WstIpsogxurKm3g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"srF5mbUTkNBq0Tg1tQ5152zJuE77WstIpsogxurKm3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-srF5mbUTkNBq0Tg1tQ5152zJuE77WstIpsogxurKm3g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help.eapqhj8ktd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3587" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eqAYp32DSpO6+72MocyM0FqHV8jboIOmNfsqEOOVJeA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eapqhj8ktd" - }, - { - "Name": "integrity", - "Value": "sha256-eqAYp32DSpO6+72MocyM0FqHV8jboIOmNfsqEOOVJeA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-help.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3587" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eqAYp32DSpO6+72MocyM0FqHV8jboIOmNfsqEOOVJeA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eqAYp32DSpO6+72MocyM0FqHV8jboIOmNfsqEOOVJeA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1710" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MtQwn3/uzgPy0IKCYJg+41fcA7+8fbxm4cT95cXbxhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MtQwn3/uzgPy0IKCYJg+41fcA7+8fbxm4cT95cXbxhI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home-outline.uw7brtm1de.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1710" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MtQwn3/uzgPy0IKCYJg+41fcA7+8fbxm4cT95cXbxhI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uw7brtm1de" - }, - { - "Name": "integrity", - "Value": "sha256-MtQwn3/uzgPy0IKCYJg+41fcA7+8fbxm4cT95cXbxhI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home.icc2mtewaq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1518" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/grpXZSvyJP6PIWVsNmIMA/7WCAffnIc+v8vg7bhsE4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "icc2mtewaq" - }, - { - "Name": "integrity", - "Value": "sha256-/grpXZSvyJP6PIWVsNmIMA/7WCAffnIc+v8vg7bhsE4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-home.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1518" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/grpXZSvyJP6PIWVsNmIMA/7WCAffnIc+v8vg7bhsE4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/grpXZSvyJP6PIWVsNmIMA/7WCAffnIc+v8vg7bhsE4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite-outline.2bd4izwmnz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3028" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqUcwEZTM/rhkBuTo6+2SU2Pgmz+2BrH82i7RMx2qlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2bd4izwmnz" - }, - { - "Name": "integrity", - "Value": "sha256-oqUcwEZTM/rhkBuTo6+2SU2Pgmz+2BrH82i7RMx2qlc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3028" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oqUcwEZTM/rhkBuTo6+2SU2Pgmz+2BrH82i7RMx2qlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oqUcwEZTM/rhkBuTo6+2SU2Pgmz+2BrH82i7RMx2qlc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2989" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3kEknQK/YFl9peRCSmQLsgLFhT+ztKxKT36fqav/tv8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3kEknQK/YFl9peRCSmQLsgLFhT+ztKxKT36fqav/tv8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite.qdj3l6fvw7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2989" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3kEknQK/YFl9peRCSmQLsgLFhT+ztKxKT36fqav/tv8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qdj3l6fvw7" - }, - { - "Name": "integrity", - "Value": "sha256-3kEknQK/YFl9peRCSmQLsgLFhT+ztKxKT36fqav/tv8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-infinite.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-empty.bm2b883xx9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "837" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/YU9KQuT/9XN94rwxzJeIHBcHqcB58WFv496IrchMNI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bm2b883xx9" - }, - { - "Name": "integrity", - "Value": "sha256-/YU9KQuT/9XN94rwxzJeIHBcHqcB58WFv496IrchMNI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "837" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/YU9KQuT/9XN94rwxzJeIHBcHqcB58WFv496IrchMNI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/YU9KQuT/9XN94rwxzJeIHBcHqcB58WFv496IrchMNI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-outline.ew8fvpjm8r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MvLUf0awKsuAcM/XZ/baqGQvANLyhi+UkfMcU2fAYZ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ew8fvpjm8r" - }, - { - "Name": "integrity", - "Value": "sha256-MvLUf0awKsuAcM/XZ/baqGQvANLyhi+UkfMcU2fAYZ4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MvLUf0awKsuAcM/XZ/baqGQvANLyhi+UkfMcU2fAYZ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MvLUf0awKsuAcM/XZ/baqGQvANLyhi+UkfMcU2fAYZ4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information.kxhh4ifk1q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2959" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+I613YfES7ndBil2zIvYiIsf2EkS3nAlh1JwmQrjijo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kxhh4ifk1q" - }, - { - "Name": "integrity", - "Value": "sha256-+I613YfES7ndBil2zIvYiIsf2EkS3nAlh1JwmQrjijo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-information.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2959" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+I613YfES7ndBil2zIvYiIsf2EkS3nAlh1JwmQrjijo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+I613YfES7ndBil2zIvYiIsf2EkS3nAlh1JwmQrjijo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-ionic-outline.1avau361kn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-ionic-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5780" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2SYhmzd59ElDkS8HFj6dO9GlUMBSFmUjDv1KuirR0xs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1avau361kn" - }, - { - "Name": "integrity", - "Value": "sha256-2SYhmzd59ElDkS8HFj6dO9GlUMBSFmUjDv1KuirR0xs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-ionic-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-ionic-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-ionic-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5780" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2SYhmzd59ElDkS8HFj6dO9GlUMBSFmUjDv1KuirR0xs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2SYhmzd59ElDkS8HFj6dO9GlUMBSFmUjDv1KuirR0xs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad-outline.j360r3tpm1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ieq4NkshXwSMArqpbHgaGq1lSFGlAUB+nXXRBCf0AtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j360r3tpm1" - }, - { - "Name": "integrity", - "Value": "sha256-Ieq4NkshXwSMArqpbHgaGq1lSFGlAUB+nXXRBCf0AtU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7485" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Ieq4NkshXwSMArqpbHgaGq1lSFGlAUB+nXXRBCf0AtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ieq4NkshXwSMArqpbHgaGq1lSFGlAUB+nXXRBCf0AtU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad.8uy3lymi4k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7505" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4E/ZS15oTc+eSFJ7sQhlPc5+WVcb4O3qbUwa7QjqKi8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8uy3lymi4k" - }, - { - "Name": "integrity", - "Value": "sha256-4E/ZS15oTc+eSFJ7sQhlPc5+WVcb4O3qbUwa7QjqKi8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-keypad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7505" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4E/ZS15oTc+eSFJ7sQhlPc5+WVcb4O3qbUwa7QjqKi8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4E/ZS15oTc+eSFJ7sQhlPc5+WVcb4O3qbUwa7QjqKi8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb-outline.infd362843.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3791" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fmvGZXLTarpagWSwPn7zEHCWtANi7oRFz83uc1MBwDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "infd362843" - }, - { - "Name": "integrity", - "Value": "sha256-fmvGZXLTarpagWSwPn7zEHCWtANi7oRFz83uc1MBwDs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3791" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fmvGZXLTarpagWSwPn7zEHCWtANi7oRFz83uc1MBwDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fmvGZXLTarpagWSwPn7zEHCWtANi7oRFz83uc1MBwDs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2696" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tVvxjX/2EQe+QRax4J94ZGqyQzM6L+1ylK3VKhUnSY4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tVvxjX/2EQe+QRax4J94ZGqyQzM6L+1ylK3VKhUnSY4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb.zyqrfxhpjd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2696" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tVvxjX/2EQe+QRax4J94ZGqyQzM6L+1ylK3VKhUnSY4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zyqrfxhpjd" - }, - { - "Name": "integrity", - "Value": "sha256-tVvxjX/2EQe+QRax4J94ZGqyQzM6L+1ylK3VKhUnSY4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-lightbulb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4116" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hDqhOJdo68co9gtX3LwipMhCSAvDiA8PC9+IWw5HPSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hDqhOJdo68co9gtX3LwipMhCSAvDiA8PC9+IWw5HPSI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location-outline.w5jmslaqnp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4116" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hDqhOJdo68co9gtX3LwipMhCSAvDiA8PC9+IWw5HPSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w5jmslaqnp" - }, - { - "Name": "integrity", - "Value": "sha256-hDqhOJdo68co9gtX3LwipMhCSAvDiA8PC9+IWw5HPSI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location.m2cjs7btjr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2767" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IjRYzTZhhLqauA67DTfPJrblGTA9V7so4UwCyrNwb9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m2cjs7btjr" - }, - { - "Name": "integrity", - "Value": "sha256-IjRYzTZhhLqauA67DTfPJrblGTA9V7so4UwCyrNwb9A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2767" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IjRYzTZhhLqauA67DTfPJrblGTA9V7so4UwCyrNwb9A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IjRYzTZhhLqauA67DTfPJrblGTA9V7so4UwCyrNwb9A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked-outline.gwgz01bwkf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sGvOyoPLwO7k0/AdJWEUB3ws7Bfcg3wSr2Jt2MzgO2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gwgz01bwkf" - }, - { - "Name": "integrity", - "Value": "sha256-sGvOyoPLwO7k0/AdJWEUB3ws7Bfcg3wSr2Jt2MzgO2U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"sGvOyoPLwO7k0/AdJWEUB3ws7Bfcg3wSr2Jt2MzgO2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sGvOyoPLwO7k0/AdJWEUB3ws7Bfcg3wSr2Jt2MzgO2U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked.0xuejpjm5x.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BDssI7Xxeto73pJ/sPVqhdinL1QysmCr0GeHf9SLrUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0xuejpjm5x" - }, - { - "Name": "integrity", - "Value": "sha256-BDssI7Xxeto73pJ/sPVqhdinL1QysmCr0GeHf9SLrUg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-locked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2674" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BDssI7Xxeto73pJ/sPVqhdinL1QysmCr0GeHf9SLrUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BDssI7Xxeto73pJ/sPVqhdinL1QysmCr0GeHf9SLrUg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop-strong.b0c5tk5az5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4101" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9Vbfi0avSmf25sXv2ojHzKKfelDbhcvcp2uy5q474FA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "b0c5tk5az5" - }, - { - "Name": "integrity", - "Value": "sha256-9Vbfi0avSmf25sXv2ojHzKKfelDbhcvcp2uy5q474FA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop-strong.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop-strong.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4101" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9Vbfi0avSmf25sXv2ojHzKKfelDbhcvcp2uy5q474FA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9Vbfi0avSmf25sXv2ojHzKKfelDbhcvcp2uy5q474FA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop.aehocg7znr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4270" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7pXBzaiUQyPDNWj1X4ZH7aS6YY/RBtsKSDi9hriFCEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aehocg7znr" - }, - { - "Name": "integrity", - "Value": "sha256-7pXBzaiUQyPDNWj1X4ZH7aS6YY/RBtsKSDi9hriFCEI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-loop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4270" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7pXBzaiUQyPDNWj1X4ZH7aS6YY/RBtsKSDi9hriFCEI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7pXBzaiUQyPDNWj1X4ZH7aS6YY/RBtsKSDi9hriFCEI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6t3d5lfY/HDg9i1BXt9bPG+PgvYg39fsZif4j/eMf9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6t3d5lfY/HDg9i1BXt9bPG+PgvYg39fsZif4j/eMf9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit-outline.ylkzneih9n.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6t3d5lfY/HDg9i1BXt9bPG+PgvYg39fsZif4j/eMf9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ylkzneih9n" - }, - { - "Name": "integrity", - "Value": "sha256-6t3d5lfY/HDg9i1BXt9bPG+PgvYg39fsZif4j/eMf9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit.7khf30n1zu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1373" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WWaEib+Jks2yQFVEvWH6hlBLweildVdP1ZqJagnOULg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7khf30n1zu" - }, - { - "Name": "integrity", - "Value": "sha256-WWaEib+Jks2yQFVEvWH6hlBLweildVdP1ZqJagnOULg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-medkit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1373" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WWaEib+Jks2yQFVEvWH6hlBLweildVdP1ZqJagnOULg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WWaEib+Jks2yQFVEvWH6hlBLweildVdP1ZqJagnOULg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-off.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-off.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wB9UuBO4GrX72B+pJ5+jnxqw/rFwp9VhH44STTpsbcY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wB9UuBO4GrX72B+pJ5+jnxqw/rFwp9VhH44STTpsbcY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-off.s9irjuqm5n.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-off.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7597" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wB9UuBO4GrX72B+pJ5+jnxqw/rFwp9VhH44STTpsbcY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9irjuqm5n" - }, - { - "Name": "integrity", - "Value": "sha256-wB9UuBO4GrX72B+pJ5+jnxqw/rFwp9VhH44STTpsbcY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-off.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"w2hlWjv91gN6xCIEUIayFC4CxoxhyiNXPeJ+TAg5WhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w2hlWjv91gN6xCIEUIayFC4CxoxhyiNXPeJ+TAg5WhY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-outline.vhk8rtcwu7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"w2hlWjv91gN6xCIEUIayFC4CxoxhyiNXPeJ+TAg5WhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vhk8rtcwu7" - }, - { - "Name": "integrity", - "Value": "sha256-w2hlWjv91gN6xCIEUIayFC4CxoxhyiNXPeJ+TAg5WhY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic.d2f8rqm7fl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3878" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RcFA26tnpdhzbrB7zpvfGJkgTQtL3ODnMCpY0nZAGzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d2f8rqm7fl" - }, - { - "Name": "integrity", - "Value": "sha256-RcFA26tnpdhzbrB7zpvfGJkgTQtL3ODnMCpY0nZAGzU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-mic.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3878" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RcFA26tnpdhzbrB7zpvfGJkgTQtL3ODnMCpY0nZAGzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RcFA26tnpdhzbrB7zpvfGJkgTQtL3ODnMCpY0nZAGzU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-empty.4l46qfrfj7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "153" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uMJZlLraPsIcxUaimz4CrDEyuUzKUuuaIGND7F58gG4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4l46qfrfj7" - }, - { - "Name": "integrity", - "Value": "sha256-uMJZlLraPsIcxUaimz4CrDEyuUzKUuuaIGND7F58gG4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "153" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uMJZlLraPsIcxUaimz4CrDEyuUzKUuuaIGND7F58gG4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uMJZlLraPsIcxUaimz4CrDEyuUzKUuuaIGND7F58gG4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-outline.oa71i9lvj4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4137" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MAE394e3xmIBeU6UcHeEMMnj2bYbF6mZaOszP9kDWq4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oa71i9lvj4" - }, - { - "Name": "integrity", - "Value": "sha256-MAE394e3xmIBeU6UcHeEMMnj2bYbF6mZaOszP9kDWq4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4137" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MAE394e3xmIBeU6UcHeEMMnj2bYbF6mZaOszP9kDWq4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MAE394e3xmIBeU6UcHeEMMnj2bYbF6mZaOszP9kDWq4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus.0phnm8lwa1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2520" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VP9bB/H03YJK316YIIhQH1SNj5RdX6Ag81SrRJq1T8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0phnm8lwa1" - }, - { - "Name": "integrity", - "Value": "sha256-VP9bB/H03YJK316YIIhQH1SNj5RdX6Ag81SrRJq1T8M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2520" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VP9bB/H03YJK316YIIhQH1SNj5RdX6Ag81SrRJq1T8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VP9bB/H03YJK316YIIhQH1SNj5RdX6Ag81SrRJq1T8M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor-outline.7rtdamx0up.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "225" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"40m3MYZXXWQMuHvMn3Abc22MVN836MnCNfvCCXwSjw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7rtdamx0up" - }, - { - "Name": "integrity", - "Value": "sha256-40m3MYZXXWQMuHvMn3Abc22MVN836MnCNfvCCXwSjw0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "225" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"40m3MYZXXWQMuHvMn3Abc22MVN836MnCNfvCCXwSjw0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-40m3MYZXXWQMuHvMn3Abc22MVN836MnCNfvCCXwSjw0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor.9ree3iyrcl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "230" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y3KY1oNdU5DKygU73rh1h/Ru3CXOeNUf8NNU+CAn/3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ree3iyrcl" - }, - { - "Name": "integrity", - "Value": "sha256-y3KY1oNdU5DKygU73rh1h/Ru3CXOeNUf8NNU+CAn/3c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-monitor.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "230" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y3KY1oNdU5DKygU73rh1h/Ru3CXOeNUf8NNU+CAn/3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y3KY1oNdU5DKygU73rh1h/Ru3CXOeNUf8NNU+CAn/3c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon-outline.ehiwvrhb85.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2566" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bj8GAae1VDLPzoTeFrqN9CfPwpw4B4XqF7sCt+XdGdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ehiwvrhb85" - }, - { - "Name": "integrity", - "Value": "sha256-bj8GAae1VDLPzoTeFrqN9CfPwpw4B4XqF7sCt+XdGdM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2566" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bj8GAae1VDLPzoTeFrqN9CfPwpw4B4XqF7sCt+XdGdM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bj8GAae1VDLPzoTeFrqN9CfPwpw4B4XqF7sCt+XdGdM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon.8awfcnot8m.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1784" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0KbVm2j3dsTL8drqLWaJImkKlBLTRnNMBtLpaWcCcoc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8awfcnot8m" - }, - { - "Name": "integrity", - "Value": "sha256-0KbVm2j3dsTL8drqLWaJImkKlBLTRnNMBtLpaWcCcoc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-moon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1784" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0KbVm2j3dsTL8drqLWaJImkKlBLTRnNMBtLpaWcCcoc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0KbVm2j3dsTL8drqLWaJImkKlBLTRnNMBtLpaWcCcoc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jb8sUb2BCbV7XofUFT/ZuPI7irJz/Ofvq2u4QqWS3Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jb8sUb2BCbV7XofUFT/ZuPI7irJz/Ofvq2u4QqWS3Hk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more-outline.toh0mojssw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1598" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jb8sUb2BCbV7XofUFT/ZuPI7irJz/Ofvq2u4QqWS3Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "toh0mojssw" - }, - { - "Name": "integrity", - "Value": "sha256-jb8sUb2BCbV7XofUFT/ZuPI7irJz/Ofvq2u4QqWS3Hk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more.lwxwimxcx3.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pe1XCisD39pt57xJt6cd0RVVu+b2wdcw4rjFaOULDKo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwxwimxcx3" - }, - { - "Name": "integrity", - "Value": "sha256-pe1XCisD39pt57xJt6cd0RVVu+b2wdcw4rjFaOULDKo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pe1XCisD39pt57xJt6cd0RVVu+b2wdcw4rjFaOULDKo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pe1XCisD39pt57xJt6cd0RVVu+b2wdcw4rjFaOULDKo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-note.8y6lq741pe.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cGzfxgWlsFlmzs1WB+JHlmb9lxd0zsirKflsTHiQasw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8y6lq741pe" - }, - { - "Name": "integrity", - "Value": "sha256-cGzfxgWlsFlmzs1WB+JHlmb9lxd0zsirKflsTHiQasw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-note.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-note.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1521" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cGzfxgWlsFlmzs1WB+JHlmb9lxd0zsirKflsTHiQasw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cGzfxgWlsFlmzs1WB+JHlmb9lxd0zsirKflsTHiQasw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-notes.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-notes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2124" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"16ig32ksP6UHHC33zF9cnjFm65JdaQwMvxC0NDTM4xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-16ig32ksP6UHHC33zF9cnjFm65JdaQwMvxC0NDTM4xU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-notes.vqxw6wrd3i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-notes.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2124" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"16ig32ksP6UHHC33zF9cnjFm65JdaQwMvxC0NDTM4xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vqxw6wrd3i" - }, - { - "Name": "integrity", - "Value": "sha256-16ig32ksP6UHHC33zF9cnjFm65JdaQwMvxC0NDTM4xU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-musical-notes.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate-outline.77rwhcppxs.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4901" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"s4JIbqM2fzMzzboexnNRQSpK0vPY0RtQhZa18tVuf4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "77rwhcppxs" - }, - { - "Name": "integrity", - "Value": "sha256-s4JIbqM2fzMzzboexnNRQSpK0vPY0RtQhZa18tVuf4c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4901" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"s4JIbqM2fzMzzboexnNRQSpK0vPY0RtQhZa18tVuf4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s4JIbqM2fzMzzboexnNRQSpK0vPY0RtQhZa18tVuf4c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3333" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2U8NZBy0y0HkFPtekXL9/X6DHSr3YFZqNYddFuc90Ak=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2U8NZBy0y0HkFPtekXL9/X6DHSr3YFZqNYddFuc90Ak=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate.vamx5nmu76.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3333" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2U8NZBy0y0HkFPtekXL9/X6DHSr3YFZqNYddFuc90Ak=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vamx5nmu76" - }, - { - "Name": "integrity", - "Value": "sha256-2U8NZBy0y0HkFPtekXL9/X6DHSr3YFZqNYddFuc90Ak=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-navigate.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1361" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a6gjGt30kdYC3thSNif1+aL07j7DVfzpUMkSpMvCj2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a6gjGt30kdYC3thSNif1+aL07j7DVfzpUMkSpMvCj2A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper-outline.vzmg86nu9n.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1361" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"a6gjGt30kdYC3thSNif1+aL07j7DVfzpUMkSpMvCj2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vzmg86nu9n" - }, - { - "Name": "integrity", - "Value": "sha256-a6gjGt30kdYC3thSNif1+aL07j7DVfzpUMkSpMvCj2A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1197" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GxLpHGJbqkI40oED9aJoySwzFUdh8a0Lv8dhvyWo7JI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GxLpHGJbqkI40oED9aJoySwzFUdh8a0Lv8dhvyWo7JI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper.vjpro8mr9p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1197" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GxLpHGJbqkI40oED9aJoySwzFUdh8a0Lv8dhvyWo7JI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjpro8mr9p" - }, - { - "Name": "integrity", - "Value": "sha256-GxLpHGJbqkI40oED9aJoySwzFUdh8a0Lv8dhvyWo7JI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paper.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2952" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RcMPECu1CFb6ADLiISbYntW3O8KEkUkKZ8xkC9dZ8ZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RcMPECu1CFb6ADLiISbYntW3O8KEkUkKZ8xkC9dZ8ZU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane-outline.zannvm5ucq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2952" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RcMPECu1CFb6ADLiISbYntW3O8KEkUkKZ8xkC9dZ8ZU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zannvm5ucq" - }, - { - "Name": "integrity", - "Value": "sha256-RcMPECu1CFb6ADLiISbYntW3O8KEkUkKZ8xkC9dZ8ZU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane.bsvte1uv11.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4805" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K1hJT/f34mII8gPhAib8wqzcMooJ928YnRK7NozhkFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bsvte1uv11" - }, - { - "Name": "integrity", - "Value": "sha256-K1hJT/f34mII8gPhAib8wqzcMooJ928YnRK7NozhkFY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paperplane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4805" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K1hJT/f34mII8gPhAib8wqzcMooJ928YnRK7NozhkFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K1hJT/f34mII8gPhAib8wqzcMooJ928YnRK7NozhkFY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny-outline.adhmkrdu0b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4823" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ks60k8Q3LaLqG/zO/sekSZEUG2UsecJHb1quL1CItRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "adhmkrdu0b" - }, - { - "Name": "integrity", - "Value": "sha256-ks60k8Q3LaLqG/zO/sekSZEUG2UsecJHb1quL1CItRE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4823" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ks60k8Q3LaLqG/zO/sekSZEUG2UsecJHb1quL1CItRE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ks60k8Q3LaLqG/zO/sekSZEUG2UsecJHb1quL1CItRE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny.aoiu1gk0y6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4052" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CtvglM84mPdbRBmzezTpgU1F7CWW6D/LRjYlO7Kn9DI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aoiu1gk0y6" - }, - { - "Name": "integrity", - "Value": "sha256-CtvglM84mPdbRBmzezTpgU1F7CWW6D/LRjYlO7Kn9DI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-partlysunny.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4052" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CtvglM84mPdbRBmzezTpgU1F7CWW6D/LRjYlO7Kn9DI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CtvglM84mPdbRBmzezTpgU1F7CWW6D/LRjYlO7Kn9DI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause-outline.i4g18pl3m0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "227" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4iOlPsi42e8czKaURXOtSvNGzZeXvmP7C8rAUKuWinw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i4g18pl3m0" - }, - { - "Name": "integrity", - "Value": "sha256-4iOlPsi42e8czKaURXOtSvNGzZeXvmP7C8rAUKuWinw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "227" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4iOlPsi42e8czKaURXOtSvNGzZeXvmP7C8rAUKuWinw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4iOlPsi42e8czKaURXOtSvNGzZeXvmP7C8rAUKuWinw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause.4wao1xi37k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "213" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3A31dS2fSXvEtCIKe5fYs8jY9WtaAfK9R0rVL7arSvY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4wao1xi37k" - }, - { - "Name": "integrity", - "Value": "sha256-3A31dS2fSXvEtCIKe5fYs8jY9WtaAfK9R0rVL7arSvY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pause.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "213" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3A31dS2fSXvEtCIKe5fYs8jY9WtaAfK9R0rVL7arSvY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3A31dS2fSXvEtCIKe5fYs8jY9WtaAfK9R0rVL7arSvY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw-outline.fzinusyyzc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6318" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2y1DZ3mKQCN1mAZxsX5IIh8VZdaMtZCD+i7kI93w+2c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fzinusyyzc" - }, - { - "Name": "integrity", - "Value": "sha256-2y1DZ3mKQCN1mAZxsX5IIh8VZdaMtZCD+i7kI93w+2c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6318" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2y1DZ3mKQCN1mAZxsX5IIh8VZdaMtZCD+i7kI93w+2c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2y1DZ3mKQCN1mAZxsX5IIh8VZdaMtZCD+i7kI93w+2c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw.jcseal9x85.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4119" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AxVUQB+2oxZSDXPLOWeVqoH4GaIg6s4j22NARo1MKec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jcseal9x85" - }, - { - "Name": "integrity", - "Value": "sha256-AxVUQB+2oxZSDXPLOWeVqoH4GaIg6s4j22NARo1MKec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-paw.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4119" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AxVUQB+2oxZSDXPLOWeVqoH4GaIg6s4j22NARo1MKec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AxVUQB+2oxZSDXPLOWeVqoH4GaIg6s4j22NARo1MKec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people-outline.1ib7n8xi38.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5295" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+VycC2Rs+kpWEW38wCdlUyNx+UiseE0TBHeJKrD1DvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1ib7n8xi38" - }, - { - "Name": "integrity", - "Value": "sha256-+VycC2Rs+kpWEW38wCdlUyNx+UiseE0TBHeJKrD1DvA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5295" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+VycC2Rs+kpWEW38wCdlUyNx+UiseE0TBHeJKrD1DvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+VycC2Rs+kpWEW38wCdlUyNx+UiseE0TBHeJKrD1DvA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3439" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fiex/AUxt1NvvgaT09H2bZoRt/1w+yzSAjq2qLDoIpU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fiex/AUxt1NvvgaT09H2bZoRt/1w+yzSAjq2qLDoIpU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people.qhcps0os16.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3439" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fiex/AUxt1NvvgaT09H2bZoRt/1w+yzSAjq2qLDoIpU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qhcps0os16" - }, - { - "Name": "integrity", - "Value": "sha256-fiex/AUxt1NvvgaT09H2bZoRt/1w+yzSAjq2qLDoIpU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-people.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person-outline.7mzhl81qtt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3189" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j7NulI7E5QZFak+MmArJktbHbMluUeMJRKB4qhu7TYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7mzhl81qtt" - }, - { - "Name": "integrity", - "Value": "sha256-j7NulI7E5QZFak+MmArJktbHbMluUeMJRKB4qhu7TYs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3189" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j7NulI7E5QZFak+MmArJktbHbMluUeMJRKB4qhu7TYs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j7NulI7E5QZFak+MmArJktbHbMluUeMJRKB4qhu7TYs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person.lwa1d3xtm1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2046" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dVZ2utuDFqEQhnvfDl9nLXMYQSKTUeq7oiIsGa8kOPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwa1d3xtm1" - }, - { - "Name": "integrity", - "Value": "sha256-dVZ2utuDFqEQhnvfDl9nLXMYQSKTUeq7oiIsGa8kOPE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-person.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2046" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dVZ2utuDFqEQhnvfDl9nLXMYQSKTUeq7oiIsGa8kOPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dVZ2utuDFqEQhnvfDl9nLXMYQSKTUeq7oiIsGa8kOPE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd-outline.3pzda95cws.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3246" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"91OQfgt6d213oAaK9cLNS+Dt5dEb3a3aA2UUsD8oY+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3pzda95cws" - }, - { - "Name": "integrity", - "Value": "sha256-91OQfgt6d213oAaK9cLNS+Dt5dEb3a3aA2UUsD8oY+E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3246" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"91OQfgt6d213oAaK9cLNS+Dt5dEb3a3aA2UUsD8oY+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-91OQfgt6d213oAaK9cLNS+Dt5dEb3a3aA2UUsD8oY+E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd.n6iqjjc77z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2110" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cYLA3UYb1wSJabHiiz/t3o0JICPNhvHmWaMBx0Kb7OQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n6iqjjc77z" - }, - { - "Name": "integrity", - "Value": "sha256-cYLA3UYb1wSJabHiiz/t3o0JICPNhvHmWaMBx0Kb7OQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-personadd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2110" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cYLA3UYb1wSJabHiiz/t3o0JICPNhvHmWaMBx0Kb7OQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cYLA3UYb1wSJabHiiz/t3o0JICPNhvHmWaMBx0Kb7OQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos-outline.4sk6s5qtcq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "234" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TKFfDNj/ZtaoWEc3TqnUXVAXlnC2jrOcECxHetnm+Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4sk6s5qtcq" - }, - { - "Name": "integrity", - "Value": "sha256-TKFfDNj/ZtaoWEc3TqnUXVAXlnC2jrOcECxHetnm+Q0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "234" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TKFfDNj/ZtaoWEc3TqnUXVAXlnC2jrOcECxHetnm+Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TKFfDNj/ZtaoWEc3TqnUXVAXlnC2jrOcECxHetnm+Q0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos.5ghrm03la5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "226" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6yhSY5Cg/hb6+wmVTGcJqBuuH7DkxjVaRIXECqMNi3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5ghrm03la5" - }, - { - "Name": "integrity", - "Value": "sha256-6yhSY5Cg/hb6+wmVTGcJqBuuH7DkxjVaRIXECqMNi3Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-photos.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "226" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6yhSY5Cg/hb6+wmVTGcJqBuuH7DkxjVaRIXECqMNi3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6yhSY5Cg/hb6+wmVTGcJqBuuH7DkxjVaRIXECqMNi3Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie-outline.dj3k4ii0j5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F4WFi7bM2t+zyuADr1T5o387b0UsN9KWv3jLNa0dKi8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dj3k4ii0j5" - }, - { - "Name": "integrity", - "Value": "sha256-F4WFi7bM2t+zyuADr1T5o387b0UsN9KWv3jLNa0dKi8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4549" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"F4WFi7bM2t+zyuADr1T5o387b0UsN9KWv3jLNa0dKi8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F4WFi7bM2t+zyuADr1T5o387b0UsN9KWv3jLNa0dKi8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie.l9ved83kpj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3646" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N+1jXEImoreVhnStPRbhDjgioJNOzo84lg9DH2JnOG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l9ved83kpj" - }, - { - "Name": "integrity", - "Value": "sha256-N+1jXEImoreVhnStPRbhDjgioJNOzo84lg9DH2JnOG0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pie.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3646" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"N+1jXEImoreVhnStPRbhDjgioJNOzo84lg9DH2JnOG0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N+1jXEImoreVhnStPRbhDjgioJNOzo84lg9DH2JnOG0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play-outline.m9vxvg6143.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"invVuV3nBs51FnIoAMTAFF7UPJUdsxCGZBwWK/7lTC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m9vxvg6143" - }, - { - "Name": "integrity", - "Value": "sha256-invVuV3nBs51FnIoAMTAFF7UPJUdsxCGZBwWK/7lTC0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"invVuV3nBs51FnIoAMTAFF7UPJUdsxCGZBwWK/7lTC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-invVuV3nBs51FnIoAMTAFF7UPJUdsxCGZBwWK/7lTC0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play.ns9scrilwx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l1iFA+Vm/CBKd/avJtaJbJzJr4Unee0spZCZp5rqwZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ns9scrilwx" - }, - { - "Name": "integrity", - "Value": "sha256-l1iFA+Vm/CBKd/avJtaJbJzJr4Unee0spZCZp5rqwZM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-play.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l1iFA+Vm/CBKd/avJtaJbJzJr4Unee0spZCZp5rqwZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l1iFA+Vm/CBKd/avJtaJbJzJr4Unee0spZCZp5rqwZM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-empty.0j2jcm34vm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "204" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGeIFxauMJ1wExmVoHGdNyVy5vAlKKknogh50ARYehU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0j2jcm34vm" - }, - { - "Name": "integrity", - "Value": "sha256-jGeIFxauMJ1wExmVoHGdNyVy5vAlKKknogh50ARYehU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "204" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jGeIFxauMJ1wExmVoHGdNyVy5vAlKKknogh50ARYehU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jGeIFxauMJ1wExmVoHGdNyVy5vAlKKknogh50ARYehU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-outline.kbbq1y84ca.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4415" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0KSrXbErQnVYu4jwt7kL9FnwzVvT+hXgOJjj29D/Ots=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kbbq1y84ca" - }, - { - "Name": "integrity", - "Value": "sha256-0KSrXbErQnVYu4jwt7kL9FnwzVvT+hXgOJjj29D/Ots=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4415" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0KSrXbErQnVYu4jwt7kL9FnwzVvT+hXgOJjj29D/Ots=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0KSrXbErQnVYu4jwt7kL9FnwzVvT+hXgOJjj29D/Ots=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus.cyk3j2cx5r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2970" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LDiVAApznlnugoz0KyH6VeTYbbokvCUwZwuQmL/5v08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cyk3j2cx5r" - }, - { - "Name": "integrity", - "Value": "sha256-LDiVAApznlnugoz0KyH6VeTYbbokvCUwZwuQmL/5v08=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2970" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LDiVAApznlnugoz0KyH6VeTYbbokvCUwZwuQmL/5v08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LDiVAApznlnugoz0KyH6VeTYbbokvCUwZwuQmL/5v08=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag-outline.6zco35ews4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TrFFeGbsXA28i3h5pCGnW5M2FwrK01q5ZfRcjNrHPFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6zco35ews4" - }, - { - "Name": "integrity", - "Value": "sha256-TrFFeGbsXA28i3h5pCGnW5M2FwrK01q5ZfRcjNrHPFE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3007" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TrFFeGbsXA28i3h5pCGnW5M2FwrK01q5ZfRcjNrHPFE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TrFFeGbsXA28i3h5pCGnW5M2FwrK01q5ZfRcjNrHPFE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Vp+k4hdXM1qTE62+bcasVABBe34KXFyWqTSYzs0GxaI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vp+k4hdXM1qTE62+bcasVABBe34KXFyWqTSYzs0GxaI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag.ujqtx5834r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2593" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Vp+k4hdXM1qTE62+bcasVABBe34KXFyWqTSYzs0GxaI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ujqtx5834r" - }, - { - "Name": "integrity", - "Value": "sha256-Vp+k4hdXM1qTE62+bcasVABBe34KXFyWqTSYzs0GxaI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags-outline.g01x6hsez6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oJIR0y6cZtfJFYNvMEhhJMMhPEI/pRkIIbVGr4zSE74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g01x6hsez6" - }, - { - "Name": "integrity", - "Value": "sha256-oJIR0y6cZtfJFYNvMEhhJMMhPEI/pRkIIbVGr4zSE74=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3563" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oJIR0y6cZtfJFYNvMEhhJMMhPEI/pRkIIbVGr4zSE74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oJIR0y6cZtfJFYNvMEhhJMMhPEI/pRkIIbVGr4zSE74=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags.7y9zurpx9y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3219" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4ejmpZmH91SYxN2JlDFTQ4zbXkNUEfN1pP77r6/fMRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7y9zurpx9y" - }, - { - "Name": "integrity", - "Value": "sha256-4ejmpZmH91SYxN2JlDFTQ4zbXkNUEfN1pP77r6/fMRg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pricetags.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3219" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4ejmpZmH91SYxN2JlDFTQ4zbXkNUEfN1pP77r6/fMRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4ejmpZmH91SYxN2JlDFTQ4zbXkNUEfN1pP77r6/fMRg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jYnrifKmbbIwm/PyNp+X0iQG6LBYx9+inUHil/K3sZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jYnrifKmbbIwm/PyNp+X0iQG6LBYx9+inUHil/K3sZw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer-outline.pxp5zpnoo9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1764" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jYnrifKmbbIwm/PyNp+X0iQG6LBYx9+inUHil/K3sZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pxp5zpnoo9" - }, - { - "Name": "integrity", - "Value": "sha256-jYnrifKmbbIwm/PyNp+X0iQG6LBYx9+inUHil/K3sZw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1456" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UwpPhdF+NFMrIKcLRH5nDzqpMJ5WrhEDUx4AiMFobPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UwpPhdF+NFMrIKcLRH5nDzqpMJ5WrhEDUx4AiMFobPw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer.zotkv2bnvl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1456" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UwpPhdF+NFMrIKcLRH5nDzqpMJ5WrhEDUx4AiMFobPw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zotkv2bnvl" - }, - { - "Name": "integrity", - "Value": "sha256-UwpPhdF+NFMrIKcLRH5nDzqpMJ5WrhEDUx4AiMFobPw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-printer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse-strong.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3326" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wEdCnctCO9tGX0FrEegIAotVa4WnldQaib9z3GlINUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wEdCnctCO9tGX0FrEegIAotVa4WnldQaib9z3GlINUo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse-strong.wktcn0n9h0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3326" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wEdCnctCO9tGX0FrEegIAotVa4WnldQaib9z3GlINUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wktcn0n9h0" - }, - { - "Name": "integrity", - "Value": "sha256-wEdCnctCO9tGX0FrEegIAotVa4WnldQaib9z3GlINUo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse-strong.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2955" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"haet3S+Em9yHawZzbZQm9B8ta7+IP8YjgV9GkIwt0UQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-haet3S+Em9yHawZzbZQm9B8ta7+IP8YjgV9GkIwt0UQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse.vb5msa98pa.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2955" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"haet3S+Em9yHawZzbZQm9B8ta7+IP8YjgV9GkIwt0UQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vb5msa98pa" - }, - { - "Name": "integrity", - "Value": "sha256-haet3S+Em9yHawZzbZQm9B8ta7+IP8YjgV9GkIwt0UQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-pulse.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy-outline.j7ip2fjoyh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3346" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bzZv2eZob5YjwJAvwSrAZrLWRIEiOOOIIxTL/aBdOKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j7ip2fjoyh" - }, - { - "Name": "integrity", - "Value": "sha256-bzZv2eZob5YjwJAvwSrAZrLWRIEiOOOIIxTL/aBdOKg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3346" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bzZv2eZob5YjwJAvwSrAZrLWRIEiOOOIIxTL/aBdOKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bzZv2eZob5YjwJAvwSrAZrLWRIEiOOOIIxTL/aBdOKg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2567" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ST1OxlW00cG7j5T4EJBOpU9Y8n7T29sb+0DPNuzv2Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ST1OxlW00cG7j5T4EJBOpU9Y8n7T29sb+0DPNuzv2Es=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy.rzb4le4tqz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2567" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ST1OxlW00cG7j5T4EJBOpU9Y8n7T29sb+0DPNuzv2Es=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rzb4le4tqz" - }, - { - "Name": "integrity", - "Value": "sha256-ST1OxlW00cG7j5T4EJBOpU9Y8n7T29sb+0DPNuzv2Es=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rainy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4926" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8xV4a+O2F8k2k0/gnIw316YWzh8TLLebXLwh4rZvCEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8xV4a+O2F8k2k0/gnIw316YWzh8TLLebXLwh4rZvCEE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording-outline.zg9ogkv0da.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4926" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"8xV4a+O2F8k2k0/gnIw316YWzh8TLLebXLwh4rZvCEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zg9ogkv0da" - }, - { - "Name": "integrity", - "Value": "sha256-8xV4a+O2F8k2k0/gnIw316YWzh8TLLebXLwh4rZvCEE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording.gq9xer918q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3762" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iJljvMDBuQFC89ZwrlTDJjArEBdLuvpMGmOJ/0okZrE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gq9xer918q" - }, - { - "Name": "integrity", - "Value": "sha256-iJljvMDBuQFC89ZwrlTDJjArEBdLuvpMGmOJ/0okZrE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-recording.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3762" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iJljvMDBuQFC89ZwrlTDJjArEBdLuvpMGmOJ/0okZrE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iJljvMDBuQFC89ZwrlTDJjArEBdLuvpMGmOJ/0okZrE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3094" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DDp5bAwxZXaWAPUjjyEaJigofq1TH1jF3KaUjJRSrtk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DDp5bAwxZXaWAPUjjyEaJigofq1TH1jF3KaUjJRSrtk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo-outline.suevhi34nw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3094" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DDp5bAwxZXaWAPUjjyEaJigofq1TH1jF3KaUjJRSrtk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "suevhi34nw" - }, - { - "Name": "integrity", - "Value": "sha256-DDp5bAwxZXaWAPUjjyEaJigofq1TH1jF3KaUjJRSrtk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo.o0t58rengb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2054" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2OmoPba/lLCTQ4lyZFieS9cQasZ8WUt4dbscL8io/ks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o0t58rengb" - }, - { - "Name": "integrity", - "Value": "sha256-2OmoPba/lLCTQ4lyZFieS9cQasZ8WUt4dbscL8io/ks=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-redo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2054" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2OmoPba/lLCTQ4lyZFieS9cQasZ8WUt4dbscL8io/ks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2OmoPba/lLCTQ4lyZFieS9cQasZ8WUt4dbscL8io/ks=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-empty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2685" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z/CucKgoVKxTSA+zEGQLVNoa+tvdpPgENzxrSQi0Pw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z/CucKgoVKxTSA+zEGQLVNoa+tvdpPgENzxrSQi0Pw8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-empty.rrc7g14fzo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-empty.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2685" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z/CucKgoVKxTSA+zEGQLVNoa+tvdpPgENzxrSQi0Pw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rrc7g14fzo" - }, - { - "Name": "integrity", - "Value": "sha256-Z/CucKgoVKxTSA+zEGQLVNoa+tvdpPgENzxrSQi0Pw8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-empty.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-outline.ijmy6ane9d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6021" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yjv0lRD/qZrqFpZAevCTio801Gdyqf9GcNT1ANynGc8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ijmy6ane9d" - }, - { - "Name": "integrity", - "Value": "sha256-Yjv0lRD/qZrqFpZAevCTio801Gdyqf9GcNT1ANynGc8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6021" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yjv0lRD/qZrqFpZAevCTio801Gdyqf9GcNT1ANynGc8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yjv0lRD/qZrqFpZAevCTio801Gdyqf9GcNT1ANynGc8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r5fPc6+QM24j7yUTMzUHAFHKQ5vxJXobwnbY1W/1lEs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r5fPc6+QM24j7yUTMzUHAFHKQ5vxJXobwnbY1W/1lEs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh.znteiuwasj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r5fPc6+QM24j7yUTMzUHAFHKQ5vxJXobwnbY1W/1lEs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "znteiuwasj" - }, - { - "Name": "integrity", - "Value": "sha256-r5fPc6+QM24j7yUTMzUHAFHKQ5vxJXobwnbY1W/1lEs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-refresh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reload.mirtifdbga.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4195" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jq46M0+Wl45NfbEt2jyMt0Pw0m8W6+MEnzoBDi/47zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mirtifdbga" - }, - { - "Name": "integrity", - "Value": "sha256-jq46M0+Wl45NfbEt2jyMt0Pw0m8W6+MEnzoBDi/47zE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reload.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4195" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jq46M0+Wl45NfbEt2jyMt0Pw0m8W6+MEnzoBDi/47zE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jq46M0+Wl45NfbEt2jyMt0Pw0m8W6+MEnzoBDi/47zE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera-outline.d0t5u6m8g5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3404" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"48c5CntkiXb675/tPyHJwGZAakTbwnsDqZ/KzJG3rA0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0t5u6m8g5" - }, - { - "Name": "integrity", - "Value": "sha256-48c5CntkiXb675/tPyHJwGZAakTbwnsDqZ/KzJG3rA0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3404" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"48c5CntkiXb675/tPyHJwGZAakTbwnsDqZ/KzJG3rA0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-48c5CntkiXb675/tPyHJwGZAakTbwnsDqZ/KzJG3rA0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera.dkikbggn9f.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3019" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/YWgdro/V2wV1S9CNnoXeQQ8oXgcpEhaVQfRjZs+X/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dkikbggn9f" - }, - { - "Name": "integrity", - "Value": "sha256-/YWgdro/V2wV1S9CNnoXeQQ8oXgcpEhaVQfRjZs+X/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-reverse-camera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3019" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/YWgdro/V2wV1S9CNnoXeQQ8oXgcpEhaVQfRjZs+X/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/YWgdro/V2wV1S9CNnoXeQQ8oXgcpEhaVQfRjZs+X/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2898" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OhHDomGiyYqRww1y124eb4wTXJpB33F/8EZM5E40nNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OhHDomGiyYqRww1y124eb4wTXJpB33F/8EZM5E40nNY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind-outline.qr2fzsgx8y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2898" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OhHDomGiyYqRww1y124eb4wTXJpB33F/8EZM5E40nNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qr2fzsgx8y" - }, - { - "Name": "integrity", - "Value": "sha256-OhHDomGiyYqRww1y124eb4wTXJpB33F/8EZM5E40nNY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind.e2dno0t6qr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2362" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GvaniyOb4kzzEaOmVwCX4W0kghrwuN31Fy4MXrreckU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e2dno0t6qr" - }, - { - "Name": "integrity", - "Value": "sha256-GvaniyOb4kzzEaOmVwCX4W0kghrwuN31Fy4MXrreckU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-rewind.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2362" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GvaniyOb4kzzEaOmVwCX4W0kghrwuN31Fy4MXrreckU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GvaniyOb4kzzEaOmVwCX4W0kghrwuN31Fy4MXrreckU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search-strong.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3329" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lprlnr6mXQOqIZ3XhUhEPZw7zvSzR5oFc+vMbUjRQuM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lprlnr6mXQOqIZ3XhUhEPZw7zvSzR5oFc+vMbUjRQuM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search-strong.qojbl6mnd6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3329" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"lprlnr6mXQOqIZ3XhUhEPZw7zvSzR5oFc+vMbUjRQuM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qojbl6mnd6" - }, - { - "Name": "integrity", - "Value": "sha256-lprlnr6mXQOqIZ3XhUhEPZw7zvSzR5oFc+vMbUjRQuM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search-strong.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3361" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oErRouhTOxbkX/DFEoA/Cdcbx5gRqdxtR4DlaGdP8yQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oErRouhTOxbkX/DFEoA/Cdcbx5gRqdxtR4DlaGdP8yQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search.woqx4ra57r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3361" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oErRouhTOxbkX/DFEoA/Cdcbx5gRqdxtR4DlaGdP8yQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "woqx4ra57r" - }, - { - "Name": "integrity", - "Value": "sha256-oErRouhTOxbkX/DFEoA/Cdcbx5gRqdxtR4DlaGdP8yQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-search.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings-strong.gae78qc9qv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GPQxTaGs2Vg9b+YeJu/y0O6DkytWCRXzPaX97Ur+aMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gae78qc9qv" - }, - { - "Name": "integrity", - "Value": "sha256-GPQxTaGs2Vg9b+YeJu/y0O6DkytWCRXzPaX97Ur+aMs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings-strong.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings-strong.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings-strong.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GPQxTaGs2Vg9b+YeJu/y0O6DkytWCRXzPaX97Ur+aMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GPQxTaGs2Vg9b+YeJu/y0O6DkytWCRXzPaX97Ur+aMs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings.jjf59t2j5v.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EQVzalz5jtSUz9UydbQXe+AJRtXQAwIfTRz0x+jWwJI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jjf59t2j5v" - }, - { - "Name": "integrity", - "Value": "sha256-EQVzalz5jtSUz9UydbQXe+AJRtXQAwIfTRz0x+jWwJI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EQVzalz5jtSUz9UydbQXe+AJRtXQAwIfTRz0x+jWwJI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EQVzalz5jtSUz9UydbQXe+AJRtXQAwIfTRz0x+jWwJI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-shrink.gbn77sdjgk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-shrink.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NKeaJ+PHRMrF68uUCP6G5ncb9jyf4nEUDYwhbzvZcLk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gbn77sdjgk" - }, - { - "Name": "integrity", - "Value": "sha256-NKeaJ+PHRMrF68uUCP6G5ncb9jyf4nEUDYwhbzvZcLk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-shrink.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-shrink.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-shrink.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "490" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NKeaJ+PHRMrF68uUCP6G5ncb9jyf4nEUDYwhbzvZcLk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NKeaJ+PHRMrF68uUCP6G5ncb9jyf4nEUDYwhbzvZcLk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward-outline.k8mhxipnf0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LNx2KIGCulaWvTOdMOKWUTbdidAPi5L9gJGZFfrJo1I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k8mhxipnf0" - }, - { - "Name": "integrity", - "Value": "sha256-LNx2KIGCulaWvTOdMOKWUTbdidAPi5L9gJGZFfrJo1I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LNx2KIGCulaWvTOdMOKWUTbdidAPi5L9gJGZFfrJo1I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LNx2KIGCulaWvTOdMOKWUTbdidAPi5L9gJGZFfrJo1I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward.g32zixugpd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1533" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pLSFB2T4nyryycF8tS/tTUfb9pOw1j5rosqpCkuOkps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g32zixugpd" - }, - { - "Name": "integrity", - "Value": "sha256-pLSFB2T4nyryycF8tS/tTUfb9pOw1j5rosqpCkuOkps=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipbackward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1533" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pLSFB2T4nyryycF8tS/tTUfb9pOw1j5rosqpCkuOkps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pLSFB2T4nyryycF8tS/tTUfb9pOw1j5rosqpCkuOkps=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1827" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T2r1XACQ/QbzSD9OwCpYj6EqeIqNSZpFjCVTRXsXk0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T2r1XACQ/QbzSD9OwCpYj6EqeIqNSZpFjCVTRXsXk0M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward-outline.xcyvqb3lka.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1827" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T2r1XACQ/QbzSD9OwCpYj6EqeIqNSZpFjCVTRXsXk0M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xcyvqb3lka" - }, - { - "Name": "integrity", - "Value": "sha256-T2r1XACQ/QbzSD9OwCpYj6EqeIqNSZpFjCVTRXsXk0M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward.2zqg4108k4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cussoWvnfLKSqbOgBhFms8xEivyjraBR5EYG+WZNbCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2zqg4108k4" - }, - { - "Name": "integrity", - "Value": "sha256-cussoWvnfLKSqbOgBhFms8xEivyjraBR5EYG+WZNbCw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-skipforward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1556" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cussoWvnfLKSqbOgBhFms8xEivyjraBR5EYG+WZNbCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cussoWvnfLKSqbOgBhFms8xEivyjraBR5EYG+WZNbCw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-snowy.02lt1hi1ym.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-snowy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3775" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KAtF7YFALWGkkuJP7ngHEu/jdDwv3k4c5UdoJ+ArtXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "02lt1hi1ym" - }, - { - "Name": "integrity", - "Value": "sha256-KAtF7YFALWGkkuJP7ngHEu/jdDwv3k4c5UdoJ+ArtXQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-snowy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-snowy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-snowy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3775" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KAtF7YFALWGkkuJP7ngHEu/jdDwv3k4c5UdoJ+ArtXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KAtF7YFALWGkkuJP7ngHEu/jdDwv3k4c5UdoJ+ArtXQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer-outline.2jiviqfmws.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jtmTTD8v3BY026CvLyyXk1MoOnkLs2Yj75gZQGmbvLY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2jiviqfmws" - }, - { - "Name": "integrity", - "Value": "sha256-jtmTTD8v3BY026CvLyyXk1MoOnkLs2Yj75gZQGmbvLY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jtmTTD8v3BY026CvLyyXk1MoOnkLs2Yj75gZQGmbvLY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jtmTTD8v3BY026CvLyyXk1MoOnkLs2Yj75gZQGmbvLY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer.aip254f6xz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5748" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xu3e1A1wn4zgiwbfuq0fGBHVb01WbHFH3fn8wPFrtoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aip254f6xz" - }, - { - "Name": "integrity", - "Value": "sha256-Xu3e1A1wn4zgiwbfuq0fGBHVb01WbHFH3fn8wPFrtoI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-speedometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5748" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xu3e1A1wn4zgiwbfuq0fGBHVb01WbHFH3fn8wPFrtoI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xu3e1A1wn4zgiwbfuq0fGBHVb01WbHFH3fn8wPFrtoI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-half.h452p1h300.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-half.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j0x4PJI8LmjeQUPi34WAo984XGud2evUAlhTwdxLGMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h452p1h300" - }, - { - "Name": "integrity", - "Value": "sha256-j0x4PJI8LmjeQUPi34WAo984XGud2evUAlhTwdxLGMk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-half.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-half.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-half.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"j0x4PJI8LmjeQUPi34WAo984XGud2evUAlhTwdxLGMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j0x4PJI8LmjeQUPi34WAo984XGud2evUAlhTwdxLGMk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-outline.knvvr0pfjp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AP3PCflYv/AuxIZOahoRb+fYZ1/DZYLGew4wvwFXQrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "knvvr0pfjp" - }, - { - "Name": "integrity", - "Value": "sha256-AP3PCflYv/AuxIZOahoRb+fYZ1/DZYLGew4wvwFXQrc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3572" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AP3PCflYv/AuxIZOahoRb+fYZ1/DZYLGew4wvwFXQrc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AP3PCflYv/AuxIZOahoRb+fYZ1/DZYLGew4wvwFXQrc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star.eyu4l731h2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2463" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tpYsIUn6Kh05+yg6Pz7gGNkXRthz8Mo1UV8jbjheQTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eyu4l731h2" - }, - { - "Name": "integrity", - "Value": "sha256-tpYsIUn6Kh05+yg6Pz7gGNkXRthz8Mo1UV8jbjheQTE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2463" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tpYsIUn6Kh05+yg6Pz7gGNkXRthz8Mo1UV8jbjheQTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tpYsIUn6Kh05+yg6Pz7gGNkXRthz8Mo1UV8jbjheQTE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch-outline.i0bzs4bwad.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4823" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fgETEeijcz/kDZvSo2hf8sSwRNME2Y7+u7E/kJmqpPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i0bzs4bwad" - }, - { - "Name": "integrity", - "Value": "sha256-fgETEeijcz/kDZvSo2hf8sSwRNME2Y7+u7E/kJmqpPE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4823" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fgETEeijcz/kDZvSo2hf8sSwRNME2Y7+u7E/kJmqpPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgETEeijcz/kDZvSo2hf8sSwRNME2Y7+u7E/kJmqpPE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch.bvdmlqkckk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SfP0eBPMBfzq+DK3FnBJoexA6TaiM3mW/LkYL3azp5U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bvdmlqkckk" - }, - { - "Name": "integrity", - "Value": "sha256-SfP0eBPMBfzq+DK3FnBJoexA6TaiM3mW/LkYL3azp5U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-stopwatch.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3451" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SfP0eBPMBfzq+DK3FnBJoexA6TaiM3mW/LkYL3azp5U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SfP0eBPMBfzq+DK3FnBJoexA6TaiM3mW/LkYL3azp5U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny-outline.n14w7341ng.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hVDU54A/+57VF2bm5U7fLiyXrOM4vlv7qQGJcSgqa7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n14w7341ng" - }, - { - "Name": "integrity", - "Value": "sha256-hVDU54A/+57VF2bm5U7fLiyXrOM4vlv7qQGJcSgqa7U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2669" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hVDU54A/+57VF2bm5U7fLiyXrOM4vlv7qQGJcSgqa7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hVDU54A/+57VF2bm5U7fLiyXrOM4vlv7qQGJcSgqa7U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny.cwfnpjn3dl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2506" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PMVxXqowDH1sK1WnxB2I9XiZW8qc9M6E1yOAqQeZlAU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cwfnpjn3dl" - }, - { - "Name": "integrity", - "Value": "sha256-PMVxXqowDH1sK1WnxB2I9XiZW8qc9M6E1yOAqQeZlAU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-sunny.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2506" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PMVxXqowDH1sK1WnxB2I9XiZW8qc9M6E1yOAqQeZlAU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PMVxXqowDH1sK1WnxB2I9XiZW8qc9M6E1yOAqQeZlAU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone-outline.aki88twwv2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BlQ3BICXgrefkiO+kmCzkZwmg8JCTrHQsaNOwSCZbfk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "aki88twwv2" - }, - { - "Name": "integrity", - "Value": "sha256-BlQ3BICXgrefkiO+kmCzkZwmg8JCTrHQsaNOwSCZbfk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"BlQ3BICXgrefkiO+kmCzkZwmg8JCTrHQsaNOwSCZbfk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BlQ3BICXgrefkiO+kmCzkZwmg8JCTrHQsaNOwSCZbfk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone.c602h4v7kz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2352" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZF72Y4H0iZt6P6vOBjb4hGAg3eOASKqwbhsGpnZZts4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c602h4v7kz" - }, - { - "Name": "integrity", - "Value": "sha256-ZF72Y4H0iZt6P6vOBjb4hGAg3eOASKqwbhsGpnZZts4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-telephone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2352" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZF72Y4H0iZt6P6vOBjb4hGAg3eOASKqwbhsGpnZZts4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZF72Y4H0iZt6P6vOBjb4hGAg3eOASKqwbhsGpnZZts4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball-outline.7ndaskjrxr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bUB6gR2svDTUm0/yodTBpYHSjCBE8uYyE7iGfKm/X0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ndaskjrxr" - }, - { - "Name": "integrity", - "Value": "sha256-bUB6gR2svDTUm0/yodTBpYHSjCBE8uYyE7iGfKm/X0U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5535" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"bUB6gR2svDTUm0/yodTBpYHSjCBE8uYyE7iGfKm/X0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bUB6gR2svDTUm0/yodTBpYHSjCBE8uYyE7iGfKm/X0U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball.bwzuadl3tg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O7+0mprONO9IB1ClsiZDeV/Ps4Zh3Yr9xK68Lkjbm74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bwzuadl3tg" - }, - { - "Name": "integrity", - "Value": "sha256-O7+0mprONO9IB1ClsiZDeV/Ps4Zh3Yr9xK68Lkjbm74=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-tennisball.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O7+0mprONO9IB1ClsiZDeV/Ps4Zh3Yr9xK68Lkjbm74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O7+0mprONO9IB1ClsiZDeV/Ps4Zh3Yr9xK68Lkjbm74=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm-outline.jjtgxhgefc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3053" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jx5GEKBfF3I93mvWRtsIKKUglAA5vY3nh2IMUkiA6o8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jjtgxhgefc" - }, - { - "Name": "integrity", - "Value": "sha256-jx5GEKBfF3I93mvWRtsIKKUglAA5vY3nh2IMUkiA6o8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3053" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jx5GEKBfF3I93mvWRtsIKKUglAA5vY3nh2IMUkiA6o8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jx5GEKBfF3I93mvWRtsIKKUglAA5vY3nh2IMUkiA6o8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kk/TlGQ7t9CKDOwb7dsY8WaOuBylIRBBDCYd6Zt3WQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kk/TlGQ7t9CKDOwb7dsY8WaOuBylIRBBDCYd6Zt3WQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm.yfz48bx8wh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2492" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kk/TlGQ7t9CKDOwb7dsY8WaOuBylIRBBDCYd6Zt3WQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:38 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yfz48bx8wh" - }, - { - "Name": "integrity", - "Value": "sha256-kk/TlGQ7t9CKDOwb7dsY8WaOuBylIRBBDCYd6Zt3WQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-thunderstorm.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5875" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PeX3K8Isek3sWZsPH8GSb5FSCVDGMNXqrJUIjBtCYVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PeX3K8Isek3sWZsPH8GSb5FSCVDGMNXqrJUIjBtCYVU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time-outline.zszmwrlout.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5875" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PeX3K8Isek3sWZsPH8GSb5FSCVDGMNXqrJUIjBtCYVU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zszmwrlout" - }, - { - "Name": "integrity", - "Value": "sha256-PeX3K8Isek3sWZsPH8GSb5FSCVDGMNXqrJUIjBtCYVU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time.5n6ekiwqtp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4136" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IbUPdIiNS/dFzyKgizOZpVBXktN5JlM7r+s/eFwLdMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5n6ekiwqtp" - }, - { - "Name": "integrity", - "Value": "sha256-IbUPdIiNS/dFzyKgizOZpVBXktN5JlM7r+s/eFwLdMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-time.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4136" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IbUPdIiNS/dFzyKgizOZpVBXktN5JlM7r+s/eFwLdMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IbUPdIiNS/dFzyKgizOZpVBXktN5JlM7r+s/eFwLdMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer-outline.nf2ecl8d12.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4578" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LTz4ynzVdImrwMATvcr5AP/lBSOm4/LbKdhKtWZqgKA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nf2ecl8d12" - }, - { - "Name": "integrity", - "Value": "sha256-LTz4ynzVdImrwMATvcr5AP/lBSOm4/LbKdhKtWZqgKA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4578" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LTz4ynzVdImrwMATvcr5AP/lBSOm4/LbKdhKtWZqgKA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LTz4ynzVdImrwMATvcr5AP/lBSOm4/LbKdhKtWZqgKA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6013" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T6awfaP0Vg5u1M/NziuGctdYoRA0LCRyvt/PHhzKrO8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T6awfaP0Vg5u1M/NziuGctdYoRA0LCRyvt/PHhzKrO8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer.zvhzx8w69h.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6013" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T6awfaP0Vg5u1M/NziuGctdYoRA0LCRyvt/PHhzKrO8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zvhzx8w69h" - }, - { - "Name": "integrity", - "Value": "sha256-T6awfaP0Vg5u1M/NziuGctdYoRA0LCRyvt/PHhzKrO8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-timer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5660" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JyoNmvb55Mck0yCgDq5sZgyKnOQb48n2GD8nJcz/8Ds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JyoNmvb55Mck0yCgDq5sZgyKnOQb48n2GD8nJcz/8Ds=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle-outline.rjan15kupn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5660" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"JyoNmvb55Mck0yCgDq5sZgyKnOQb48n2GD8nJcz/8Ds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rjan15kupn" - }, - { - "Name": "integrity", - "Value": "sha256-JyoNmvb55Mck0yCgDq5sZgyKnOQb48n2GD8nJcz/8Ds=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle.37dghbjxm0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4825" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MSwhU9vVhhW6WK1D6Owv3Zid+xZfzi5b1QPowRuF18w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "37dghbjxm0" - }, - { - "Name": "integrity", - "Value": "sha256-MSwhU9vVhhW6WK1D6Owv3Zid+xZfzi5b1QPowRuF18w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-toggle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4825" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MSwhU9vVhhW6WK1D6Owv3Zid+xZfzi5b1QPowRuF18w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MSwhU9vVhhW6WK1D6Owv3Zid+xZfzi5b1QPowRuF18w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash-outline.5rx1kxiw3i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"38YcLMTNBq7Rs1pjNxkta3DCIClqno3JN2UMk3Q5yiU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5rx1kxiw3i" - }, - { - "Name": "integrity", - "Value": "sha256-38YcLMTNBq7Rs1pjNxkta3DCIClqno3JN2UMk3Q5yiU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4497" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"38YcLMTNBq7Rs1pjNxkta3DCIClqno3JN2UMk3Q5yiU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-38YcLMTNBq7Rs1pjNxkta3DCIClqno3JN2UMk3Q5yiU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash.nupb8okeag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2760" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n3+D6o1NShBOzdHQpNBNy1HPwvcFXoIsa46zHn9VpMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nupb8okeag" - }, - { - "Name": "integrity", - "Value": "sha256-n3+D6o1NShBOzdHQpNBNy1HPwvcFXoIsa46zHn9VpMs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-trash.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2760" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n3+D6o1NShBOzdHQpNBNy1HPwvcFXoIsa46zHn9VpMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n3+D6o1NShBOzdHQpNBNy1HPwvcFXoIsa46zHn9VpMs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3114" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UAdRIDlObE8QSIj+ySg34PAqnSevtvkybPQy0c3dJIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UAdRIDlObE8QSIj+ySg34PAqnSevtvkybPQy0c3dJIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo-outline.spvjsl95rj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3114" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UAdRIDlObE8QSIj+ySg34PAqnSevtvkybPQy0c3dJIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spvjsl95rj" - }, - { - "Name": "integrity", - "Value": "sha256-UAdRIDlObE8QSIj+ySg34PAqnSevtvkybPQy0c3dJIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo.644my90jb5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1954" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qlub3Xvhcg2MtfD/nusP7G8kWnbM2rMEh+ENu5biRXE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "644my90jb5" - }, - { - "Name": "integrity", - "Value": "sha256-qlub3Xvhcg2MtfD/nusP7G8kWnbM2rMEh+ENu5biRXE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-undo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1954" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"qlub3Xvhcg2MtfD/nusP7G8kWnbM2rMEh+ENu5biRXE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qlub3Xvhcg2MtfD/nusP7G8kWnbM2rMEh+ENu5biRXE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L7YG1knnsHrqc/9tEnBAhG5z7p53ohALZnnsAnXcqT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-L7YG1knnsHrqc/9tEnBAhG5z7p53ohALZnnsAnXcqT8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked-outline.xkmivyoddi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2580" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"L7YG1knnsHrqc/9tEnBAhG5z7p53ohALZnnsAnXcqT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xkmivyoddi" - }, - { - "Name": "integrity", - "Value": "sha256-L7YG1knnsHrqc/9tEnBAhG5z7p53ohALZnnsAnXcqT8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked.6zmeks187a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LgAbeSawNfvMRHtVl/g4WVmDu0+0nCzg9ciCzDM6UL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6zmeks187a" - }, - { - "Name": "integrity", - "Value": "sha256-LgAbeSawNfvMRHtVl/g4WVmDu0+0nCzg9ciCzDM6UL8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-unlocked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LgAbeSawNfvMRHtVl/g4WVmDu0+0nCzg9ciCzDM6UL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LgAbeSawNfvMRHtVl/g4WVmDu0+0nCzg9ciCzDM6UL8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload-outline.4zokjekvc2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1128" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kFnabmKrcvbZzmzRsPi20/9P9Yj788f5NJnHVcp6lzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4zokjekvc2" - }, - { - "Name": "integrity", - "Value": "sha256-kFnabmKrcvbZzmzRsPi20/9P9Yj788f5NJnHVcp6lzU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1128" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kFnabmKrcvbZzmzRsPi20/9P9Yj788f5NJnHVcp6lzU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kFnabmKrcvbZzmzRsPi20/9P9Yj788f5NJnHVcp6lzU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload.mx28k9vaq9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Jndq8XzU8JOc1sLpnEcY9uhV9U3GPLCIjkQHZrdx/nw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mx28k9vaq9" - }, - { - "Name": "integrity", - "Value": "sha256-Jndq8XzU8JOc1sLpnEcY9uhV9U3GPLCIjkQHZrdx/nw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Jndq8XzU8JOc1sLpnEcY9uhV9U3GPLCIjkQHZrdx/nw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jndq8XzU8JOc1sLpnEcY9uhV9U3GPLCIjkQHZrdx/nw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam-outline.207wrar99o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2038" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cj4F3+M5GkgjZrICvyPxf+1j7pa6kSaBuS1AWfMTmCo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "207wrar99o" - }, - { - "Name": "integrity", - "Value": "sha256-cj4F3+M5GkgjZrICvyPxf+1j7pa6kSaBuS1AWfMTmCo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2038" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cj4F3+M5GkgjZrICvyPxf+1j7pa6kSaBuS1AWfMTmCo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cj4F3+M5GkgjZrICvyPxf+1j7pa6kSaBuS1AWfMTmCo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2715" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cvCEN56hMDRtnaWKSH5qfvy7aoBusTk5mjktkfmtR78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cvCEN56hMDRtnaWKSH5qfvy7aoBusTk5mjktkfmtR78=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam.yw17bkn7b2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2715" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cvCEN56hMDRtnaWKSH5qfvy7aoBusTk5mjktkfmtR78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yw17bkn7b2" - }, - { - "Name": "integrity", - "Value": "sha256-cvCEN56hMDRtnaWKSH5qfvy7aoBusTk5mjktkfmtR78=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-videocam.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-high.k86pg3cg98.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-high.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2977" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LFgi3wWk1u7/rk+wv///FZdxPEHZ4fT0FyCB5P8DPXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k86pg3cg98" - }, - { - "Name": "integrity", - "Value": "sha256-LFgi3wWk1u7/rk+wv///FZdxPEHZ4fT0FyCB5P8DPXs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-high.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-high.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-high.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2977" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LFgi3wWk1u7/rk+wv///FZdxPEHZ4fT0FyCB5P8DPXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LFgi3wWk1u7/rk+wv///FZdxPEHZ4fT0FyCB5P8DPXs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-low.3ul2vayi8d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "956" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C2JD+Iw5Vn0+hbc+iVWFepbnTi/wJ9yILUKEFQws4Aw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ul2vayi8d" - }, - { - "Name": "integrity", - "Value": "sha256-C2JD+Iw5Vn0+hbc+iVWFepbnTi/wJ9yILUKEFQws4Aw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-low.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-low.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-volume-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "956" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C2JD+Iw5Vn0+hbc+iVWFepbnTi/wJ9yILUKEFQws4Aw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C2JD+Iw5Vn0+hbc+iVWFepbnTi/wJ9yILUKEFQws4Aw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass-outline.0zo1ay643j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VFkCD/dOjmD3O4WmaCTMToCP7w8llx/azpFjEAs0LR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0zo1ay643j" - }, - { - "Name": "integrity", - "Value": "sha256-VFkCD/dOjmD3O4WmaCTMToCP7w8llx/azpFjEAs0LR4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2527" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VFkCD/dOjmD3O4WmaCTMToCP7w8llx/azpFjEAs0LR4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VFkCD/dOjmD3O4WmaCTMToCP7w8llx/azpFjEAs0LR4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2013" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XaC+k1/R8Ek3OeNrHxBqWDh5wsEQbhQOZDjsuzPWx4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XaC+k1/R8Ek3OeNrHxBqWDh5wsEQbhQOZDjsuzPWx4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass.tc9cq7tx2p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2013" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"XaC+k1/R8Ek3OeNrHxBqWDh5wsEQbhQOZDjsuzPWx4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tc9cq7tx2p" - }, - { - "Name": "integrity", - "Value": "sha256-XaC+k1/R8Ek3OeNrHxBqWDh5wsEQbhQOZDjsuzPWx4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-wineglass.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YQ6YR2hopBd1twmBPsirNtA+HSBh8wP43Ld2ciCGW/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YQ6YR2hopBd1twmBPsirNtA+HSBh8wP43Ld2ciCGW/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world-outline.xslo6p4qoj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YQ6YR2hopBd1twmBPsirNtA+HSBh8wP43Ld2ciCGW/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xslo6p4qoj" - }, - { - "Name": "integrity", - "Value": "sha256-YQ6YR2hopBd1twmBPsirNtA+HSBh8wP43Ld2ciCGW/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world.dcvc0nypq1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "10031" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rUWgJ8++cpNIA9tDflntZFqp/17gyJwZr+Kbe76NPFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dcvc0nypq1" - }, - { - "Name": "integrity", - "Value": "sha256-rUWgJ8++cpNIA9tDflntZFqp/17gyJwZr+Kbe76NPFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ios7-world.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "10031" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rUWgJ8++cpNIA9tDflntZFqp/17gyJwZr+Kbe76NPFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rUWgJ8++cpNIA9tDflntZFqp/17gyJwZr+Kbe76NPFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ipad.ewkvu6wk1h.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ipad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cs6kxdj248DzQsVX8/yH819z3EEOnxs/FYmhOHPbMNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ewkvu6wk1h" - }, - { - "Name": "integrity", - "Value": "sha256-cs6kxdj248DzQsVX8/yH819z3EEOnxs/FYmhOHPbMNs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ipad.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ipad.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ipad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cs6kxdj248DzQsVX8/yH819z3EEOnxs/FYmhOHPbMNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cs6kxdj248DzQsVX8/yH819z3EEOnxs/FYmhOHPbMNs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/iphone.lwv738vbpc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/iphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RVDwqAjPx1M+sWsrdB5UjzwqPRdKqop+vfw+49BU7o0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lwv738vbpc" - }, - { - "Name": "integrity", - "Value": "sha256-RVDwqAjPx1M+sWsrdB5UjzwqPRdKqop+vfw+49BU7o0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/iphone.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/iphone.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/iphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1651" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RVDwqAjPx1M+sWsrdB5UjzwqPRdKqop+vfw+49BU7o0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RVDwqAjPx1M+sWsrdB5UjzwqPRdKqop+vfw+49BU7o0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ipod.lmn0qlz5sr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ipod.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3207" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nbWo91IxOmUHKpBU0ow/M6uchLjvI+otpmYOUI5LqgI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lmn0qlz5sr" - }, - { - "Name": "integrity", - "Value": "sha256-nbWo91IxOmUHKpBU0ow/M6uchLjvI+otpmYOUI5LqgI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ipod.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ipod.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ipod.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3207" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"nbWo91IxOmUHKpBU0ow/M6uchLjvI+otpmYOUI5LqgI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nbWo91IxOmUHKpBU0ow/M6uchLjvI+otpmYOUI5LqgI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/jet.bhm3otbjli.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/jet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2856" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cU9QpqaamcrgwgFOHLEp4jGjTi+KDIxSxPVZbYGBaPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bhm3otbjli" - }, - { - "Name": "integrity", - "Value": "sha256-cU9QpqaamcrgwgFOHLEp4jGjTi+KDIxSxPVZbYGBaPE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/jet.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/jet.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/jet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2856" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cU9QpqaamcrgwgFOHLEp4jGjTi+KDIxSxPVZbYGBaPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cU9QpqaamcrgwgFOHLEp4jGjTi+KDIxSxPVZbYGBaPE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/key.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/key.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2722" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r7EIq4HwMC7tlDeGy9UhmD1E7MdwtW43j/MEIxiXGCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r7EIq4HwMC7tlDeGy9UhmD1E7MdwtW43j/MEIxiXGCw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/key.xsgx79tij1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/key.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2722" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"r7EIq4HwMC7tlDeGy9UhmD1E7MdwtW43j/MEIxiXGCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xsgx79tij1" - }, - { - "Name": "integrity", - "Value": "sha256-r7EIq4HwMC7tlDeGy9UhmD1E7MdwtW43j/MEIxiXGCw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/key.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/knife.8og6hl759e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/knife.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6G6pwK3rwxIEnNMMQwpMtY/Ir//gdXzQVaNZlWYbZUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8og6hl759e" - }, - { - "Name": "integrity", - "Value": "sha256-6G6pwK3rwxIEnNMMQwpMtY/Ir//gdXzQVaNZlWYbZUM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/knife.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/knife.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/knife.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1822" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6G6pwK3rwxIEnNMMQwpMtY/Ir//gdXzQVaNZlWYbZUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6G6pwK3rwxIEnNMMQwpMtY/Ir//gdXzQVaNZlWYbZUM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/laptop.bd1o67p3sd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/laptop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"765oEKxXTeZb91+qmDBEkwPUnLIjc0cv2N0dSkdgd/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bd1o67p3sd" - }, - { - "Name": "integrity", - "Value": "sha256-765oEKxXTeZb91+qmDBEkwPUnLIjc0cv2N0dSkdgd/0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/laptop.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/laptop.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/laptop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"765oEKxXTeZb91+qmDBEkwPUnLIjc0cv2N0dSkdgd/0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-765oEKxXTeZb91+qmDBEkwPUnLIjc0cv2N0dSkdgd/0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/leaf.f8nkm1leqc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/leaf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n/xKujGCGTVKd2IO9FP5XSgDlglJO3MHWlOGg6zGTqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f8nkm1leqc" - }, - { - "Name": "integrity", - "Value": "sha256-n/xKujGCGTVKd2IO9FP5XSgDlglJO3MHWlOGg6zGTqE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/leaf.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/leaf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/leaf.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3440" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"n/xKujGCGTVKd2IO9FP5XSgDlglJO3MHWlOGg6zGTqE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n/xKujGCGTVKd2IO9FP5XSgDlglJO3MHWlOGg6zGTqE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/levels.pkzmibziab.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/levels.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z5Q3z9LeSuDsh7RnStxxy3GxkE62XYf3gnzfQMsZweE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pkzmibziab" - }, - { - "Name": "integrity", - "Value": "sha256-Z5Q3z9LeSuDsh7RnStxxy3GxkE62XYf3gnzfQMsZweE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/levels.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/levels.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/levels.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2431" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Z5Q3z9LeSuDsh7RnStxxy3GxkE62XYf3gnzfQMsZweE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z5Q3z9LeSuDsh7RnStxxy3GxkE62XYf3gnzfQMsZweE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/lightbulb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+KB+8Lk/q3YxqkqvigI1/l0FqW7dWCtUWdRbWteEPYE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+KB+8Lk/q3YxqkqvigI1/l0FqW7dWCtUWdRbWteEPYE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/lightbulb.sfs4842eyv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/lightbulb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2474" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+KB+8Lk/q3YxqkqvigI1/l0FqW7dWCtUWdRbWteEPYE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sfs4842eyv" - }, - { - "Name": "integrity", - "Value": "sha256-+KB+8Lk/q3YxqkqvigI1/l0FqW7dWCtUWdRbWteEPYE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/lightbulb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/link.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/link.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2306" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7ZGhy6SqCTiWrlA3L5O1HPiPrjFqvrbmP5vw8/0ox7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7ZGhy6SqCTiWrlA3L5O1HPiPrjFqvrbmP5vw8/0ox7U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/link.zss5h72osv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/link.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2306" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7ZGhy6SqCTiWrlA3L5O1HPiPrjFqvrbmP5vw8/0ox7U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zss5h72osv" - }, - { - "Name": "integrity", - "Value": "sha256-7ZGhy6SqCTiWrlA3L5O1HPiPrjFqvrbmP5vw8/0ox7U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/link.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-a.fv5bam77jd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3941" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hXu5NPGyMOytKz8H8Ey2XOaoE75p8s/0X7sBKQraZ5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fv5bam77jd" - }, - { - "Name": "integrity", - "Value": "sha256-hXu5NPGyMOytKz8H8Ey2XOaoE75p8s/0X7sBKQraZ5M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/load-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3941" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hXu5NPGyMOytKz8H8Ey2XOaoE75p8s/0X7sBKQraZ5M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hXu5NPGyMOytKz8H8Ey2XOaoE75p8s/0X7sBKQraZ5M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-b.oik2w52ody.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oLfrWdxZxtev3NyrgRaoG4vFO9MsJYjNo6bpjLOXaUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oik2w52ody" - }, - { - "Name": "integrity", - "Value": "sha256-oLfrWdxZxtev3NyrgRaoG4vFO9MsJYjNo6bpjLOXaUQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/load-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5473" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oLfrWdxZxtev3NyrgRaoG4vFO9MsJYjNo6bpjLOXaUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oLfrWdxZxtev3NyrgRaoG4vFO9MsJYjNo6bpjLOXaUQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-c.br0u4avw6x.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4337" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VztL/iSamUl3xhVnf3atWhbE4xkh6RS0RnA6BHyWSlo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "br0u4avw6x" - }, - { - "Name": "integrity", - "Value": "sha256-VztL/iSamUl3xhVnf3atWhbE4xkh6RS0RnA6BHyWSlo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/load-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4337" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VztL/iSamUl3xhVnf3atWhbE4xkh6RS0RnA6BHyWSlo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VztL/iSamUl3xhVnf3atWhbE4xkh6RS0RnA6BHyWSlo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-d.p9n5hc12qb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-d.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DfYIKdydkZQifUMQtsOm7zLf0IpzE6h6bmI0DqnYSFs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p9n5hc12qb" - }, - { - "Name": "integrity", - "Value": "sha256-DfYIKdydkZQifUMQtsOm7zLf0IpzE6h6bmI0DqnYSFs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/load-d.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/load-d.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/load-d.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DfYIKdydkZQifUMQtsOm7zLf0IpzE6h6bmI0DqnYSFs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DfYIKdydkZQifUMQtsOm7zLf0IpzE6h6bmI0DqnYSFs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/location.25pig6b9vi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xickzwV7hR47YsastHSB/OGLGjE+oUpH3OFkYiUgnXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "25pig6b9vi" - }, - { - "Name": "integrity", - "Value": "sha256-xickzwV7hR47YsastHSB/OGLGjE+oUpH3OFkYiUgnXQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/location.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/location.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/location.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2739" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xickzwV7hR47YsastHSB/OGLGjE+oUpH3OFkYiUgnXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xickzwV7hR47YsastHSB/OGLGjE+oUpH3OFkYiUgnXQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/locked.nrca6txfas.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/locked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I4l2obJLhgBJt3QbIF9om+plyyzrm6nYmGemajfSJ+8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nrca6txfas" - }, - { - "Name": "integrity", - "Value": "sha256-I4l2obJLhgBJt3QbIF9om+plyyzrm6nYmGemajfSJ+8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/locked.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/locked.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/locked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I4l2obJLhgBJt3QbIF9om+plyyzrm6nYmGemajfSJ+8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I4l2obJLhgBJt3QbIF9om+plyyzrm6nYmGemajfSJ+8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/log-in.brzgvf8kiu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/log-in.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1460" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+UvqevdTXlqAvqggiMYJTryvru/pe0F5kZpCfesHCZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "brzgvf8kiu" - }, - { - "Name": "integrity", - "Value": "sha256-+UvqevdTXlqAvqggiMYJTryvru/pe0F5kZpCfesHCZw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/log-in.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/log-in.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/log-in.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1460" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+UvqevdTXlqAvqggiMYJTryvru/pe0F5kZpCfesHCZw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+UvqevdTXlqAvqggiMYJTryvru/pe0F5kZpCfesHCZw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/log-out.82v984l79x.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/log-out.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gK0L/ZQnrIU34Y7xJtB62hi581/PdfWBTvqcB0oB0HA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "82v984l79x" - }, - { - "Name": "integrity", - "Value": "sha256-gK0L/ZQnrIU34Y7xJtB62hi581/PdfWBTvqcB0oB0HA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/log-out.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/log-out.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/log-out.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1637" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"gK0L/ZQnrIU34Y7xJtB62hi581/PdfWBTvqcB0oB0HA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gK0L/ZQnrIU34Y7xJtB62hi581/PdfWBTvqcB0oB0HA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/loop.06bowduuze.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/loop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3794" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iCJqxFO/HfY4Drdpc381M7YWqpYMDP1kgwUJlxgBqIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "06bowduuze" - }, - { - "Name": "integrity", - "Value": "sha256-iCJqxFO/HfY4Drdpc381M7YWqpYMDP1kgwUJlxgBqIk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/loop.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/loop.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/loop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3794" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iCJqxFO/HfY4Drdpc381M7YWqpYMDP1kgwUJlxgBqIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iCJqxFO/HfY4Drdpc381M7YWqpYMDP1kgwUJlxgBqIk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/magnet.5746bx8cfe.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/magnet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Pxb4gGvbHKuxvaccpQ3FwRS1fYrdQheAmIaDgRy6WGI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5746bx8cfe" - }, - { - "Name": "integrity", - "Value": "sha256-Pxb4gGvbHKuxvaccpQ3FwRS1fYrdQheAmIaDgRy6WGI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/magnet.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/magnet.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/magnet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4495" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Pxb4gGvbHKuxvaccpQ3FwRS1fYrdQheAmIaDgRy6WGI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Pxb4gGvbHKuxvaccpQ3FwRS1fYrdQheAmIaDgRy6WGI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/male.2e9e1pmlte.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/male.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3788" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9pO2xVGZaPyhtE1uc/vkZWq33o9psa+2FfqUrBy12+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2e9e1pmlte" - }, - { - "Name": "integrity", - "Value": "sha256-9pO2xVGZaPyhtE1uc/vkZWq33o9psa+2FfqUrBy12+w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/male.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/male.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/male.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3788" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"9pO2xVGZaPyhtE1uc/vkZWq33o9psa+2FfqUrBy12+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9pO2xVGZaPyhtE1uc/vkZWq33o9psa+2FfqUrBy12+w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/man.iyzsnl3js7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/man.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2126" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CoCl9qlExaZg2Fmckjsr31cF3Ub2RnnvMWnp1Q8Nedk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iyzsnl3js7" - }, - { - "Name": "integrity", - "Value": "sha256-CoCl9qlExaZg2Fmckjsr31cF3Ub2RnnvMWnp1Q8Nedk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/man.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/man.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/man.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2126" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CoCl9qlExaZg2Fmckjsr31cF3Ub2RnnvMWnp1Q8Nedk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CoCl9qlExaZg2Fmckjsr31cF3Ub2RnnvMWnp1Q8Nedk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/map.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/map.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4906" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jO8s6Nd8yElMC54qnhJ2HU9xkhP1cUVs2FGGevMfPH8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jO8s6Nd8yElMC54qnhJ2HU9xkhP1cUVs2FGGevMfPH8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/map.wfx9i7pmwr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/map.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4906" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"jO8s6Nd8yElMC54qnhJ2HU9xkhP1cUVs2FGGevMfPH8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wfx9i7pmwr" - }, - { - "Name": "integrity", - "Value": "sha256-jO8s6Nd8yElMC54qnhJ2HU9xkhP1cUVs2FGGevMfPH8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/map.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/medkit.1c8e5psq68.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/medkit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T3WtueDsrq6KuO+JL0ov5rTyWsiBoZT4DcOgcYt0yZY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1c8e5psq68" - }, - { - "Name": "integrity", - "Value": "sha256-T3WtueDsrq6KuO+JL0ov5rTyWsiBoZT4DcOgcYt0yZY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/medkit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/medkit.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/medkit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1605" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"T3WtueDsrq6KuO+JL0ov5rTyWsiBoZT4DcOgcYt0yZY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T3WtueDsrq6KuO+JL0ov5rTyWsiBoZT4DcOgcYt0yZY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/merge.gr7fvll32n.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/merge.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3879" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DNgZLYkUH6oUNMZ8++PYQ/rG0yy8ld0H98bd2Dw0tF0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gr7fvll32n" - }, - { - "Name": "integrity", - "Value": "sha256-DNgZLYkUH6oUNMZ8++PYQ/rG0yy8ld0H98bd2Dw0tF0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/merge.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/merge.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/merge.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3879" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DNgZLYkUH6oUNMZ8++PYQ/rG0yy8ld0H98bd2Dw0tF0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DNgZLYkUH6oUNMZ8++PYQ/rG0yy8ld0H98bd2Dw0tF0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-a.2ye3yner10.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4098" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ltPsf9Re3GTIz/GzEg+XHrpP622ROtOUW2lVdoZ0Qw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ye3yner10" - }, - { - "Name": "integrity", - "Value": "sha256-ltPsf9Re3GTIz/GzEg+XHrpP622ROtOUW2lVdoZ0Qw8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4098" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ltPsf9Re3GTIz/GzEg+XHrpP622ROtOUW2lVdoZ0Qw8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ltPsf9Re3GTIz/GzEg+XHrpP622ROtOUW2lVdoZ0Qw8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2576" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LuIfFV1+Q8xLeOHC6dT3vHQ7lxvKWRzXbhAw13qliC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LuIfFV1+Q8xLeOHC6dT3vHQ7lxvKWRzXbhAw13qliC0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-b.yv3yi6rjty.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2576" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LuIfFV1+Q8xLeOHC6dT3vHQ7lxvKWRzXbhAw13qliC0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yv3yi6rjty" - }, - { - "Name": "integrity", - "Value": "sha256-LuIfFV1+Q8xLeOHC6dT3vHQ7lxvKWRzXbhAw13qliC0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-c.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1726" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y9mC4z9EuVaO+L6mWHFo/umAq8VVTS+L7wyLPtLJhkQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y9mC4z9EuVaO+L6mWHFo/umAq8VVTS+L7wyLPtLJhkQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-c.xxva68kx38.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-c.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1726" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"y9mC4z9EuVaO+L6mWHFo/umAq8VVTS+L7wyLPtLJhkQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xxva68kx38" - }, - { - "Name": "integrity", - "Value": "sha256-y9mC4z9EuVaO+L6mWHFo/umAq8VVTS+L7wyLPtLJhkQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/mic-c.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VbR1bHW70V7bOLecGrT3KH45GGjIiLkB6zkdnYLh8gI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VbR1bHW70V7bOLecGrT3KH45GGjIiLkB6zkdnYLh8gI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-circled.z2ob17yb1o.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VbR1bHW70V7bOLecGrT3KH45GGjIiLkB6zkdnYLh8gI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z2ob17yb1o" - }, - { - "Name": "integrity", - "Value": "sha256-VbR1bHW70V7bOLecGrT3KH45GGjIiLkB6zkdnYLh8gI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-round.muqbljk04a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rv3V5H/4SuNHYZsQCewgWrP+eNlzMdSB302eyAPt1rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "muqbljk04a" - }, - { - "Name": "integrity", - "Value": "sha256-rv3V5H/4SuNHYZsQCewgWrP+eNlzMdSB302eyAPt1rI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-round.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-round.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rv3V5H/4SuNHYZsQCewgWrP+eNlzMdSB302eyAPt1rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rv3V5H/4SuNHYZsQCewgWrP+eNlzMdSB302eyAPt1rI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus.kp3jwpxn2q.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eHIxp3Ag6K2wkJvTcW7ijxcpfL/Z42j+Dt96usddXRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kp3jwpxn2q" - }, - { - "Name": "integrity", - "Value": "sha256-eHIxp3Ag6K2wkJvTcW7ijxcpfL/Z42j+Dt96usddXRs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/minus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/minus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/minus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "160" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eHIxp3Ag6K2wkJvTcW7ijxcpfL/Z42j+Dt96usddXRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eHIxp3Ag6K2wkJvTcW7ijxcpfL/Z42j+Dt96usddXRs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/model-s.963has7wjo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/model-s.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rytVft46s4PjzF+mxW54c+m5uYhyBorEUFJzylEnafA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "963has7wjo" - }, - { - "Name": "integrity", - "Value": "sha256-rytVft46s4PjzF+mxW54c+m5uYhyBorEUFJzylEnafA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/model-s.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/model-s.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/model-s.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4262" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rytVft46s4PjzF+mxW54c+m5uYhyBorEUFJzylEnafA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rytVft46s4PjzF+mxW54c+m5uYhyBorEUFJzylEnafA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/monitor.04hvulkgzt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/monitor.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1469" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YPou6LWXXXttP8GnGS9TebfTcize3nBt4xPBUyzEzEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "04hvulkgzt" - }, - { - "Name": "integrity", - "Value": "sha256-YPou6LWXXXttP8GnGS9TebfTcize3nBt4xPBUyzEzEE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/monitor.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/monitor.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/monitor.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1469" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YPou6LWXXXttP8GnGS9TebfTcize3nBt4xPBUyzEzEE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YPou6LWXXXttP8GnGS9TebfTcize3nBt4xPBUyzEzEE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/more.2zhfs7sl85.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3357" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qt9/jqI5gAfX2U9Xiexi6d9augdMm8o8OISaUUJdfms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2zhfs7sl85" - }, - { - "Name": "integrity", - "Value": "sha256-Qt9/jqI5gAfX2U9Xiexi6d9augdMm8o8OISaUUJdfms=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/more.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/more.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/more.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3357" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Qt9/jqI5gAfX2U9Xiexi6d9augdMm8o8OISaUUJdfms=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qt9/jqI5gAfX2U9Xiexi6d9augdMm8o8OISaUUJdfms=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mouse.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mouse.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2891" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"POstjDWvAgYDy/pmKLqywPFEtxUGeDGE7MFAhJZem/s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-POstjDWvAgYDy/pmKLqywPFEtxUGeDGE7MFAhJZem/s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/mouse.wnad83wmkm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/mouse.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2891" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"POstjDWvAgYDy/pmKLqywPFEtxUGeDGE7MFAhJZem/s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wnad83wmkm" - }, - { - "Name": "integrity", - "Value": "sha256-POstjDWvAgYDy/pmKLqywPFEtxUGeDGE7MFAhJZem/s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/mouse.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/music-note.cabryao6he.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/music-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Dv9CZq/1ewH7B7xRr3X+kWAmSYq/AdZq3gHj4LpxH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cabryao6he" - }, - { - "Name": "integrity", - "Value": "sha256-5Dv9CZq/1ewH7B7xRr3X+kWAmSYq/AdZq3gHj4LpxH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/music-note.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/music-note.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/music-note.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2519" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5Dv9CZq/1ewH7B7xRr3X+kWAmSYq/AdZq3gHj4LpxH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5Dv9CZq/1ewH7B7xRr3X+kWAmSYq/AdZq3gHj4LpxH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon-round.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C0KViAiOMdHGt85mLANxzbl/mLx7rK3QhG/Hl5euL4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C0KViAiOMdHGt85mLANxzbl/mLx7rK3QhG/Hl5euL4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon-round.tytxwqyr5p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1628" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"C0KViAiOMdHGt85mLANxzbl/mLx7rK3QhG/Hl5euL4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tytxwqyr5p" - }, - { - "Name": "integrity", - "Value": "sha256-C0KViAiOMdHGt85mLANxzbl/mLx7rK3QhG/Hl5euL4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon-round.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon.8pbovwclcq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "175" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PFDE4dLm1rhztdLaHORk+PfLJL6To+d8LKl+SJ52c4s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8pbovwclcq" - }, - { - "Name": "integrity", - "Value": "sha256-PFDE4dLm1rhztdLaHORk+PfLJL6To+d8LKl+SJ52c4s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navicon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "175" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PFDE4dLm1rhztdLaHORk+PfLJL6To+d8LKl+SJ52c4s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PFDE4dLm1rhztdLaHORk+PfLJL6To+d8LKl+SJ52c4s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navigate.0jxi7892rw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navigate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PBH1rZKYikwB+NIPrX/QLa4XIeo/JZ3g5Utj5SZvCME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0jxi7892rw" - }, - { - "Name": "integrity", - "Value": "sha256-PBH1rZKYikwB+NIPrX/QLa4XIeo/JZ3g5Utj5SZvCME=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/navigate.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/navigate.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/navigate.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PBH1rZKYikwB+NIPrX/QLa4XIeo/JZ3g5Utj5SZvCME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PBH1rZKYikwB+NIPrX/QLa4XIeo/JZ3g5Utj5SZvCME=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/network.2p5jlv18dz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/network.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3041" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ajvkfemXnVCfHIl5+4EE0gzSfJf1TxsYZE4jSL9raFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2p5jlv18dz" - }, - { - "Name": "integrity", - "Value": "sha256-ajvkfemXnVCfHIl5+4EE0gzSfJf1TxsYZE4jSL9raFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/network.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/network.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/network.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3041" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ajvkfemXnVCfHIl5+4EE0gzSfJf1TxsYZE4jSL9raFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ajvkfemXnVCfHIl5+4EE0gzSfJf1TxsYZE4jSL9raFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/no-smoking.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/no-smoking.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5816" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0OTrb4vkV+6nTNiL5x0LDR/eMNdl68heEb27sXB/AkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0OTrb4vkV+6nTNiL5x0LDR/eMNdl68heEb27sXB/AkY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/no-smoking.slm3uml92a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/no-smoking.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5816" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0OTrb4vkV+6nTNiL5x0LDR/eMNdl68heEb27sXB/AkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "slm3uml92a" - }, - { - "Name": "integrity", - "Value": "sha256-0OTrb4vkV+6nTNiL5x0LDR/eMNdl68heEb27sXB/AkY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/no-smoking.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/nuclear.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/nuclear.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/i9XFRd/rjA24oD/fpcZRr8ZiITJKfUpZ5c70KddsyM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/i9XFRd/rjA24oD/fpcZRr8ZiITJKfUpZ5c70KddsyM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/nuclear.yb5ko86ljh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/nuclear.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3618" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/i9XFRd/rjA24oD/fpcZRr8ZiITJKfUpZ5c70KddsyM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yb5ko86ljh" - }, - { - "Name": "integrity", - "Value": "sha256-/i9XFRd/rjA24oD/fpcZRr8ZiITJKfUpZ5c70KddsyM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/nuclear.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/outlet.dzgs2i9xrb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/outlet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+d4LTl5X6B4VKjzbyqFJEj53iIr3AI+bM0+xNt9/a3M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dzgs2i9xrb" - }, - { - "Name": "integrity", - "Value": "sha256-+d4LTl5X6B4VKjzbyqFJEj53iIr3AI+bM0+xNt9/a3M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/outlet.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/outlet.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/outlet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+d4LTl5X6B4VKjzbyqFJEj53iIr3AI+bM0+xNt9/a3M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+d4LTl5X6B4VKjzbyqFJEj53iIr3AI+bM0+xNt9/a3M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/paper-airplane.fxk8cihxun.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/paper-airplane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"839JN5gFp7JZXsK1cxZ2tLPssi1UK/vi+PKb4WlqtOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fxk8cihxun" - }, - { - "Name": "integrity", - "Value": "sha256-839JN5gFp7JZXsK1cxZ2tLPssi1UK/vi+PKb4WlqtOE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/paper-airplane.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/paper-airplane.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/paper-airplane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3678" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"839JN5gFp7JZXsK1cxZ2tLPssi1UK/vi+PKb4WlqtOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-839JN5gFp7JZXsK1cxZ2tLPssi1UK/vi+PKb4WlqtOE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/paperclip.esvnyssmbe.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/paperclip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2710" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rpIUmTT0jDAt5DiPwTXoWowuBde5YRp+4YZIiuGwIJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "esvnyssmbe" - }, - { - "Name": "integrity", - "Value": "sha256-rpIUmTT0jDAt5DiPwTXoWowuBde5YRp+4YZIiuGwIJQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/paperclip.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/paperclip.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/paperclip.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2710" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rpIUmTT0jDAt5DiPwTXoWowuBde5YRp+4YZIiuGwIJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rpIUmTT0jDAt5DiPwTXoWowuBde5YRp+4YZIiuGwIJQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pause.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pause.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1340" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/mMYaczp8AQFI2PdaK5nTP4dB6O/B+3QF5wC60elszg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/mMYaczp8AQFI2PdaK5nTP4dB6O/B+3QF5wC60elszg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pause.y7qpvxvavb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pause.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1340" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/mMYaczp8AQFI2PdaK5nTP4dB6O/B+3QF5wC60elszg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y7qpvxvavb" - }, - { - "Name": "integrity", - "Value": "sha256-/mMYaczp8AQFI2PdaK5nTP4dB6O/B+3QF5wC60elszg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pause.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person-add.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2410" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KC+akxK2qRaF8mtaOehba1bgTkqyXydRNtDRycEx0dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KC+akxK2qRaF8mtaOehba1bgTkqyXydRNtDRycEx0dQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person-add.sn4dcfhhz9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person-add.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2410" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KC+akxK2qRaF8mtaOehba1bgTkqyXydRNtDRycEx0dQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sn4dcfhhz9" - }, - { - "Name": "integrity", - "Value": "sha256-KC+akxK2qRaF8mtaOehba1bgTkqyXydRNtDRycEx0dQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/person-add.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person-stalker.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person-stalker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3272" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"emjrYT4T38aex0kOkova84YvC26NYVJeHk35wi3veOA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-emjrYT4T38aex0kOkova84YvC26NYVJeHk35wi3veOA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person-stalker.y9y8wyd6zp.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person-stalker.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3272" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"emjrYT4T38aex0kOkova84YvC26NYVJeHk35wi3veOA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y9y8wyd6zp" - }, - { - "Name": "integrity", - "Value": "sha256-emjrYT4T38aex0kOkova84YvC26NYVJeHk35wi3veOA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/person-stalker.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person.mv2zktam6w.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2258" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rr5btGZbtFjmcVniLP5HdFWqtGI8FQpGL/ofbsPdeDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mv2zktam6w" - }, - { - "Name": "integrity", - "Value": "sha256-rr5btGZbtFjmcVniLP5HdFWqtGI8FQpGL/ofbsPdeDs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/person.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/person.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/person.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2258" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rr5btGZbtFjmcVniLP5HdFWqtGI8FQpGL/ofbsPdeDs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rr5btGZbtFjmcVniLP5HdFWqtGI8FQpGL/ofbsPdeDs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pie-graph.h5pde3yx87.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pie-graph.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ayXV/VCe2XavNxZqwPsthmpTsUO10COy+cAexKUxPgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h5pde3yx87" - }, - { - "Name": "integrity", - "Value": "sha256-ayXV/VCe2XavNxZqwPsthmpTsUO10COy+cAexKUxPgA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pie-graph.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pie-graph.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pie-graph.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ayXV/VCe2XavNxZqwPsthmpTsUO10COy+cAexKUxPgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ayXV/VCe2XavNxZqwPsthmpTsUO10COy+cAexKUxPgA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pin.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2270" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2WDW7gPoux+v4BeFqRtz/ZZ7UdITuJWuDfpBodgds1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2WDW7gPoux+v4BeFqRtz/ZZ7UdITuJWuDfpBodgds1M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pin.rrkowkv9s4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2270" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2WDW7gPoux+v4BeFqRtz/ZZ7UdITuJWuDfpBodgds1M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rrkowkv9s4" - }, - { - "Name": "integrity", - "Value": "sha256-2WDW7gPoux+v4BeFqRtz/ZZ7UdITuJWuDfpBodgds1M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pin.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pinpoint.ceca96935h.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pinpoint.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4799" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RC6plxpJJjo3OkuAixXDtVrFkF9EnyzMJ1Wb+w2BrLo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ceca96935h" - }, - { - "Name": "integrity", - "Value": "sha256-RC6plxpJJjo3OkuAixXDtVrFkF9EnyzMJ1Wb+w2BrLo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pinpoint.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pinpoint.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pinpoint.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4799" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"RC6plxpJJjo3OkuAixXDtVrFkF9EnyzMJ1Wb+w2BrLo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RC6plxpJJjo3OkuAixXDtVrFkF9EnyzMJ1Wb+w2BrLo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pizza.8csag99znw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pizza.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4548" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NHyVOU7Mxkis8hNhtO5pFBnFvgPD1hljaQkqvzHuxA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8csag99znw" - }, - { - "Name": "integrity", - "Value": "sha256-+NHyVOU7Mxkis8hNhtO5pFBnFvgPD1hljaQkqvzHuxA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pizza.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pizza.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pizza.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4548" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+NHyVOU7Mxkis8hNhtO5pFBnFvgPD1hljaQkqvzHuxA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+NHyVOU7Mxkis8hNhtO5pFBnFvgPD1hljaQkqvzHuxA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plane.32sjtyra48.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NbZ3ThKBM0SJHjoY075VGo8sT+TN4xl/p+Z2z6m9tKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "32sjtyra48" - }, - { - "Name": "integrity", - "Value": "sha256-NbZ3ThKBM0SJHjoY075VGo8sT+TN4xl/p+Z2z6m9tKM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/plane.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plane.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plane.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NbZ3ThKBM0SJHjoY075VGo8sT+TN4xl/p+Z2z6m9tKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NbZ3ThKBM0SJHjoY075VGo8sT+TN4xl/p+Z2z6m9tKM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/planet.o1z541aeun.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/planet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4319" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VHeCdQ6TGGSg/UaW5D4l5e1Heyz9IHiADZv107K9IB0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o1z541aeun" - }, - { - "Name": "integrity", - "Value": "sha256-VHeCdQ6TGGSg/UaW5D4l5e1Heyz9IHiADZv107K9IB0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/planet.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/planet.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/planet.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4319" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VHeCdQ6TGGSg/UaW5D4l5e1Heyz9IHiADZv107K9IB0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VHeCdQ6TGGSg/UaW5D4l5e1Heyz9IHiADZv107K9IB0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/play.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/play.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1787" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"shZfMTJEKknn2zLbZ6F51xEjF2zznRcJYs2W1a37X3w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-shZfMTJEKknn2zLbZ6F51xEjF2zznRcJYs2W1a37X3w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/play.uwjychushr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/play.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1787" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"shZfMTJEKknn2zLbZ6F51xEjF2zznRcJYs2W1a37X3w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uwjychushr" - }, - { - "Name": "integrity", - "Value": "sha256-shZfMTJEKknn2zLbZ6F51xEjF2zznRcJYs2W1a37X3w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/play.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/playstation.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/playstation.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OTqAWc6V2wXTB0pP40UfchIKszW7Hh9LmfvGHvxBn9M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OTqAWc6V2wXTB0pP40UfchIKszW7Hh9LmfvGHvxBn9M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/playstation.va87cdwv53.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/playstation.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OTqAWc6V2wXTB0pP40UfchIKszW7Hh9LmfvGHvxBn9M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "va87cdwv53" - }, - { - "Name": "integrity", - "Value": "sha256-OTqAWc6V2wXTB0pP40UfchIKszW7Hh9LmfvGHvxBn9M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/playstation.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-circled.87u14wtp1j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3114" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3JztcKm05ZyaYkyt1t5RIf106z/L+X4s2bvZKba1RkU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "87u14wtp1j" - }, - { - "Name": "integrity", - "Value": "sha256-3JztcKm05ZyaYkyt1t5RIf106z/L+X4s2bvZKba1RkU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-circled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-circled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-circled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3114" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3JztcKm05ZyaYkyt1t5RIf106z/L+X4s2bvZKba1RkU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3JztcKm05ZyaYkyt1t5RIf106z/L+X4s2bvZKba1RkU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-round.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1567" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yi2qrQo+c5Nkw2O+byVZuewiSIGZyn0nTeZnFSa2CpE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yi2qrQo+c5Nkw2O+byVZuewiSIGZyn0nTeZnFSa2CpE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-round.qel0lnt4xz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-round.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1567" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yi2qrQo+c5Nkw2O+byVZuewiSIGZyn0nTeZnFSa2CpE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qel0lnt4xz" - }, - { - "Name": "integrity", - "Value": "sha256-Yi2qrQo+c5Nkw2O+byVZuewiSIGZyn0nTeZnFSa2CpE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/plus-round.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "223" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PIWXDBBmLIUx/u0STWZKxKyGpCWJJY+RvWaItFOvNJ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PIWXDBBmLIUx/u0STWZKxKyGpCWJJY+RvWaItFOvNJ4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/plus.ssraasq80r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/plus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "223" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PIWXDBBmLIUx/u0STWZKxKyGpCWJJY+RvWaItFOvNJ4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ssraasq80r" - }, - { - "Name": "integrity", - "Value": "sha256-PIWXDBBmLIUx/u0STWZKxKyGpCWJJY+RvWaItFOvNJ4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/plus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/podium.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/podium.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"61OrEIf0oNwTjS9Zol6ewKXrDDlTQoEvO/f8n15P8UM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-61OrEIf0oNwTjS9Zol6ewKXrDDlTQoEvO/f8n15P8UM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/podium.z6v0avtjdo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/podium.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "209" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"61OrEIf0oNwTjS9Zol6ewKXrDDlTQoEvO/f8n15P8UM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z6v0avtjdo" - }, - { - "Name": "integrity", - "Value": "sha256-61OrEIf0oNwTjS9Zol6ewKXrDDlTQoEvO/f8n15P8UM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/podium.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pound.02c9c84az2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pound.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2383" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uO4aVEz/z0+mR0kSMpikDbVTPvfvjaIxH8CO8jfGd04=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "02c9c84az2" - }, - { - "Name": "integrity", - "Value": "sha256-uO4aVEz/z0+mR0kSMpikDbVTPvfvjaIxH8CO8jfGd04=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pound.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pound.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pound.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2383" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"uO4aVEz/z0+mR0kSMpikDbVTPvfvjaIxH8CO8jfGd04=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uO4aVEz/z0+mR0kSMpikDbVTPvfvjaIxH8CO8jfGd04=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/power.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/power.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4727" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2RSCBQGQl5wtLlVKGoKzVmhQEgVDaTcvkCef8+CiWe0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2RSCBQGQl5wtLlVKGoKzVmhQEgVDaTcvkCef8+CiWe0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/power.tjxcc1rwkq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/power.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4727" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2RSCBQGQl5wtLlVKGoKzVmhQEgVDaTcvkCef8+CiWe0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tjxcc1rwkq" - }, - { - "Name": "integrity", - "Value": "sha256-2RSCBQGQl5wtLlVKGoKzVmhQEgVDaTcvkCef8+CiWe0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/power.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetag.643bwq6e2g.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2457" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hoz0y7RBYUxDjYfl2VXxyP6SJQz/erGBq1q4dIgjmDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "643bwq6e2g" - }, - { - "Name": "integrity", - "Value": "sha256-hoz0y7RBYUxDjYfl2VXxyP6SJQz/erGBq1q4dIgjmDA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetag.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetag.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetag.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2457" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"hoz0y7RBYUxDjYfl2VXxyP6SJQz/erGBq1q4dIgjmDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hoz0y7RBYUxDjYfl2VXxyP6SJQz/erGBq1q4dIgjmDA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetags.ioxg6i6dh9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetags.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2906" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fgMSxBHLvHLqsNydpQOKIfeb/oFFJG51LBd2AHLXO30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ioxg6i6dh9" - }, - { - "Name": "integrity", - "Value": "sha256-fgMSxBHLvHLqsNydpQOKIfeb/oFFJG51LBd2AHLXO30=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetags.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetags.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pricetags.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2906" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"fgMSxBHLvHLqsNydpQOKIfeb/oFFJG51LBd2AHLXO30=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgMSxBHLvHLqsNydpQOKIfeb/oFFJG51LBd2AHLXO30=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/printer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1869" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"z9V1zzs2WU0/VPObdwzEeNkAiJPAWz6LxpxQkQyZ8CQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z9V1zzs2WU0/VPObdwzEeNkAiJPAWz6LxpxQkQyZ8CQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/printer.rhh99b6w5z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/printer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1869" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"z9V1zzs2WU0/VPObdwzEeNkAiJPAWz6LxpxQkQyZ8CQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rhh99b6w5z" - }, - { - "Name": "integrity", - "Value": "sha256-z9V1zzs2WU0/VPObdwzEeNkAiJPAWz6LxpxQkQyZ8CQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/printer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pull-request.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pull-request.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3613" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3e0Wc+PD4IVNbU0KdQaIHwcAro+x/9by4qwBZ7M+4sQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3e0Wc+PD4IVNbU0KdQaIHwcAro+x/9by4qwBZ7M+4sQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/pull-request.tkfc48z1pj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/pull-request.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3613" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3e0Wc+PD4IVNbU0KdQaIHwcAro+x/9by4qwBZ7M+4sQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tkfc48z1pj" - }, - { - "Name": "integrity", - "Value": "sha256-3e0Wc+PD4IVNbU0KdQaIHwcAro+x/9by4qwBZ7M+4sQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/pull-request.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/qr-scanner.noh11xtv4e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/qr-scanner.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1842" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OZvr6zgfJ0L90NIdzaJJ2hpBRuwV9fcKDHnif8qgfDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "noh11xtv4e" - }, - { - "Name": "integrity", - "Value": "sha256-OZvr6zgfJ0L90NIdzaJJ2hpBRuwV9fcKDHnif8qgfDA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/qr-scanner.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/qr-scanner.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/qr-scanner.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1842" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OZvr6zgfJ0L90NIdzaJJ2hpBRuwV9fcKDHnif8qgfDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OZvr6zgfJ0L90NIdzaJJ2hpBRuwV9fcKDHnif8qgfDA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/quote.7sspkd1sqo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/quote.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1743" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CarKBPQnLDe43GRSq2Uv6qu+rAcy+xaVEnXYA/yYF0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7sspkd1sqo" - }, - { - "Name": "integrity", - "Value": "sha256-CarKBPQnLDe43GRSq2Uv6qu+rAcy+xaVEnXYA/yYF0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/quote.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/quote.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/quote.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1743" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CarKBPQnLDe43GRSq2Uv6qu+rAcy+xaVEnXYA/yYF0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CarKBPQnLDe43GRSq2Uv6qu+rAcy+xaVEnXYA/yYF0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/radio-waves.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/radio-waves.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4978" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HkA3zamvIhHW7O7L9dUdH8bSEv4+0v7ZFug5lNCRJD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HkA3zamvIhHW7O7L9dUdH8bSEv4+0v7ZFug5lNCRJD0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/radio-waves.y8imm57lfn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/radio-waves.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4978" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HkA3zamvIhHW7O7L9dUdH8bSEv4+0v7ZFug5lNCRJD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y8imm57lfn" - }, - { - "Name": "integrity", - "Value": "sha256-HkA3zamvIhHW7O7L9dUdH8bSEv4+0v7ZFug5lNCRJD0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/radio-waves.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/record.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/record.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QxpC5v3YP0pSVivgc9am3VAu/ak4TeB3vX8uCUVXRo8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QxpC5v3YP0pSVivgc9am3VAu/ak4TeB3vX8uCUVXRo8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/record.rqg29o5wva.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/record.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3779" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"QxpC5v3YP0pSVivgc9am3VAu/ak4TeB3vX8uCUVXRo8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rqg29o5wva" - }, - { - "Name": "integrity", - "Value": "sha256-QxpC5v3YP0pSVivgc9am3VAu/ak4TeB3vX8uCUVXRo8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/record.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/refresh.oukggtevi0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/refresh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cO7WQ1xw+LLM7oKIKgmtXmAnmyQjRYoAXoQ3IWS2w0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oukggtevi0" - }, - { - "Name": "integrity", - "Value": "sha256-cO7WQ1xw+LLM7oKIKgmtXmAnmyQjRYoAXoQ3IWS2w0U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/refresh.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/refresh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/refresh.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3582" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cO7WQ1xw+LLM7oKIKgmtXmAnmyQjRYoAXoQ3IWS2w0U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cO7WQ1xw+LLM7oKIKgmtXmAnmyQjRYoAXoQ3IWS2w0U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/reply-all.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/reply-all.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3033" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5QiuX/Ct7rIttAEmi+9erUQiPrb2/diJAtjGmDqDQUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5QiuX/Ct7rIttAEmi+9erUQiPrb2/diJAtjGmDqDQUY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/reply-all.xxe9hdl871.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/reply-all.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3033" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"5QiuX/Ct7rIttAEmi+9erUQiPrb2/diJAtjGmDqDQUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xxe9hdl871" - }, - { - "Name": "integrity", - "Value": "sha256-5QiuX/Ct7rIttAEmi+9erUQiPrb2/diJAtjGmDqDQUY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/reply-all.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/reply.ikt9lk7uwu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/reply.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2131" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Dg0NoeQi+w3taUXNISZIsVEJQCODC/M0/j0a9xPiqmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ikt9lk7uwu" - }, - { - "Name": "integrity", - "Value": "sha256-Dg0NoeQi+w3taUXNISZIsVEJQCODC/M0/j0a9xPiqmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/reply.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/reply.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/reply.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2131" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Dg0NoeQi+w3taUXNISZIsVEJQCODC/M0/j0a9xPiqmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Dg0NoeQi+w3taUXNISZIsVEJQCODC/M0/j0a9xPiqmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-a.o9rmdl4tym.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6449" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dKv/1lTU2Yv249mH/8whA3T+LqIVAzYE8Gl1JSTsCVo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o9rmdl4tym" - }, - { - "Name": "integrity", - "Value": "sha256-dKv/1lTU2Yv249mH/8whA3T+LqIVAzYE8Gl1JSTsCVo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6449" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dKv/1lTU2Yv249mH/8whA3T+LqIVAzYE8Gl1JSTsCVo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dKv/1lTU2Yv249mH/8whA3T+LqIVAzYE8Gl1JSTsCVo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-b.3hkmnn5evh.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5913" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2evntaBQ4hWf7hRq4f1GbUGgNcPH3zUiUKHOp254eDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3hkmnn5evh" - }, - { - "Name": "integrity", - "Value": "sha256-2evntaBQ4hWf7hRq4f1GbUGgNcPH3zUiUKHOp254eDU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/ribbon-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5913" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"2evntaBQ4hWf7hRq4f1GbUGgNcPH3zUiUKHOp254eDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2evntaBQ4hWf7hRq4f1GbUGgNcPH3zUiUKHOp254eDU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/sad.1j9q7kb890.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/sad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vZm7RoKt8LYb1BFgGMrYAbJASsi1sbNTOInlz8ZrwfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1j9q7kb890" - }, - { - "Name": "integrity", - "Value": "sha256-vZm7RoKt8LYb1BFgGMrYAbJASsi1sbNTOInlz8ZrwfM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/sad.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/sad.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/sad.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5517" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vZm7RoKt8LYb1BFgGMrYAbJASsi1sbNTOInlz8ZrwfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vZm7RoKt8LYb1BFgGMrYAbJASsi1sbNTOInlz8ZrwfM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/scissors.7lsa1girp1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/scissors.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O3CIAm3nbJlvng6V1L8vVZCTyIJsrTK/FfQwytjh7Ks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7lsa1girp1" - }, - { - "Name": "integrity", - "Value": "sha256-O3CIAm3nbJlvng6V1L8vVZCTyIJsrTK/FfQwytjh7Ks=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/scissors.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/scissors.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/scissors.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5061" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"O3CIAm3nbJlvng6V1L8vVZCTyIJsrTK/FfQwytjh7Ks=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O3CIAm3nbJlvng6V1L8vVZCTyIJsrTK/FfQwytjh7Ks=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/search.bqf1zz9l4v.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3229" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HbsmjCeDyqXWahrt9mCQRgtKuujWkG+B8tp6ZgQwse8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bqf1zz9l4v" - }, - { - "Name": "integrity", - "Value": "sha256-HbsmjCeDyqXWahrt9mCQRgtKuujWkG+B8tp6ZgQwse8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/search.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/search.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/search.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3229" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HbsmjCeDyqXWahrt9mCQRgtKuujWkG+B8tp6ZgQwse8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HbsmjCeDyqXWahrt9mCQRgtKuujWkG+B8tp6ZgQwse8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/settings.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4141" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wyhiZE9kqkURyRNxvZ3+JQUPy8GMws8rI/QUlt4Im8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wyhiZE9kqkURyRNxvZ3+JQUPy8GMws8rI/QUlt4Im8I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/settings.vxsxsrbyrm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/settings.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4141" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wyhiZE9kqkURyRNxvZ3+JQUPy8GMws8rI/QUlt4Im8I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vxsxsrbyrm" - }, - { - "Name": "integrity", - "Value": "sha256-wyhiZE9kqkURyRNxvZ3+JQUPy8GMws8rI/QUlt4Im8I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/settings.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/share.exc7hbo9mz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/share.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zkWWQe6INx7lRJE3J1SUEsiELiDDic1FyqDJLxBB3m0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "exc7hbo9mz" - }, - { - "Name": "integrity", - "Value": "sha256-zkWWQe6INx7lRJE3J1SUEsiELiDDic1FyqDJLxBB3m0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/share.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/share.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/share.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2616" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zkWWQe6INx7lRJE3J1SUEsiELiDDic1FyqDJLxBB3m0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zkWWQe6INx7lRJE3J1SUEsiELiDDic1FyqDJLxBB3m0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/shuffle.e1671s0xtu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/shuffle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rhTcMb9Hs2aF49O4x8g/Pfxsm5XQYKUmNPFkNnbn2Lc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e1671s0xtu" - }, - { - "Name": "integrity", - "Value": "sha256-rhTcMb9Hs2aF49O4x8g/Pfxsm5XQYKUmNPFkNnbn2Lc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/shuffle.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/shuffle.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/shuffle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3420" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rhTcMb9Hs2aF49O4x8g/Pfxsm5XQYKUmNPFkNnbn2Lc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rhTcMb9Hs2aF49O4x8g/Pfxsm5XQYKUmNPFkNnbn2Lc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-backward.1b6ptp5n0i.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-backward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2421" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"08JBDYJXZCSs92JvKdv810meK4VAqDNsN0YkGKjrYHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1b6ptp5n0i" - }, - { - "Name": "integrity", - "Value": "sha256-08JBDYJXZCSs92JvKdv810meK4VAqDNsN0YkGKjrYHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-backward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-backward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-backward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2421" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"08JBDYJXZCSs92JvKdv810meK4VAqDNsN0YkGKjrYHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-08JBDYJXZCSs92JvKdv810meK4VAqDNsN0YkGKjrYHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-forward.bs2esh57ud.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2402" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZWpyIg7ylx2iRjKbL36ZKX4nBU+DzYJzpD54loFdeqc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bs2esh57ud" - }, - { - "Name": "integrity", - "Value": "sha256-ZWpyIg7ylx2iRjKbL36ZKX4nBU+DzYJzpD54loFdeqc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-forward.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-forward.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/skip-forward.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2402" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZWpyIg7ylx2iRjKbL36ZKX4nBU+DzYJzpD54loFdeqc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZWpyIg7ylx2iRjKbL36ZKX4nBU+DzYJzpD54loFdeqc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3772" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7srYLEFOdNNY84kw6CNzsW5yRbF0n1dUkTVtXxfnKF0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7srYLEFOdNNY84kw6CNzsW5yRbF0n1dUkTVtXxfnKF0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android-outline.ybo7k8q41r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3772" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"7srYLEFOdNNY84kw6CNzsW5yRbF0n1dUkTVtXxfnKF0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ybo7k8q41r" - }, - { - "Name": "integrity", - "Value": "sha256-7srYLEFOdNNY84kw6CNzsW5yRbF0n1dUkTVtXxfnKF0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android.d5u06yzhvq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oZZsd1rF18U/YcOzGIy2cFYvsvvyDfxKTrtJBThplxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d5u06yzhvq" - }, - { - "Name": "integrity", - "Value": "sha256-oZZsd1rF18U/YcOzGIy2cFYvsvvyDfxKTrtJBThplxI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-android.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2784" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oZZsd1rF18U/YcOzGIy2cFYvsvvyDfxKTrtJBThplxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oZZsd1rF18U/YcOzGIy2cFYvsvvyDfxKTrtJBThplxI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4104" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b93Ton6gPfKXCjnotO4o0DTcTwojLPglA+/TXjLwwfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-b93Ton6gPfKXCjnotO4o0DTcTwojLPglA+/TXjLwwfM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple-outline.t5otjg99ap.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4104" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"b93Ton6gPfKXCjnotO4o0DTcTwojLPglA+/TXjLwwfM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t5otjg99ap" - }, - { - "Name": "integrity", - "Value": "sha256-b93Ton6gPfKXCjnotO4o0DTcTwojLPglA+/TXjLwwfM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple.losua2pfvi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SzGfzPyU1CubEq0ogNq4YeuaWFRTzDYwdgZ3DGuRFgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "losua2pfvi" - }, - { - "Name": "integrity", - "Value": "sha256-SzGfzPyU1CubEq0ogNq4YeuaWFRTzDYwdgZ3DGuRFgQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-apple.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2647" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SzGfzPyU1CubEq0ogNq4YeuaWFRTzDYwdgZ3DGuRFgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SzGfzPyU1CubEq0ogNq4YeuaWFRTzDYwdgZ3DGuRFgQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin-outline.hz8jx70nz5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3790" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PbFkoJ2ZOFlmrbS8qR/GbOjZCLwpF634GAEiwGPqq1s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hz8jx70nz5" - }, - { - "Name": "integrity", - "Value": "sha256-PbFkoJ2ZOFlmrbS8qR/GbOjZCLwpF634GAEiwGPqq1s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3790" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"PbFkoJ2ZOFlmrbS8qR/GbOjZCLwpF634GAEiwGPqq1s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PbFkoJ2ZOFlmrbS8qR/GbOjZCLwpF634GAEiwGPqq1s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin.cjlbkkc2uk.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2424" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OBoTRwjB9lGcTRManRTNXDUb611BfmqvgErAU4dMbMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cjlbkkc2uk" - }, - { - "Name": "integrity", - "Value": "sha256-OBoTRwjB9lGcTRManRTNXDUb611BfmqvgErAU4dMbMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-bitcoin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2424" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OBoTRwjB9lGcTRManRTNXDUb611BfmqvgErAU4dMbMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OBoTRwjB9lGcTRManRTNXDUb611BfmqvgErAU4dMbMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3913" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kal0EFxat9tatBoEsGYwvKR4rgBrDnvofvbAkizjrUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kal0EFxat9tatBoEsGYwvKR4rgBrDnvofvbAkizjrUE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer-outline.pqppji23zc.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3913" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"kal0EFxat9tatBoEsGYwvKR4rgBrDnvofvbAkizjrUE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pqppji23zc" - }, - { - "Name": "integrity", - "Value": "sha256-kal0EFxat9tatBoEsGYwvKR4rgBrDnvofvbAkizjrUE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer.0yc6gxng37.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4687" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CCv79dIAqCYG6vjYkazqoviyxOD2s2XFEtAPJEP7b1Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0yc6gxng37" - }, - { - "Name": "integrity", - "Value": "sha256-CCv79dIAqCYG6vjYkazqoviyxOD2s2XFEtAPJEP7b1Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-buffer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4687" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CCv79dIAqCYG6vjYkazqoviyxOD2s2XFEtAPJEP7b1Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CCv79dIAqCYG6vjYkazqoviyxOD2s2XFEtAPJEP7b1Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4754" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UJ0w09Qd8BBVJujZIycWPYye68GSL5WiSwEovtU/JLA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UJ0w09Qd8BBVJujZIycWPYye68GSL5WiSwEovtU/JLA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews-outline.s9j7kj4l1y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4754" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UJ0w09Qd8BBVJujZIycWPYye68GSL5WiSwEovtU/JLA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9j7kj4l1y" - }, - { - "Name": "integrity", - "Value": "sha256-UJ0w09Qd8BBVJujZIycWPYye68GSL5WiSwEovtU/JLA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews.06za1t1m9y.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4242" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eGrQ6oQ7i0my7FlJicXaEBAQJlhY1SUf5viGdFt/70A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "06za1t1m9y" - }, - { - "Name": "integrity", - "Value": "sha256-eGrQ6oQ7i0my7FlJicXaEBAQJlhY1SUf5viGdFt/70A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-designernews.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4242" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eGrQ6oQ7i0my7FlJicXaEBAQJlhY1SUf5viGdFt/70A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eGrQ6oQ7i0my7FlJicXaEBAQJlhY1SUf5viGdFt/70A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SEdvN8NqTo7TilsxuwX3ftdj0sLO+t3GPftLV+l86j8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SEdvN8NqTo7TilsxuwX3ftdj0sLO+t3GPftLV+l86j8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble-outline.sr5uw0istv.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5588" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SEdvN8NqTo7TilsxuwX3ftdj0sLO+t3GPftLV+l86j8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sr5uw0istv" - }, - { - "Name": "integrity", - "Value": "sha256-SEdvN8NqTo7TilsxuwX3ftdj0sLO+t3GPftLV+l86j8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6983" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0DDRdObGdtpaLKoTuPSyBv2s3TDJCyKiSnh5zxwyOVc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0DDRdObGdtpaLKoTuPSyBv2s3TDJCyKiSnh5zxwyOVc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble.sd2fnc9rho.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6983" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0DDRdObGdtpaLKoTuPSyBv2s3TDJCyKiSnh5zxwyOVc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sd2fnc9rho" - }, - { - "Name": "integrity", - "Value": "sha256-0DDRdObGdtpaLKoTuPSyBv2s3TDJCyKiSnh5zxwyOVc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dribbble.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox-outline.c9c3tnodn4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5113" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0BmYZ6Bfpn42Os7+g/dvJtTnynjbPy8scIOVSdxTCJo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c9c3tnodn4" - }, - { - "Name": "integrity", - "Value": "sha256-0BmYZ6Bfpn42Os7+g/dvJtTnynjbPy8scIOVSdxTCJo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5113" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0BmYZ6Bfpn42Os7+g/dvJtTnynjbPy8scIOVSdxTCJo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0BmYZ6Bfpn42Os7+g/dvJtTnynjbPy8scIOVSdxTCJo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6161" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S6sk/AEOIXVBpIW9UsbY5uHg1x73Fv1ySapv3Qpxlvc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S6sk/AEOIXVBpIW9UsbY5uHg1x73Fv1ySapv3Qpxlvc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox.zyeivs6bwr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6161" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"S6sk/AEOIXVBpIW9UsbY5uHg1x73Fv1ySapv3Qpxlvc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zyeivs6bwr" - }, - { - "Name": "integrity", - "Value": "sha256-S6sk/AEOIXVBpIW9UsbY5uHg1x73Fv1ySapv3Qpxlvc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-dropbox.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1788" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pECeZkaUSZKgdfDDvwfwzKOd8IpNTsUcEP4guUn42C4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pECeZkaUSZKgdfDDvwfwzKOd8IpNTsUcEP4guUn42C4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook-outline.w7g95oguna.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1788" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"pECeZkaUSZKgdfDDvwfwzKOd8IpNTsUcEP4guUn42C4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w7g95oguna" - }, - { - "Name": "integrity", - "Value": "sha256-pECeZkaUSZKgdfDDvwfwzKOd8IpNTsUcEP4guUn42C4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook.6p7i8n377k.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1402" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"equm2Vz8xhMCt8fYOOtj8s+TWiPl5E9YSTJt7639gjE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6p7i8n377k" - }, - { - "Name": "integrity", - "Value": "sha256-equm2Vz8xhMCt8fYOOtj8s+TWiPl5E9YSTJt7639gjE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-facebook.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1402" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"equm2Vz8xhMCt8fYOOtj8s+TWiPl5E9YSTJt7639gjE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-equm2Vz8xhMCt8fYOOtj8s+TWiPl5E9YSTJt7639gjE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare-outline.irwsa83bwq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3364" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IhEUtXR6cCDhOK2fo0SRnhmiZckDci3E/BgX8xQoYGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "irwsa83bwq" - }, - { - "Name": "integrity", - "Value": "sha256-IhEUtXR6cCDhOK2fo0SRnhmiZckDci3E/BgX8xQoYGs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3364" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"IhEUtXR6cCDhOK2fo0SRnhmiZckDci3E/BgX8xQoYGs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IhEUtXR6cCDhOK2fo0SRnhmiZckDci3E/BgX8xQoYGs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare.0tuhacraq9.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3021" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NODvCGL/saF/X2urUroaVACLro5z+bhRn+lYKjwlLW4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0tuhacraq9" - }, - { - "Name": "integrity", - "Value": "sha256-NODvCGL/saF/X2urUroaVACLro5z+bhRn+lYKjwlLW4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-foursquare.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3021" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"NODvCGL/saF/X2urUroaVACLro5z+bhRn+lYKjwlLW4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NODvCGL/saF/X2urUroaVACLro5z+bhRn+lYKjwlLW4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-freebsd-devil.ouhxwdv404.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-freebsd-devil.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5300" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YMN9lZisRSe9g9ILCOSLWqFS0rNgTX8w1/wYGVqd03A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ouhxwdv404" - }, - { - "Name": "integrity", - "Value": "sha256-YMN9lZisRSe9g9ILCOSLWqFS0rNgTX8w1/wYGVqd03A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-freebsd-devil.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-freebsd-devil.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-freebsd-devil.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5300" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YMN9lZisRSe9g9ILCOSLWqFS0rNgTX8w1/wYGVqd03A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YMN9lZisRSe9g9ILCOSLWqFS0rNgTX8w1/wYGVqd03A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github-outline.ma31wm1kai.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7475" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EvFygj7CnqzGkiCC326pvAXutMYAXjtgvUd4K3Sk6KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ma31wm1kai" - }, - { - "Name": "integrity", - "Value": "sha256-EvFygj7CnqzGkiCC326pvAXutMYAXjtgvUd4K3Sk6KY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7475" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EvFygj7CnqzGkiCC326pvAXutMYAXjtgvUd4K3Sk6KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EvFygj7CnqzGkiCC326pvAXutMYAXjtgvUd4K3Sk6KY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github.lpd456gaxd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l2Q4f+YjxMjZ+1vsxSudBgxAuy4h8cx7ENr8oILH2Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lpd456gaxd" - }, - { - "Name": "integrity", - "Value": "sha256-l2Q4f+YjxMjZ+1vsxSudBgxAuy4h8cx7ENr8oILH2Q8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-github.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4561" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"l2Q4f+YjxMjZ+1vsxSudBgxAuy4h8cx7ENr8oILH2Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l2Q4f+YjxMjZ+1vsxSudBgxAuy4h8cx7ENr8oILH2Q8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google-outline.iz3qqyn3ta.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Uhff7TF5CCX9X6iPmc39dYAm96gMfKOTwf0XIPJ4U8c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iz3qqyn3ta" - }, - { - "Name": "integrity", - "Value": "sha256-Uhff7TF5CCX9X6iPmc39dYAm96gMfKOTwf0XIPJ4U8c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3890" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Uhff7TF5CCX9X6iPmc39dYAm96gMfKOTwf0XIPJ4U8c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Uhff7TF5CCX9X6iPmc39dYAm96gMfKOTwf0XIPJ4U8c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google.gewqs8rdcj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3682" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iNJtXVcwNxQIeOLVWwZ6NJXDU4KK1IWV1t79fiRs0js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gewqs8rdcj" - }, - { - "Name": "integrity", - "Value": "sha256-iNJtXVcwNxQIeOLVWwZ6NJXDU4KK1IWV1t79fiRs0js=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-google.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3682" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iNJtXVcwNxQIeOLVWwZ6NJXDU4KK1IWV1t79fiRs0js=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iNJtXVcwNxQIeOLVWwZ6NJXDU4KK1IWV1t79fiRs0js=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus-outline.22gxnsn2yl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4071" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "22gxnsn2yl" - }, - { - "Name": "integrity", - "Value": "sha256-iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4071" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iiasc2PjG5VFrbZZjtd41BHwX6gTbCEblNyctdIPAUA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3888" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus.ux1q6r8n1e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3888" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ux1q6r8n1e" - }, - { - "Name": "integrity", - "Value": "sha256-riEbHVd9sUbLSHR3thB+3cs/xZT53AE5Bk96buUFokY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-googleplus.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews-outline.0ygzo7uhjz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1994" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eAtAeeuQ39H1vKkcoaARUvW0dx5yLwoe81NYLIHd+e4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ygzo7uhjz" - }, - { - "Name": "integrity", - "Value": "sha256-eAtAeeuQ39H1vKkcoaARUvW0dx5yLwoe81NYLIHd+e4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1994" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eAtAeeuQ39H1vKkcoaARUvW0dx5yLwoe81NYLIHd+e4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eAtAeeuQ39H1vKkcoaARUvW0dx5yLwoe81NYLIHd+e4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews.omc4f98959.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1905" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EPQqrAudAUbXggQvzeFiO/zJIql2A0EekW2ob7t4MUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "omc4f98959" - }, - { - "Name": "integrity", - "Value": "sha256-EPQqrAudAUbXggQvzeFiO/zJIql2A0EekW2ob7t4MUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-hackernews.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1905" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EPQqrAudAUbXggQvzeFiO/zJIql2A0EekW2ob7t4MUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EPQqrAudAUbXggQvzeFiO/zJIql2A0EekW2ob7t4MUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cFv0b601xbi8eWb44EmHkUldjIfmt1P4ZG1L38RsAuQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cFv0b601xbi8eWb44EmHkUldjIfmt1P4ZG1L38RsAuQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram-outline.sdi2za70xx.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3317" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cFv0b601xbi8eWb44EmHkUldjIfmt1P4ZG1L38RsAuQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sdi2za70xx" - }, - { - "Name": "integrity", - "Value": "sha256-cFv0b601xbi8eWb44EmHkUldjIfmt1P4ZG1L38RsAuQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram.fkutcadhd4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4403" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/0MGeO/1RPQuTNsHjsvZzpPG+D9EJLUe99nRlZGJLn8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fkutcadhd4" - }, - { - "Name": "integrity", - "Value": "sha256-/0MGeO/1RPQuTNsHjsvZzpPG+D9EJLUe99nRlZGJLn8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-instagram.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4403" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"/0MGeO/1RPQuTNsHjsvZzpPG+D9EJLUe99nRlZGJLn8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/0MGeO/1RPQuTNsHjsvZzpPG+D9EJLUe99nRlZGJLn8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2370" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wlWR/TE+ynArpPR1jAv+LfCoHUSCVuIgrz/oaSVtcJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wlWR/TE+ynArpPR1jAv+LfCoHUSCVuIgrz/oaSVtcJU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin-outline.qeb0gvzwmo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2370" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"wlWR/TE+ynArpPR1jAv+LfCoHUSCVuIgrz/oaSVtcJU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qeb0gvzwmo" - }, - { - "Name": "integrity", - "Value": "sha256-wlWR/TE+ynArpPR1jAv+LfCoHUSCVuIgrz/oaSVtcJU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin.ekg7xkmmem.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yj89qeL1TEbUZxU0mjom1Qk0BH1Hk919hTqferLPtmw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ekg7xkmmem" - }, - { - "Name": "integrity", - "Value": "sha256-Yj89qeL1TEbUZxU0mjom1Qk0BH1Hk919hTqferLPtmw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-linkedin.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2275" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Yj89qeL1TEbUZxU0mjom1Qk0BH1Hk919hTqferLPtmw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yj89qeL1TEbUZxU0mjom1Qk0BH1Hk919hTqferLPtmw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest-outline.bxywrj2iev.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zz9+EM8fQFYAgV4sSKMCOG854d0JjOwau52+wF8m7Lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bxywrj2iev" - }, - { - "Name": "integrity", - "Value": "sha256-zz9+EM8fQFYAgV4sSKMCOG854d0JjOwau52+wF8m7Lo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zz9+EM8fQFYAgV4sSKMCOG854d0JjOwau52+wF8m7Lo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zz9+EM8fQFYAgV4sSKMCOG854d0JjOwau52+wF8m7Lo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K3lHIZkmypWqETcVTdq2wiECv3xCZzUnPantRowUZAo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K3lHIZkmypWqETcVTdq2wiECv3xCZzUnPantRowUZAo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest.tqdxnvviid.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5532" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"K3lHIZkmypWqETcVTdq2wiECv3xCZzUnPantRowUZAo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tqdxnvviid" - }, - { - "Name": "integrity", - "Value": "sha256-K3lHIZkmypWqETcVTdq2wiECv3xCZzUnPantRowUZAo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-pinterest.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6414" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"19D6sY3qWpFUWK05kQFo+WF12/j3bfF3rKzkCSEsXt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-19D6sY3qWpFUWK05kQFo+WF12/j3bfF3rKzkCSEsXt0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit-outline.zdeo28py0h.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6414" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"19D6sY3qWpFUWK05kQFo+WF12/j3bfF3rKzkCSEsXt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zdeo28py0h" - }, - { - "Name": "integrity", - "Value": "sha256-19D6sY3qWpFUWK05kQFo+WF12/j3bfF3rKzkCSEsXt0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit.d13es3kysa.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4U4N8ZxL4MIWgdzoaAiZFDN0uRBxQxkhH1XrfSSkGL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d13es3kysa" - }, - { - "Name": "integrity", - "Value": "sha256-4U4N8ZxL4MIWgdzoaAiZFDN0uRBxQxkhH1XrfSSkGL0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-reddit.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4498" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4U4N8ZxL4MIWgdzoaAiZFDN0uRBxQxkhH1XrfSSkGL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4U4N8ZxL4MIWgdzoaAiZFDN0uRBxQxkhH1XrfSSkGL0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5945" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LqVBXllh4Ps9qvi2x9GUzfJfT7KozFCjybVUFWPLGyI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LqVBXllh4Ps9qvi2x9GUzfJfT7KozFCjybVUFWPLGyI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss-outline.uo3agd9u3w.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5945" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LqVBXllh4Ps9qvi2x9GUzfJfT7KozFCjybVUFWPLGyI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uo3agd9u3w" - }, - { - "Name": "integrity", - "Value": "sha256-LqVBXllh4Ps9qvi2x9GUzfJfT7KozFCjybVUFWPLGyI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss.6g7einobp7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4789" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ypQohJK76Q+2UbW7GVIcjSgJRm521QIK581vDm6EvsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6g7einobp7" - }, - { - "Name": "integrity", - "Value": "sha256-ypQohJK76Q+2UbW7GVIcjSgJRm521QIK581vDm6EvsA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-rss.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4789" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ypQohJK76Q+2UbW7GVIcjSgJRm521QIK581vDm6EvsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ypQohJK76Q+2UbW7GVIcjSgJRm521QIK581vDm6EvsA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype-outline.6w6g8h4g6m.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Gk2UDUz7U13XYTU4/L5vddr/pB0BHDiRPS6FJfVYTRM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6w6g8h4g6m" - }, - { - "Name": "integrity", - "Value": "sha256-Gk2UDUz7U13XYTU4/L5vddr/pB0BHDiRPS6FJfVYTRM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5608" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Gk2UDUz7U13XYTU4/L5vddr/pB0BHDiRPS6FJfVYTRM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Gk2UDUz7U13XYTU4/L5vddr/pB0BHDiRPS6FJfVYTRM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype.nm90wvesvs.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4269" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vwwvcl3z7w5gnp64aJM/z5uP56+pXFfXO6n7j/rN45A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nm90wvesvs" - }, - { - "Name": "integrity", - "Value": "sha256-vwwvcl3z7w5gnp64aJM/z5uP56+pXFfXO6n7j/rN45A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-skype.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4269" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vwwvcl3z7w5gnp64aJM/z5uP56+pXFfXO6n7j/rN45A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vwwvcl3z7w5gnp64aJM/z5uP56+pXFfXO6n7j/rN45A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr-outline.25mgzzq6c7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6pyZZzBL56aiei1UbVDGcUgKItvfYtclod1ZUs3itIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "25mgzzq6c7" - }, - { - "Name": "integrity", - "Value": "sha256-6pyZZzBL56aiei1UbVDGcUgKItvfYtclod1ZUs3itIw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2725" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6pyZZzBL56aiei1UbVDGcUgKItvfYtclod1ZUs3itIw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6pyZZzBL56aiei1UbVDGcUgKItvfYtclod1ZUs3itIw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr.1oph35tuvn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1946" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MQPqf2kHSylKY1sXTIuRsHOLfi0GFtC25iQCJCz3Qag=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1oph35tuvn" - }, - { - "Name": "integrity", - "Value": "sha256-MQPqf2kHSylKY1sXTIuRsHOLfi0GFtC25iQCJCz3Qag=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tumblr.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1946" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"MQPqf2kHSylKY1sXTIuRsHOLfi0GFtC25iQCJCz3Qag=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MQPqf2kHSylKY1sXTIuRsHOLfi0GFtC25iQCJCz3Qag=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tux.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tux.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7103" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xQm2KQCG4qeApKSj0/ary+vr9neAwisymU2h8OK+fu4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xQm2KQCG4qeApKSj0/ary+vr9neAwisymU2h8OK+fu4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tux.rges6yru04.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tux.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7103" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"xQm2KQCG4qeApKSj0/ary+vr9neAwisymU2h8OK+fu4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rges6yru04" - }, - { - "Name": "integrity", - "Value": "sha256-xQm2KQCG4qeApKSj0/ary+vr9neAwisymU2h8OK+fu4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-tux.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0l/1PjbgW2B6bvEkAE4iPEN2rnGBtUUTHG2mY0GdT+s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0l/1PjbgW2B6bvEkAE4iPEN2rnGBtUUTHG2mY0GdT+s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter-outline.qizom0kuvm.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5569" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0l/1PjbgW2B6bvEkAE4iPEN2rnGBtUUTHG2mY0GdT+s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qizom0kuvm" - }, - { - "Name": "integrity", - "Value": "sha256-0l/1PjbgW2B6bvEkAE4iPEN2rnGBtUUTHG2mY0GdT+s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter.c6rne2uv4t.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3405" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rGAtdAO22m2AG70WiWZlQI+hsQ59JfajLZuIo5Q8oFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c6rne2uv4t" - }, - { - "Name": "integrity", - "Value": "sha256-rGAtdAO22m2AG70WiWZlQI+hsQ59JfajLZuIo5Q8oFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-twitter.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3405" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"rGAtdAO22m2AG70WiWZlQI+hsQ59JfajLZuIo5Q8oFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rGAtdAO22m2AG70WiWZlQI+hsQ59JfajLZuIo5Q8oFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd-outline.fjn8qko0fq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5744" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1SyqnhVTO1v+HGbqdN2JqCbsFZEOU1dA2a6QgYqShKk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fjn8qko0fq" - }, - { - "Name": "integrity", - "Value": "sha256-1SyqnhVTO1v+HGbqdN2JqCbsFZEOU1dA2a6QgYqShKk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5744" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1SyqnhVTO1v+HGbqdN2JqCbsFZEOU1dA2a6QgYqShKk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1SyqnhVTO1v+HGbqdN2JqCbsFZEOU1dA2a6QgYqShKk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd.gh71eiafyf.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3G3+GMXJSw7ZQbH1y0mgNnEPnfAPg5LqSDnbYh4akMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "gh71eiafyf" - }, - { - "Name": "integrity", - "Value": "sha256-3G3+GMXJSw7ZQbH1y0mgNnEPnfAPg5LqSDnbYh4akMs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-usd.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3G3+GMXJSw7ZQbH1y0mgNnEPnfAPg5LqSDnbYh4akMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3G3+GMXJSw7ZQbH1y0mgNnEPnfAPg5LqSDnbYh4akMs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g9OZ3u8/ggliLOlcma3GtPClgF5DUGQxepLpuUfS1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g9OZ3u8/ggliLOlcma3GtPClgF5DUGQxepLpuUfS1sY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo-outline.z8s20qb2dl.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5525" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"g9OZ3u8/ggliLOlcma3GtPClgF5DUGQxepLpuUfS1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z8s20qb2dl" - }, - { - "Name": "integrity", - "Value": "sha256-g9OZ3u8/ggliLOlcma3GtPClgF5DUGQxepLpuUfS1sY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo.6jc4yqcjwq.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3456" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cqLaiNEMrywxyWM77Cg0LUDImgMyFHiMlMCcWbK8GFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6jc4yqcjwq" - }, - { - "Name": "integrity", - "Value": "sha256-cqLaiNEMrywxyWM77Cg0LUDImgMyFHiMlMCcWbK8GFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-vimeo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3456" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"cqLaiNEMrywxyWM77Cg0LUDImgMyFHiMlMCcWbK8GFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cqLaiNEMrywxyWM77Cg0LUDImgMyFHiMlMCcWbK8GFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows-outline.0og466zb8j.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1775" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YLtMLbU21EVqNgwcCoFETfJ3sgcpnkTkb9RitvH0nxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0og466zb8j" - }, - { - "Name": "integrity", - "Value": "sha256-YLtMLbU21EVqNgwcCoFETfJ3sgcpnkTkb9RitvH0nxg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1775" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"YLtMLbU21EVqNgwcCoFETfJ3sgcpnkTkb9RitvH0nxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YLtMLbU21EVqNgwcCoFETfJ3sgcpnkTkb9RitvH0nxg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KXrx7xZD3nEa9YlN3AMwsk2xptp6PhnLDRYkjP9MPwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXrx7xZD3nEa9YlN3AMwsk2xptp6PhnLDRYkjP9MPwo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows.po75k8l35b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2550" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"KXrx7xZD3nEa9YlN3AMwsk2xptp6PhnLDRYkjP9MPwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "po75k8l35b" - }, - { - "Name": "integrity", - "Value": "sha256-KXrx7xZD3nEa9YlN3AMwsk2xptp6PhnLDRYkjP9MPwo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-windows.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6418" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TeHCCaeLWBA20sVlnmjb96mlhUAnZZlDsUUoXWbAbdE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TeHCCaeLWBA20sVlnmjb96mlhUAnZZlDsUUoXWbAbdE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress-outline.xvdcwcsq27.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6418" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TeHCCaeLWBA20sVlnmjb96mlhUAnZZlDsUUoXWbAbdE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xvdcwcsq27" - }, - { - "Name": "integrity", - "Value": "sha256-TeHCCaeLWBA20sVlnmjb96mlhUAnZZlDsUUoXWbAbdE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "5465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WWnRnDz60WWAnl3B/eSGXBaPNkU4/F1TqnzJ9hy31BE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WWnRnDz60WWAnl3B/eSGXBaPNkU4/F1TqnzJ9hy31BE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress.zp4fpypje5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5465" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"WWnRnDz60WWAnl3B/eSGXBaPNkU4/F1TqnzJ9hy31BE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zp4fpypje5" - }, - { - "Name": "integrity", - "Value": "sha256-WWnRnDz60WWAnl3B/eSGXBaPNkU4/F1TqnzJ9hy31BE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-wordpress.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2119" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I6N6oYsAsS+i8cQoRslQ7Ev/3PMjg2fL9pgTxv7xgKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I6N6oYsAsS+i8cQoRslQ7Ev/3PMjg2fL9pgTxv7xgKQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo-outline.xr7ui2w19p.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2119" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"I6N6oYsAsS+i8cQoRslQ7Ev/3PMjg2fL9pgTxv7xgKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xr7ui2w19p" - }, - { - "Name": "integrity", - "Value": "sha256-I6N6oYsAsS+i8cQoRslQ7Ev/3PMjg2fL9pgTxv7xgKQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo.n3r41qtr6s.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1729" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mzs9MBNvgp1Es/LP9cHzK37zmcdov6lXuMgMqeiOt/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "n3r41qtr6s" - }, - { - "Name": "integrity", - "Value": "sha256-Mzs9MBNvgp1Es/LP9cHzK37zmcdov6lXuMgMqeiOt/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-yahoo.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1729" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Mzs9MBNvgp1Es/LP9cHzK37zmcdov6lXuMgMqeiOt/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mzs9MBNvgp1Es/LP9cHzK37zmcdov6lXuMgMqeiOt/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube-outline.hq3zmmtuv0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V8TZDWNsBp2IspLxEhSEPRgOJOnbifI3MSzY/saPpCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hq3zmmtuv0" - }, - { - "Name": "integrity", - "Value": "sha256-V8TZDWNsBp2IspLxEhSEPRgOJOnbifI3MSzY/saPpCA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube-outline.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube-outline.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube-outline.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4655" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"V8TZDWNsBp2IspLxEhSEPRgOJOnbifI3MSzY/saPpCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-V8TZDWNsBp2IspLxEhSEPRgOJOnbifI3MSzY/saPpCA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2511" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Sz0q02IsKvmq1WsBmFbdaNPFfFOsMnkNXRH6JXua2vA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Sz0q02IsKvmq1WsBmFbdaNPFfFOsMnkNXRH6JXua2vA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube.tixw9a4o3u.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2511" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Sz0q02IsKvmq1WsBmFbdaNPFfFOsMnkNXRH6JXua2vA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tixw9a4o3u" - }, - { - "Name": "integrity", - "Value": "sha256-Sz0q02IsKvmq1WsBmFbdaNPFfFOsMnkNXRH6JXua2vA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/social-youtube.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/speakerphone.mls6q1vw4f.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/speakerphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4310" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SsRknYzMPrg5x+jXM1AFBSvT6znLL2Sabi/DAIa1iUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mls6q1vw4f" - }, - { - "Name": "integrity", - "Value": "sha256-SsRknYzMPrg5x+jXM1AFBSvT6znLL2Sabi/DAIa1iUI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/speakerphone.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/speakerphone.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/speakerphone.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4310" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"SsRknYzMPrg5x+jXM1AFBSvT6znLL2Sabi/DAIa1iUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SsRknYzMPrg5x+jXM1AFBSvT6znLL2Sabi/DAIa1iUI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/speedometer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/speedometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4238" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"azggWw0JOpmp9pViJ6lAIQ2rFOZVvQLboEtR3BYY92A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-azggWw0JOpmp9pViJ6lAIQ2rFOZVvQLboEtR3BYY92A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/speedometer.xloop3pgx0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/speedometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4238" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"azggWw0JOpmp9pViJ6lAIQ2rFOZVvQLboEtR3BYY92A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xloop3pgx0" - }, - { - "Name": "integrity", - "Value": "sha256-azggWw0JOpmp9pViJ6lAIQ2rFOZVvQLboEtR3BYY92A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/speedometer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/spoon.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/spoon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2306" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EKwmDrjBj96YpAYn4lNFlgPRCd/EtyuDgMN3M/Y9SUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EKwmDrjBj96YpAYn4lNFlgPRCd/EtyuDgMN3M/Y9SUo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/spoon.s9l9wgygs5.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/spoon.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2306" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"EKwmDrjBj96YpAYn4lNFlgPRCd/EtyuDgMN3M/Y9SUo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9l9wgygs5" - }, - { - "Name": "integrity", - "Value": "sha256-EKwmDrjBj96YpAYn4lNFlgPRCd/EtyuDgMN3M/Y9SUo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/spoon.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/star.lo1mabwje6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2195" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+ze0l/kGFMCIxUE9kMnw82PzUREksLIJlQjv5iKZw2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lo1mabwje6" - }, - { - "Name": "integrity", - "Value": "sha256-+ze0l/kGFMCIxUE9kMnw82PzUREksLIJlQjv5iKZw2M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/star.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/star.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/star.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2195" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"+ze0l/kGFMCIxUE9kMnw82PzUREksLIJlQjv5iKZw2M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+ze0l/kGFMCIxUE9kMnw82PzUREksLIJlQjv5iKZw2M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/stats-bars.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/stats-bars.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UN7zuDxRG+jQ7pE5OnCItO7s6CKPN/J5xvw3NstUgp4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UN7zuDxRG+jQ7pE5OnCItO7s6CKPN/J5xvw3NstUgp4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/stats-bars.w0t3scmnt7.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/stats-bars.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "218" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"UN7zuDxRG+jQ7pE5OnCItO7s6CKPN/J5xvw3NstUgp4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w0t3scmnt7" - }, - { - "Name": "integrity", - "Value": "sha256-UN7zuDxRG+jQ7pE5OnCItO7s6CKPN/J5xvw3NstUgp4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/stats-bars.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/steam.6xbnh04v53.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/steam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3875" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Gk17f8ybgLcbDe78oNJFy4UFTCwhSknv7SjhZGhnqLY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6xbnh04v53" - }, - { - "Name": "integrity", - "Value": "sha256-Gk17f8ybgLcbDe78oNJFy4UFTCwhSknv7SjhZGhnqLY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/steam.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/steam.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/steam.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3875" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Gk17f8ybgLcbDe78oNJFy4UFTCwhSknv7SjhZGhnqLY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Gk17f8ybgLcbDe78oNJFy4UFTCwhSknv7SjhZGhnqLY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/stop.4lz364vgtz.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/stop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1090" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6BynDzAUTL5W8hcrd3HuMbuWZLrLibxOQPZ5AZ3HxgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4lz364vgtz" - }, - { - "Name": "integrity", - "Value": "sha256-6BynDzAUTL5W8hcrd3HuMbuWZLrLibxOQPZ5AZ3HxgQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/stop.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/stop.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/stop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1090" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6BynDzAUTL5W8hcrd3HuMbuWZLrLibxOQPZ5AZ3HxgQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6BynDzAUTL5W8hcrd3HuMbuWZLrLibxOQPZ5AZ3HxgQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thermometer.886eq2ybn0.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thermometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1980" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CJlN8Uvr0jIYOBW1u/O303Xg3JcU427j486A/4OoUHI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "886eq2ybn0" - }, - { - "Name": "integrity", - "Value": "sha256-CJlN8Uvr0jIYOBW1u/O303Xg3JcU427j486A/4OoUHI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/thermometer.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thermometer.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thermometer.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1980" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"CJlN8Uvr0jIYOBW1u/O303Xg3JcU427j486A/4OoUHI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CJlN8Uvr0jIYOBW1u/O303Xg3JcU427j486A/4OoUHI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsdown.k0h55hn0fn.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsdown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2288" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZF6OGPPw6xQv8M9fyPek+0yJzWJCxAMX1sSjjKzYoQk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k0h55hn0fn" - }, - { - "Name": "integrity", - "Value": "sha256-ZF6OGPPw6xQv8M9fyPek+0yJzWJCxAMX1sSjjKzYoQk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsdown.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsdown.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsdown.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2288" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"ZF6OGPPw6xQv8M9fyPek+0yJzWJCxAMX1sSjjKzYoQk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZF6OGPPw6xQv8M9fyPek+0yJzWJCxAMX1sSjjKzYoQk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsup.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TeHgKTsN79o633eRUVE7jsbCljxSQMRCZ9h+lJidptI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TeHgKTsN79o633eRUVE7jsbCljxSQMRCZ9h+lJidptI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsup.tgbdyx66xg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsup.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2356" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TeHgKTsN79o633eRUVE7jsbCljxSQMRCZ9h+lJidptI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tgbdyx66xg" - }, - { - "Name": "integrity", - "Value": "sha256-TeHgKTsN79o633eRUVE7jsbCljxSQMRCZ9h+lJidptI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/thumbsup.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle-filled.af2e3kmfis.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle-filled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3194" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OinBKjBw1j/AdnVkdeEG6EXXm6zVt8CuZkuxZeDAmqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "af2e3kmfis" - }, - { - "Name": "integrity", - "Value": "sha256-OinBKjBw1j/AdnVkdeEG6EXXm6zVt8CuZkuxZeDAmqI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle-filled.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle-filled.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle-filled.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3194" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OinBKjBw1j/AdnVkdeEG6EXXm6zVt8CuZkuxZeDAmqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OinBKjBw1j/AdnVkdeEG6EXXm6zVt8CuZkuxZeDAmqI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle.1hpmb7ufah.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3599" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"i86TImq7IMu2/bhZOhFdDP+pYmz+y7t741JKdxFeeZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hpmb7ufah" - }, - { - "Name": "integrity", - "Value": "sha256-i86TImq7IMu2/bhZOhFdDP+pYmz+y7t741JKdxFeeZ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/toggle.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3599" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"i86TImq7IMu2/bhZOhFdDP+pYmz+y7t741JKdxFeeZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i86TImq7IMu2/bhZOhFdDP+pYmz+y7t741JKdxFeeZ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-a.ifybnv7t1b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2752" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DoYzP+Vmuc5aP9aNptIpa+deix+0w9VnH+gJbok/hLw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ifybnv7t1b" - }, - { - "Name": "integrity", - "Value": "sha256-DoYzP+Vmuc5aP9aNptIpa+deix+0w9VnH+gJbok/hLw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-a.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-a.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-a.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2752" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"DoYzP+Vmuc5aP9aNptIpa+deix+0w9VnH+gJbok/hLw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DoYzP+Vmuc5aP9aNptIpa+deix+0w9VnH+gJbok/hLw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-b.icmupbd2kj.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xh5USY/D4uacT5yMbfHUp+D6oJobe/d6tsTFhmZQMe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "icmupbd2kj" - }, - { - "Name": "integrity", - "Value": "sha256-Xh5USY/D4uacT5yMbfHUp+D6oJobe/d6tsTFhmZQMe8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-b.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-b.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trash-b.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1882" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"Xh5USY/D4uacT5yMbfHUp+D6oJobe/d6tsTFhmZQMe8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xh5USY/D4uacT5yMbfHUp+D6oJobe/d6tsTFhmZQMe8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trophy.hxelea638e.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trophy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1ZRVK1zMneE4JSnFMUOGT9552ds9Q9tEtZchacNResc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hxelea638e" - }, - { - "Name": "integrity", - "Value": "sha256-1ZRVK1zMneE4JSnFMUOGT9552ds9Q9tEtZchacNResc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/trophy.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/trophy.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/trophy.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3579" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1ZRVK1zMneE4JSnFMUOGT9552ds9Q9tEtZchacNResc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1ZRVK1zMneE4JSnFMUOGT9552ds9Q9tEtZchacNResc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/umbrella.f4po8xojhu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/umbrella.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3416" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0f5gbN1Iy2ToPRSs5lPLT1KKcS7G2ebdC6MQbLk4KKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f4po8xojhu" - }, - { - "Name": "integrity", - "Value": "sha256-0f5gbN1Iy2ToPRSs5lPLT1KKcS7G2ebdC6MQbLk4KKg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/umbrella.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/umbrella.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/umbrella.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3416" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"0f5gbN1Iy2ToPRSs5lPLT1KKcS7G2ebdC6MQbLk4KKg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0f5gbN1Iy2ToPRSs5lPLT1KKcS7G2ebdC6MQbLk4KKg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/university.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/university.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3167" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"07tnb3zxbNu01rZ68kLaap0MyUEbftC48vAP6A40zc4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-07tnb3zxbNu01rZ68kLaap0MyUEbftC48vAP6A40zc4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/university.t44daxszz1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/university.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3167" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"07tnb3zxbNu01rZ68kLaap0MyUEbftC48vAP6A40zc4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t44daxszz1" - }, - { - "Name": "integrity", - "Value": "sha256-07tnb3zxbNu01rZ68kLaap0MyUEbftC48vAP6A40zc4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/university.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/unlocked.h1ovk7q9og.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/unlocked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2412" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dXtBCoLXqbtFsGqEdoxdgX4wqlA9348LRUasu5bq9y0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h1ovk7q9og" - }, - { - "Name": "integrity", - "Value": "sha256-dXtBCoLXqbtFsGqEdoxdgX4wqlA9348LRUasu5bq9y0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/unlocked.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/unlocked.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/unlocked.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2412" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"dXtBCoLXqbtFsGqEdoxdgX4wqlA9348LRUasu5bq9y0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dXtBCoLXqbtFsGqEdoxdgX4wqlA9348LRUasu5bq9y0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/upload.4gbfc42eys.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2480" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tKNQ2gU8XnMNqFt0aCBioGmd1/jo8PlmZcI77sMB2Cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4gbfc42eys" - }, - { - "Name": "integrity", - "Value": "sha256-tKNQ2gU8XnMNqFt0aCBioGmd1/jo8PlmZcI77sMB2Cg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/upload.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/upload.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/upload.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2480" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tKNQ2gU8XnMNqFt0aCBioGmd1/jo8PlmZcI77sMB2Cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tKNQ2gU8XnMNqFt0aCBioGmd1/jo8PlmZcI77sMB2Cg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/usb.hzz4wa8wy6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/usb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3950" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LZdcko3TBJowYcT4wYIU6EMdMDTDKjPT2HmxcU+ypx4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hzz4wa8wy6" - }, - { - "Name": "integrity", - "Value": "sha256-LZdcko3TBJowYcT4wYIU6EMdMDTDKjPT2HmxcU+ypx4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/usb.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/usb.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/usb.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3950" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LZdcko3TBJowYcT4wYIU6EMdMDTDKjPT2HmxcU+ypx4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LZdcko3TBJowYcT4wYIU6EMdMDTDKjPT2HmxcU+ypx4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/videocamera.0rc13ushlt.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/videocamera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zBHuYdJY/DQ/rX7NmkV08ylLLh/dWSol7WP84uFveI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0rc13ushlt" - }, - { - "Name": "integrity", - "Value": "sha256-zBHuYdJY/DQ/rX7NmkV08ylLLh/dWSol7WP84uFveI4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/videocamera.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/videocamera.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/videocamera.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2381" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"zBHuYdJY/DQ/rX7NmkV08ylLLh/dWSol7WP84uFveI4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zBHuYdJY/DQ/rX7NmkV08ylLLh/dWSol7WP84uFveI4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-high.9ofj1urrw1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-high.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4334" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GR+iY00RFWtMN7vYxaTsfDoMio9kisTFxtu04glzdbw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9ofj1urrw1" - }, - { - "Name": "integrity", - "Value": "sha256-GR+iY00RFWtMN7vYxaTsfDoMio9kisTFxtu04glzdbw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-high.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-high.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-high.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4334" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"GR+iY00RFWtMN7vYxaTsfDoMio9kisTFxtu04glzdbw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GR+iY00RFWtMN7vYxaTsfDoMio9kisTFxtu04glzdbw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-low.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2136" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x/eWJSIijcwHQPxYR7sxzAb1PA4rqdK5SBQimS3qLTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x/eWJSIijcwHQPxYR7sxzAb1PA4rqdK5SBQimS3qLTE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-low.rb6fmxzwy4.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-low.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2136" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"x/eWJSIijcwHQPxYR7sxzAb1PA4rqdK5SBQimS3qLTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rb6fmxzwy4" - }, - { - "Name": "integrity", - "Value": "sha256-x/eWJSIijcwHQPxYR7sxzAb1PA4rqdK5SBQimS3qLTE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-low.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-medium.2955h8uemu.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-medium.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3174" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1tp1AdBXsC0BSt49/Sxgz/2bvym7BMcIYObrYjITI+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2955h8uemu" - }, - { - "Name": "integrity", - "Value": "sha256-1tp1AdBXsC0BSt49/Sxgz/2bvym7BMcIYObrYjITI+Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-medium.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-medium.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-medium.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3174" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"1tp1AdBXsC0BSt49/Sxgz/2bvym7BMcIYObrYjITI+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1tp1AdBXsC0BSt49/Sxgz/2bvym7BMcIYObrYjITI+Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-mute.m6vtlp9yg1.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-mute.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4803" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HoxpVeCwMKU8yuEzSkYT9JH0/QdNQYkNdMw8xGhbnIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m6vtlp9yg1" - }, - { - "Name": "integrity", - "Value": "sha256-HoxpVeCwMKU8yuEzSkYT9JH0/QdNQYkNdMw8xGhbnIQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-mute.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-mute.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/volume-mute.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4803" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"HoxpVeCwMKU8yuEzSkYT9JH0/QdNQYkNdMw8xGhbnIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HoxpVeCwMKU8yuEzSkYT9JH0/QdNQYkNdMw8xGhbnIQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wand.55gne3b8z6.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eRtaGvfNKKY3qQO1jS40p1JpyYcZ+dFFWvuuVz6IUgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "55gne3b8z6" - }, - { - "Name": "integrity", - "Value": "sha256-eRtaGvfNKKY3qQO1jS40p1JpyYcZ+dFFWvuuVz6IUgU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/wand.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wand.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wand.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "1933" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"eRtaGvfNKKY3qQO1jS40p1JpyYcZ+dFFWvuuVz6IUgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eRtaGvfNKKY3qQO1jS40p1JpyYcZ+dFFWvuuVz6IUgU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/waterdrop.2vco45vs2l.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/waterdrop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3169" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4gAbetfUxVXKIwYQlhT9sF//PBTVZMzgnuVVN1EOsvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2vco45vs2l" - }, - { - "Name": "integrity", - "Value": "sha256-4gAbetfUxVXKIwYQlhT9sF//PBTVZMzgnuVVN1EOsvU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/waterdrop.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/waterdrop.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/waterdrop.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3169" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"4gAbetfUxVXKIwYQlhT9sF//PBTVZMzgnuVVN1EOsvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4gAbetfUxVXKIwYQlhT9sF//PBTVZMzgnuVVN1EOsvU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wifi.4opjuairw2.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wifi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3037" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tC4BwMG0iHF/iVrDQ3URmxEcH9nplG0TlLEFqFo7/sg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4opjuairw2" - }, - { - "Name": "integrity", - "Value": "sha256-tC4BwMG0iHF/iVrDQ3URmxEcH9nplG0TlLEFqFo7/sg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/wifi.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wifi.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wifi.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3037" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"tC4BwMG0iHF/iVrDQ3URmxEcH9nplG0TlLEFqFo7/sg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tC4BwMG0iHF/iVrDQ3URmxEcH9nplG0TlLEFqFo7/sg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wineglass.8skorryx6r.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wineglass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3734" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OCb9X96JMW9YTIAxbnRWeiGPdCaJmki4PANH0DAv3Y0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8skorryx6r" - }, - { - "Name": "integrity", - "Value": "sha256-OCb9X96JMW9YTIAxbnRWeiGPdCaJmki4PANH0DAv3Y0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/wineglass.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wineglass.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wineglass.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3734" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"OCb9X96JMW9YTIAxbnRWeiGPdCaJmki4PANH0DAv3Y0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OCb9X96JMW9YTIAxbnRWeiGPdCaJmki4PANH0DAv3Y0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/woman.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/woman.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "3592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"54nBrlW2qjyijVlFbYUv8b89SfxrijgL9igIC+rGFos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-54nBrlW2qjyijVlFbYUv8b89SfxrijgL9igIC+rGFos=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/woman.tjtyw7xw2z.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/woman.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3592" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"54nBrlW2qjyijVlFbYUv8b89SfxrijgL9igIC+rGFos=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tjtyw7xw2z" - }, - { - "Name": "integrity", - "Value": "sha256-54nBrlW2qjyijVlFbYUv8b89SfxrijgL9igIC+rGFos=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/woman.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wrench.o5vcv9wcjw.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wrench.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2866" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vGsTki9sdD1CE/yr/Fw/8lgqUxsTGOyLBwMAh/ajPYo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o5vcv9wcjw" - }, - { - "Name": "integrity", - "Value": "sha256-vGsTki9sdD1CE/yr/Fw/8lgqUxsTGOyLBwMAh/ajPYo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/wrench.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/wrench.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/wrench.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "2866" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"vGsTki9sdD1CE/yr/Fw/8lgqUxsTGOyLBwMAh/ajPYo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vGsTki9sdD1CE/yr/Fw/8lgqUxsTGOyLBwMAh/ajPYo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/xbox.ooqcjbexzg.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/xbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4958" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6M7OIMUNGQ6E40zHFXkxQXTl8YcqgZlSJAwpMdUGkTo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ooqcjbexzg" - }, - { - "Name": "integrity", - "Value": "sha256-6M7OIMUNGQ6E40zHFXkxQXTl8YcqgZlSJAwpMdUGkTo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/ionicons/png/512/xbox.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/ionicons/png/512/xbox.png", - "AssetFile": "_content/Nop.Web/lib_npm/ionicons/png/512/xbox.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4958" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"6M7OIMUNGQ6E40zHFXkxQXTl8YcqgZlSJAwpMdUGkTo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6M7OIMUNGQ6E40zHFXkxQXTl8YcqgZlSJAwpMdUGkTo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.4bo2nrx8s3.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000098241478" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10178" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4bo2nrx8s3" - }, - { - "Name": "integrity", - "Value": "sha256-cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.4bo2nrx8s3.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32996" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4bo2nrx8s3" - }, - { - "Name": "integrity", - "Value": "sha256-cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.4bo2nrx8s3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10178" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4bo2nrx8s3" - }, - { - "Name": "integrity", - "Value": "sha256-cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000098241478" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10178" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "32996" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cEW2GbSOvJDLztmhvT4zcWr6oTSkEmzydxkkqK4OM9c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "10178" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cUmwp09aquVegjiW7bxO0iJnQbRMX0Pt27SlHdMvO04=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.bph54hn1ew.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000203707476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bph54hn1ew" - }, - { - "Name": "integrity", - "Value": "sha256-3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.bph54hn1ew.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bph54hn1ew" - }, - { - "Name": "integrity", - "Value": "sha256-3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.bph54hn1ew.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bph54hn1ew" - }, - { - "Name": "integrity", - "Value": "sha256-gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000203707476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3wDmGaf770o7uJULfyLzNzJ2txz/RVoE8x1c1rrG4Hk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4908" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gjRU/bHB3D1URie6fj+gr+ZazbNUgAsm0MbReCpqrig=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000157306906" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15330" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.r7q0e22a6u.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000157306906" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r7q0e22a6u" - }, - { - "Name": "integrity", - "Value": "sha256-ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.r7q0e22a6u.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15330" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r7q0e22a6u" - }, - { - "Name": "integrity", - "Value": "sha256-ScUYYtYXJGiWVLpaUOKxWAvlZr5vFZSevETlf51nc6Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.r7q0e22a6u.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6356" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r7q0e22a6u" - }, - { - "Name": "integrity", - "Value": "sha256-en1IcKJJiG1a4x83XZKkD/OeP4WFgdbDsVMzbe8VY/I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-migrate/jquery-migrate.min.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.dixarjbvzi.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001883239171" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dixarjbvzi" - }, - { - "Name": "integrity", - "Value": "sha256-26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.dixarjbvzi.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dixarjbvzi" - }, - { - "Name": "integrity", - "Value": "sha256-26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.dixarjbvzi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dixarjbvzi" - }, - { - "Name": "integrity", - "Value": "sha256-lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001883239171" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-26DfENWd0prfAanZpnhi7UV0zZ0dtVQS19zRgfPDjfo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.caret.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lw3OG4jRE42TES+JWtOfXbrqe/+LfbhSskZhmC89hNA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000988142292" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2736" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.l2iiiuxnmk.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000988142292" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2iiiuxnmk" - }, - { - "Name": "integrity", - "Value": "sha256-/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.l2iiiuxnmk.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2736" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2iiiuxnmk" - }, - { - "Name": "integrity", - "Value": "sha256-/YVIJAjC7PgRwlcnxIcfUBoo9NuzmE9Y8JRzeZ96hsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.l2iiiuxnmk.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2iiiuxnmk" - }, - { - "Name": "integrity", - "Value": "sha256-r1l8ShuJ8iRCtaaeGc9TDEIsH7Lff/ZfkX4rwPtcaUM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000324991875" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3076" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "9337" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3076" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.msc9gvpxr7.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000324991875" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3076" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "msc9gvpxr7" - }, - { - "Name": "integrity", - "Value": "sha256-BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.msc9gvpxr7.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "9337" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "msc9gvpxr7" - }, - { - "Name": "integrity", - "Value": "sha256-BmVA9mgNHOpvXJkhArwtKr/o3HWYQhLCiSxXkWlmQqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.msc9gvpxr7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3076" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "msc9gvpxr7" - }, - { - "Name": "integrity", - "Value": "sha256-qCGUAoAyGhSKxJY/yViHUDvsMrAV3tFUzSVz2TyqTUw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-tageditor/jquery.tag-editor.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.8vnoj3sc9v.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7142" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LNKhsPg2jTeDX4KjpScz2HG/Tp20zQR8qYXQHAcWliQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8vnoj3sc9v" - }, - { - "Name": "integrity", - "Value": "sha256-LNKhsPg2jTeDX4KjpScz2HG/Tp20zQR8qYXQHAcWliQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7142" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"LNKhsPg2jTeDX4KjpScz2HG/Tp20zQR8qYXQHAcWliQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LNKhsPg2jTeDX4KjpScz2HG/Tp20zQR8qYXQHAcWliQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7126" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VPjffNgkBsCI0xAUpjEZpY/1lJ2zWV2wAX/e4e6MxZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VPjffNgkBsCI0xAUpjEZpY/1lJ2zWV2wAX/e4e6MxZ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.wz6l9u5rv8.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7126" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"VPjffNgkBsCI0xAUpjEZpY/1lJ2zWV2wAX/e4e6MxZ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wz6l9u5rv8" - }, - { - "Name": "integrity", - "Value": "sha256-VPjffNgkBsCI0xAUpjEZpY/1lJ2zWV2wAX/e4e6MxZ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.2bve4sskos.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AjaKttbSKLPDrqJ3NhzkKkE55PodUhRw/8eYZqeb5PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2bve4sskos" - }, - { - "Name": "integrity", - "Value": "sha256-AjaKttbSKLPDrqJ3NhzkKkE55PodUhRw/8eYZqeb5PQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"AjaKttbSKLPDrqJ3NhzkKkE55PodUhRw/8eYZqeb5PQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AjaKttbSKLPDrqJ3NhzkKkE55PodUhRw/8eYZqeb5PQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.ftha09b2gd.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7163" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TZNCL8EoEMbkt1ahyAAkTqBYsE6cxHrwEFHk7DjbjTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ftha09b2gd" - }, - { - "Name": "integrity", - "Value": "sha256-TZNCL8EoEMbkt1ahyAAkTqBYsE6cxHrwEFHk7DjbjTM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "7163" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"TZNCL8EoEMbkt1ahyAAkTqBYsE6cxHrwEFHk7DjbjTM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TZNCL8EoEMbkt1ahyAAkTqBYsE6cxHrwEFHk7DjbjTM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "4670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oaZTp6XE4DXXisqdLZwHRJaixOCS2TvpA95kPmoDodk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oaZTp6XE4DXXisqdLZwHRJaixOCS2TvpA95kPmoDodk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.z7obim2ya4.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4670" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"oaZTp6XE4DXXisqdLZwHRJaixOCS2TvpA95kPmoDodk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z7obim2ya4" - }, - { - "Name": "integrity", - "Value": "sha256-oaZTp6XE4DXXisqdLZwHRJaixOCS2TvpA95kPmoDodk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.3gqpeg1pdo.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6539" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3U8s+CIl31Hem8hgQdc5NdNSsFAXEqzyFtEJelhv9tM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3gqpeg1pdo" - }, - { - "Name": "integrity", - "Value": "sha256-3U8s+CIl31Hem8hgQdc5NdNSsFAXEqzyFtEJelhv9tM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=3600, must-revalidate" - }, - { - "Name": "Content-Length", - "Value": "6539" - }, - { - "Name": "Content-Type", - "Value": "image/png" - }, - { - "Name": "ETag", - "Value": "\"3U8s+CIl31Hem8hgQdc5NdNSsFAXEqzyFtEJelhv9tM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3U8s+CIl31Hem8hgQdc5NdNSsFAXEqzyFtEJelhv9tM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000126534228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7902" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "32136" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7902" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014719736" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "67935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "255089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "67935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.twcxw3lu28.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014719736" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "67935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "twcxw3lu28" - }, - { - "Name": "integrity", - "Value": "sha256-nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.twcxw3lu28.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "255089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "twcxw3lu28" - }, - { - "Name": "integrity", - "Value": "sha256-nZt15r+ZKW93l+0S9zE39Slm27AhgP8FTGwBaAx72x0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.twcxw3lu28.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "67935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "twcxw3lu28" - }, - { - "Name": "integrity", - "Value": "sha256-qyJ+M06GEamqW2299saGApBDtj29Ro1+B3W7RkWQVpQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.z1rsy24gzv.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000126534228" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7902" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1rsy24gzv" - }, - { - "Name": "integrity", - "Value": "sha256-92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.z1rsy24gzv.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32136" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1rsy24gzv" - }, - { - "Name": "integrity", - "Value": "sha256-92EAOx46Gx4tp3Qo5vIqVYTyRUHAs9meZugPYGxJzKU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.z1rsy24gzv.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7902" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z1rsy24gzv" - }, - { - "Name": "integrity", - "Value": "sha256-1bRg4yvRbSplKEgbaaCroaWTCgQZAL6ikOGi0VrhJX8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000201694232" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4957" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15564" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4957" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.kz3e4g5abg.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000201694232" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4957" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kz3e4g5abg" - }, - { - "Name": "integrity", - "Value": "sha256-sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.kz3e4g5abg.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15564" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kz3e4g5abg" - }, - { - "Name": "integrity", - "Value": "sha256-sJ9/oUl6SzlvvqjCAg5J6Hr+RfcnKKxogTYckeYaN3o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.kz3e4g5abg.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4957" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kz3e4g5abg" - }, - { - "Name": "integrity", - "Value": "sha256-cvrq9Yk/JexYeVLx4t2wc6WrJLZAkSXMT9VIxsnCn7g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.structure.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.93arkb2yix.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000420698359" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "93arkb2yix" - }, - { - "Name": "integrity", - "Value": "sha256-1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.93arkb2yix.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13895" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "93arkb2yix" - }, - { - "Name": "integrity", - "Value": "sha256-1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.93arkb2yix.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "93arkb2yix" - }, - { - "Name": "integrity", - "Value": "sha256-nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000420698359" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13895" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1ashXLaE2BAuKF9ma/yhTCnkby0XUuIb63xfVaCic6w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-dist/jquery-ui.theme.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nk66CFpNoEh59HSMDFC9nUYswi2TCjJbhDUw1tXR+mQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.cxp5eu4k8g.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001661129568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "601" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxp5eu4k8g" - }, - { - "Name": "integrity", - "Value": "sha256-gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.cxp5eu4k8g.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxp5eu4k8g" - }, - { - "Name": "integrity", - "Value": "sha256-gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.cxp5eu4k8g.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "601" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxp5eu4k8g" - }, - { - "Name": "integrity", - "Value": "sha256-MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001661129568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "601" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gFg7AAzzIzooYJ+nnPyEvGWbmNCX+K5khS0QJ91hKCM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "601" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MY18HqtsF8yP+ZF2aR0ixFfXki/6F+aj5Vgl7bBf+Cc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.48y08845bh.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000452898551" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2207" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "48y08845bh" - }, - { - "Name": "integrity", - "Value": "sha256-RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.48y08845bh.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "48y08845bh" - }, - { - "Name": "integrity", - "Value": "sha256-RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.48y08845bh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2207" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "48y08845bh" - }, - { - "Name": "integrity", - "Value": "sha256-9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000452898551" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2207" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RFWFWIIPsjB4DucR4jqwxTWw13ZmtI+s6tVR2LJmZXk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2207" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9AgLolrDYa1L+bIGcaxD4IUtCa9GYA86KOlg07ABoPA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.9oaff4kq20.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000155738981" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9oaff4kq20" - }, - { - "Name": "integrity", - "Value": "sha256-N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.9oaff4kq20.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "22177" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9oaff4kq20" - }, - { - "Name": "integrity", - "Value": "sha256-N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.9oaff4kq20.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9oaff4kq20" - }, - { - "Name": "integrity", - "Value": "sha256-nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000155738981" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "22177" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N11IyJpHTgDcSCb3AfX4VrBnpGQeem1NoNzzgcXVyCc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/additional-methods.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nSo+4/uUtabmWWlaeIyHzzD02IgPpFO4Xtd0N7gk/Nk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000126246686" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7920" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "24604" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7920" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.l1zq2mitth.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000126246686" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7920" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l1zq2mitth" - }, - { - "Name": "integrity", - "Value": "sha256-6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.l1zq2mitth.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "24604" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l1zq2mitth" - }, - { - "Name": "integrity", - "Value": "sha256-6e0N+WJiVKBeTitK1GKSwPi3rbdPpLtuqaiitZjeD2w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.l1zq2mitth.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7920" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l1zq2mitth" - }, - { - "Name": "integrity", - "Value": "sha256-4mUG71Eyv9xCiJnL7t4k1oz15fyZCGStgxc72DG9qN8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/jquery.validate.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001436781609" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1559" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.wf0147jz0x.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001436781609" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf0147jz0x" - }, - { - "Name": "integrity", - "Value": "sha256-fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.wf0147jz0x.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1559" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf0147jz0x" - }, - { - "Name": "integrity", - "Value": "sha256-fKhmKi3O58F8paG8ks9GSu/T1MxZoElymaxijpP6Gfw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.wf0147jz0x.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "695" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf0147jz0x" - }, - { - "Name": "integrity", - "Value": "sha256-tFbQhfp6UWboirlzKhX6HbN+IWtbBkSSNwRieZHKs0o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ar.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.fdt8jabxfo.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001564945227" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdt8jabxfo" - }, - { - "Name": "integrity", - "Value": "sha256-s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.fdt8jabxfo.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1577" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdt8jabxfo" - }, - { - "Name": "integrity", - "Value": "sha256-s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.fdt8jabxfo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdt8jabxfo" - }, - { - "Name": "integrity", - "Value": "sha256-4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001564945227" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1577" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s5GS5QbRG7xBQ0HoV6KeHwVI05GiLWqarAhtTFiFgqI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_az.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4D6fzAuYU3BfhcbwMqoxhuYGnhVElgx16v2i7G4qI/g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001477104874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.mf08cj2x80.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001477104874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mf08cj2x80" - }, - { - "Name": "integrity", - "Value": "sha256-zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.mf08cj2x80.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mf08cj2x80" - }, - { - "Name": "integrity", - "Value": "sha256-zjOgVx79BZKXWN7RV4niSedSaSSkG6/P1eEpHWfR0iQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.mf08cj2x80.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mf08cj2x80" - }, - { - "Name": "integrity", - "Value": "sha256-pGnD+DUKnzWGjYSAu6nyJVnyy+0bs2IXd/qqEhZkiqA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bg.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001328021248" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "752" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "752" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.ml76j59kcl.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001328021248" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "752" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ml76j59kcl" - }, - { - "Name": "integrity", - "Value": "sha256-+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.ml76j59kcl.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ml76j59kcl" - }, - { - "Name": "integrity", - "Value": "sha256-+iLFxfyPvZ0rDtyapE4AKiAKzp+BKLqy0v8pZSwarQg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.ml76j59kcl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "752" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ml76j59kcl" - }, - { - "Name": "integrity", - "Value": "sha256-A+DVUllaO6blkeW9hQka/mgMJqJr6P7mstnc/sn13d8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_bn_BD.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.cxb1en96yy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001694915254" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxb1en96yy" - }, - { - "Name": "integrity", - "Value": "sha256-oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.cxb1en96yy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1413" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxb1en96yy" - }, - { - "Name": "integrity", - "Value": "sha256-oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.cxb1en96yy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cxb1en96yy" - }, - { - "Name": "integrity", - "Value": "sha256-ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001694915254" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1413" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oIxDixgJ9rR/pMcdat+5U1yRPYGnp7RYm6Vx0yEHsxw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ca.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ab+u8839pi67mBOR0hTo86b4AGjmndCFF106zETPbas=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001620745543" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1361" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.vcnpxiftrr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001620745543" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vcnpxiftrr" - }, - { - "Name": "integrity", - "Value": "sha256-gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.vcnpxiftrr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1361" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vcnpxiftrr" - }, - { - "Name": "integrity", - "Value": "sha256-gUSqTZBMucia5587Kiq7SOsn1jbUoMwWs/l6juu3nco=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.vcnpxiftrr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vcnpxiftrr" - }, - { - "Name": "integrity", - "Value": "sha256-TNwxy1hh2GOpM+PlOLsQUOQqtDr0td1IbOq4cFhvQV0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_cs.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001269035533" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "787" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1790" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "787" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.ov0p5yno87.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001269035533" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "787" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ov0p5yno87" - }, - { - "Name": "integrity", - "Value": "sha256-TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.ov0p5yno87.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1790" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ov0p5yno87" - }, - { - "Name": "integrity", - "Value": "sha256-TNI/ifRKE1maX/YUIjlPETRWnwiqHfzB1prEssJmCg8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.ov0p5yno87.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "787" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ov0p5yno87" - }, - { - "Name": "integrity", - "Value": "sha256-TDrEJkIxKuSwXzb8oJL4z3M3Q1G2F+XH3/ov+5qIyqI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_da.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000696864111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.s4fdlwrf49.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000696864111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4fdlwrf49" - }, - { - "Name": "integrity", - "Value": "sha256-3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.s4fdlwrf49.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4fdlwrf49" - }, - { - "Name": "integrity", - "Value": "sha256-3LK8tOB3z/Yp/X3gffAMpPwk8KmgcD2OFQx4TEYTtfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.s4fdlwrf49.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1434" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s4fdlwrf49" - }, - { - "Name": "integrity", - "Value": "sha256-Gyi+39HCgWO2btj1Hbw4aGPXSEi+RH79GEuIp2113g0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_de.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.h02gbn6hl9.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001312335958" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "761" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h02gbn6hl9" - }, - { - "Name": "integrity", - "Value": "sha256-z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.h02gbn6hl9.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2042" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h02gbn6hl9" - }, - { - "Name": "integrity", - "Value": "sha256-z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.h02gbn6hl9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "761" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h02gbn6hl9" - }, - { - "Name": "integrity", - "Value": "sha256-zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001312335958" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "761" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2042" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z0rQiER+h8bFKgAcEKeQbdtgKZpzfa1KFZQihNqq9eQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_el.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "761" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zV/20KgnDxKDcoOdmtodQQ3Ys3RhH1zHuJk6GwEjbmg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.563wtgm8mm.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001626016260" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "563wtgm8mm" - }, - { - "Name": "integrity", - "Value": "sha256-DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.563wtgm8mm.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1540" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "563wtgm8mm" - }, - { - "Name": "integrity", - "Value": "sha256-DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.563wtgm8mm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "563wtgm8mm" - }, - { - "Name": "integrity", - "Value": "sha256-jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001626016260" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1540" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DbXTtwS2VXwDoJGnCdCG78P+Fsa0Cm53RLISAEf9sJQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "614" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jRb9pvTO/2yJErgIpyD07t9bUStdGo/kuUopB89+3zQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.bw4sceswu7.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001605136437" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bw4sceswu7" - }, - { - "Name": "integrity", - "Value": "sha256-y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.bw4sceswu7.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1565" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bw4sceswu7" - }, - { - "Name": "integrity", - "Value": "sha256-y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.bw4sceswu7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bw4sceswu7" - }, - { - "Name": "integrity", - "Value": "sha256-pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001605136437" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1565" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y0ukMG+odAp5lmn+5OomxezCWelZa9gMEXSRTFxc0/M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_AR.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "622" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pa7ry3yfAIjAdy4ZP196Dol+DDzHjOlVRXxSjdH8Dv0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.bq0v9ny2xb.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001633986928" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bq0v9ny2xb" - }, - { - "Name": "integrity", - "Value": "sha256-cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.bq0v9ny2xb.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1535" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bq0v9ny2xb" - }, - { - "Name": "integrity", - "Value": "sha256-cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.bq0v9ny2xb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bq0v9ny2xb" - }, - { - "Name": "integrity", - "Value": "sha256-RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001633986928" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1535" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cxo7UTbbzP4ovjvI/7skL07jNFOffK5c+SBhTmy2i7o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_es_PE.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RMPJl6N/klavRPjJE6fyYnndVlfSAN6SxQc6mwvb7wc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001763668430" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1320" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.nr54dbpf7j.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001763668430" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr54dbpf7j" - }, - { - "Name": "integrity", - "Value": "sha256-M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.nr54dbpf7j.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1320" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr54dbpf7j" - }, - { - "Name": "integrity", - "Value": "sha256-M3+2+OERLksPPyeB1I/8jLkXPfKkzjcl5aGQhPOWrMQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.nr54dbpf7j.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr54dbpf7j" - }, - { - "Name": "integrity", - "Value": "sha256-D2M3GSjrRS/wIlCnbd3TgCjDww4MHZtgeK1iFQ7IkqU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_et.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001736111111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "575" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1375" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "575" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.pvoknvh6gf.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001736111111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "575" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pvoknvh6gf" - }, - { - "Name": "integrity", - "Value": "sha256-C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.pvoknvh6gf.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1375" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pvoknvh6gf" - }, - { - "Name": "integrity", - "Value": "sha256-C2Joqboq6CvDFc0NxF6Ag8uhmnK3or+1JnLyuE11HJw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.pvoknvh6gf.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "575" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pvoknvh6gf" - }, - { - "Name": "integrity", - "Value": "sha256-7sbkKwYJ/4Q6AGgVo9CP2+2oyCMVNbFkPAXNQwnzxts=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_eu.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.dodxlyfuw5.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001447178003" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dodxlyfuw5" - }, - { - "Name": "integrity", - "Value": "sha256-g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.dodxlyfuw5.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dodxlyfuw5" - }, - { - "Name": "integrity", - "Value": "sha256-g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.dodxlyfuw5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dodxlyfuw5" - }, - { - "Name": "integrity", - "Value": "sha256-dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001447178003" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g88yfneknWbqQN8vYQLDy96FBbJe457SwadnUxDk4c8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fa.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "690" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dyXeod24NqGdSUveJfiKMjpfK7xKFvAj5k/HfjEK02M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001703577513" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1430" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.sboa9l5ndk.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001703577513" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sboa9l5ndk" - }, - { - "Name": "integrity", - "Value": "sha256-WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.sboa9l5ndk.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1430" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sboa9l5ndk" - }, - { - "Name": "integrity", - "Value": "sha256-WDlyRYPCgm2SgilPAi5HOTFYRL8lbK0nYLA1uHXT6PU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.sboa9l5ndk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "586" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sboa9l5ndk" - }, - { - "Name": "integrity", - "Value": "sha256-n0D6SHOgMOGgLen0WNmDRGGKfg3+IKKhu9/q505qAdg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fi.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000929368030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1075" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3304" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1075" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.wa8c5y094t.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000929368030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1075" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wa8c5y094t" - }, - { - "Name": "integrity", - "Value": "sha256-COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.wa8c5y094t.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3304" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wa8c5y094t" - }, - { - "Name": "integrity", - "Value": "sha256-COKKe66J5vYrClaOaYoEIdc9bAZ64M+RGJjrxohlWx8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.wa8c5y094t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1075" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wa8c5y094t" - }, - { - "Name": "integrity", - "Value": "sha256-N97DWpqdTr5HBi3/ibJQBSkdlrSELWOXFNfwaS5kBeQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_fr.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.0bgkj6gqcb.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001440922190" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0bgkj6gqcb" - }, - { - "Name": "integrity", - "Value": "sha256-jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.0bgkj6gqcb.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2124" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0bgkj6gqcb" - }, - { - "Name": "integrity", - "Value": "sha256-jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.0bgkj6gqcb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0bgkj6gqcb" - }, - { - "Name": "integrity", - "Value": "sha256-MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001440922190" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2124" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jNqwsPCLhDtqRj9U37rPHL2Mx3rCiUg2JivT8O5KDik=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ge.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MkrqWhB9KmqQ6ShKZSQymPH2LLIo8w84bj+FjMFBhwQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001607717042" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.t3oywkk5xt.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001607717042" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t3oywkk5xt" - }, - { - "Name": "integrity", - "Value": "sha256-d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.t3oywkk5xt.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t3oywkk5xt" - }, - { - "Name": "integrity", - "Value": "sha256-d+HUId6J4E30M5bWcUuuo24oTY6kwcmCWfDnrlthxU0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.t3oywkk5xt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "621" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t3oywkk5xt" - }, - { - "Name": "integrity", - "Value": "sha256-HTITlFlhFw1WXF35PZbymqOOsZtlu3tkVIsnnufBZaM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_gl.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001582278481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1381" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.tk78ks4gqi.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001582278481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tk78ks4gqi" - }, - { - "Name": "integrity", - "Value": "sha256-o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.tk78ks4gqi.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1381" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tk78ks4gqi" - }, - { - "Name": "integrity", - "Value": "sha256-o2P9r9uTcz+4/QEqU5txSgXPrSCeDKCGfPyBg/V0iPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.tk78ks4gqi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tk78ks4gqi" - }, - { - "Name": "integrity", - "Value": "sha256-OkHHyNwFjpGUezACslZMOoPE/aZuQyNAVF+/m8cC4JI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_he.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001757469244" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "568" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "568" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.x1m4z8a5cx.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001757469244" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "568" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x1m4z8a5cx" - }, - { - "Name": "integrity", - "Value": "sha256-pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.x1m4z8a5cx.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x1m4z8a5cx" - }, - { - "Name": "integrity", - "Value": "sha256-pUtHKUjuePIsaDvl7+VIbXq+NFs1zaeQdf33vpzLtac=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.x1m4z8a5cx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "568" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "x1m4z8a5cx" - }, - { - "Name": "integrity", - "Value": "sha256-7NeznMh/ELvHrobcXAPZ8c060X6IK1q4xHmODahk+A8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hr.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001526717557" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1268" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.ka0s4xb2p4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001526717557" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ka0s4xb2p4" - }, - { - "Name": "integrity", - "Value": "sha256-hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.ka0s4xb2p4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1268" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ka0s4xb2p4" - }, - { - "Name": "integrity", - "Value": "sha256-hDd72z0UQt3aNGeRt4ph/PpM99SdI2i2z7njcQ2Ju5o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.ka0s4xb2p4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "654" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ka0s4xb2p4" - }, - { - "Name": "integrity", - "Value": "sha256-kh6+f3MFcJ439oTqjIbXRphoQvrtsiq5Jet59urWPAw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hu.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001366120219" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "731" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "731" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.ujqrqsy4uy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001366120219" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "731" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ujqrqsy4uy" - }, - { - "Name": "integrity", - "Value": "sha256-KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.ujqrqsy4uy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ujqrqsy4uy" - }, - { - "Name": "integrity", - "Value": "sha256-KilHuJK2iscLwSrQYTJ3dxz1BhZKIMKHK8zAvHAZCII=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.ujqrqsy4uy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "731" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ujqrqsy4uy" - }, - { - "Name": "integrity", - "Value": "sha256-qpk0EbxqiSs+5dVdc1EHT0mvnMG7Cyph0pok8W8vqyY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_hy_AM.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.dbwn3mhczu.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001733102253" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dbwn3mhczu" - }, - { - "Name": "integrity", - "Value": "sha256-WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.dbwn3mhczu.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1313" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dbwn3mhczu" - }, - { - "Name": "integrity", - "Value": "sha256-WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.dbwn3mhczu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dbwn3mhczu" - }, - { - "Name": "integrity", - "Value": "sha256-Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001733102253" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1313" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WQ6O5xAdeOFi3q5CwhcyPfETGbJ5BnOnXtdPKx0K3kM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_id.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "576" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zg8BlJmF5JSrFQqWatHzF+Ec89sygVhFL1RBAWlbw/M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.3h7vmtwkaf.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001792114695" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3h7vmtwkaf" - }, - { - "Name": "integrity", - "Value": "sha256-aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.3h7vmtwkaf.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3h7vmtwkaf" - }, - { - "Name": "integrity", - "Value": "sha256-aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.3h7vmtwkaf.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3h7vmtwkaf" - }, - { - "Name": "integrity", - "Value": "sha256-c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001792114695" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aV5c0n2I1t/7qiK4ssTdFjpK8fnjuSMbiSaGsCJssR8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_is.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "557" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c/txUVtE13kwTu+/fie+BiWtBFJjA3ITuCZh5tMJiBQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.6vtualuwwq.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001633986928" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vtualuwwq" - }, - { - "Name": "integrity", - "Value": "sha256-spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.6vtualuwwq.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vtualuwwq" - }, - { - "Name": "integrity", - "Value": "sha256-spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.6vtualuwwq.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vtualuwwq" - }, - { - "Name": "integrity", - "Value": "sha256-PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001633986928" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1415" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-spB5Qc8/QSZhzzXyfpDCgHmYxW70IX8ezGGtBZ8iq+g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_it.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PEiej/PBXwcYILs1Cb3rT/pVW/01Cp6GKjlGAlS3vkM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001461988304" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1620" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.szpm1s195a.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001461988304" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szpm1s195a" - }, - { - "Name": "integrity", - "Value": "sha256-GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.szpm1s195a.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1620" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szpm1s195a" - }, - { - "Name": "integrity", - "Value": "sha256-GA6gNJ9s3TVZoLnfiBIMTEPdJlNdtxOyDzz55TC0uNk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.szpm1s195a.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "szpm1s195a" - }, - { - "Name": "integrity", - "Value": "sha256-5NgxK0pxfeHcSEM49/JCf779bAgn4TBH0E84pO+Yw98=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ja.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001233045623" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2505" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.vkeicgv5si.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001233045623" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vkeicgv5si" - }, - { - "Name": "integrity", - "Value": "sha256-TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.vkeicgv5si.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2505" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vkeicgv5si" - }, - { - "Name": "integrity", - "Value": "sha256-TxYZMrq2bhMt1wgTcw7U2TUxyDrYMwMXwO1tJBE7Rfg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.vkeicgv5si.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vkeicgv5si" - }, - { - "Name": "integrity", - "Value": "sha256-xShGxJ9+z518FfImeicpmlxW9XX56gMdZcXapMYfvkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ka.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.ggxzbf20rx.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001221001221" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "818" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ggxzbf20rx" - }, - { - "Name": "integrity", - "Value": "sha256-IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.ggxzbf20rx.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2008" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ggxzbf20rx" - }, - { - "Name": "integrity", - "Value": "sha256-IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.ggxzbf20rx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "818" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ggxzbf20rx" - }, - { - "Name": "integrity", - "Value": "sha256-nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001221001221" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "818" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2008" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IDtAQulXlL8VNUWi5CUkoF2zETROG7oT0R8rg56WChc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_kk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "818" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nq+g0UzB9czf7tHU8DI9Uu96Taki8Wl7UytI0TflggY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.9jzodrtysh.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001479289941" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9jzodrtysh" - }, - { - "Name": "integrity", - "Value": "sha256-5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.9jzodrtysh.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9jzodrtysh" - }, - { - "Name": "integrity", - "Value": "sha256-5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.9jzodrtysh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9jzodrtysh" - }, - { - "Name": "integrity", - "Value": "sha256-IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001479289941" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ZLXjfk5xsMNpTAxAUrx+/CVSegnUF5MdQgcS7nymSM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ko.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IMrlIYAY5dDGQziDzRNgDePpEKWlZoo/Li2wa6tbNYc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001550387597" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1414" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.t7nsltl6l6.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001550387597" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7nsltl6l6" - }, - { - "Name": "integrity", - "Value": "sha256-if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.t7nsltl6l6.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1414" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7nsltl6l6" - }, - { - "Name": "integrity", - "Value": "sha256-if1x2QvHk5ENQ5fcinfNIPCSGeshaqW+6kzi1KUmDvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.t7nsltl6l6.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "644" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7nsltl6l6" - }, - { - "Name": "integrity", - "Value": "sha256-yQ+hPp+Gc6dVfJvcIzRbP4z9OYQxKl+YfjgeiiQGLfc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lt.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.6xp43lnyau.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001628664495" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6xp43lnyau" - }, - { - "Name": "integrity", - "Value": "sha256-xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.6xp43lnyau.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1377" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6xp43lnyau" - }, - { - "Name": "integrity", - "Value": "sha256-xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.6xp43lnyau.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6xp43lnyau" - }, - { - "Name": "integrity", - "Value": "sha256-VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001628664495" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1377" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xlw/bIAJkOjRaKcBcNoetgJLp9U1KzaWeftevVP7/Wo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_lv.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VveM7QROKtycZsdpd+LrNurw/rre8/x/lz+XSfn1ZtI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.35nviifr0l.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001457725948" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "35nviifr0l" - }, - { - "Name": "integrity", - "Value": "sha256-5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.35nviifr0l.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "35nviifr0l" - }, - { - "Name": "integrity", - "Value": "sha256-5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.35nviifr0l.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "35nviifr0l" - }, - { - "Name": "integrity", - "Value": "sha256-dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001457725948" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5xBqbvPYo0hSXUjrTty+6hgVg1FyrY8Q3oF2290JJpc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_mk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "685" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dvldKII1N/+j/QJTFukuBhoSxMNNfDVI9ejUu70lmDo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001763668430" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1330" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.spcjck48rr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001763668430" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spcjck48rr" - }, - { - "Name": "integrity", - "Value": "sha256-IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.spcjck48rr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1330" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spcjck48rr" - }, - { - "Name": "integrity", - "Value": "sha256-IGN71vdk4/5YwVHyH96R+2gOeEXez3DtpCJgBZGFIUc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.spcjck48rr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "566" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spcjck48rr" - }, - { - "Name": "integrity", - "Value": "sha256-2vRf59BptnE7WS+XNKg+z2RgIf1NgsyohfRcEcRTTds=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_my.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001464128843" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1814" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.kt3r5t24m4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001464128843" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt3r5t24m4" - }, - { - "Name": "integrity", - "Value": "sha256-GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.kt3r5t24m4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1814" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt3r5t24m4" - }, - { - "Name": "integrity", - "Value": "sha256-GCWFNsApku0FtgkW09IJ5uiF5vbyaZNO5fSLKkOneFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.kt3r5t24m4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kt3r5t24m4" - }, - { - "Name": "integrity", - "Value": "sha256-Cu296T223BnS6WKBVqD0sOyRiXqOgcCubhxjQ2FcIQE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_nl.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001801801802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1161" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.oapzywdzvo.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001801801802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oapzywdzvo" - }, - { - "Name": "integrity", - "Value": "sha256-MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.oapzywdzvo.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1161" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oapzywdzvo" - }, - { - "Name": "integrity", - "Value": "sha256-MCP1+5YZ74Ds7dTOI1e8Ed7jhNSEJrptOe0t3MFeX7M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.oapzywdzvo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oapzywdzvo" - }, - { - "Name": "integrity", - "Value": "sha256-xN9uK75P9UepZ7Eh5fhg1jKv4ylFqIUi34tK4hLQqnw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_no.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.flzcj6hf6k.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001481481481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "flzcj6hf6k" - }, - { - "Name": "integrity", - "Value": "sha256-zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.flzcj6hf6k.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "flzcj6hf6k" - }, - { - "Name": "integrity", - "Value": "sha256-zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.flzcj6hf6k.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "flzcj6hf6k" - }, - { - "Name": "integrity", - "Value": "sha256-l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001481481481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1611" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zSV0dHv+zGTZWbZbfWsGTKUBopRvyaqc0a5NkMyt6J8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l//wgI37SODVC6Zj9MfhQzIOAYQ4TBns9hfEWPOQsAs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000719942405" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1388" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5580" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1388" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.yjmmllwdsy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000719942405" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1388" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yjmmllwdsy" - }, - { - "Name": "integrity", - "Value": "sha256-rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.yjmmllwdsy.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5580" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yjmmllwdsy" - }, - { - "Name": "integrity", - "Value": "sha256-rgTZ3WkDObh0cOKvr5A5XsBUk35c++EjWcEuTCNeGrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.yjmmllwdsy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1388" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yjmmllwdsy" - }, - { - "Name": "integrity", - "Value": "sha256-Tl+nCCL1OFWcfGUHVusu4rInparQCBlk7y4LYx+TQck=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_BR.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001524390244" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.rp0j8hrcst.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001524390244" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rp0j8hrcst" - }, - { - "Name": "integrity", - "Value": "sha256-odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.rp0j8hrcst.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1711" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rp0j8hrcst" - }, - { - "Name": "integrity", - "Value": "sha256-odl+z2FOYRSBFKlDSjxarkhqNACf1DKGWsmxiasCAK8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.rp0j8hrcst.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "655" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rp0j8hrcst" - }, - { - "Name": "integrity", - "Value": "sha256-TKZmY4OqEI0pCA4mhq8pqNsTCkSeD62Qs6j5vu1Ts3g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_pt_PT.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.3z8t7expe4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001639344262" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3z8t7expe4" - }, - { - "Name": "integrity", - "Value": "sha256-r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.3z8t7expe4.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3z8t7expe4" - }, - { - "Name": "integrity", - "Value": "sha256-r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.3z8t7expe4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3z8t7expe4" - }, - { - "Name": "integrity", - "Value": "sha256-kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001639344262" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1507" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r4HAimqdAWAp//rA52pW68jqmf5zJBpDbhzI+L8NGfQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ro.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "609" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kkMSzwvzWFUyVJxDLKoQ/GsuPDQAwsLvLzCiGIl6B9Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001315789474" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2016" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.vjwhrdj7fv.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001315789474" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjwhrdj7fv" - }, - { - "Name": "integrity", - "Value": "sha256-C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.vjwhrdj7fv.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2016" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjwhrdj7fv" - }, - { - "Name": "integrity", - "Value": "sha256-C/4XEX3fSQp+Nsk7FOWIFvv/z0+4ThlTJRWq8Q0NMeo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.vjwhrdj7fv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vjwhrdj7fv" - }, - { - "Name": "integrity", - "Value": "sha256-s9X5jg8W0X7EWS+T3KkRrvMx+R7BO+/JkdOvZbDdJ0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ru.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001564945227" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1483" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.oawik33uh5.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001564945227" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oawik33uh5" - }, - { - "Name": "integrity", - "Value": "sha256-AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.oawik33uh5.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1483" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oawik33uh5" - }, - { - "Name": "integrity", - "Value": "sha256-AFxkveDWlw6IGZ0en5APNuuuLMNp0gaPlsHMfp3YPHE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.oawik33uh5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oawik33uh5" - }, - { - "Name": "integrity", - "Value": "sha256-u7Yt5qoOff/YOcn2s1ofyCv1MrOfk4tiiOquLGHSfUg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sd.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.7pxw7ns3z9.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001694915254" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7pxw7ns3z9" - }, - { - "Name": "integrity", - "Value": "sha256-mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.7pxw7ns3z9.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1310" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7pxw7ns3z9" - }, - { - "Name": "integrity", - "Value": "sha256-mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.7pxw7ns3z9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7pxw7ns3z9" - }, - { - "Name": "integrity", - "Value": "sha256-KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001694915254" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1310" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mxWX+Hy9U50ohLWT6HNHpcmnVFa/DoyySgKBT8X0+/w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_si.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KAGgH1djsP3LBT+bgZgykynNt1XvTyuDWgbFmgGfKzY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001748251748" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.ohxkf2adnw.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001748251748" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ohxkf2adnw" - }, - { - "Name": "integrity", - "Value": "sha256-jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.ohxkf2adnw.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ohxkf2adnw" - }, - { - "Name": "integrity", - "Value": "sha256-jH07hj9DB+lv1GIeN2n1F+h+Oliv9K/3M47enntBfNU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.ohxkf2adnw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "571" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ohxkf2adnw" - }, - { - "Name": "integrity", - "Value": "sha256-R0YQQuj20KCBeArFCp3Ik6taLmSQTTnAjOYoxGQ/nck=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sk.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.5j0rzo8pmu.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001773049645" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5j0rzo8pmu" - }, - { - "Name": "integrity", - "Value": "sha256-j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.5j0rzo8pmu.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5j0rzo8pmu" - }, - { - "Name": "integrity", - "Value": "sha256-j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.5j0rzo8pmu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5j0rzo8pmu" - }, - { - "Name": "integrity", - "Value": "sha256-g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001773049645" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1315" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j6ER8dc1QYW9XMlWWX8jUuUBKea4UDNyVLz52BXVI/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g9X8BaQWWSS3hQifjbnsJImUZ0xaBib/RZdo/pdFCz4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001400560224" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.sadj8nrmkr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001400560224" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sadj8nrmkr" - }, - { - "Name": "integrity", - "Value": "sha256-FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.sadj8nrmkr.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sadj8nrmkr" - }, - { - "Name": "integrity", - "Value": "sha256-FL4P+AylgK9uv8tTJ+4BP82HMwn66ly5KFmzcJchTJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.sadj8nrmkr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sadj8nrmkr" - }, - { - "Name": "integrity", - "Value": "sha256-QETUTGTjlYXQtzn+qG5sOOj6r1K8hP8492YJMBvOgZI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.3f2w6p9lzp.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001675041876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f2w6p9lzp" - }, - { - "Name": "integrity", - "Value": "sha256-P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.3f2w6p9lzp.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f2w6p9lzp" - }, - { - "Name": "integrity", - "Value": "sha256-P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.3f2w6p9lzp.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3f2w6p9lzp" - }, - { - "Name": "integrity", - "Value": "sha256-y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001675041876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P26Ez98pM610Gq7zUjrsbMts3ZQvBeS8XoD+8bd9MEQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sr_lat.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y0pZNmayMj0p6HfVCbi/qDcHIaJAVV5mC3jq/biihlg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.95ixvjwpe2.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001620745543" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "95ixvjwpe2" - }, - { - "Name": "integrity", - "Value": "sha256-4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.95ixvjwpe2.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1278" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "95ixvjwpe2" - }, - { - "Name": "integrity", - "Value": "sha256-4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.95ixvjwpe2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "95ixvjwpe2" - }, - { - "Name": "integrity", - "Value": "sha256-UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001620745543" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1278" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4zoneltnhMXxlK8qn+ha0fbq4xPZKRFt0T2S41nLX+A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_sv.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UhgH4nh3+dNDcvH/Cz73gXcbZGGSZ7fAsFKCsVAJ+VQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.a3tcp1er6e.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001408450704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a3tcp1er6e" - }, - { - "Name": "integrity", - "Value": "sha256-RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.a3tcp1er6e.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a3tcp1er6e" - }, - { - "Name": "integrity", - "Value": "sha256-RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.a3tcp1er6e.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a3tcp1er6e" - }, - { - "Name": "integrity", - "Value": "sha256-Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001408450704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RhsmgoQbW2geIvMGdASWKW7Vm1Ct/E2rJKpAQIfFOYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_th.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ex46tOzOxPsNIdo4CPQVB5+DFQ2zBzGO0V6N9uaoojo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001412429379" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "707" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1911" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "707" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.ugq3xivo9y.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001412429379" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "707" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugq3xivo9y" - }, - { - "Name": "integrity", - "Value": "sha256-vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.ugq3xivo9y.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1911" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugq3xivo9y" - }, - { - "Name": "integrity", - "Value": "sha256-vuG5TrE8HkIhnA6TyWV3UUDndQ7RZEkEk8dwoeD8ZxI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.ugq3xivo9y.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "707" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ugq3xivo9y" - }, - { - "Name": "integrity", - "Value": "sha256-d5yR8/Ly24vAsmsObWNilRoCsYvdoQq/1Nj/KrjSuYM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tj.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.dg4frxe998.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001481481481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dg4frxe998" - }, - { - "Name": "integrity", - "Value": "sha256-s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.dg4frxe998.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1650" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dg4frxe998" - }, - { - "Name": "integrity", - "Value": "sha256-s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.dg4frxe998.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dg4frxe998" - }, - { - "Name": "integrity", - "Value": "sha256-l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001481481481" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1650" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-s/z1li33Amqv40FLEXaSW7Cb3YI2OV4+uKz/QqafVf8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_tr.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "674" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l9EDSI4DXL4dP4ZYhmSOjsVVNL0J7SEOot4kIxAjXy8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001314060447" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1963" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.mre9h0i02e.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001314060447" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mre9h0i02e" - }, - { - "Name": "integrity", - "Value": "sha256-/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.mre9h0i02e.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1963" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mre9h0i02e" - }, - { - "Name": "integrity", - "Value": "sha256-/nt8ylu+3UK1wmLktigPyQNXYMnc6hieEAcDduczW10=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.mre9h0i02e.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "760" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mre9h0i02e" - }, - { - "Name": "integrity", - "Value": "sha256-Ii79IaMKcfe/L149NiYptQ51eh+EEkCRrB1R6+G/ZSI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_uk.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001490312966" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.l5ot98vuf3.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001490312966" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5ot98vuf3" - }, - { - "Name": "integrity", - "Value": "sha256-d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.l5ot98vuf3.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1689" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5ot98vuf3" - }, - { - "Name": "integrity", - "Value": "sha256-d6dVUKZ1I73nSbc9Rvvsy7QgibsOzVAYLF00BeqdOG8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.l5ot98vuf3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5ot98vuf3" - }, - { - "Name": "integrity", - "Value": "sha256-ZEJNCszBNE+FzRg6ogwuKvJmayAsNfpOXCOS8+1qdtY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_ur.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001808318264" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.p67pgs6m55.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001808318264" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p67pgs6m55" - }, - { - "Name": "integrity", - "Value": "sha256-Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.p67pgs6m55.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p67pgs6m55" - }, - { - "Name": "integrity", - "Value": "sha256-Xy+dx8l1ZWnoFP32bhpdRRB2DMYGt6JsC9I1J3li6HQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.p67pgs6m55.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "552" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p67pgs6m55" - }, - { - "Name": "integrity", - "Value": "sha256-vmLRCSB5IjXa0Z8xv82HWXhkHgcS5q9M1PwMyGn+VLg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_vi.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.dsk50x6l78.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001490312966" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dsk50x6l78" - }, - { - "Name": "integrity", - "Value": "sha256-fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.dsk50x6l78.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1234" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dsk50x6l78" - }, - { - "Name": "integrity", - "Value": "sha256-fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.dsk50x6l78.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dsk50x6l78" - }, - { - "Name": "integrity", - "Value": "sha256-zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001490312966" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1234" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fbxfuUno8flQIRWGORuM/1+Yp8MoCc7ChLWCrSEB8f0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zty4TCdzgSxzfyW85PWApVefYjJD+wPmFOXtiPVtPFY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.cq2tb481gg.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001519756839" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cq2tb481gg" - }, - { - "Name": "integrity", - "Value": "sha256-7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.cq2tb481gg.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cq2tb481gg" - }, - { - "Name": "integrity", - "Value": "sha256-7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.cq2tb481gg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cq2tb481gg" - }, - { - "Name": "integrity", - "Value": "sha256-FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001519756839" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1183" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7BHAWacTW6PpAR8AwiezsjQk1/9/tuOY6Lwr4ouVLbg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/messages_zh_TW.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "657" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FeWpRh0PVhRGXIyP89s+rrpWx/Q4u+1JNsVU8cFZuhE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002785515320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "358" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "358" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.u48nba7w3o.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002785515320" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "358" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u48nba7w3o" - }, - { - "Name": "integrity", - "Value": "sha256-7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.u48nba7w3o.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u48nba7w3o" - }, - { - "Name": "integrity", - "Value": "sha256-7kupwSm93dZkm7ec/d0SanxDqHn5BI9Xs6k7D8f1xz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.u48nba7w3o.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "358" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u48nba7w3o" - }, - { - "Name": "integrity", - "Value": "sha256-0QtEHBzt0krI+SQNzkN1s4URMAuh0OzsSs2j9BAJ2M8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_de.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.76hlq6r7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002793296089" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.76hlq6r7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.76hlq6r7ry.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002793296089" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_es_CL.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002898550725" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "344" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=\"" - }, - { - "Name": "ETag", - "Value": "W/\"43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "539" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "344" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.vpcy0gwziw.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002898550725" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "344" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=\"" - }, - { - "Name": "ETag", - "Value": "W/\"43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpcy0gwziw" - }, - { - "Name": "integrity", - "Value": "sha256-43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.vpcy0gwziw.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "539" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpcy0gwziw" - }, - { - "Name": "integrity", - "Value": "sha256-43RJL/hZYDoBavBmNBQKFU9g7xI2P6kDh141BAxk6X0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.vpcy0gwziw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "344" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vpcy0gwziw" - }, - { - "Name": "integrity", - "Value": "sha256-7Lxd9wWaeru/TaAWACDOtVBw2Htzs5DhLP0E1wH7Nok=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_fi.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.76hlq6r7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002793296089" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.76hlq6r7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.76hlq6r7ry.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "76hlq6r7ry" - }, - { - "Name": "integrity", - "Value": "sha256-ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002793296089" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "560" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0ROZEfpE70Cs3XXPqu1wSZjXO0ZWlopSf/dGweyDrbQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_it.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "357" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ez+v7g0T7wIxMfsqvUGsJbvmnV5m2GHh+6vTlCwRC48=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002739726027" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "364" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "364" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.mkxmkfbj5i.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002739726027" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "364" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mkxmkfbj5i" - }, - { - "Name": "integrity", - "Value": "sha256-dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.mkxmkfbj5i.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "572" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mkxmkfbj5i" - }, - { - "Name": "integrity", - "Value": "sha256-dvPhKucnf+ZmBHCq6lSnx6r4LtVP3hCaQLUtvIHoUvM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.mkxmkfbj5i.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "364" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mkxmkfbj5i" - }, - { - "Name": "integrity", - "Value": "sha256-TP2X1cxzMiaVZ9/pVdJjxwhR/GVRpoHc+nIgpu9ER0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_nl.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003105590062" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.pbxpddfd3t.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003105590062" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pbxpddfd3t" - }, - { - "Name": "integrity", - "Value": "sha256-9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.pbxpddfd3t.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "462" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pbxpddfd3t" - }, - { - "Name": "integrity", - "Value": "sha256-9SVc2pwoWXIDwrZ3iUDLGuJ9wRHx6XBT8etWt6Aa9Do=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.pbxpddfd3t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pbxpddfd3t" - }, - { - "Name": "integrity", - "Value": "sha256-BfORlEeo0gpt9rbTZG+wdYkxBHY1Igv5AZlWQ3+i8yU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery-validation/localization/methods_pt.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032872029" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "87535" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.m9qm4tazc0.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032872029" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m9qm4tazc0" - }, - { - "Name": "integrity", - "Value": "sha256-eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.m9qm4tazc0.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "87535" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m9qm4tazc0" - }, - { - "Name": "integrity", - "Value": "sha256-eqaw4I9IoPldjffqieTL/h7z0ejA9zc/fyXt+05KMl4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.m9qm4tazc0.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30420" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "m9qm4tazc0" - }, - { - "Name": "integrity", - "Value": "sha256-02ENHLBRCTwHmmLhE/KKLDXFBF6qTWNza4tMPIthSOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000018542555" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "53929" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "134755" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "53929" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.ttgo8qnofa.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000018542555" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "53929" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ttgo8qnofa" - }, - { - "Name": "integrity", - "Value": "sha256-z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.ttgo8qnofa.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "134755" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ttgo8qnofa" - }, - { - "Name": "integrity", - "Value": "sha256-z3TVHGLSmRiZiRMOu0I7MEU1Mv3ImI2OK3GxuRZagLg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.min.ttgo8qnofa.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "53929" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ttgo8qnofa" - }, - { - "Name": "integrity", - "Value": "sha256-0HH7P7Mtrs+2sBMSFXD8DJw0oV4iDB5wkeRFpSi113A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.min.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.87fc7y1x7t.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000023399476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42735" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "87fc7y1x7t" - }, - { - "Name": "integrity", - "Value": "sha256-9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.87fc7y1x7t.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "107143" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "87fc7y1x7t" - }, - { - "Name": "integrity", - "Value": "sha256-9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.87fc7y1x7t.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42735" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "87fc7y1x7t" - }, - { - "Name": "integrity", - "Value": "sha256-2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.9vr69e8ynj.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041502386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24094" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9vr69e8ynj" - }, - { - "Name": "integrity", - "Value": "sha256-a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.9vr69e8ynj.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "70266" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9vr69e8ynj" - }, - { - "Name": "integrity", - "Value": "sha256-a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.9vr69e8ynj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24094" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9vr69e8ynj" - }, - { - "Name": "integrity", - "Value": "sha256-io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000041502386" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24094" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "70266" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a4xPRM7I0Iu95emrjGFRPWtNfn31f7PRjqVT5MIQMuc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "24094" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-io7hUrzXvl5GctiruTpWB+6csLu16F7R+/7K+V7lpAQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000023399476" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42735" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "107143" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9FYmcgtx8qZo1OPPiPt/BJ/sz0EI8SRNUYsFLZDEEt4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jquery/jquery.slim.min.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42735" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2u2XFgZyC96dP/elrO5ny/maD/llVl8JsX3pBm2SWT0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.dwx73xbnkv.js", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000078320802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12767" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dwx73xbnkv" - }, - { - "Name": "integrity", - "Value": "sha256-o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.dwx73xbnkv.js", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "27481" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dwx73xbnkv" - }, - { - "Name": "integrity", - "Value": "sha256-o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.dwx73xbnkv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12767" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dwx73xbnkv" - }, - { - "Name": "integrity", - "Value": "sha256-suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000078320802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12767" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "27481" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-o+HwC9CzX0Hj16Nvf1+jbZYAQJ+gf3afB+g4jhta0rY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.1nunfs9258.map", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000018007635" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "55531" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1nunfs9258" - }, - { - "Name": "integrity", - "Value": "sha256-3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.1nunfs9258.map", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "165209" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1nunfs9258" - }, - { - "Name": "integrity", - "Value": "sha256-3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.1nunfs9258.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "55531" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1nunfs9258" - }, - { - "Name": "integrity", - "Value": "sha256-YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12767" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-suzPu3+tYBRc81hYOze9vHVwdm7IePw1lRFvhk9uhVQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000018007635" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "55531" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "165209" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3WlkRub+GFlduk9IsSThOpEoq5CCfMkPZuRGt7XKOIQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/jsrender/jsrender.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "55531" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YfkYXE6B31F/Yu47DKSx8Dt06iXXiMblthyxOwxQzFA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000136072935" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "20219" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.s9b53c4zwx.js", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000136072935" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9b53c4zwx" - }, - { - "Name": "integrity", - "Value": "sha256-sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.s9b53c4zwx.js", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "20219" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9b53c4zwx" - }, - { - "Name": "integrity", - "Value": "sha256-sKRc1a7Wbie9juhh0OO3gsjnmEm94y+Q8Hi58kUaNvI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.s9b53c4zwx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s9b53c4zwx" - }, - { - "Name": "integrity", - "Value": "sha256-k8Q/7dKnTrtuHXUIwLN1irzL3AfyiBw9X7P6UfBZ1EY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/jquery.magnific-popup.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.18nqdg7el6.css", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000546149645" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1830" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "18nqdg7el6" - }, - { - "Name": "integrity", - "Value": "sha256-EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.18nqdg7el6.css", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7302" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "18nqdg7el6" - }, - { - "Name": "integrity", - "Value": "sha256-EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.18nqdg7el6.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1830" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "18nqdg7el6" - }, - { - "Name": "integrity", - "Value": "sha256-qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000546149645" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1830" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7302" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVWYHoGTYi9YVT7tC7ovpDUSrzYqPVTe3vZMRpcLs3E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/magnific-popup/magnific-popup.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1830" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qAuXRm6dY/lkJWLPwg5UNyyiB/ua/6jyeaFGDrq0Tng=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.cyzn81nj69.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001059322034" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cyzn81nj69" - }, - { - "Name": "integrity", - "Value": "sha256-xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/af.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.cyzn81nj69.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cyzn81nj69" - }, - { - "Name": "integrity", - "Value": "sha256-xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/af.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.cyzn81nj69.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cyzn81nj69" - }, - { - "Name": "integrity", - "Value": "sha256-4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001059322034" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xPHrLZlI4bMf/x80eo9C01qmkQmVPLahM3FDjUQyRIk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/af.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4f8w5jahrC5gerJdC4gjRmKpjQD5f78GFnV8JLFmJZA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.68tgkzfbh7.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000711743772" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1404" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "68tgkzfbh7" - }, - { - "Name": "integrity", - "Value": "sha256-ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.68tgkzfbh7.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4645" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "68tgkzfbh7" - }, - { - "Name": "integrity", - "Value": "sha256-ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.68tgkzfbh7.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1404" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "68tgkzfbh7" - }, - { - "Name": "integrity", - "Value": "sha256-w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000711743772" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1404" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4645" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ClgTnQMYbyXXk6Agwu1tZPcXNvq6xD919LLbUhx9ckE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-dz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1404" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w0Md8TSr1VvcN202QwJneLEtcWq2Jg6qdY1nEdgYIyM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.3g2foy6fyp.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001259445844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "793" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3g2foy6fyp" - }, - { - "Name": "integrity", - "Value": "sha256-3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.3g2foy6fyp.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3g2foy6fyp" - }, - { - "Name": "integrity", - "Value": "sha256-3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.3g2foy6fyp.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "793" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3g2foy6fyp" - }, - { - "Name": "integrity", - "Value": "sha256-83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001259445844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "793" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1989" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3UVen/BrLrqUIo/6vHe7v6mtu4zcP6rmvFbwXPesS0k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-kw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "793" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-83RMwqdlJtZSP6BHTOtpdpTLwauMVVNhpK9wIkzNz/A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000689179876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1450" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1450" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.ld44oosufg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000689179876" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1450" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ld44oosufg" - }, - { - "Name": "integrity", - "Value": "sha256-11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.ld44oosufg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ld44oosufg" - }, - { - "Name": "integrity", - "Value": "sha256-11gmBG1op8Oqq9G69TTg0H2Vg01RANGcMM2KcYxNxVw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.ld44oosufg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1450" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ld44oosufg" - }, - { - "Name": "integrity", - "Value": "sha256-pQvJ5vr5Wmca2dihTuR0wZJUW0eSE8ZovGlK//nxcKs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ly.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001233045623" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.v0wbtmc573.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001233045623" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v0wbtmc573" - }, - { - "Name": "integrity", - "Value": "sha256-38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.v0wbtmc573.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v0wbtmc573" - }, - { - "Name": "integrity", - "Value": "sha256-38sYMk8WCOMR80+jyUuzDQ6c/uonmSi+uGuKL9AmY5A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.v0wbtmc573.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "810" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "v0wbtmc573" - }, - { - "Name": "integrity", - "Value": "sha256-qI0fwcMBey0NU7WRzZQ1JzdXWGGUu9w4UZL0dcBdkWA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ma.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.e6p86vl6k3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000795544948" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1256" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6p86vl6k3" - }, - { - "Name": "integrity", - "Value": "sha256-dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.e6p86vl6k3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6p86vl6k3" - }, - { - "Name": "integrity", - "Value": "sha256-dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.e6p86vl6k3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1256" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e6p86vl6k3" - }, - { - "Name": "integrity", - "Value": "sha256-ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000795544948" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1256" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3446" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dqMbHBXVy2JkH3eQJLSi8sqZNBE85+jqN3VdSRxktkE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-ps.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1256" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZDgORQRw0Y38Wr+UeZGcGaQaBxrk5OXk9KoIn6zb8zY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.1dcmdk0pri.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000867302689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1dcmdk0pri" - }, - { - "Name": "integrity", - "Value": "sha256-FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.1dcmdk0pri.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1dcmdk0pri" - }, - { - "Name": "integrity", - "Value": "sha256-FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.1dcmdk0pri.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1dcmdk0pri" - }, - { - "Name": "integrity", - "Value": "sha256-e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000867302689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FSVpGvHEvmBz15A8s07Sgs9tnH/G9FELrIKQkgXxFYc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-sa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e+agkkSdj9y9XHsNwBFwHQQsiJSkL/u25geFDznRz1Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001257861635" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "794" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "794" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.jvn3f3fnk2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001257861635" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "794" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jvn3f3fnk2" - }, - { - "Name": "integrity", - "Value": "sha256-YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.jvn3f3fnk2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jvn3f3fnk2" - }, - { - "Name": "integrity", - "Value": "sha256-YVmX08LMN8CgbFykYlzowrpPo10gn6tB+tZ5I5+SQr4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.jvn3f3fnk2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "794" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jvn3f3fnk2" - }, - { - "Name": "integrity", - "Value": "sha256-DEPCAAR5rX9zpux2pzzlXD7awsu9Ir6fyOgFIptTzV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar-tn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.h8o994ptop.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000644745326" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h8o994ptop" - }, - { - "Name": "integrity", - "Value": "sha256-DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.h8o994ptop.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h8o994ptop" - }, - { - "Name": "integrity", - "Value": "sha256-DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.h8o994ptop.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h8o994ptop" - }, - { - "Name": "integrity", - "Value": "sha256-ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000644745326" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5301" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DxSmQj2xqNvNznZutdMV5q9ERpkp1lNvR1K8NbXr1sY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ar.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1550" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ogNZe3lD4uNklpTckH4KrrGjjZZU0Kka/HNFd6LSh8Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874890639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2948" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.w7yghziy7m.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874890639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w7yghziy7m" - }, - { - "Name": "integrity", - "Value": "sha256-PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/az.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.w7yghziy7m.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2948" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w7yghziy7m" - }, - { - "Name": "integrity", - "Value": "sha256-PM62PkTt6VU8BVhkas1Y1WA7ruEq1PFzI3pjsM8I0Vg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/az.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/az.w7yghziy7m.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w7yghziy7m" - }, - { - "Name": "integrity", - "Value": "sha256-BmS9Adjknk1+TSrZ6+I2aMp0arbwZGnsqybAYaPkmSY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/az.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.ezifsdt5x3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000593471810" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ezifsdt5x3" - }, - { - "Name": "integrity", - "Value": "sha256-JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/be.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.ezifsdt5x3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ezifsdt5x3" - }, - { - "Name": "integrity", - "Value": "sha256-JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/be.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.ezifsdt5x3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ezifsdt5x3" - }, - { - "Name": "integrity", - "Value": "sha256-fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000593471810" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JvJTElfZ4sugN+UArRPYxCkxQGctXDBWZNVfBuJ2iv0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/be.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1684" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fmvbrlz1Ye4i3Ge4HEboeEO/r5z6hFoIDehA+JwQybQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.dhwk5kfesq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000905797101" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dhwk5kfesq" - }, - { - "Name": "integrity", - "Value": "sha256-cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.dhwk5kfesq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3042" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dhwk5kfesq" - }, - { - "Name": "integrity", - "Value": "sha256-cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.dhwk5kfesq.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dhwk5kfesq" - }, - { - "Name": "integrity", - "Value": "sha256-M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000905797101" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3042" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cUahdRCPHEsTUP/L/MZ6SkofU2xxFNjozpJLZhGeZ0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M7Xcuk3R34W00d4syJc0+KV0DyiNFyZMNfrsysb0ORs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.09gtdkowrr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001321003963" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "09gtdkowrr" - }, - { - "Name": "integrity", - "Value": "sha256-fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bm.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.09gtdkowrr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1836" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "09gtdkowrr" - }, - { - "Name": "integrity", - "Value": "sha256-fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bm.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.09gtdkowrr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "09gtdkowrr" - }, - { - "Name": "integrity", - "Value": "sha256-I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001321003963" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1836" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fIvgkQUWYsnntKyWByJTaNRfiBxOuoOCENz9Oda2ny4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bm.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-I+zWxi00ZvAfbf6wR8NQqTCSfRFCid0DY9Ga6zsLwf0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.hw6kl3cx5l.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750187547" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hw6kl3cx5l" - }, - { - "Name": "integrity", - "Value": "sha256-D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.hw6kl3cx5l.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4478" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hw6kl3cx5l" - }, - { - "Name": "integrity", - "Value": "sha256-D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.hw6kl3cx5l.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hw6kl3cx5l" - }, - { - "Name": "integrity", - "Value": "sha256-3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000750187547" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4478" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D38zQH42GZ+ejbPmeQfa8uBi1gOejk4CrSnqOx3/Up8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn-bd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1332" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3bRz5plWwpKTtmYXs0dEPQnTtLKW6RqAiY+WTdZvNjk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000789889415" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1265" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1265" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.w27wrf435h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000789889415" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1265" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w27wrf435h" - }, - { - "Name": "integrity", - "Value": "sha256-KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.w27wrf435h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4017" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w27wrf435h" - }, - { - "Name": "integrity", - "Value": "sha256-KH0liBOXGUDskJCHlOaGkIIBpA2LNFwpxPpBnotZbL0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bn.w27wrf435h.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1265" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w27wrf435h" - }, - { - "Name": "integrity", - "Value": "sha256-lD7IPIe5yqqDmdvnnOpUSReBveIXfAAd31WAlrl9HK4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000720980534" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4523" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.rst8g7pg97.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000720980534" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rst8g7pg97" - }, - { - "Name": "integrity", - "Value": "sha256-22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.rst8g7pg97.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4523" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rst8g7pg97" - }, - { - "Name": "integrity", - "Value": "sha256-22QMdXAqd3Yl0ktCBDCz8O47JKU05zYLdm9xIU3mxOk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bo.rst8g7pg97.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1386" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rst8g7pg97" - }, - { - "Name": "integrity", - "Value": "sha256-J6T+87m6Fu0nsgQRu+hZ5RiEoMrL5VglpBGraLWmJoo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.iszee2bmdt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000659630607" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iszee2bmdt" - }, - { - "Name": "integrity", - "Value": "sha256-Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/br.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.iszee2bmdt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iszee2bmdt" - }, - { - "Name": "integrity", - "Value": "sha256-Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/br.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.iszee2bmdt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "iszee2bmdt" - }, - { - "Name": "integrity", - "Value": "sha256-wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000659630607" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4712" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tg0J966/5q3C4VPd8OC3GKLsECx7bOK8Rrf3z8szTPg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/br.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1515" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wBxcKUNXemTp5T5h3gYNeK/bu3rLDoP4iQtr/Jz47HM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.7rnukcn43c.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000810372771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7rnukcn43c" - }, - { - "Name": "integrity", - "Value": "sha256-PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.7rnukcn43c.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4891" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7rnukcn43c" - }, - { - "Name": "integrity", - "Value": "sha256-PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.7rnukcn43c.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7rnukcn43c" - }, - { - "Name": "integrity", - "Value": "sha256-FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000810372771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4891" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PXjDN0qCHJaNeEizjbyIfnrzbu+8hvVd2v/A/azdb3E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/bs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FpKRge9lZpZkYCvOXJ4FhNaZPKdxWz7bwiCB+VvJ1z0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.2ahtnw8sjt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000920810313" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ahtnw8sjt" - }, - { - "Name": "integrity", - "Value": "sha256-Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.2ahtnw8sjt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ahtnw8sjt" - }, - { - "Name": "integrity", - "Value": "sha256-Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.2ahtnw8sjt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2ahtnw8sjt" - }, - { - "Name": "integrity", - "Value": "sha256-hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000920810313" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Rowqtc2IeGm8AZzyTvZZMZuvUub2YIRzrBrkdEcTOg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1085" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hR4n8jA6pZd/TI6PKletLKH+45YC0MWTutG63Rf2Rt0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.cfte0zd2z5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000559597090" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cfte0zd2z5" - }, - { - "Name": "integrity", - "Value": "sha256-eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.cfte0zd2z5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6951" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cfte0zd2z5" - }, - { - "Name": "integrity", - "Value": "sha256-eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.cfte0zd2z5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "cfte0zd2z5" - }, - { - "Name": "integrity", - "Value": "sha256-oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000559597090" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6951" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eEi21uuv5UV1oO7bPz13DFcNpzx86Za7Pfrvx0iD2WM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oD/FP66UqtOyrZuGiVfdCr6H8paRAhNGYxuhd6k2NU0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.3u5o01rsvm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001030927835" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3u5o01rsvm" - }, - { - "Name": "integrity", - "Value": "sha256-i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.3u5o01rsvm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2408" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3u5o01rsvm" - }, - { - "Name": "integrity", - "Value": "sha256-i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.3u5o01rsvm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3u5o01rsvm" - }, - { - "Name": "integrity", - "Value": "sha256-h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001030927835" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2408" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i4cIujFN7Q5JsDZAuqs/odsy4XUvY9psDH41JC6yabw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-h7HO97vNkFLfpjW8BIXPg11uLzyByVse9TF6044yufk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000936329588" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1067" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2932" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1067" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.qlys4n74lv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000936329588" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1067" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qlys4n74lv" - }, - { - "Name": "integrity", - "Value": "sha256-Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.qlys4n74lv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2932" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qlys4n74lv" - }, - { - "Name": "integrity", - "Value": "sha256-Lk7j7UHu0WV5uBpO36w4BYx0+rMf0MpoAArNfb3ND4c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/cy.qlys4n74lv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1067" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qlys4n74lv" - }, - { - "Name": "integrity", - "Value": "sha256-PLQ3nvzdDOXuBoK/uBYzPfuz9eaRukZ7GEPjTesbv9E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/cy.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.5houcdmoht.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001373626374" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "727" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5houcdmoht" - }, - { - "Name": "integrity", - "Value": "sha256-l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/da.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.5houcdmoht.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5houcdmoht" - }, - { - "Name": "integrity", - "Value": "sha256-l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/da.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.5houcdmoht.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "727" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5houcdmoht" - }, - { - "Name": "integrity", - "Value": "sha256-ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001373626374" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "727" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-l+glsVAVdq2B8+4dDSVOM7FghqXVVUdcw1z4f7SkJUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/da.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "727" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ITA/yRAbqgAFuvRnYW9fnit12bYFoMHADOs8SyIqMbk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000968992248" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.w8sl8ridqk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000968992248" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w8sl8ridqk" - }, - { - "Name": "integrity", - "Value": "sha256-wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-at.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.w8sl8ridqk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w8sl8ridqk" - }, - { - "Name": "integrity", - "Value": "sha256-wMmRs9SsEnHhJb5HnfTGNGd21IIxTK9l7z4ZIfM5/Q0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-at.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-at.w8sl8ridqk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w8sl8ridqk" - }, - { - "Name": "integrity", - "Value": "sha256-CgQu/EgVFpqRHpznktg5W+UlyUMTq2CSh+mkajVs52Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-at.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.a9oo8dzzyd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000978473581" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1021" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a9oo8dzzyd" - }, - { - "Name": "integrity", - "Value": "sha256-MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.a9oo8dzzyd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a9oo8dzzyd" - }, - { - "Name": "integrity", - "Value": "sha256-MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.a9oo8dzzyd.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1021" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a9oo8dzzyd" - }, - { - "Name": "integrity", - "Value": "sha256-Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000978473581" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1021" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MiMPMn4rJTTPgQ9pR/orKIQEQXnnbNqeiMxYeJ5EodQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1021" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Ky+HnSeJ8Me8I5IRJ9luBl3RiB7kkJmKA9Jo4Ci0dm4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001000000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "999" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "999" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.wh3tlnf94u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001000000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "999" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wh3tlnf94u" - }, - { - "Name": "integrity", - "Value": "sha256-DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.wh3tlnf94u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2640" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wh3tlnf94u" - }, - { - "Name": "integrity", - "Value": "sha256-DCjuvAOCK8j2XNjWSjzpWB5csO2fc/pSgFmRwBzFjUQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/de.wh3tlnf94u.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "999" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wh3tlnf94u" - }, - { - "Name": "integrity", - "Value": "sha256-pxOxKPzFMaQfGF5d4CNJg2V1SyEcpBUhYJo40cy3nEo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/de.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.7xaha8pmum.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001008064516" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7xaha8pmum" - }, - { - "Name": "integrity", - "Value": "sha256-dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/dv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.7xaha8pmum.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7xaha8pmum" - }, - { - "Name": "integrity", - "Value": "sha256-dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/dv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.7xaha8pmum.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7xaha8pmum" - }, - { - "Name": "integrity", - "Value": "sha256-Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001008064516" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2554" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dTQmeseWlX+ZneKRlSjshXODLXPYq1DHCMPNv4sGCpA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/dv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Q7vnkkwwnPKSZmFjhNDcnFYnW8KspideX1l3277Sb84=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000653594771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1529" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3983" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1529" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.zzk2b4i49y.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000653594771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1529" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zzk2b4i49y" - }, - { - "Name": "integrity", - "Value": "sha256-z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/el.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.zzk2b4i49y.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3983" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zzk2b4i49y" - }, - { - "Name": "integrity", - "Value": "sha256-z3F/Ta75XM9VWYwdU21saQuZtWyCZ88hw02hoDOwIxE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/el.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/el.zzk2b4i49y.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1529" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zzk2b4i49y" - }, - { - "Name": "integrity", - "Value": "sha256-YGtfPoR3rtF6zTXH5vgtEAx9SuI2yHZMgOu2eWT8IgU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/el.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.7ec5xpgazy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001175088132" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "850" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ec5xpgazy" - }, - { - "Name": "integrity", - "Value": "sha256-/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-au.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.7ec5xpgazy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ec5xpgazy" - }, - { - "Name": "integrity", - "Value": "sha256-/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-au.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.7ec5xpgazy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "850" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ec5xpgazy" - }, - { - "Name": "integrity", - "Value": "sha256-RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001175088132" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "850" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xJGMwUgjqMt3+9ORSRNg7BqmnsCVvDV3DKO9Vb+wWI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-au.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "850" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RqQrMMm1XhwE1QlTWBsg1SpN6XuqYJI0qanmDwRBmno=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001265822785" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "789" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1966" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "789" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.w99wrvtfdy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001265822785" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "789" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w99wrvtfdy" - }, - { - "Name": "integrity", - "Value": "sha256-DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.w99wrvtfdy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1966" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w99wrvtfdy" - }, - { - "Name": "integrity", - "Value": "sha256-DKKrrykyP7mpsFcazOOR13Zy3nt+jVABARqH4Xf7E/g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ca.w99wrvtfdy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "789" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w99wrvtfdy" - }, - { - "Name": "integrity", - "Value": "sha256-kOwD/v82SM9bbemJdAD/iRIUpYX9bdAhsvyPP5i6WGE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ca.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001160092807" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2127" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.tfy992j3ip.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001160092807" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tfy992j3ip" - }, - { - "Name": "integrity", - "Value": "sha256-ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.tfy992j3ip.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2127" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tfy992j3ip" - }, - { - "Name": "integrity", - "Value": "sha256-ZwjO2VBLvgPOd5QM+5UHa3HoJYZ79yizwtSVb//Fiao=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-gb.tfy992j3ip.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tfy992j3ip" - }, - { - "Name": "integrity", - "Value": "sha256-R8wWlHHma+zHB2EEXL6Y/OJGfXBZsEkqQfmqnrcJgMk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-gb.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.csu2kdtx8u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001172332943" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "csu2kdtx8u" - }, - { - "Name": "integrity", - "Value": "sha256-pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.csu2kdtx8u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2125" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "csu2kdtx8u" - }, - { - "Name": "integrity", - "Value": "sha256-pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.csu2kdtx8u.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "csu2kdtx8u" - }, - { - "Name": "integrity", - "Value": "sha256-Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001172332943" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2125" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pP+XbBQDaaKDFjCi5Zn5bO+qDyb4mHB4OXpiIE204Yk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-ie.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "852" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zr7BFNH+EohWQAv7GzSTic7h9Y/hf9dvPoAz6qoVXY8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.8kw8fi420b.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001273885350" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kw8fi420b" - }, - { - "Name": "integrity", - "Value": "sha256-KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-il.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.8kw8fi420b.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1959" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kw8fi420b" - }, - { - "Name": "integrity", - "Value": "sha256-KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-il.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.8kw8fi420b.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kw8fi420b" - }, - { - "Name": "integrity", - "Value": "sha256-oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001273885350" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1959" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KPKUnPZbsfn/21NHqa+ju4VaiO7+D+vQ0IbFLJ8CilM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-il.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oBrNUBiRtormCCs3E2ltUHnDJZH8AxoQXC4iG48AJzE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.377agbwgtj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001170960187" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "377agbwgtj" - }, - { - "Name": "integrity", - "Value": "sha256-715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-in.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.377agbwgtj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "377agbwgtj" - }, - { - "Name": "integrity", - "Value": "sha256-715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-in.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.377agbwgtj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "377agbwgtj" - }, - { - "Name": "integrity", - "Value": "sha256-kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001170960187" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2121" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-715Fn9YIEdsNMh4f6X1t1uzJ2Q5zircrrhpbzmIEWec=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-in.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "853" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kC1tbFqDKMr4UV8xSVCpgN9IkXyZqN6H7JtgMWSZ1KY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.ayb2jc7rca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001165501166" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ayb2jc7rca" - }, - { - "Name": "integrity", - "Value": "sha256-AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.ayb2jc7rca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ayb2jc7rca" - }, - { - "Name": "integrity", - "Value": "sha256-AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.ayb2jc7rca.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ayb2jc7rca" - }, - { - "Name": "integrity", - "Value": "sha256-lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001165501166" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AnwGU/pQh/9iRgdyzxr8c5zYrIbLmLza4oggHttHu2U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-nz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lg81CPe04aMmpEO8M6mfx8M9L+ABTYsyFUjLAXYbXHM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001154734411" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2139" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.nulaxqg0km.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001154734411" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nulaxqg0km" - }, - { - "Name": "integrity", - "Value": "sha256-H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.nulaxqg0km.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2139" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nulaxqg0km" - }, - { - "Name": "integrity", - "Value": "sha256-H/b2R6xdXTwuICWvqSm4I/NDdjUA4Uh3PqwRBz2PmL8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/en-sg.nulaxqg0km.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nulaxqg0km" - }, - { - "Name": "integrity", - "Value": "sha256-i6scR8DgSsu1g9dqCOzm/lkiQX7THwg+Ay+AaaIgFyQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/en-sg.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000997008973" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1002" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1002" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.ndgwwg8jkl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000997008973" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1002" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ndgwwg8jkl" - }, - { - "Name": "integrity", - "Value": "sha256-FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.ndgwwg8jkl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ndgwwg8jkl" - }, - { - "Name": "integrity", - "Value": "sha256-FUXba8Avb+KoKW1wLvsD3lCpJsCo97U3bv+f0d5b+Vs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eo.ndgwwg8jkl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1002" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ndgwwg8jkl" - }, - { - "Name": "integrity", - "Value": "sha256-g6kGBkAyteQ2qRAdEtNAKHwFOAHNK+B078YYsuRVs0Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.his9cgpukh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874890639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "his9cgpukh" - }, - { - "Name": "integrity", - "Value": "sha256-Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-do.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.his9cgpukh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "his9cgpukh" - }, - { - "Name": "integrity", - "Value": "sha256-Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-do.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.his9cgpukh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "his9cgpukh" - }, - { - "Name": "integrity", - "Value": "sha256-znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874890639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3549" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zyt/OjrHgFb6GrnG88qkQeHMonRK9SGUXKHkLbGvlX0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-do.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1142" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-znTB6V8dOLCjX/vzSQCjeoiddNEhhcIHpV+APWGr7fc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000842459983" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3620" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.ppjtsf0o0d.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000842459983" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppjtsf0o0d" - }, - { - "Name": "integrity", - "Value": "sha256-DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.ppjtsf0o0d.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3620" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppjtsf0o0d" - }, - { - "Name": "integrity", - "Value": "sha256-DUHMCKRGodYv+xxBBrJ2AlPV2VdnSGlhG0yrxPZJgrA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-mx.ppjtsf0o0d.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1186" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppjtsf0o0d" - }, - { - "Name": "integrity", - "Value": "sha256-k91pHrdpgb0bhjdQ8T1fcePt7+GTjsp/xc5jfkZLt3g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-mx.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000845308538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3648" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.s7wo5md4y0.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000845308538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7wo5md4y0" - }, - { - "Name": "integrity", - "Value": "sha256-GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-us.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.s7wo5md4y0.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3648" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7wo5md4y0" - }, - { - "Name": "integrity", - "Value": "sha256-GMZqCC8xRScNflLFP6QE3oBZ8p2hpQDiXHFfIwdLiOo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-us.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es-us.s7wo5md4y0.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7wo5md4y0" - }, - { - "Name": "integrity", - "Value": "sha256-nnsRHtJ9NpGYEXMW3qAk7zn+lNF2y9Gxf/1FQRVh35U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es-us.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000849617672" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3608" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.mg6lg7raqb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000849617672" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mg6lg7raqb" - }, - { - "Name": "integrity", - "Value": "sha256-9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.mg6lg7raqb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3608" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mg6lg7raqb" - }, - { - "Name": "integrity", - "Value": "sha256-9s++PumSFBxXNM8RpR+SonXcre4obq89wsPnd8UzaCA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/es.mg6lg7raqb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mg6lg7raqb" - }, - { - "Name": "integrity", - "Value": "sha256-kFV1wJVI13WlOi42pGzWBeJ8K5ow9WI4meFUKL5TyK4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/es.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.8nubw0s7xt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001009081736" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "990" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8nubw0s7xt" - }, - { - "Name": "integrity", - "Value": "sha256-5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/et.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.8nubw0s7xt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8nubw0s7xt" - }, - { - "Name": "integrity", - "Value": "sha256-5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/et.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.8nubw0s7xt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "990" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8nubw0s7xt" - }, - { - "Name": "integrity", - "Value": "sha256-JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001009081736" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "990" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2709" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5A97a3zmPVsol84TOEJsHjQY/0RormIIKoW7JvuRYgA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/et.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "990" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JcvDAr6GzWkbVQVI1AYrCBpFx0sajAertOZgCbNbRvs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001234567901" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2029" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.wf95hwcuth.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001234567901" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf95hwcuth" - }, - { - "Name": "integrity", - "Value": "sha256-DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.wf95hwcuth.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2029" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf95hwcuth" - }, - { - "Name": "integrity", - "Value": "sha256-DDDdNB53QntLYMJO0DLYj6q4FOBJOHo2p2TE+8rt/Zo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/eu.wf95hwcuth.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wf95hwcuth" - }, - { - "Name": "integrity", - "Value": "sha256-cHYy5V4mOJ7kBlNvWVWi/4Aq7ZOhZQ5q2Y4oOigHmuw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/eu.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.e7lt65mql3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000863557858" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1157" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e7lt65mql3" - }, - { - "Name": "integrity", - "Value": "sha256-ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.e7lt65mql3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3343" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e7lt65mql3" - }, - { - "Name": "integrity", - "Value": "sha256-ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.e7lt65mql3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1157" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e7lt65mql3" - }, - { - "Name": "integrity", - "Value": "sha256-8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000863557858" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1157" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3343" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZhU9OWkw/QHjyNUYbpZDT+K+1SZRt+CixCAWQlKauMM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1157" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8GeMCQ00kv4Jo0X23okoBjtSphnAqXVcVgNYDpjCZg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000866551127" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.u9mn3kj1w3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000866551127" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u9mn3kj1w3" - }, - { - "Name": "integrity", - "Value": "sha256-fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.u9mn3kj1w3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u9mn3kj1w3" - }, - { - "Name": "integrity", - "Value": "sha256-fgxF1gbNYpmrvFln8qklpoe4wYjRtC0C0zLSwXBwXN4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fi.u9mn3kj1w3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1153" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u9mn3kj1w3" - }, - { - "Name": "integrity", - "Value": "sha256-7mzOHvfTfqFXHXN0R0aHMC5+U+M/iAgN0lIuaaWjpcc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001275510204" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1834" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.yqan7rpg6w.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001275510204" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yqan7rpg6w" - }, - { - "Name": "integrity", - "Value": "sha256-KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fil.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.yqan7rpg6w.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1834" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yqan7rpg6w" - }, - { - "Name": "integrity", - "Value": "sha256-KtmFWg6WZkws6cYIw04W4G6xkCMVfU754rsi1eLR5AM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fil.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fil.yqan7rpg6w.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yqan7rpg6w" - }, - { - "Name": "integrity", - "Value": "sha256-2xLkHOS3B/dfFApZzlrB0VdtrJWmBn5STWw1+VK+qto=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fil.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001273885350" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1829" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.p0khc4cvei.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001273885350" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p0khc4cvei" - }, - { - "Name": "integrity", - "Value": "sha256-mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.p0khc4cvei.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1829" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p0khc4cvei" - }, - { - "Name": "integrity", - "Value": "sha256-mRsfyk7rcvxDHdLay2NcRFxZc6FXtQdXgny2R/wS+xU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fo.p0khc4cvei.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "784" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p0khc4cvei" - }, - { - "Name": "integrity", - "Value": "sha256-Mmmj/AQcDOGqJbptAN/WJpGo//LBVnQHK8pfOus3l4w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.hif7673v2i.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001144164760" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hif7673v2i" - }, - { - "Name": "integrity", - "Value": "sha256-SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.hif7673v2i.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2174" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hif7673v2i" - }, - { - "Name": "integrity", - "Value": "sha256-SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.hif7673v2i.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hif7673v2i" - }, - { - "Name": "integrity", - "Value": "sha256-fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001144164760" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2174" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SXyqR5sOQGNyFaKQl4KYvIcLGfhz6OP30TOdvBV1M2A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fpa2cZeQccWWZPkg4s/RgF+QnVLawxZR3i5BP5vPBpI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.6vad6y1szm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001062699256" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vad6y1szm" - }, - { - "Name": "integrity", - "Value": "sha256-QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.6vad6y1szm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2337" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vad6y1szm" - }, - { - "Name": "integrity", - "Value": "sha256-QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.6vad6y1szm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6vad6y1szm" - }, - { - "Name": "integrity", - "Value": "sha256-mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001062699256" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2337" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QhZm+SLjgFQnzXvnjzcAN3fcrMB7eNN+4tb3MQYLQfI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mIDgofDpfjVeM4cWqCoHB8+QFOOUae2rmygVr85lGO0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.d0ilpkd1qh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000823723229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0ilpkd1qh" - }, - { - "Name": "integrity", - "Value": "sha256-kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.d0ilpkd1qh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3579" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0ilpkd1qh" - }, - { - "Name": "integrity", - "Value": "sha256-kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.d0ilpkd1qh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d0ilpkd1qh" - }, - { - "Name": "integrity", - "Value": "sha256-8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000823723229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3579" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kxgbgPwwdUSVyy7tJJc3iqeT5PpfMtNFj33Kzt2yEM8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8gYp7ADfUygucMb5hciE3OXQw1VQmiXYJyA/rM7yWB0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.ihzcusey34.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001035196687" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ihzcusey34" - }, - { - "Name": "integrity", - "Value": "sha256-pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.ihzcusey34.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ihzcusey34" - }, - { - "Name": "integrity", - "Value": "sha256-pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.ihzcusey34.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ihzcusey34" - }, - { - "Name": "integrity", - "Value": "sha256-SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001035196687" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pmyOXIqZuDEVz72gTugHzEASmJwgXWtCcMHxzHhkvJM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/fy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "965" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SYHURtE3zkCUqeOodwc2nVN/kZqdy/QLc/MOk+y0AEU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.8kuaqkt0gj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001077586207" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kuaqkt0gj" - }, - { - "Name": "integrity", - "Value": "sha256-OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ga.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.8kuaqkt0gj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2455" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kuaqkt0gj" - }, - { - "Name": "integrity", - "Value": "sha256-OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ga.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.8kuaqkt0gj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8kuaqkt0gj" - }, - { - "Name": "integrity", - "Value": "sha256-fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001077586207" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2455" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OLOnOGFpUvpI8D/WB7N5jq5mApcXnRORnR4ojqN3wig=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ga.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "927" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fhUU08jdMk9I3zxeHX8iTyDo0kIfHPzUBzw1ogv7VeI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001059322034" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2475" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.p2p8wxne25.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001059322034" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p2p8wxne25" - }, - { - "Name": "integrity", - "Value": "sha256-8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.p2p8wxne25.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2475" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p2p8wxne25" - }, - { - "Name": "integrity", - "Value": "sha256-8WThY6qSSoAwn75PI6OugGcfLUgbacGqZEh/P4sVXQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gd.p2p8wxne25.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p2p8wxne25" - }, - { - "Name": "integrity", - "Value": "sha256-UOxJ47Wp/M8Jr/zt+9WikUvISE24B5r9MxfGzPY+EQk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gd.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.0fll7658y2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001114827202" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0fll7658y2" - }, - { - "Name": "integrity", - "Value": "sha256-rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.0fll7658y2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0fll7658y2" - }, - { - "Name": "integrity", - "Value": "sha256-rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.0fll7658y2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0fll7658y2" - }, - { - "Name": "integrity", - "Value": "sha256-NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001114827202" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rO45hUvXvF5ABXyie5ulwQThYu+70DxXfreDZeEqQmY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NDO4+yczcOjGAvtJE5jffMpasZrPQCx1WwPfFPKWp9s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000632111252" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5632" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.nl24g69clo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000632111252" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nl24g69clo" - }, - { - "Name": "integrity", - "Value": "sha256-1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.nl24g69clo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5632" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nl24g69clo" - }, - { - "Name": "integrity", - "Value": "sha256-1aGLI0AwgeKI/mklngtFK/mqMflTg6NzM//OFxuIN54=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.nl24g69clo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nl24g69clo" - }, - { - "Name": "integrity", - "Value": "sha256-d0YorR7ymmQkuonF19oiflyqh5//84/zy/g05cIDLdw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-deva.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.h1cvso10ns.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000740192450" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=\"" - }, - { - "Name": "ETag", - "Value": "W/\"S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h1cvso10ns" - }, - { - "Name": "integrity", - "Value": "sha256-S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.h1cvso10ns.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4254" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h1cvso10ns" - }, - { - "Name": "integrity", - "Value": "sha256-S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.h1cvso10ns.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "h1cvso10ns" - }, - { - "Name": "integrity", - "Value": "sha256-yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000740192450" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=\"" - }, - { - "Name": "ETag", - "Value": "W/\"S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4254" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S6WWYpcoyWSZJ7Mnh86KmXTy7d9OQKctv42NEIFohKQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gom-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yVHYgHlDpzMVoIfgCBX8AqKFntP2qeVHmdwZufu6lls=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000713775874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4254" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.ll5s1m00ox.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000713775874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ll5s1m00ox" - }, - { - "Name": "integrity", - "Value": "sha256-WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.ll5s1m00ox.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4254" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ll5s1m00ox" - }, - { - "Name": "integrity", - "Value": "sha256-WcSDjheyYYBCwspQl4zUoiK8ag9L3fx9lh9oAJRDKcs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/gu.ll5s1m00ox.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1400" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ll5s1m00ox" - }, - { - "Name": "integrity", - "Value": "sha256-ZogphnN6FUyC2OQdR3V8xGas/F/aNf9pv0zPtOHS8P0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/gu.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.4n7tsvyyfg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000937207123" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4n7tsvyyfg" - }, - { - "Name": "integrity", - "Value": "sha256-8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/he.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.4n7tsvyyfg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3305" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4n7tsvyyfg" - }, - { - "Name": "integrity", - "Value": "sha256-8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/he.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.4n7tsvyyfg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4n7tsvyyfg" - }, - { - "Name": "integrity", - "Value": "sha256-1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000937207123" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3305" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8OP/37Sa4wR+LeRt3dnO4MrVB0sCh3U9wM0qrF4H1nU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/he.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1066" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1ZvK6ZaB9ITRXilp4fZTbPMNdS5ITWF1AYKrOG1HQz0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000594177065" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.sf7bj4km8h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000594177065" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sf7bj4km8h" - }, - { - "Name": "integrity", - "Value": "sha256-mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.sf7bj4km8h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6589" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sf7bj4km8h" - }, - { - "Name": "integrity", - "Value": "sha256-mMLDZQyX+mn9GtHiLSOncDZ3S/1wgX6kRSFWhFw89+M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hi.sf7bj4km8h.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1682" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sf7bj4km8h" - }, - { - "Name": "integrity", - "Value": "sha256-plECfC10ucxScE0moT0S4CwjC0amjVw6R0p/JIQFEQ8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000823723229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4874" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.oy2fjtdhvb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000823723229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy2fjtdhvb" - }, - { - "Name": "integrity", - "Value": "sha256-wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.oy2fjtdhvb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4874" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy2fjtdhvb" - }, - { - "Name": "integrity", - "Value": "sha256-wFO3uP7vmQRwqQ0ZUcC+2NiMVmI5vf6LcozRIsfFL9o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hr.oy2fjtdhvb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1213" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy2fjtdhvb" - }, - { - "Name": "integrity", - "Value": "sha256-SUj3xtvume8Oqf+NRs1Me+mrkbgjmnQdDvJObngzlDU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000798722045" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1251" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3933" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1251" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.wv8dwag35q.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000798722045" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1251" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wv8dwag35q" - }, - { - "Name": "integrity", - "Value": "sha256-PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.wv8dwag35q.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3933" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wv8dwag35q" - }, - { - "Name": "integrity", - "Value": "sha256-PLYQLC57WOF/cmYY+tssJDYArzkoxRX4cCwNTlZf17k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hu.wv8dwag35q.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1251" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wv8dwag35q" - }, - { - "Name": "integrity", - "Value": "sha256-NCBqRO/IQqKqpbjOADM9hGbRA1H36wCuwRdKZtOhSFQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hu.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874125874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1143" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3330" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1143" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.ou30dwcze1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000874125874" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1143" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou30dwcze1" - }, - { - "Name": "integrity", - "Value": "sha256-gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.ou30dwcze1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3330" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou30dwcze1" - }, - { - "Name": "integrity", - "Value": "sha256-gL+EOohxKfHFRAGXFmsRWoNCJy/9ORzJwCscn/ksU8w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/hy-am.ou30dwcze1.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1143" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ou30dwcze1" - }, - { - "Name": "integrity", - "Value": "sha256-U7rlPPCB+Pa7LQsF0uDmvoNIEViL9E/wDkvs8aFMaTY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/hy-am.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.4sazvmahzu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001057082452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "945" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4sazvmahzu" - }, - { - "Name": "integrity", - "Value": "sha256-VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/id.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.4sazvmahzu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2451" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4sazvmahzu" - }, - { - "Name": "integrity", - "Value": "sha256-VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/id.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.4sazvmahzu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "945" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4sazvmahzu" - }, - { - "Name": "integrity", - "Value": "sha256-0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001057082452" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "945" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2451" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VJgx5sVCvvA+h+bep9O5pEgZieUJYN3lQYszSepkdGU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/id.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "945" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0h/cxRzHJzeRdjnnz3nmuAlQvMQnDkPEwnJtKcJTk9E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.3asqq6784e.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000821692687" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3asqq6784e" - }, - { - "Name": "integrity", - "Value": "sha256-q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/is.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.3asqq6784e.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3asqq6784e" - }, - { - "Name": "integrity", - "Value": "sha256-q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/is.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.3asqq6784e.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3asqq6784e" - }, - { - "Name": "integrity", - "Value": "sha256-VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000821692687" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4598" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q7NkN1f/9rEXkoOi/ei+x8eEGxLtBKyRJGKht4EDz4I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/is.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1216" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VSc/CPP1NH5YfMxwRjLQZTs+SGs6vcxhWLxOpYVr64Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001173708920" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.ypkhhxzmfc.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001173708920" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypkhhxzmfc" - }, - { - "Name": "integrity", - "Value": "sha256-2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.ypkhhxzmfc.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypkhhxzmfc" - }, - { - "Name": "integrity", - "Value": "sha256-2vcI/s415VvgMmS/8+SjNn0Szt09BDWy35X7ys7FY68=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it-ch.ypkhhxzmfc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypkhhxzmfc" - }, - { - "Name": "integrity", - "Value": "sha256-K9/lu0d7TRmmgBiDHVMDf5vfT6EQShrsVatNeJ5PBu4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it-ch.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.3ey97ciy1v.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001042752868" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ey97ciy1v" - }, - { - "Name": "integrity", - "Value": "sha256-pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.3ey97ciy1v.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3365" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ey97ciy1v" - }, - { - "Name": "integrity", - "Value": "sha256-pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.3ey97ciy1v.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ey97ciy1v" - }, - { - "Name": "integrity", - "Value": "sha256-iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001042752868" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3365" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pTLFcPEnKA7NYjuYGko7d3gU2s+sXFzg71Xc1afyMoE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/it.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "958" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iEnCMELGTwkF9QCHVL5KywyLvFOEP/nW3UUrqpNhPFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800640512" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.zx8r6b3x8z.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800640512" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zx8r6b3x8z" - }, - { - "Name": "integrity", - "Value": "sha256-+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ja.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.zx8r6b3x8z.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4103" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zx8r6b3x8z" - }, - { - "Name": "integrity", - "Value": "sha256-+Vf2Wnxae1uupRMjQBiBZdFdYl6sJKY0HAckszAEvkk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ja.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ja.zx8r6b3x8z.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zx8r6b3x8z" - }, - { - "Name": "integrity", - "Value": "sha256-wcuduQBV4EBJRJxu/V4T0QtErlDW+LYq3T7sBJ/UwGc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ja.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.g5noh9ym1n.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001066098081" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g5noh9ym1n" - }, - { - "Name": "integrity", - "Value": "sha256-NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/jv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.g5noh9ym1n.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2460" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g5noh9ym1n" - }, - { - "Name": "integrity", - "Value": "sha256-NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/jv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.g5noh9ym1n.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "g5noh9ym1n" - }, - { - "Name": "integrity", - "Value": "sha256-iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001066098081" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2460" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NKDbg1LfRW0kq+/GGc2o4v+lQlRcjwOjUti6LdhF4Po=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/jv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "937" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iyNYY0tF5YQaJtKodLzo2Jg/SAo77K+R6P1KcnK12ys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.f29vdz1a0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000884173298" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f29vdz1a0o" - }, - { - "Name": "integrity", - "Value": "sha256-WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ka.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.f29vdz1a0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f29vdz1a0o" - }, - { - "Name": "integrity", - "Value": "sha256-WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ka.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.f29vdz1a0o.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "f29vdz1a0o" - }, - { - "Name": "integrity", - "Value": "sha256-amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000884173298" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3596" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WZeKwkIuwEXo/lJ/URPursIoZRss5QR+zGRq8EdoWmI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ka.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-amCq78ARPTs6FdMfO2ciZiaotJzEHmxdf5gLzl6PSAk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000956022945" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2577" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.jumtzylir4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000956022945" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jumtzylir4" - }, - { - "Name": "integrity", - "Value": "sha256-67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.jumtzylir4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2577" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jumtzylir4" - }, - { - "Name": "integrity", - "Value": "sha256-67OnUyKvjQVZQbztaXEjmJTNd3cXoIn1U7Z+ql2Gwzg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kk.jumtzylir4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jumtzylir4" - }, - { - "Name": "integrity", - "Value": "sha256-46GbywEjLAgDn8Z7pkXeIoSe6nMDxLjFVJX2Rckgas8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000819000819" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3465" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.r2g1l2ugnm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000819000819" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2g1l2ugnm" - }, - { - "Name": "integrity", - "Value": "sha256-XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/km.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.r2g1l2ugnm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3465" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2g1l2ugnm" - }, - { - "Name": "integrity", - "Value": "sha256-XZsIXWB/wCuXfNd2bpKi53VqFVJHahhihU6XuNBW1Q8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/km.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/km.r2g1l2ugnm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2g1l2ugnm" - }, - { - "Name": "integrity", - "Value": "sha256-pEiHj2AumEboinxuKYkH3LOXjie2HVXmLmklK2vEcNo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/km.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.e8j1m9yiy5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000728862974" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e8j1m9yiy5" - }, - { - "Name": "integrity", - "Value": "sha256-Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.e8j1m9yiy5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e8j1m9yiy5" - }, - { - "Name": "integrity", - "Value": "sha256-Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.e8j1m9yiy5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "e8j1m9yiy5" - }, - { - "Name": "integrity", - "Value": "sha256-5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000728862974" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yq4Erwnq3/LNRTFlaPXB3nBDiEdJEARjCcxgfHQPti0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/kn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5JNzzjJpzF8Y2RHtSMAV96lfpNg+bz8yMQ7NsvG9BuI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001160092807" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2298" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.td5mppz8wt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001160092807" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "td5mppz8wt" - }, - { - "Name": "integrity", - "Value": "sha256-wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ko.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.td5mppz8wt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2298" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "td5mppz8wt" - }, - { - "Name": "integrity", - "Value": "sha256-wbFfZaStkzEZdX7bWBaUQ3KOmD65DY4pT1ERcrOAwxg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ko.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ko.td5mppz8wt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "861" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "td5mppz8wt" - }, - { - "Name": "integrity", - "Value": "sha256-HBMSSzXzujabCo0r14Ua3xbch4izTtMdL1iiVcSnul8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ko.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.7kasml2bru.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000564652739" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7kasml2bru" - }, - { - "Name": "integrity", - "Value": "sha256-d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.7kasml2bru.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4689" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7kasml2bru" - }, - { - "Name": "integrity", - "Value": "sha256-d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.7kasml2bru.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7kasml2bru" - }, - { - "Name": "integrity", - "Value": "sha256-5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000564652739" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4689" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d05lIqQaT1AfX6Bh3jwN8tScxrg5YmBSrglxvl2mZoY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku-kmr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5YEX5eBF9N+RV28Q8vc9tLykoPvbKo3eoR7/NWxFAKA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.395tj9x1yj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000841042893" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "395tj9x1yj" - }, - { - "Name": "integrity", - "Value": "sha256-18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.395tj9x1yj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "395tj9x1yj" - }, - { - "Name": "integrity", - "Value": "sha256-18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.395tj9x1yj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "395tj9x1yj" - }, - { - "Name": "integrity", - "Value": "sha256-gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000841042893" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-18ZoBnwrE94CBo/DdQCvzPX2kBqxDMrgEjgUWo2u0UE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ku.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gBiVvtU44upTxVKX29Vr1dDiJud/ZQPP249vKFW1Ixc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.5k3zqp0tys.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000943396226" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1059" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5k3zqp0tys" - }, - { - "Name": "integrity", - "Value": "sha256-O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ky.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.5k3zqp0tys.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2605" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5k3zqp0tys" - }, - { - "Name": "integrity", - "Value": "sha256-O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ky.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.5k3zqp0tys.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1059" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5k3zqp0tys" - }, - { - "Name": "integrity", - "Value": "sha256-Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000943396226" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1059" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2605" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O2WjBflSlnjtpS7jdfLykTl8biTg+O9SKrIRGJC0Pvo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ky.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1059" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jc6uJ96otEaWrCrW3t/CELb9gRRfvmloBrnR9nYHEzk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000656598818" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1522" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1522" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.ns00g12bpa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000656598818" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1522" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ns00g12bpa" - }, - { - "Name": "integrity", - "Value": "sha256-+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.ns00g12bpa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ns00g12bpa" - }, - { - "Name": "integrity", - "Value": "sha256-+WdPkw/R2mmGL/zBiePvq9HMXQnMH8M3PHk+afBkqys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lb.ns00g12bpa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1522" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ns00g12bpa" - }, - { - "Name": "integrity", - "Value": "sha256-oPypApkOmpfn38Pk07Jgry783kbkKwLExIRh9dD0sjk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lb.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001084598698" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2651" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.u3gs653j49.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001084598698" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u3gs653j49" - }, - { - "Name": "integrity", - "Value": "sha256-dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.u3gs653j49.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2651" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u3gs653j49" - }, - { - "Name": "integrity", - "Value": "sha256-dtX4Wm7ihj3fPlywFcAhlw3at1kcHbXh7Li4kSqjnb0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lo.u3gs653j49.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u3gs653j49" - }, - { - "Name": "integrity", - "Value": "sha256-n+qwepcZT4fjJuKZL1ME6qCXaFHP0ASQ9r3RD7VCOBU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000715819613" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1396" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4134" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1396" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.o0j6jlg0t4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000715819613" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1396" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o0j6jlg0t4" - }, - { - "Name": "integrity", - "Value": "sha256-yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.o0j6jlg0t4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4134" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o0j6jlg0t4" - }, - { - "Name": "integrity", - "Value": "sha256-yAwJjv2AbLRdGDAEoL1z973D7bFcNKQXqQQGfeXGW3Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lt.o0j6jlg0t4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1396" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o0j6jlg0t4" - }, - { - "Name": "integrity", - "Value": "sha256-pgdRxDjVQ0ZJtC65jVkmuKAfwfhG1/DNlZ+vB5lbHIA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lt.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000825082508" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1211" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3543" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1211" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.wg9fee57w2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000825082508" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1211" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wg9fee57w2" - }, - { - "Name": "integrity", - "Value": "sha256-UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.wg9fee57w2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3543" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wg9fee57w2" - }, - { - "Name": "integrity", - "Value": "sha256-UEwCTITLa2/cv3iUVr7Eg5qdXMFiAlK2TxZsZih+sWQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/lv.wg9fee57w2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1211" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wg9fee57w2" - }, - { - "Name": "integrity", - "Value": "sha256-tEVGbuapOnO7E96aiD7YMs+0Q2OMNAKw6dlH2BPWkjI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/lv.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3782" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.l2n09zeq4e.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2n09zeq4e" - }, - { - "Name": "integrity", - "Value": "sha256-MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/me.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.l2n09zeq4e.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3782" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2n09zeq4e" - }, - { - "Name": "integrity", - "Value": "sha256-MxZzeWxatI3r0A+8UZQ0NFsXY/xuKQ8lkCFfkQzjTaE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/me.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/me.l2n09zeq4e.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2n09zeq4e" - }, - { - "Name": "integrity", - "Value": "sha256-82Oa6E+RB8zVtk2BNqkBPLmHpp43Pe4HlXNqZFHyJzg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/me.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001150747986" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "868" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2083" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "868" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.ve63h8wosm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001150747986" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "868" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=\"" - }, - { - "Name": "ETag", - "Value": "W/\"yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ve63h8wosm" - }, - { - "Name": "integrity", - "Value": "sha256-yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.ve63h8wosm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2083" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ve63h8wosm" - }, - { - "Name": "integrity", - "Value": "sha256-yevIi+mJiiL/7nrDP4TNNMI+BAdWw4iHbvsr3MBnuBM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mi.ve63h8wosm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "868" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ve63h8wosm" - }, - { - "Name": "integrity", - "Value": "sha256-SUAZ2LtVJvH55VxGDCdu8+W1ETDFQXmPEyVefOfsJro=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000896860987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1114" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3106" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1114" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.kmv4pgjniv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000896860987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1114" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kmv4pgjniv" - }, - { - "Name": "integrity", - "Value": "sha256-HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.kmv4pgjniv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3106" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kmv4pgjniv" - }, - { - "Name": "integrity", - "Value": "sha256-HGKirySCEb5XBIENdNUv5W3SvDL33kdMp0HZS/HvKco=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mk.kmv4pgjniv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1114" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kmv4pgjniv" - }, - { - "Name": "integrity", - "Value": "sha256-JAxCFDh8PYU2j8kIHyml2BlMxqohWx/k5plHEyqmJHw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.b0i4p0fg6l.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000931966449" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1072" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "b0i4p0fg6l" - }, - { - "Name": "integrity", - "Value": "sha256-K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ml.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.b0i4p0fg6l.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3369" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "b0i4p0fg6l" - }, - { - "Name": "integrity", - "Value": "sha256-K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ml.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.b0i4p0fg6l.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1072" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "b0i4p0fg6l" - }, - { - "Name": "integrity", - "Value": "sha256-lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000931966449" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1072" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3369" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K93jVlpgD05nwb+5h6sb2ibUoKCWReVTNYs/pDo/9uw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ml.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1072" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-lAsWGDo0CEYwrEB07OPUqBUx0NSy2ijEIt3tDBPCuas=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.1kq6fsh8pq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000859106529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1kq6fsh8pq" - }, - { - "Name": "integrity", - "Value": "sha256-D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.1kq6fsh8pq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3514" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1kq6fsh8pq" - }, - { - "Name": "integrity", - "Value": "sha256-D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.1kq6fsh8pq.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1kq6fsh8pq" - }, - { - "Name": "integrity", - "Value": "sha256-gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000859106529" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3514" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-D8W9VLT5STPqnKswutkzC6l9aDvCsnAImgdIJAd7LNs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1163" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gHGTBsTc+4qkRV2I8obLFUsHzeBkpJ2u4ZbF7PuoWfU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.2gu8z10nvv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000612745098" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2gu8z10nvv" - }, - { - "Name": "integrity", - "Value": "sha256-IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.2gu8z10nvv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6777" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2gu8z10nvv" - }, - { - "Name": "integrity", - "Value": "sha256-IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.2gu8z10nvv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2gu8z10nvv" - }, - { - "Name": "integrity", - "Value": "sha256-5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000612745098" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6777" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IrOUizf8L50FRPf7dzsGYj7WqNTCzLFSW+5YYDVgMMU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1631" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5p4iOqV83Sz/txUfzxuXstTAxDOYXAQkxY3mauqc5YA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001092896175" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "914" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "914" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.qbbxr0kv6u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001092896175" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "914" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qbbxr0kv6u" - }, - { - "Name": "integrity", - "Value": "sha256-ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.qbbxr0kv6u.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2406" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qbbxr0kv6u" - }, - { - "Name": "integrity", - "Value": "sha256-ak2fZIgFcMbVv3bMoAmwGCbe3B8PSgitPT6+yov+Nzw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms-my.qbbxr0kv6u.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "914" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qbbxr0kv6u" - }, - { - "Name": "integrity", - "Value": "sha256-OpLOh1Eywx86Cv3G1f3it1MR2AmAcwyRyQxbUR1LRjA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms-my.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001133786848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2352" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.k5d1598e8r.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001133786848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k5d1598e8r" - }, - { - "Name": "integrity", - "Value": "sha256-2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.k5d1598e8r.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2352" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k5d1598e8r" - }, - { - "Name": "integrity", - "Value": "sha256-2OGEY/UJX3kwqgjAZcMjk4y6PH7+OyD9eEEkFA/Q4Bw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ms.k5d1598e8r.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "881" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k5d1598e8r" - }, - { - "Name": "integrity", - "Value": "sha256-d6OVyLeUiYUijGSVSxfVZ0DKRIB8N2a2NHWYwHc9Op4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ms.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.8fp1md2pq5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001262626263" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fp1md2pq5" - }, - { - "Name": "integrity", - "Value": "sha256-DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.8fp1md2pq5.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fp1md2pq5" - }, - { - "Name": "integrity", - "Value": "sha256-DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.8fp1md2pq5.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8fp1md2pq5" - }, - { - "Name": "integrity", - "Value": "sha256-9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001262626263" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DD/wq9z/xB3NNobxJWodfUE6eO0z+A0S9FYIy3L1wI0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/mt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "791" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9rXSgZ207F+ES7/Wr+DvEljc0t37p8Ie1b7UwQmOEQQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.es0u1iooz8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000873362445" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1144" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "es0u1iooz8" - }, - { - "Name": "integrity", - "Value": "sha256-fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/my.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.es0u1iooz8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3185" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "es0u1iooz8" - }, - { - "Name": "integrity", - "Value": "sha256-fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/my.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.es0u1iooz8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1144" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "es0u1iooz8" - }, - { - "Name": "integrity", - "Value": "sha256-ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000873362445" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1144" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3185" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fgjRXrVWxvYM14xWYHpcIwnCPw1LMPhQi3RxGbyOrP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/my.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1144" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ydQjRHzqma3GEsO0DGo9okxmqR8cYdlEAqRRBzRXUzY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001222493888" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "817" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1963" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "817" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.r43molx19c.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001222493888" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "817" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r43molx19c" - }, - { - "Name": "integrity", - "Value": "sha256-W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.r43molx19c.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1963" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r43molx19c" - }, - { - "Name": "integrity", - "Value": "sha256-W5XOY+aj/KsHvlBai6q4L1sI/yuUp4BPehxEsl0cW4g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nb.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nb.r43molx19c.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "817" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r43molx19c" - }, - { - "Name": "integrity", - "Value": "sha256-FxM/PtD56YClsqnZaUyZ/JJ3yE3E71tj2d0AOGTUhwo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nb.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000759301443" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.spuif7phr1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000759301443" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spuif7phr1" - }, - { - "Name": "integrity", - "Value": "sha256-ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ne.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.spuif7phr1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4152" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spuif7phr1" - }, - { - "Name": "integrity", - "Value": "sha256-ANldSIelWamVOBPy7C3EK6Yc31ZWTTlBoP4wFO5gaTI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ne.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ne.spuif7phr1.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1316" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "spuif7phr1" - }, - { - "Name": "integrity", - "Value": "sha256-n++dhVQFdKDJphzCPfexo4tH/QlbywC22qzncgDUJtE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ne.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000845308538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.lbzhj059oe.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000845308538" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lbzhj059oe" - }, - { - "Name": "integrity", - "Value": "sha256-EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.lbzhj059oe.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3274" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lbzhj059oe" - }, - { - "Name": "integrity", - "Value": "sha256-EVD/dWLvSIQ0hxMFhS5fYy6pFphTzgsgqJedKUyy8cg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl-be.lbzhj059oe.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1182" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lbzhj059oe" - }, - { - "Name": "integrity", - "Value": "sha256-foCwHT7UIFe9Yn9cX+g5E0yund19sKv0Sor66ayXRgE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl-be.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000846023689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3309" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.os56cyvs2t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000846023689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "os56cyvs2t" - }, - { - "Name": "integrity", - "Value": "sha256-2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.os56cyvs2t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3309" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "os56cyvs2t" - }, - { - "Name": "integrity", - "Value": "sha256-2KbJhJUh+HRWuCsA5jfakM+kQa476ugO9ffgNn53rzc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nl.os56cyvs2t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "os56cyvs2t" - }, - { - "Name": "integrity", - "Value": "sha256-x1f74xDYS2lZfQUBpWDX7Fdhxd/aYMOPMOnNhobgUi0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001272264631" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "785" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1887" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "785" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.lngzui3ss2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001272264631" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "785" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lngzui3ss2" - }, - { - "Name": "integrity", - "Value": "sha256-EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.lngzui3ss2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1887" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lngzui3ss2" - }, - { - "Name": "integrity", - "Value": "sha256-EdVZlW2A7XdtoZhpiQedlM2z4yAYtSKvoTjXhVVpl9Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/nn.lngzui3ss2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "785" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lngzui3ss2" - }, - { - "Name": "integrity", - "Value": "sha256-Q+h3f4sQvK4d42BIQz1B/9Z2tXqyr2P+SzrlXCk8LmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/nn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.a84pht8e53.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000993048659" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a84pht8e53" - }, - { - "Name": "integrity", - "Value": "sha256-qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.a84pht8e53.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a84pht8e53" - }, - { - "Name": "integrity", - "Value": "sha256-qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.a84pht8e53.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a84pht8e53" - }, - { - "Name": "integrity", - "Value": "sha256-scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000993048659" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qiZ7YySg2YNWRqMMaBfXZ5/KAiMgT8cb7jOfzlLyy7I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/oc-lnc.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-scT1eiCfhXicPCKFNgfCg2SSwYY1xPPvNL+h+pX5Uxs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000717875090" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1392" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4320" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1392" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.y3j90d39yl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000717875090" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1392" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y3j90d39yl" - }, - { - "Name": "integrity", - "Value": "sha256-AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.y3j90d39yl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4320" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y3j90d39yl" - }, - { - "Name": "integrity", - "Value": "sha256-AnM7Bf/u3IniDOtJA3BdQL9Y8iLHsCdfddKBYXI+Q1o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pa-in.y3j90d39yl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1392" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "y3j90d39yl" - }, - { - "Name": "integrity", - "Value": "sha256-3ueMeSMcw+OUxpJxq+OTwX8ZMVRgOz7GYCFA8ihRhhA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pa-in.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.fdv4bhql9i.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000741289844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdv4bhql9i" - }, - { - "Name": "integrity", - "Value": "sha256-LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.fdv4bhql9i.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4306" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdv4bhql9i" - }, - { - "Name": "integrity", - "Value": "sha256-LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.fdv4bhql9i.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fdv4bhql9i" - }, - { - "Name": "integrity", - "Value": "sha256-/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000741289844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4306" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LdnZPc6EMAjkntrl/GwbtLdnESFkXfjXi3DoaGUFijA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1348" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/VccWkP0/f1ok3lbiJyBY7egKa6vo5wRYjLHbnGHrQU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001200480192" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.xoa6apvx20.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001200480192" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xoa6apvx20" - }, - { - "Name": "integrity", - "Value": "sha256-Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.xoa6apvx20.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xoa6apvx20" - }, - { - "Name": "integrity", - "Value": "sha256-Xwb2dbAT4zGMRGsKKoT2CoLH4IBWTit72iiP34PgJXU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt-br.xoa6apvx20.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xoa6apvx20" - }, - { - "Name": "integrity", - "Value": "sha256-7/fxJ2AJ/1AlDhE/fS7UFgjAxAwNYifRcXJJKl8lXdg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt-br.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.z123ea1w62.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001149425287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z123ea1w62" - }, - { - "Name": "integrity", - "Value": "sha256-2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.z123ea1w62.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2031" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z123ea1w62" - }, - { - "Name": "integrity", - "Value": "sha256-2Yx3tewrIsPfK4ah1VSgaKVeMe2uXw4aOThk4wuv9mo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/pt.z123ea1w62.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "869" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z123ea1w62" - }, - { - "Name": "integrity", - "Value": "sha256-w5cvhM5HyrWbv+b6GSMHd7R7rStliypUyMjgWRnFs5E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/pt.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001027749229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "972" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2395" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "972" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.veuqhe3rai.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001027749229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "972" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "veuqhe3rai" - }, - { - "Name": "integrity", - "Value": "sha256-iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ro.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.veuqhe3rai.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2395" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "veuqhe3rai" - }, - { - "Name": "integrity", - "Value": "sha256-iUqUqgJq/tmkJCNpMZOsPSAio+Y8sx0kEB+7rW3cvjc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ro.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ro.veuqhe3rai.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "972" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "veuqhe3rai" - }, - { - "Name": "integrity", - "Value": "sha256-7THbJbGlHIQ4fPS89hmvaq8bVSpnDVRv7gvCMDQhKV4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ro.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.04nvrthlee.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000412711515" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "04nvrthlee" - }, - { - "Name": "integrity", - "Value": "sha256-QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ru.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.04nvrthlee.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "04nvrthlee" - }, - { - "Name": "integrity", - "Value": "sha256-QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ru.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.04nvrthlee.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "04nvrthlee" - }, - { - "Name": "integrity", - "Value": "sha256-0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000412711515" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QJrv4z6bFWzY2AhQspFOUWI5qmcBm7X/ZzfvPBtKL70=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ru.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2422" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0burjPy7Gvy5GgsVw9NcHoGeMxeJY6DboIr1SKR7uKM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.ftd2cw74pa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001086956522" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "919" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ftd2cw74pa" - }, - { - "Name": "integrity", - "Value": "sha256-jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.ftd2cw74pa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2234" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ftd2cw74pa" - }, - { - "Name": "integrity", - "Value": "sha256-jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sd.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.ftd2cw74pa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "919" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ftd2cw74pa" - }, - { - "Name": "integrity", - "Value": "sha256-Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001086956522" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "919" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2234" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jdGCeZtFdlb6Tw5gsIfCKL6h6pILikT18T8jkoY6wvo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sd.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "919" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xr4evydZYGSrr0UnewdML+ss8lGFMWnu9PNLgI8X+lM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001206272618" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "828" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "828" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.wu8nrjcx8t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001206272618" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "828" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wu8nrjcx8t" - }, - { - "Name": "integrity", - "Value": "sha256-mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/se.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.wu8nrjcx8t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1906" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wu8nrjcx8t" - }, - { - "Name": "integrity", - "Value": "sha256-mLPFfIKe6dgCBkJmUHNc7jS9WkSR7VIA/sYPSkiFxVA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/se.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/se.wu8nrjcx8t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "828" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wu8nrjcx8t" - }, - { - "Name": "integrity", - "Value": "sha256-cFv2qFYyCBz9BmMfy5ElWSK6EzB8bXZmULE00twFhbI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/se.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000998003992" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1001" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2750" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1001" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.ykklj4x5l1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000998003992" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1001" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ykklj4x5l1" - }, - { - "Name": "integrity", - "Value": "sha256-ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/si.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.ykklj4x5l1.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2750" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ykklj4x5l1" - }, - { - "Name": "integrity", - "Value": "sha256-ci4Cay8ceyJtQWKBwxbbhGe4dtMfl0Lapq4k06Zyd0Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/si.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/si.ykklj4x5l1.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1001" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ykklj4x5l1" - }, - { - "Name": "integrity", - "Value": "sha256-auSqkiAc/PFy8l/Tf75zmhwA91j+BcZi+dtrfuPEG2c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/si.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.60sbn502tl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000740740741" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1349" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "60sbn502tl" - }, - { - "Name": "integrity", - "Value": "sha256-enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.60sbn502tl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "60sbn502tl" - }, - { - "Name": "integrity", - "Value": "sha256-enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.60sbn502tl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1349" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "60sbn502tl" - }, - { - "Name": "integrity", - "Value": "sha256-FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000740740741" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1349" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5318" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-enKnmvm/CcrORb/pK2v1lzz9vas0/2NFT4ofERtQZdY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1349" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FkOx5FwAd8Cu20Kes5+iRVVeufkI8hdUvIr4uAmQTt0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.jjol25p4o8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000772797527" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1293" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jjol25p4o8" - }, - { - "Name": "integrity", - "Value": "sha256-gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.jjol25p4o8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6286" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jjol25p4o8" - }, - { - "Name": "integrity", - "Value": "sha256-gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.jjol25p4o8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1293" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jjol25p4o8" - }, - { - "Name": "integrity", - "Value": "sha256-JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000772797527" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1293" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6286" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gYqOGvtUiqL0pZ1VreSjtMmzFHI+rVobKZzbWZU0D8M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1293" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JHPz4ufYpMpX2H324elU0QlBLGD61z7S1DsKtX/4YFU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.2mcdkcjgyr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001132502831" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "882" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcdkcjgyr" - }, - { - "Name": "integrity", - "Value": "sha256-GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sq.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.2mcdkcjgyr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2052" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcdkcjgyr" - }, - { - "Name": "integrity", - "Value": "sha256-GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sq.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.2mcdkcjgyr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "882" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcdkcjgyr" - }, - { - "Name": "integrity", - "Value": "sha256-7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001132502831" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "882" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2052" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GvUJrXNs1tlWMHaw3xWvavmhx6R/v2pvsnWpLVFeOhE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sq.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "882" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7E1WZxUc5QBOede991LYoV793JDdqECYBh/S9OiKnWs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.1hnzesq2zv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000662690524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hnzesq2zv" - }, - { - "Name": "integrity", - "Value": "sha256-a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.1hnzesq2zv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hnzesq2zv" - }, - { - "Name": "integrity", - "Value": "sha256-a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.1hnzesq2zv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "1hnzesq2zv" - }, - { - "Name": "integrity", - "Value": "sha256-OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000662690524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4889" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-a8CCHh2VNOiEtQMM9/v/5BThy1bl1OFILCrE0WHkb78=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr-cyrl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OVorVNd4GkgEp/4pEqAY52y3FCIMBZhRUjnudzn1DOQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.jcvodzijng.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000733675715" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1362" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jcvodzijng" - }, - { - "Name": "integrity", - "Value": "sha256-TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.jcvodzijng.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jcvodzijng" - }, - { - "Name": "integrity", - "Value": "sha256-TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.jcvodzijng.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1362" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jcvodzijng" - }, - { - "Name": "integrity", - "Value": "sha256-CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000733675715" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1362" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TdKnyu5p0pfLK49qRInLF/bj3HoKj4pN3gZbQhxwSeo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1362" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CMvAdDAMlRnUaMK3JRagprltFNkR3rCiT/3D3Wp0JnQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000994035785" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2656" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.riyrss1j63.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000994035785" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "riyrss1j63" - }, - { - "Name": "integrity", - "Value": "sha256-fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ss.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.riyrss1j63.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2656" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "riyrss1j63" - }, - { - "Name": "integrity", - "Value": "sha256-fbzUA6ydYE7sLyIP1SaVIgQAWzsukXN2cBrQIlmrN3c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ss.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ss.riyrss1j63.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1005" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "riyrss1j63" - }, - { - "Name": "integrity", - "Value": "sha256-U/3LTjPhHELcm1UJYh8r9w37XSI0mr7aJsxN8dDJRXY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ss.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.798arcc9jn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001157407407" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "863" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "798arcc9jn" - }, - { - "Name": "integrity", - "Value": "sha256-S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.798arcc9jn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2158" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "798arcc9jn" - }, - { - "Name": "integrity", - "Value": "sha256-S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sv.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.798arcc9jn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "863" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "798arcc9jn" - }, - { - "Name": "integrity", - "Value": "sha256-n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001157407407" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "863" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=\"" - }, - { - "Name": "ETag", - "Value": "W/\"S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2158" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-S/PO1wNAZ4J1vvW/wKaKXJN9W4pP8EiIjUDK6p9mBE0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sv.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "863" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-n8a73j+vmAm/ZGTQIz122oGylq5pVpS69+MKFWf+Eas=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.a48q3qkfmu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001351351351" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "739" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a48q3qkfmu" - }, - { - "Name": "integrity", - "Value": "sha256-ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.a48q3qkfmu.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1706" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a48q3qkfmu" - }, - { - "Name": "integrity", - "Value": "sha256-ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.a48q3qkfmu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "739" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "a48q3qkfmu" - }, - { - "Name": "integrity", - "Value": "sha256-xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001351351351" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "739" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1706" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZskqBA9kXxL7eQHYNnChXsS8kFbqnrqZT29f8u8yu7s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/sw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "739" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xoddSS5baMux0RSi4BzwESsG37Kc2wSe34PnuErAea4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000685871056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1457" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1457" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.om6kuz0mv2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000685871056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1457" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "om6kuz0mv2" - }, - { - "Name": "integrity", - "Value": "sha256-kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ta.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.om6kuz0mv2.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4931" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "om6kuz0mv2" - }, - { - "Name": "integrity", - "Value": "sha256-kCjkqUkb9rFChsU/m4bAVyuhDVNwEAonXqhdKVLxFdc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ta.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ta.om6kuz0mv2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1457" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "om6kuz0mv2" - }, - { - "Name": "integrity", - "Value": "sha256-HeU4GZoZE6v2SjAIsc42xagrGFCy7gcP7Z54T1W5ts8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ta.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.0a3bnazz9a.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000881834215" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1133" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0a3bnazz9a" - }, - { - "Name": "integrity", - "Value": "sha256-qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/te.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.0a3bnazz9a.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0a3bnazz9a" - }, - { - "Name": "integrity", - "Value": "sha256-qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/te.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.0a3bnazz9a.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1133" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0a3bnazz9a" - }, - { - "Name": "integrity", - "Value": "sha256-46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000881834215" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1133" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qEvdC0Pamj6ZuItqHg9JBmUM7sMtQU8FdETIUsKL40s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/te.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1133" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-46ztH1MSZuOt+cE23ggZgUlLMexboPcqYQvwLWAbqQM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.d58bgha4o9.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001111111111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d58bgha4o9" - }, - { - "Name": "integrity", - "Value": "sha256-/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tet.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.d58bgha4o9.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2247" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d58bgha4o9" - }, - { - "Name": "integrity", - "Value": "sha256-/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tet.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.d58bgha4o9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d58bgha4o9" - }, - { - "Name": "integrity", - "Value": "sha256-eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001111111111" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2247" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/21tW8NbweTQHmMFfq160Ceu3KzluVuBNm4o6XAVoXs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tet.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eM70JIjkGZzOo8z1lnKid9n0W4FRPq8NeZN6tFXADd0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.5c4yhqmvin.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800640512" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5c4yhqmvin" - }, - { - "Name": "integrity", - "Value": "sha256-dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.5c4yhqmvin.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3721" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5c4yhqmvin" - }, - { - "Name": "integrity", - "Value": "sha256-dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tg.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.5c4yhqmvin.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5c4yhqmvin" - }, - { - "Name": "integrity", - "Value": "sha256-vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000800640512" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3721" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dcNDgIOA+lY3QlZLCPpiF4EUsPxTK8xobLH2qqE+DcQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tg.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1248" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vNz2smXp48bYv7VTSxUEI4YlY8qQUv+9CSwFhJ2VDxQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000988142292" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2801" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.z5o3c7ugco.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000988142292" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z5o3c7ugco" - }, - { - "Name": "integrity", - "Value": "sha256-6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/th.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.z5o3c7ugco.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2801" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z5o3c7ugco" - }, - { - "Name": "integrity", - "Value": "sha256-6XrLRzSojPi11YmfC4DZab8JYjM+p28auIU2g2il1Mk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/th.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/th.z5o3c7ugco.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1011" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z5o3c7ugco" - }, - { - "Name": "integrity", - "Value": "sha256-zMLW+B0pITOyqrXUgFOKTHqXleZoC4yWL2B6e91SarY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/th.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.ajfca66u7d.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001018329939" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ajfca66u7d" - }, - { - "Name": "integrity", - "Value": "sha256-WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.ajfca66u7d.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2579" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ajfca66u7d" - }, - { - "Name": "integrity", - "Value": "sha256-WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.ajfca66u7d.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ajfca66u7d" - }, - { - "Name": "integrity", - "Value": "sha256-LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001018329939" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2579" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WiQGiA33fJuN2ItxGM35o6hYsSl9c1Nc3x/BfiaHX9I=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "981" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LEiT3pZfIDJvkASoKnJzSL2+COla3GIXTeCzTYXxYok=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.abnngkqy8h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001287001287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "776" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "abnngkqy8h" - }, - { - "Name": "integrity", - "Value": "sha256-OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.abnngkqy8h.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "abnngkqy8h" - }, - { - "Name": "integrity", - "Value": "sha256-OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.abnngkqy8h.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "776" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "abnngkqy8h" - }, - { - "Name": "integrity", - "Value": "sha256-Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001287001287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "776" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OiqYbfTcIwuPEdsa9fQa+gqPxz0VETPQc05kqCQT9wM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tl-ph.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "776" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Uqn8kxEYjLvJH1iBcb/dK1sTKK3Bo/6hzEM0VJgrn1A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.0giifo4eqa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000841042893" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0giifo4eqa" - }, - { - "Name": "integrity", - "Value": "sha256-IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tlh.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.0giifo4eqa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0giifo4eqa" - }, - { - "Name": "integrity", - "Value": "sha256-IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tlh.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.0giifo4eqa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0giifo4eqa" - }, - { - "Name": "integrity", - "Value": "sha256-VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000841042893" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IEPdYLxrMtqQAbgNLJ7d/cS2oFvSFkGpiFFLaRVVCPI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tlh.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1188" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VZ6hY9tUW7/Gx8NWcIhmdCL1oIHn8K71EeaQLqTNYx0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000865800866" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1154" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3033" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1154" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.psg7yzgyfa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000865800866" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1154" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=\"" - }, - { - "Name": "ETag", - "Value": "W/\"N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "psg7yzgyfa" - }, - { - "Name": "integrity", - "Value": "sha256-N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.psg7yzgyfa.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3033" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "psg7yzgyfa" - }, - { - "Name": "integrity", - "Value": "sha256-N2GyaWzH+xG+ADkPr/eKxsl3f7e5CQIrAO35ZAUUTnE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tr.psg7yzgyfa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1154" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "psg7yzgyfa" - }, - { - "Name": "integrity", - "Value": "sha256-Z1ZIoEr8RyAsSqMJbWQZKrpMt1qShE4FjL+6acA8y8A=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.62hw1mw309.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000810372771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62hw1mw309" - }, - { - "Name": "integrity", - "Value": "sha256-Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.62hw1mw309.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3202" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62hw1mw309" - }, - { - "Name": "integrity", - "Value": "sha256-Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.62hw1mw309.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "62hw1mw309" - }, - { - "Name": "integrity", - "Value": "sha256-M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000810372771" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3202" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Xpdb1Cr1OD9LcSZwmQnHUE9yCC7SfBF1TDkooE574Gw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1233" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-M5NphJkQVMYG0bmk/jX2KR0bgY4Mv3tC+JmA5nrXVfo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001470588235" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "679" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1745" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "679" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.tp5y4lt3kn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001470588235" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "679" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tp5y4lt3kn" - }, - { - "Name": "integrity", - "Value": "sha256-jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.tp5y4lt3kn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1745" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tp5y4lt3kn" - }, - { - "Name": "integrity", - "Value": "sha256-jyYyKqhm6mj/W+ZbnICYG+8j3XbGd6ggznb2b5ViTXQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.tp5y4lt3kn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "679" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tp5y4lt3kn" - }, - { - "Name": "integrity", - "Value": "sha256-ihyuoDn/qB7MsaQQIfapdXFbLnn+QlQaDKUB47fMzWk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm-latn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.56iaa6ja28.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001308900524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "763" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "56iaa6ja28" - }, - { - "Name": "integrity", - "Value": "sha256-g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.56iaa6ja28.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "56iaa6ja28" - }, - { - "Name": "integrity", - "Value": "sha256-g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.56iaa6ja28.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "763" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "56iaa6ja28" - }, - { - "Name": "integrity", - "Value": "sha256-ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001308900524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "763" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-g7OJebPWmnmAIsn01O5j1minPM1x1BIh4KV4e7z22k4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/tzm.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "763" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ixFVa7orhKr5HLIs+ypD3JSPqcz0YsQ4edBApI100CY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.bibtoovzbn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000724112962" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1380" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bibtoovzbn" - }, - { - "Name": "integrity", - "Value": "sha256-ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.bibtoovzbn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bibtoovzbn" - }, - { - "Name": "integrity", - "Value": "sha256-ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.bibtoovzbn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1380" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bibtoovzbn" - }, - { - "Name": "integrity", - "Value": "sha256-eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000724112962" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1380" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3991" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ffjH0tvHAWnrBmJtBFRRIX8m3sLLybTNcNdLYiJ8ejc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ug-cn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1380" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eH7n+8E1evrYoeXFWsnIiVa3zmjHt9LpQVpQdrFMYfY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000505305710" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.limnqse2t3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000505305710" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "limnqse2t3" - }, - { - "Name": "integrity", - "Value": "sha256-vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.limnqse2t3.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6130" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "limnqse2t3" - }, - { - "Name": "integrity", - "Value": "sha256-vXstDfShCgFjYNxt388b4jeE2p5V1lsqlfRQzTDrzeQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uk.limnqse2t3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1978" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "limnqse2t3" - }, - { - "Name": "integrity", - "Value": "sha256-x0gujObtyedXOTMWdAuv+rBooN6aFjy1tglE0Xcb4E0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001095290252" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2282" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.xbw0he4j7p.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001095290252" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xbw0he4j7p" - }, - { - "Name": "integrity", - "Value": "sha256-rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ur.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.xbw0he4j7p.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2282" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xbw0he4j7p" - }, - { - "Name": "integrity", - "Value": "sha256-rUwflfhjdaY2GUAriRD2iNBfLCKjiQqdXrzznhDOMSQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ur.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/ur.xbw0he4j7p.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "912" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xbw0he4j7p" - }, - { - "Name": "integrity", - "Value": "sha256-AkhqGlhCwRqkC5i7OOQQhzbGa9PGCL/VvaVVCKRjZu0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/ur.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001426533524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.l5sbqq9og8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001426533524" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5sbqq9og8" - }, - { - "Name": "integrity", - "Value": "sha256-SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.l5sbqq9og8.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1693" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5sbqq9og8" - }, - { - "Name": "integrity", - "Value": "sha256-SfX0Ir6Csl5FfcRIZlmhQSqTTr2/GxfoNqIwtnnrWqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.l5sbqq9og8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "700" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l5sbqq9og8" - }, - { - "Name": "integrity", - "Value": "sha256-sxH+mLGidShg546jNnXUktQPDHCO3rp+nsE47vpCa7w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz-latn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001242236025" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "804" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1936" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "804" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.rueqq1e1et.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001242236025" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "804" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rueqq1e1et" - }, - { - "Name": "integrity", - "Value": "sha256-TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.rueqq1e1et.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1936" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rueqq1e1et" - }, - { - "Name": "integrity", - "Value": "sha256-TRQ15OHfvOW0fKepfg48H+2RxZEuOXj2uzW1OBpsi34=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/uz.rueqq1e1et.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "804" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "rueqq1e1et" - }, - { - "Name": "integrity", - "Value": "sha256-ug6FDf3p5JGcuhQ1rpKibWfBKFAFHQUkgz9fsK4zbXA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/uz.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.8stboyua7t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001030927835" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8stboyua7t" - }, - { - "Name": "integrity", - "Value": "sha256-iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/vi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.8stboyua7t.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2510" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8stboyua7t" - }, - { - "Name": "integrity", - "Value": "sha256-iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/vi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.8stboyua7t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8stboyua7t" - }, - { - "Name": "integrity", - "Value": "sha256-4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001030927835" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2510" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iKv2MDmpwlRqxW7V7yy7wJpYnxv3U8+t6ZsGfOIVMsA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/vi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "969" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4QVaPoALShoYJcx3/IUnQQ+0CaaFhCoJmcreHNVKonw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.4ol9xyg2ku.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000977517107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ol9xyg2ku" - }, - { - "Name": "integrity", - "Value": "sha256-DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.4ol9xyg2ku.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2445" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ol9xyg2ku" - }, - { - "Name": "integrity", - "Value": "sha256-DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.4ol9xyg2ku.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4ol9xyg2ku" - }, - { - "Name": "integrity", - "Value": "sha256-FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000977517107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2445" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DCG4HfJTUL/WZQ9Iry9enopzjvRvKDGJTG4zE+PnxE0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/x-pseudo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FURz62mWx4OQn30nzFyRmBIDl1aqe4OCPXGt540vcQA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001228501229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.mypfqki2ve.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001228501229" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mypfqki2ve" - }, - { - "Name": "integrity", - "Value": "sha256-0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/yo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.mypfqki2ve.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1940" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mypfqki2ve" - }, - { - "Name": "integrity", - "Value": "sha256-0gST7Pf64QSQEwnM1YCFylUtGlBUK9W3WYFnMOkHqok=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/yo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/yo.mypfqki2ve.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mypfqki2ve" - }, - { - "Name": "integrity", - "Value": "sha256-4FJRO2ZC9jtK+thQehkO5mS1PLcTs0QEv9TlUoNPqT0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/yo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000747943156" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.q7fbxuf8ss.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000747943156" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q7fbxuf8ss" - }, - { - "Name": "integrity", - "Value": "sha256-OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.q7fbxuf8ss.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q7fbxuf8ss" - }, - { - "Name": "integrity", - "Value": "sha256-OvWKjOtrRmWxnc8xHnGJpzHGD6OZhNN4oLtQRdgdWkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.q7fbxuf8ss.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1336" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "q7fbxuf8ss" - }, - { - "Name": "integrity", - "Value": "sha256-RouI2Oh3wd3cfZ37aGyZtshCvZ6zSMKFYUSBKk5Mc/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-cn.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.3a1xty98zy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000909918107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a1xty98zy" - }, - { - "Name": "integrity", - "Value": "sha256-uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.3a1xty98zy.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3217" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a1xty98zy" - }, - { - "Name": "integrity", - "Value": "sha256-uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.3a1xty98zy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a1xty98zy" - }, - { - "Name": "integrity", - "Value": "sha256-hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000909918107" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3217" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uxlNikCtfNdxrpx5z3QY0Vx12BrlYOMxRuWClKrHGx8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-hk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1098" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hX72N0+U4i8k+ykC2KOlXhOYHd138jqRncmPd1Yr6EU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.j12qpqqwcj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000919963201" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1086" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j12qpqqwcj" - }, - { - "Name": "integrity", - "Value": "sha256-KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.j12qpqqwcj.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3166" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j12qpqqwcj" - }, - { - "Name": "integrity", - "Value": "sha256-KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.j12qpqqwcj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1086" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j12qpqqwcj" - }, - { - "Name": "integrity", - "Value": "sha256-H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000919963201" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1086" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3166" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KXKwrZwn2SmWgGi0PSYIuTyP0ZAN/vSLMEdpkkqKMP4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-mo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1086" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H8HVNwk76glP1IM+tvrnoizwEkJBW88IXmRy2ImNiNI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000933706816" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3112" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.kjajjutebk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000933706816" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kjajjutebk" - }, - { - "Name": "integrity", - "Value": "sha256-4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.kjajjutebk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3112" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kjajjutebk" - }, - { - "Name": "integrity", - "Value": "sha256-4Mi0V5fhm9y3060VcCKNwWgEcPYBGi1Q5PDdoJ9Hxhk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.kjajjutebk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kjajjutebk" - }, - { - "Name": "integrity", - "Value": "sha256-J9c3fNejHTORgNmqMhhPX9pHw7FVsLgsLSwzrSPde/o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/locale/zh-tw.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.3a5127k2c4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000013080616" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a5127k2c4" - }, - { - "Name": "integrity", - "Value": "sha256-BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.3a5127k2c4.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "375056" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a5127k2c4" - }, - { - "Name": "integrity", - "Value": "sha256-BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.3a5127k2c4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3a5127k2c4" - }, - { - "Name": "integrity", - "Value": "sha256-/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000013080616" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "375056" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BbH7OThHbj/eI4f57XHBfmY2WFmLvN+fsowL3L718G4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76448" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/agx7U4qiJ4PZfdCQj8hl2uX7AYrKdhJXycmN7w2C88=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000015798287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "63297" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "259042" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "63297" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.s7c2qbms59.map", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000015798287" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "63297" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7c2qbms59" - }, - { - "Name": "integrity", - "Value": "sha256-WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.s7c2qbms59.map", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "259042" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7c2qbms59" - }, - { - "Name": "integrity", - "Value": "sha256-WHCEGWd40fEqUYPTpZ6Nl/lGnzlGx9fEkw+qSHAyRtg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.s7c2qbms59.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "63297" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s7c2qbms59" - }, - { - "Name": "integrity", - "Value": "sha256-9DCPt6tBAsVLiuAPJTSy99fmvBCOTTnMoMEToK368mA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/min/moment-with-locales.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000027431832" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "36453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "162006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "36453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.ypcbd5f1pk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000027431832" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "36453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypcbd5f1pk" - }, - { - "Name": "integrity", - "Value": "sha256-2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/moment.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.ypcbd5f1pk.js", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "162006" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypcbd5f1pk" - }, - { - "Name": "integrity", - "Value": "sha256-2lm8x6xFHzXTU3QGjzIojs9gHSaQIf2qz7GgMuWMu9U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/moment.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/moment/moment.ypcbd5f1pk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/moment/moment.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "36453" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ypcbd5f1pk" - }, - { - "Name": "integrity", - "Value": "sha256-uyPBrREDakjF75UDHdXVq5yQzeZbfJuacL+XsPTBoys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/moment/moment.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067145639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14892" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "34296" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14892" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.te0fphaafj.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000067145639" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14892" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "te0fphaafj" - }, - { - "Name": "integrity", - "Value": "sha256-1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.te0fphaafj.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "34296" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "te0fphaafj" - }, - { - "Name": "integrity", - "Value": "sha256-1Wxwh4Cj5IY7BOwi1RPit2mXdZB2d181WFrs+W+2wCw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.te0fphaafj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14892" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "te0fphaafj" - }, - { - "Name": "integrity", - "Value": "sha256-i6BK5dvOvIAFsvUku79JvQxjx7+DChCEH2k8cYSywOE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es5.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000071068154" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "29107" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.swglwzzyho.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000071068154" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "swglwzzyho" - }, - { - "Name": "integrity", - "Value": "sha256-JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.swglwzzyho.js", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "29107" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "swglwzzyho" - }, - { - "Name": "integrity", - "Value": "sha256-JHujIyXr6/ivqgjNi5tosO486ptvyWojkrT7a81VCMo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.swglwzzyho.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14070" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "swglwzzyho" - }, - { - "Name": "integrity", - "Value": "sha256-JWssjfH3+egrSK0ZTMBZ6Mb54fN/OigWlEx2WjIVorE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/browser/overlayscrollbars.browser.es6.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000397930760" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2512" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13210" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2512" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.npd4rltbgl.css", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000397930760" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2512" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "npd4rltbgl" - }, - { - "Name": "integrity", - "Value": "sha256-ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.npd4rltbgl.css", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13210" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "npd4rltbgl" - }, - { - "Name": "integrity", - "Value": "sha256-ax384ir/OJlht+jfcXpz6ooeuOIS5gveNTkiU1BUdII=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.npd4rltbgl.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2512" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "npd4rltbgl" - }, - { - "Name": "integrity", - "Value": "sha256-gQbE9E0TEnKCH5JTX9JXc6nTi3/Qo84BUT4oqX7rnH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/overlayscrollbars/styles/overlayscrollbars.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001005025126" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "994" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3425" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "994" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.nw90o4g97y.css", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001005025126" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "994" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nw90o4g97y" - }, - { - "Name": "integrity", - "Value": "sha256-Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.nw90o4g97y.css", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3425" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nw90o4g97y" - }, - { - "Name": "integrity", - "Value": "sha256-Jxrimm3dCCgupe1FMhmjR8boCDMtCto476ojs3OhhsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.nw90o4g97y.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "994" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nw90o4g97y" - }, - { - "Name": "integrity", - "Value": "sha256-9BtXPdI35sw0uhkVYijC46rMqp4j3HQU1TL+uUq4cy0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/css/shepherd.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056420673" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17723" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "52799" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17723" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009740038" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "468799" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.vfoboge046.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009740038" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vfoboge046" - }, - { - "Name": "integrity", - "Value": "sha256-hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.vfoboge046.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "468799" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vfoboge046" - }, - { - "Name": "integrity", - "Value": "sha256-hXcnu9Xy7hCpusPzVi5vK/JFXV6Udaw6Xo0qrOEE7Rs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.vfoboge046.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "102668" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vfoboge046" - }, - { - "Name": "integrity", - "Value": "sha256-/zKR8K/dgF3F7m77aRTVds2ahv4KFFFN5Y4452407Ys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.qw6pa0yx1e.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056420673" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17723" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw6pa0yx1e" - }, - { - "Name": "integrity", - "Value": "sha256-xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.qw6pa0yx1e.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "52799" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw6pa0yx1e" - }, - { - "Name": "integrity", - "Value": "sha256-xmYuaqV70P3QH5OCWCKMDmTwjFhFndy6Cf5eSLj6bUQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.qw6pa0yx1e.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17723" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw6pa0yx1e" - }, - { - "Name": "integrity", - "Value": "sha256-T0QaiUreX6rQZUK2vDplj3i53Tph7yUAfQmokvG6W9g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.esm.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056047528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17841" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "52845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17841" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009648598" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "103641" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "467529" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "103641" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.t7xb9whl67.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000009648598" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "103641" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7xb9whl67" - }, - { - "Name": "integrity", - "Value": "sha256-6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.t7xb9whl67.map", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "467529" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7xb9whl67" - }, - { - "Name": "integrity", - "Value": "sha256-6fWwzneM/FgTcCcthhh2V/7LKpVtW143msHAeTvIfnM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.t7xb9whl67.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "103641" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "t7xb9whl67" - }, - { - "Name": "integrity", - "Value": "sha256-xXKaiOOYcQUP2PdGhSGhLzFImuJPI1tVPM6sQcj+5+4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.ju83c7n6wh.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000056047528" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17841" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=\"" - }, - { - "Name": "ETag", - "Value": "W/\"i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ju83c7n6wh" - }, - { - "Name": "integrity", - "Value": "sha256-i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.ju83c7n6wh.js", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "52845" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ju83c7n6wh" - }, - { - "Name": "integrity", - "Value": "sha256-i0d0p4ZhlyADHd2N0CdFaDpxGZ0svHPKRv5CDBW5z8Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.ju83c7n6wh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17841" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ju83c7n6wh" - }, - { - "Name": "integrity", - "Value": "sha256-gDe4QBYfgR7J5fvlqZjwzJ1qZ6Nb4NK6Jv0PNrPJ40Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/shepherd.js/js/shepherd.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.8mc0nu6ijw.js", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000023732675" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42135" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8mc0nu6ijw" - }, - { - "Name": "integrity", - "Value": "sha256-4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.8mc0nu6ijw.js", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "151714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8mc0nu6ijw" - }, - { - "Name": "integrity", - "Value": "sha256-4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.8mc0nu6ijw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42135" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8mc0nu6ijw" - }, - { - "Name": "integrity", - "Value": "sha256-bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000205761317" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "18471" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000023732675" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42135" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "151714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4M5qTbfukhtbOAnDbolg/pCEJhm3lE9BNLO+l4TPWrs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.3ia3ig0ata.map", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014298583" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69936" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ia3ig0ata" - }, - { - "Name": "integrity", - "Value": "sha256-FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.3ia3ig0ata.map", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "205300" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ia3ig0ata" - }, - { - "Name": "integrity", - "Value": "sha256-FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.3ia3ig0ata.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69936" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "3ia3ig0ata" - }, - { - "Name": "integrity", - "Value": "sha256-+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "42135" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bcWEoxyRxhr+fieX1PbxBercuain2AdZ7B9h6vZ1Y5k=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000014298583" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69936" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "205300" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FZbSZQhiklHpn2jJx9aHDn+yIoMdwGDw/WgjEanSYSM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.js.map.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "69936" - }, - { - "Name": "Content-Type", - "Value": "text/plain" - }, - { - "Name": "ETag", - "Value": "\"+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+EGGY6/B+b3CSFy7k4kW3dHFOOObcE2ZRpt9NxgQR4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.kh4bhetnn9.css", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000205761317" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=\"" - }, - { - "Name": "ETag", - "Value": "W/\"iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kh4bhetnn9" - }, - { - "Name": "integrity", - "Value": "sha256-iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.kh4bhetnn9.css", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "18471" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kh4bhetnn9" - }, - { - "Name": "integrity", - "Value": "sha256-iNsHkiUkn8aNzhkjdmR0hHH2mu/Z/CsIkLaJ4VM00aI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.kh4bhetnn9.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4859" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kh4bhetnn9" - }, - { - "Name": "integrity", - "Value": "sha256-2/VmuU1jaDSjKQnK81HX0rcifEm95FSsgjTY7WsXI5c=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/swiper/swiper-bundle.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000057730054" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "69427" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.pu5apig5nc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000057730054" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pu5apig5nc" - }, - { - "Name": "integrity", - "Value": "sha256-30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.pu5apig5nc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "69427" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pu5apig5nc" - }, - { - "Name": "integrity", - "Value": "sha256-30LpHm4V2gq1BRMoDLozyPttTg+9tNjtrz05IJ2NbRg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.pu5apig5nc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "17321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pu5apig5nc" - }, - { - "Name": "integrity", - "Value": "sha256-H6iLuYXfOV5ZNjva8iMMyXvKmMjEeNirwsdHsjH2qlk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/icons/default/icons.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000139450565" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "36874" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.o24h8n3dfv.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000139450565" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o24h8n3dfv" - }, - { - "Name": "integrity", - "Value": "sha256-4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.o24h8n3dfv.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "36874" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o24h8n3dfv" - }, - { - "Name": "integrity", - "Value": "sha256-4GK/YtwXLOtkf1zRUev/bPVY2OPGmrETqiEhj8np9pA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ar.o24h8n3dfv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o24h8n3dfv" - }, - { - "Name": "integrity", - "Value": "sha256-KhI29SI3SHZdezlHnFoc6FmD4a2eM0c/X+RxG2H1ACE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ar.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000127032520" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7871" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "45687" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7871" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.pekshvs0gn.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000127032520" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7871" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pekshvs0gn" - }, - { - "Name": "integrity", - "Value": "sha256-r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.pekshvs0gn.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "45687" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pekshvs0gn" - }, - { - "Name": "integrity", - "Value": "sha256-r1xsrXuIRxS/TzoQSCn8YECzIk6qjDXmePTjZuBXBkY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.pekshvs0gn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7871" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "pekshvs0gn" - }, - { - "Name": "integrity", - "Value": "sha256-7qxZhFfsQKqn9TN5+A3uSFf+uHff2vu6F5oXplpuziA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/bg_BG.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000173280194" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.loqt32hdck.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000173280194" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "loqt32hdck" - }, - { - "Name": "integrity", - "Value": "sha256-VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.loqt32hdck.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16209" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "loqt32hdck" - }, - { - "Name": "integrity", - "Value": "sha256-VafsjUGxS3IX3KFNU8qbUTIUr0cynif2kRfHgbycIdA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ca.loqt32hdck.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "loqt32hdck" - }, - { - "Name": "integrity", - "Value": "sha256-//DvQZFtnOc+Jx0Br2K5envoVfpwnktnHmuC60zmVcQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ca.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000164527805" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17872" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.kg5vw4y32r.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000164527805" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kg5vw4y32r" - }, - { - "Name": "integrity", - "Value": "sha256-ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.kg5vw4y32r.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17872" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kg5vw4y32r" - }, - { - "Name": "integrity", - "Value": "sha256-ZL09ufLYt28FjLvO3xpGkg4f6bbeheWDuFOrrddECAE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cs.kg5vw4y32r.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6077" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kg5vw4y32r" - }, - { - "Name": "integrity", - "Value": "sha256-yhGK7aqve/Mc1GYRfcE4QkhUS46xBk1fCg8xKphmnI0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cs.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.8g85ioxin1.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000178157848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5612" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8g85ioxin1" - }, - { - "Name": "integrity", - "Value": "sha256-CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.8g85ioxin1.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14848" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8g85ioxin1" - }, - { - "Name": "integrity", - "Value": "sha256-CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.8g85ioxin1.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5612" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8g85ioxin1" - }, - { - "Name": "integrity", - "Value": "sha256-ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000178157848" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5612" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14848" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CPzcY2fvSztODgV2maYLQD6Yp0fePGi3CXamea7W0PA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/cy.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5612" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZTcIcEm91recn3MBaLouD1KFPQ8pBojCo7Snux964tg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000182915676" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5466" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15255" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5466" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.z9x08rjkon.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000182915676" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5466" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z9x08rjkon" - }, - { - "Name": "integrity", - "Value": "sha256-dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/da.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.z9x08rjkon.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15255" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z9x08rjkon" - }, - { - "Name": "integrity", - "Value": "sha256-dyyciGAF5mdkdHb9njI00C7i0lgmaYjxm5GFdUxaPT8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/da.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/da.z9x08rjkon.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5466" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z9x08rjkon" - }, - { - "Name": "integrity", - "Value": "sha256-xqrWnGaa0p0Os1YVoJB6sEH79ZLYNlaYreSlBSw//Y8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/da.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.bqg52qshd0.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171644353" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5825" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bqg52qshd0" - }, - { - "Name": "integrity", - "Value": "sha256-DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/de.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.bqg52qshd0.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16250" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bqg52qshd0" - }, - { - "Name": "integrity", - "Value": "sha256-DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/de.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.bqg52qshd0.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5825" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bqg52qshd0" - }, - { - "Name": "integrity", - "Value": "sha256-Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171644353" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5825" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16250" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DTKPELc1GTii2ZPVAqktdZ9rgwbRcwuFiSUzV4dJed0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/de.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5825" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Bc5qotysqg3B28z78zDEpFbYkVJbw2RUbygfCKvb1R4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.ehc02weogw.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000191497511" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ehc02weogw" - }, - { - "Name": "integrity", - "Value": "sha256-MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/el.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.ehc02weogw.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "29247" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ehc02weogw" - }, - { - "Name": "integrity", - "Value": "sha256-MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/el.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.ehc02weogw.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ehc02weogw" - }, - { - "Name": "integrity", - "Value": "sha256-sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000191497511" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "29247" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MuFQA0eCZoAvWJViqt/z2uUfOV7LS4xzpYxTsgj7jfc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/el.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5221" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sp+CwnfvN5CgdLLoDAv89htlbnHEz8KrADhIgDqtGMg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.ecp0rt131l.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000328299409" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ecp0rt131l" - }, - { - "Name": "integrity", - "Value": "sha256-Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.ecp0rt131l.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "7683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ecp0rt131l" - }, - { - "Name": "integrity", - "Value": "sha256-Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.ecp0rt131l.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ecp0rt131l" - }, - { - "Name": "integrity", - "Value": "sha256-etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000328299409" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "7683" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Tt9XFWhNdoprL+uHkJbpzlfwju+gh3qSXiZYCnAhzkM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eo.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3045" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-etAtlzTaSnHUQ8bTKMuYlYdBQqqxB4TlzQrTOn1VREk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.7ssoixgpd9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176149375" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ssoixgpd9" - }, - { - "Name": "integrity", - "Value": "sha256-SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.7ssoixgpd9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16062" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ssoixgpd9" - }, - { - "Name": "integrity", - "Value": "sha256-SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.7ssoixgpd9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ssoixgpd9" - }, - { - "Name": "integrity", - "Value": "sha256-Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176149375" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16062" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SaK79khTpw/DnfnKSvxcM/zz4dcH980UQhddHpDWp9w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5676" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Wr+FcqewMDt2j5kLHSrNel8r46XRc2Vfu7XlWrfvZC8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000191168037" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5230" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14628" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5230" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.un8nn14q5p.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000191168037" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5230" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "un8nn14q5p" - }, - { - "Name": "integrity", - "Value": "sha256-mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.un8nn14q5p.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14628" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "un8nn14q5p" - }, - { - "Name": "integrity", - "Value": "sha256-mmbw+sIBPmloap6VUhFLhixQ/0KRMv/q4mZEYt8gmiM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.un8nn14q5p.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5230" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "un8nn14q5p" - }, - { - "Name": "integrity", - "Value": "sha256-qDu7JzfU/PTRnXeViwJknx34iaWrUMDCm08OsZ+7nH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_ES.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172890733" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16263" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.le0lhu9v79.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172890733" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "le0lhu9v79" - }, - { - "Name": "integrity", - "Value": "sha256-TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.le0lhu9v79.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16263" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "le0lhu9v79" - }, - { - "Name": "integrity", - "Value": "sha256-TS7uqkoU22YI6UuxcfE6OKBRERN6zpy++NVLfJ5poaY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.le0lhu9v79.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5783" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "le0lhu9v79" - }, - { - "Name": "integrity", - "Value": "sha256-ezqpHZlO7N5A2A7fej2RbSQz0vdNpy8dWyvFQwSCFDk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/es_MX.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000173852573" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5751" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5751" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.wlt946gg9b.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000173852573" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5751" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wlt946gg9b" - }, - { - "Name": "integrity", - "Value": "sha256-JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.wlt946gg9b.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15713" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wlt946gg9b" - }, - { - "Name": "integrity", - "Value": "sha256-JFr36n4RX9In38a1KeLMzKqt7+gpi5lTGzYACBqrrcU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/eu.wlt946gg9b.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5751" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wlt946gg9b" - }, - { - "Name": "integrity", - "Value": "sha256-FZWIioT7Ue4Lheu+B9L/7EVhypcZ89Zeb2tQ16A1BOo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/eu.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000144466917" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "34312" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.lv6xa3xket.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000144466917" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lv6xa3xket" - }, - { - "Name": "integrity", - "Value": "sha256-EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.lv6xa3xket.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "34312" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lv6xa3xket" - }, - { - "Name": "integrity", - "Value": "sha256-EedX2dSbIVFKKnQPwpcJPIKlcHtsiwSYlLzMzWD7Sj4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa.lv6xa3xket.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6921" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "lv6xa3xket" - }, - { - "Name": "integrity", - "Value": "sha256-Pmh08OuxExX7LxKM4bWMvEFCf1qICYlZfnvhAC1PUvU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.ay1jyedija.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000146370023" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ay1jyedija" - }, - { - "Name": "integrity", - "Value": "sha256-XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.ay1jyedija.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "33922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ay1jyedija" - }, - { - "Name": "integrity", - "Value": "sha256-XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.ay1jyedija.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ay1jyedija" - }, - { - "Name": "integrity", - "Value": "sha256-1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000146370023" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=\"" - }, - { - "Name": "ETag", - "Value": "W/\"XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "33922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-XsVGJos6/kP6rVyMf65qDkjrI8nzqP/s7/IlLJ6Ac+E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fa_IR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6831" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1G4yrSO8RtNvHFvoVEhBX8zu/hXZTQXsLk/aZi5Ok2U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.5pbtuvsif6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000168833361" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pbtuvsif6" - }, - { - "Name": "integrity", - "Value": "sha256-hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.5pbtuvsif6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16583" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pbtuvsif6" - }, - { - "Name": "integrity", - "Value": "sha256-hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.5pbtuvsif6.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5pbtuvsif6" - }, - { - "Name": "integrity", - "Value": "sha256-flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000168833361" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16583" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hyVzP2tkWVfQvQpkIBN8LGw887nK5QZuX+BV8d0/aZM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5922" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-flgcFitc61xTRd8iONeuoupM0nnkqxuHmtnSdSYq3ws=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.ib1a7j7453.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171998624" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ib1a7j7453" - }, - { - "Name": "integrity", - "Value": "sha256-LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.ib1a7j7453.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ib1a7j7453" - }, - { - "Name": "integrity", - "Value": "sha256-LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.ib1a7j7453.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ib1a7j7453" - }, - { - "Name": "integrity", - "Value": "sha256-pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171998624" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16613" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LijoRf79skcA+84vIw0+8ApbTcdr4PDro90waV5Lws0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/fr_FR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5813" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pTE77XcD40oWe+M5o5J5EjKz8JxqOTbbVDGmWAJ6zyU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.2qfjo4rudj.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000187969925" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2qfjo4rudj" - }, - { - "Name": "integrity", - "Value": "sha256-plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.2qfjo4rudj.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15151" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2qfjo4rudj" - }, - { - "Name": "integrity", - "Value": "sha256-plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.2qfjo4rudj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2qfjo4rudj" - }, - { - "Name": "integrity", - "Value": "sha256-0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000187969925" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15151" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-plFleoNtoyqA/cBmKH1wcvdhN+xcFKwNsUjH8JzM0t8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/gl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0t2919TE95DVGfPoaevyieyZgw3zugJrgzLzjEw62CI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.2mcb48qzs2.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000151768098" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcb48qzs2" - }, - { - "Name": "integrity", - "Value": "sha256-mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.2mcb48qzs2.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "32353" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcb48qzs2" - }, - { - "Name": "integrity", - "Value": "sha256-mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.2mcb48qzs2.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2mcb48qzs2" - }, - { - "Name": "integrity", - "Value": "sha256-1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000151768098" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=\"" - }, - { - "Name": "ETag", - "Value": "W/\"mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "32353" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-mhgCAJzUeiM45J6l9zkZvdR+X/C9KpHJSYyowehPEps=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/he_IL.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1ANgBfpiom41LzTjRDUkQRxLKOHocp3l9LXlPYOjd94=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.5yoz6d04ok.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172622130" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5yoz6d04ok" - }, - { - "Name": "integrity", - "Value": "sha256-DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.5yoz6d04ok.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5yoz6d04ok" - }, - { - "Name": "integrity", - "Value": "sha256-DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.5yoz6d04ok.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5yoz6d04ok" - }, - { - "Name": "integrity", - "Value": "sha256-pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172622130" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15616" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DYPODbQsFY5BJtWZlXU5ogLjF4uy02o2XeqNilLwJRY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5792" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pRLUyCmvf7oa41I3y8F9EyA4jj7BP/NBp8fbptUeQaE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000158428390" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6311" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6311" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.kesy4jz4qp.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000158428390" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6311" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kesy4jz4qp" - }, - { - "Name": "integrity", - "Value": "sha256-tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.kesy4jz4qp.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19022" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kesy4jz4qp" - }, - { - "Name": "integrity", - "Value": "sha256-tFvgqDY//4eht8Cy0OuBv4d1WzphqvCenAnDW09Y3rI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.kesy4jz4qp.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6311" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kesy4jz4qp" - }, - { - "Name": "integrity", - "Value": "sha256-MN6AZSH99PzwL752MvvHEGRFVZtx+rl0Kwnq9/YMQKc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/hu_HU.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000184263866" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5426" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14666" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5426" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.p82ksuxv4h.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000184263866" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5426" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p82ksuxv4h" - }, - { - "Name": "integrity", - "Value": "sha256-pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/id.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.p82ksuxv4h.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14666" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p82ksuxv4h" - }, - { - "Name": "integrity", - "Value": "sha256-pxNidsug2xj/7LyQixI2jbQspeG7IXlLmC4D0e52ccs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/id.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/id.p82ksuxv4h.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5426" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "p82ksuxv4h" - }, - { - "Name": "integrity", - "Value": "sha256-eJf3GmRuqBYcItIfS/NXItykVlg5PhEXdKyiJI97Rc0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/id.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.0ymzksexsa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000178348493" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ymzksexsa" - }, - { - "Name": "integrity", - "Value": "sha256-GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.0ymzksexsa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15742" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ymzksexsa" - }, - { - "Name": "integrity", - "Value": "sha256-GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.0ymzksexsa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0ymzksexsa" - }, - { - "Name": "integrity", - "Value": "sha256-nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000178348493" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15742" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-GP0ecV9nKtmElFdxullnF51w4NLXSZjRjqG0fWiTrkc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nPwUV22XgYO+k/YXD4wp7ly2wv1HlrKhxJEM3YxgKPE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000193162063" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14395" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.u4o9o8ls8f.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000193162063" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u4o9o8ls8f" - }, - { - "Name": "integrity", - "Value": "sha256-kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.u4o9o8ls8f.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14395" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u4o9o8ls8f" - }, - { - "Name": "integrity", - "Value": "sha256-kpWNtUlGN6zBFKiTnJZhG1AKP1mY9T9wyBPzuk2siGA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.u4o9o8ls8f.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5176" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u4o9o8ls8f" - }, - { - "Name": "integrity", - "Value": "sha256-y/pYCpMVOzRNCNNURIokPZoJ4H7L3xQ/vrjsCM1MIx4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/it_IT.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.ephje0xuns.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000145369967" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ephje0xuns" - }, - { - "Name": "integrity", - "Value": "sha256-Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.ephje0xuns.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "24879" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ephje0xuns" - }, - { - "Name": "integrity", - "Value": "sha256-Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.ephje0xuns.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ephje0xuns" - }, - { - "Name": "integrity", - "Value": "sha256-ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000145369967" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "24879" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yj5YLm4XQ+V3cANuiPH9Zz9jBlPy8x9pZBZ5wXaKTo0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ja.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ls3gG00IduABSymGYVobJa3ws7YsgArOeb4fnYgCL/4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.dawkbve5iv.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000131700250" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7592" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dawkbve5iv" - }, - { - "Name": "integrity", - "Value": "sha256-izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.dawkbve5iv.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "42117" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dawkbve5iv" - }, - { - "Name": "integrity", - "Value": "sha256-izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.dawkbve5iv.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7592" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dawkbve5iv" - }, - { - "Name": "integrity", - "Value": "sha256-ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000131700250" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7592" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=\"" - }, - { - "Name": "ETag", - "Value": "W/\"izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "42117" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-izjlqgHSLeLTWj43uBjjCkKo2HgMxVBBtxmglK7WVYw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/kk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7592" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ujNHsBkXDC6utICZG4+ftgIqLh5bEIzVCUJCY15A45M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.5lncmny56m.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000157753589" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5lncmny56m" - }, - { - "Name": "integrity", - "Value": "sha256-afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.5lncmny56m.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "20864" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5lncmny56m" - }, - { - "Name": "integrity", - "Value": "sha256-afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.5lncmny56m.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "5lncmny56m" - }, - { - "Name": "integrity", - "Value": "sha256-hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000157753589" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "20864" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-afT2IUUT5mMrGjSd8gL2NhHfajjxASvrJSLqdAIMR6w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ko_KR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6338" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hvrv3u5goD+fYR04XnrVNcFM+gDg3V+jCWyqI2Q5hNY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000160513644" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6229" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "18035" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6229" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.s0wntqnuf9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000160513644" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6229" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s0wntqnuf9" - }, - { - "Name": "integrity", - "Value": "sha256-3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.s0wntqnuf9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "18035" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s0wntqnuf9" - }, - { - "Name": "integrity", - "Value": "sha256-3NblVhUanKYROboMxsXzVIMklGdkG2ecO7BHNgBwRwA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/lt.s0wntqnuf9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6229" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "s0wntqnuf9" - }, - { - "Name": "integrity", - "Value": "sha256-QgJ8PqHa01zIhUr0W/W41KVLbpmfcpi4coLCa9aLZmI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/lt.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000179404377" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5573" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15093" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5573" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.zuy15cgpc3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000179404377" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5573" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zuy15cgpc3" - }, - { - "Name": "integrity", - "Value": "sha256-u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.zuy15cgpc3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15093" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zuy15cgpc3" - }, - { - "Name": "integrity", - "Value": "sha256-u3se0OHiwtB9VFLJQTuP+RcpUUJTdNeE6wp1229R3Zs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.zuy15cgpc3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5573" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zuy15cgpc3" - }, - { - "Name": "integrity", - "Value": "sha256-9Yguk2WxsqIrNQsSPj6lCSHQjAf7azBrfwgOeApV2V8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nb_NO.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177242113" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.k668bb4de3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177242113" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k668bb4de3" - }, - { - "Name": "integrity", - "Value": "sha256-TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.k668bb4de3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15079" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k668bb4de3" - }, - { - "Name": "integrity", - "Value": "sha256-TEhEW6FqM44bpzieDK+2cNLwF8Jtu8XoxKYNOwUwpjk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/nl.k668bb4de3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5641" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "k668bb4de3" - }, - { - "Name": "integrity", - "Value": "sha256-Eq0sHLI4D3ZUIiUmdbSWC/8PTeFHAfb0Soq0OmY3I5g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/nl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.c6mit166ef.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000165809982" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c6mit166ef" - }, - { - "Name": "integrity", - "Value": "sha256-xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.c6mit166ef.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c6mit166ef" - }, - { - "Name": "integrity", - "Value": "sha256-xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.c6mit166ef.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c6mit166ef" - }, - { - "Name": "integrity", - "Value": "sha256-JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000165809982" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16675" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-xAFJU+ynKH5fYnB6dg4uit4F/DaXOnXjo984dVYGaD0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JlkgQuEXn+RmbqfIH4I2BEahbfMW+0aTvaxdsVJifFs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.jm0q51xc07.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174611489" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5726" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jm0q51xc07" - }, - { - "Name": "integrity", - "Value": "sha256-q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.jm0q51xc07.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16469" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jm0q51xc07" - }, - { - "Name": "integrity", - "Value": "sha256-q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.jm0q51xc07.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5726" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "jm0q51xc07" - }, - { - "Name": "integrity", - "Value": "sha256-liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174611489" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5726" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16469" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q14l7CjmvRQTk0qQhEGZhFD6tWDZkHa4jxBfCpZqGS0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_BR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5726" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-liB/fpdTUGxVf1C737UxFst3YbJmr6qsXZQ+4KxWYsg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.4vv8518n53.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172205958" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5806" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4vv8518n53" - }, - { - "Name": "integrity", - "Value": "sha256-UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.4vv8518n53.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4vv8518n53" - }, - { - "Name": "integrity", - "Value": "sha256-UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.4vv8518n53.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5806" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "4vv8518n53" - }, - { - "Name": "integrity", - "Value": "sha256-8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000172205958" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5806" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-UFzyrniP3N9+od6MolOTFOMPpXBxkPGJKiap6zyOgvA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/pt_PT.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5806" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8hfuxXZiYgCFQfw6kAs57co+uomKiHgupX5Z6rZmHbE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171408982" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5833" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5833" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.nr3v8ji9j6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000171408982" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5833" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr3v8ji9j6" - }, - { - "Name": "integrity", - "Value": "sha256-LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.nr3v8ji9j6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16851" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr3v8ji9j6" - }, - { - "Name": "integrity", - "Value": "sha256-LUd4sEcchxqzpu3Mtp7ECAw3sfumeZoEr6nNL0Y4eyA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro.nr3v8ji9j6.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5833" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nr3v8ji9j6" - }, - { - "Name": "integrity", - "Value": "sha256-rbGnb9yF6gF1VG11OOmqFbU1ePKDV9tD0YseZXCxAjs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000187441425" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5334" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5334" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.o47jj8m5u3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000187441425" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5334" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o47jj8m5u3" - }, - { - "Name": "integrity", - "Value": "sha256-2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.o47jj8m5u3.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o47jj8m5u3" - }, - { - "Name": "integrity", - "Value": "sha256-2F1mJ5cDNMd+dgOiCbDJrIeJ5gpefJ67iXvwGqoRkz8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.o47jj8m5u3.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5334" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o47jj8m5u3" - }, - { - "Name": "integrity", - "Value": "sha256-Z5hKj9cmXpr9sAkAaevffJmcK0n+a6uUvhbQhOnEpxM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ro_RO.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000129182276" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "44355" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.w97kbmwmqe.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000129182276" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w97kbmwmqe" - }, - { - "Name": "integrity", - "Value": "sha256-LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.w97kbmwmqe.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "44355" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w97kbmwmqe" - }, - { - "Name": "integrity", - "Value": "sha256-LBtACOl/pVnHsKhqCRk7kg35TpUK3ibsL9ydJMcRApo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ru.w97kbmwmqe.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7740" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "w97kbmwmqe" - }, - { - "Name": "integrity", - "Value": "sha256-TAOoj4uNw0YIHME5UOowwozrNWwNTseI0+a2Gtk9Viw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ru.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.j0fi9au2mn.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000164989276" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6060" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j0fi9au2mn" - }, - { - "Name": "integrity", - "Value": "sha256-fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.j0fi9au2mn.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j0fi9au2mn" - }, - { - "Name": "integrity", - "Value": "sha256-fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.j0fi9au2mn.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6060" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j0fi9au2mn" - }, - { - "Name": "integrity", - "Value": "sha256-00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000164989276" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6060" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=\"" - }, - { - "Name": "ETag", - "Value": "W/\"fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17809" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fXLPWpYg0t7meyih0YCPCr7AMQSjQNZ56v7GyhLe9Qg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6060" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-00/ux4nmi/5mAUwOzYHiDtwM6x1hF9/3/1U2lffAnME=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.fui41lrw4t.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176335743" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fui41lrw4t" - }, - { - "Name": "integrity", - "Value": "sha256-Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.fui41lrw4t.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fui41lrw4t" - }, - { - "Name": "integrity", - "Value": "sha256-Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.fui41lrw4t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "fui41lrw4t" - }, - { - "Name": "integrity", - "Value": "sha256-bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176335743" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15170" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Z/3Capxe/wQv1vIfQqjx4KFMbtPCJwiOfCKp+8+Tz08=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5670" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-bKKFQfXr3AhJGybjYgYSH6l+nu3eg4yBGyiRQ4fHQPQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.9cj3023lgc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000181719062" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5502" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9cj3023lgc" - }, - { - "Name": "integrity", - "Value": "sha256-qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.9cj3023lgc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "14722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9cj3023lgc" - }, - { - "Name": "integrity", - "Value": "sha256-qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.9cj3023lgc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5502" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "9cj3023lgc" - }, - { - "Name": "integrity", - "Value": "sha256-NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000181719062" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5502" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "14722" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qTxw56Q0ETouqAVth4n3tl0DZ7Erca+ZHzOjFSz8PzM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sl_SI.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5502" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-NmorEahffKqFZ425wnutctOJKCjluziBf89od2ruc5E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177430802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15556" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.z2pqf9qiid.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177430802" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z2pqf9qiid" - }, - { - "Name": "integrity", - "Value": "sha256-havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.z2pqf9qiid.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15556" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z2pqf9qiid" - }, - { - "Name": "integrity", - "Value": "sha256-havu5+qLK031B0Ne3mx88zLoVDz3rmFbvNQijb833Jg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.z2pqf9qiid.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5635" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "z2pqf9qiid" - }, - { - "Name": "integrity", - "Value": "sha256-RMqQsKvWS6mjk0QigPCVX7YC5EBcw7inJz/kOXeCKhw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/sv_SE.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000137287205" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7283" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "43829" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7283" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.qw5rai51bc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000137287205" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7283" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw5rai51bc" - }, - { - "Name": "integrity", - "Value": "sha256-VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.qw5rai51bc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "43829" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw5rai51bc" - }, - { - "Name": "integrity", - "Value": "sha256-VkfI2EOT4Tuq6b4gjOMmV55omuCwt+4Iui+L4DTQ7Eo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta.qw5rai51bc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7283" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qw5rai51bc" - }, - { - "Name": "integrity", - "Value": "sha256-HWgeL8QSWtizAot9Lv2mncCu8JRvl8/omKMqAlCDJMA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000137193031" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7288" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "43832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7288" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.oxxg0socu8.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000137193031" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7288" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oxxg0socu8" - }, - { - "Name": "integrity", - "Value": "sha256-zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.oxxg0socu8.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "43832" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oxxg0socu8" - }, - { - "Name": "integrity", - "Value": "sha256-zH/Y1lyX57tpA6/Y4SBifDVbSFBPbgIsXxj+WYQLeHo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.oxxg0socu8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7288" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oxxg0socu8" - }, - { - "Name": "integrity", - "Value": "sha256-TpP357l07NZ6s1uJYS3kI5oL5Sd3j2GdO4pz5X60cmY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/ta_IN.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000135556459" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "41089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.sgs6kejc7f.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000135556459" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sgs6kejc7f" - }, - { - "Name": "integrity", - "Value": "sha256-ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.sgs6kejc7f.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "41089" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sgs6kejc7f" - }, - { - "Name": "integrity", - "Value": "sha256-ZG4JTF2CUxH2QB/WAOddPtezfyTuYyYkBEx2K2u3sf0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.sgs6kejc7f.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7376" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sgs6kejc7f" - }, - { - "Name": "integrity", - "Value": "sha256-P79Exne01YQH4nYgJXXBwoh56pnDxaD+qSeqpZLFWDk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/th_TH.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.97k9rhwxii.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000169262018" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5907" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "97k9rhwxii" - }, - { - "Name": "integrity", - "Value": "sha256-he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.97k9rhwxii.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "97k9rhwxii" - }, - { - "Name": "integrity", - "Value": "sha256-he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.97k9rhwxii.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5907" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "97k9rhwxii" - }, - { - "Name": "integrity", - "Value": "sha256-Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000169262018" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5907" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-he1xjdFYUhlbEDMV4301WKC6WFiKQHjr8M9hYxIm10g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5907" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Zfzx+Ckm8HwPU/wDA0sBNDk4t1gR/ReIh3KINQiuXwk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177683014" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "16563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.mbym80uqog.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000177683014" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mbym80uqog" - }, - { - "Name": "integrity", - "Value": "sha256-Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.mbym80uqog.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "16563" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mbym80uqog" - }, - { - "Name": "integrity", - "Value": "sha256-Qr/bxmO3QBU69u6i2gsnhx0THtAAbdeeAKvb0Y3iRsU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.mbym80uqog.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5627" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mbym80uqog" - }, - { - "Name": "integrity", - "Value": "sha256-Yt433BxyF3V2mq9C0f11+r96K0V9X1a6RVdISo90ORA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/tr_TR.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.hmymef3bke.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000128683567" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmymef3bke" - }, - { - "Name": "integrity", - "Value": "sha256-ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.hmymef3bke.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "44300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmymef3bke" - }, - { - "Name": "integrity", - "Value": "sha256-ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.hmymef3bke.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "hmymef3bke" - }, - { - "Name": "integrity", - "Value": "sha256-e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000128683567" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "44300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ybJcWBy604BgDXGzTW93dfYnVsXu7mj21GVWipv6Ny8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/uk.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "7770" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e8BTNgR7KYprzzqqbQhw8Q5JxwC2CfXsdUDSRLCxFaA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000253549696" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11946" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.wcwndbs7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000253549696" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcwndbs7ry" - }, - { - "Name": "integrity", - "Value": "sha256-cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.wcwndbs7ry.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11946" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcwndbs7ry" - }, - { - "Name": "integrity", - "Value": "sha256-cEOA2WSV3q7/H+3ZHiJrEy9HukiN/3clwrRf+AxHI1g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/vi.wcwndbs7ry.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3943" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "wcwndbs7ry" - }, - { - "Name": "integrity", - "Value": "sha256-c+Y7X0M311xy882ehq7IK8nnZ0fHkopoiFiDprLKcno=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/vi.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.edhort2s0t.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159083678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6285" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "edhort2s0t" - }, - { - "Name": "integrity", - "Value": "sha256-DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.edhort2s0t.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "18917" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "edhort2s0t" - }, - { - "Name": "integrity", - "Value": "sha256-DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.edhort2s0t.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6285" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "edhort2s0t" - }, - { - "Name": "integrity", - "Value": "sha256-fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159083678" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6285" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "18917" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DuM0W7ijagX8tBwJImXNByoWj1W2wU5NH5v7a+Alhyk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_CN.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6285" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fzvGoRZ7Gl6uk9mg+NYWP44DmsHEqBG0cg2vt0FziY8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000156006240" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6409" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19232" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6409" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.zyxu11xi6z.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000156006240" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6409" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=\"" - }, - { - "Name": "ETag", - "Value": "W/\"e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zyxu11xi6z" - }, - { - "Name": "integrity", - "Value": "sha256-e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.zyxu11xi6z.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19232" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zyxu11xi6z" - }, - { - "Name": "integrity", - "Value": "sha256-e9ydflUdqQ9B5LMtRbTzDaYpSIUEAvSpTYgZDxqQHgM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.zyxu11xi6z.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6409" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zyxu11xi6z" - }, - { - "Name": "integrity", - "Value": "sha256-H/qS2sOQOzEJXjG6kLl4mn4KddjHd3tm6RIsv8+2KUI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/langs/zh_TW.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030395137" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "96661" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.sda2x0x6wc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000030395137" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sda2x0x6wc" - }, - { - "Name": "integrity", - "Value": "sha256-EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.sda2x0x6wc.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "96661" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sda2x0x6wc" - }, - { - "Name": "integrity", - "Value": "sha256-EPJFXAAInhwYQm802Wv3Hciae1K9pX4ITdT9n2amjQU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.sda2x0x6wc.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "32899" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sda2x0x6wc" - }, - { - "Name": "integrity", - "Value": "sha256-20FWUglSnaFNSla/UtE620J5L7+ALswkVH1yG40kEt8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/models/dom/model.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.agafoyxm0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000194250194" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "agafoyxm0o" - }, - { - "Name": "integrity", - "Value": "sha256-Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.agafoyxm0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "agafoyxm0o" - }, - { - "Name": "integrity", - "Value": "sha256-Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.agafoyxm0o.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "agafoyxm0o" - }, - { - "Name": "integrity", - "Value": "sha256-kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000194250194" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13530" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Vq3pblISlEyXkIl0TC3Pt8vlZzScoI1HC2VKhgpFkmg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/accordion/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5147" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-kJhs3wdOzIJEtpbRC5rQBBHk+FDcfrLwyAKIVdGM+ls=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000622277536" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.mtiuziht1c.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000622277536" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mtiuziht1c" - }, - { - "Name": "integrity", - "Value": "sha256-Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.mtiuziht1c.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3759" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mtiuziht1c" - }, - { - "Name": "integrity", - "Value": "sha256-Nmrr53uyH7GemD69gIigE2LStOXu1W/z0fY2TLW73+Q=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.mtiuziht1c.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1606" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mtiuziht1c" - }, - { - "Name": "integrity", - "Value": "sha256-H3dyWUHicrtb8+8ZJHQZtTm6KXQVEvrxlx9beYX0CPY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/advlist/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.ctvhw2begz.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000757575758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ctvhw2begz" - }, - { - "Name": "integrity", - "Value": "sha256-sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.ctvhw2begz.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2688" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ctvhw2begz" - }, - { - "Name": "integrity", - "Value": "sha256-sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.ctvhw2begz.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ctvhw2begz" - }, - { - "Name": "integrity", - "Value": "sha256-Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000757575758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=\"" - }, - { - "Name": "ETag", - "Value": "W/\"sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2688" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-sKwwqeu/etPA27rz1tYzNuDlgzXtwRfDGRC2FW1iFLI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/anchor/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1319" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Sj+sCTYmICZjOS/GzV9ES/qH7ESM7vvl+/EzhOuow6g=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000600600601" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1664" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3239" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1664" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.sjaa0zb9k4.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000600600601" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1664" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sjaa0zb9k4" - }, - { - "Name": "integrity", - "Value": "sha256-6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.sjaa0zb9k4.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3239" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sjaa0zb9k4" - }, - { - "Name": "integrity", - "Value": "sha256-6K8VAnQ7EeV6xDFg7xW638nJzn4/YMiXHOfn+S3oO+o=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.sjaa0zb9k4.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1664" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "sjaa0zb9k4" - }, - { - "Name": "integrity", - "Value": "sha256-vfVyaiKgUVibtxWJ4xhzprfzhPMVqEYv8N7uLYCGlfw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autolink/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000846023689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "2516" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.ksztzlml4q.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000846023689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ksztzlml4q" - }, - { - "Name": "integrity", - "Value": "sha256-jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.ksztzlml4q.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "2516" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ksztzlml4q" - }, - { - "Name": "integrity", - "Value": "sha256-jI4njGxkc9f7QYKj89pmQM9GBlz9E3Mh9KCR2eC+EMg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.ksztzlml4q.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1181" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ksztzlml4q" - }, - { - "Name": "integrity", - "Value": "sha256-oTgYH8nb5l4ueGlTFZFhxLIcpEGsiQCvFIODzjT3sgk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autoresize/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.c841v4xfv9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000704225352" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c841v4xfv9" - }, - { - "Name": "integrity", - "Value": "sha256-VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.c841v4xfv9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c841v4xfv9" - }, - { - "Name": "integrity", - "Value": "sha256-VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.c841v4xfv9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c841v4xfv9" - }, - { - "Name": "integrity", - "Value": "sha256-fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000704225352" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3324" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VFWwS06I1BGn+CetTyFkmmwfXb634ZA5CLuCB9pg/7M=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/autosave/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1419" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fO9ruB2XURKNRdjAVsu0qtGFfQQME41mMMkrD/xECrw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.371i5bprcy.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000224014337" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4463" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "371i5bprcy" - }, - { - "Name": "integrity", - "Value": "sha256-j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.371i5bprcy.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "11156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "371i5bprcy" - }, - { - "Name": "integrity", - "Value": "sha256-j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.371i5bprcy.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4463" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "371i5bprcy" - }, - { - "Name": "integrity", - "Value": "sha256-Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000224014337" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4463" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "11156" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-j1fPv/8oVWkAkceOyvW2p9FwNIbyd3BUIBzDhm0Dyg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/charmap/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4463" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Eh7ZuJvJyZfEZU6tkJWLt1CyImH1dZbsoqq+wqVZVCY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.0tzkrbqjpm.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002000000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "499" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0tzkrbqjpm" - }, - { - "Name": "integrity", - "Value": "sha256-RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.0tzkrbqjpm.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0tzkrbqjpm" - }, - { - "Name": "integrity", - "Value": "sha256-RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.0tzkrbqjpm.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "499" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "0tzkrbqjpm" - }, - { - "Name": "integrity", - "Value": "sha256-CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002000000000" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "499" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "873" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RFnvQBAfcHYBd0who+hK4DWeAD3iBV3Qa2UsJQ5uDcU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/code/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "499" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-CuSim8dMao068BLxa8zRzEl/3ndRJxvlSOAHXY0laMs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.8ae699p56m.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000063942707" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8ae699p56m" - }, - { - "Name": "integrity", - "Value": "sha256-MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.8ae699p56m.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "48275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8ae699p56m" - }, - { - "Name": "integrity", - "Value": "sha256-MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.8ae699p56m.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "8ae699p56m" - }, - { - "Name": "integrity", - "Value": "sha256-98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000063942707" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=\"" - }, - { - "Name": "ETag", - "Value": "W/\"MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "48275" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-MDUHb2CJ4CfTIzS6E/vI6UX9CZ3W+w5QEUH2306ZWi0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/codesample/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "15638" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-98DrpYKe9fej2otptZ7aL6sZVYmZfwz3hVufB36CyPQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000515729758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4578" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.qycnjye3i8.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000515729758" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qycnjye3i8" - }, - { - "Name": "integrity", - "Value": "sha256-YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.qycnjye3i8.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4578" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qycnjye3i8" - }, - { - "Name": "integrity", - "Value": "sha256-YvzQHeG+gDIKjuFMBoLtBW1I+RRGbsrOiWaMyO6O+hU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.qycnjye3i8.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1938" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qycnjye3i8" - }, - { - "Name": "integrity", - "Value": "sha256-YJsUU800hRXSCUXM/isHAypPM+My+Xyn+tnvxJ64Lrk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/directionality/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000026094671" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "38321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "416097" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "38321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.yu9bjgbclx.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000026094671" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "38321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yu9bjgbclx" - }, - { - "Name": "integrity", - "Value": "sha256-VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.yu9bjgbclx.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "416097" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yu9bjgbclx" - }, - { - "Name": "integrity", - "Value": "sha256-VhbNgwleZ0aBrlDYhC0HoCXNM/tFWw334aHWDzsX7X4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.yu9bjgbclx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "38321" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yu9bjgbclx" - }, - { - "Name": "integrity", - "Value": "sha256-ztqpkfTz+Xqdu6jn/JRrLw5wBge9GXbTWJuTrHXD3gA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojiimages.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032947844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "192857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.uvtj9eiepa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000032947844" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uvtj9eiepa" - }, - { - "Name": "integrity", - "Value": "sha256-9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.uvtj9eiepa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "192857" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uvtj9eiepa" - }, - { - "Name": "integrity", - "Value": "sha256-9qA+svinem//r5QpAqi0hY5wSTsRMxZYDlVFDiqxHUk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.uvtj9eiepa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "30350" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uvtj9eiepa" - }, - { - "Name": "integrity", - "Value": "sha256-N3ZlyFVucRjK8Y39R0CLLYwoJ7B42i0ldzGEBwgCj0w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/js/emojis.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000353982301" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "6514" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.kooqe652mh.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000353982301" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kooqe652mh" - }, - { - "Name": "integrity", - "Value": "sha256-dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.kooqe652mh.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "6514" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kooqe652mh" - }, - { - "Name": "integrity", - "Value": "sha256-dHWr968acBsH5/gBDVV9YRF4K3lqgLLFLcpVH03SAhY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.kooqe652mh.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2824" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "kooqe652mh" - }, - { - "Name": "integrity", - "Value": "sha256-8RwngHeWixSqCdBJd9qrTox7UXkjtYdjhAxzSb8f5u8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/emoticons/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000169348010" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5904" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15593" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5904" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.zhl5eugpri.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000169348010" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5904" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhl5eugpri" - }, - { - "Name": "integrity", - "Value": "sha256-F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.zhl5eugpri.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15593" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhl5eugpri" - }, - { - "Name": "integrity", - "Value": "sha256-F0KCTyVwqtgYSKgKR0Y5WNwzKLsOXVkxe/IJtjxNHUY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.zhl5eugpri.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5904" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zhl5eugpri" - }, - { - "Name": "integrity", - "Value": "sha256-VUJ3MlmzssXU2EvDfB7ckNleLu0DSoYwjOpeuZw03d4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/fullscreen/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.2fj98b2z9q.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000251572327" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3974" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2fj98b2z9q" - }, - { - "Name": "integrity", - "Value": "sha256-ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.2fj98b2z9q.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "10594" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2fj98b2z9q" - }, - { - "Name": "integrity", - "Value": "sha256-ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.2fj98b2z9q.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3974" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2fj98b2z9q" - }, - { - "Name": "integrity", - "Value": "sha256-qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000251572327" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3974" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=\"" - }, - { - "Name": "ETag", - "Value": "W/\"ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "10594" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-ckG1bul8HpC9CyTVOsxAfg/pD3g/TnZ6bv9/majoolo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/help/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3974" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qkDlJITRK9hd7yXWdkQYf6uc/lAZeci/eitv5Fa4+W4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000144843569" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "19570" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.r62bd3esk0.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000144843569" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r62bd3esk0" - }, - { - "Name": "integrity", - "Value": "sha256-LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.r62bd3esk0.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "19570" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r62bd3esk0" - }, - { - "Name": "integrity", - "Value": "sha256-LSeVKFJdj/fzB/XmEGWSYzizlog7Z+v1wejUni7/nX0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.r62bd3esk0.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6903" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r62bd3esk0" - }, - { - "Name": "integrity", - "Value": "sha256-aMH5logATWHL/RgceQcu4KUSHyrD8zn0gZaIYYm3KWE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/image/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.j229883iux.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000527148129" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j229883iux" - }, - { - "Name": "integrity", - "Value": "sha256-RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.j229883iux.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "4063" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j229883iux" - }, - { - "Name": "integrity", - "Value": "sha256-RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.j229883iux.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j229883iux" - }, - { - "Name": "integrity", - "Value": "sha256-2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000527148129" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "4063" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-RbVnv9S2tsOwND7+6oXOEgeACz4CVbifWGcDboTNemM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/importcss/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1896" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2TEbrDLpfq230Ur1qf33mzeSpr+/v0yveaBbt5fKBFc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000780640125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "3034" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.ubluyy1z7l.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000780640125" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=\"" - }, - { - "Name": "ETag", - "Value": "W/\"esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubluyy1z7l" - }, - { - "Name": "integrity", - "Value": "sha256-esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.ubluyy1z7l.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "3034" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubluyy1z7l" - }, - { - "Name": "integrity", - "Value": "sha256-esGjYyJ4K14jN7WcAkNTXbsf2GRIvW+ncpx+uk5Xw1U=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.ubluyy1z7l.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "1280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ubluyy1z7l" - }, - { - "Name": "integrity", - "Value": "sha256-0iP6C5bGIAFAedjgITQko/ClCy+admv5+s1H7KlKnNo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/insertdatetime/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.i4v95ab43a.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000170096955" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i4v95ab43a" - }, - { - "Name": "integrity", - "Value": "sha256-Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.i4v95ab43a.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "15835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i4v95ab43a" - }, - { - "Name": "integrity", - "Value": "sha256-Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.i4v95ab43a.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "i4v95ab43a" - }, - { - "Name": "integrity", - "Value": "sha256-/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000170096955" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "15835" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Lr1kjmpQYBr4i/v1gHWW3VX72HCi3eGlAlKuHlWvPAI=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/link/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5878" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/C/SzAIzvZD2QHBftDR3cdXEZUh1lUkH9FHF1gdH92w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000100897992" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9910" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "28120" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9910" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.ucnd7hjven.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000100897992" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9910" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ucnd7hjven" - }, - { - "Name": "integrity", - "Value": "sha256-gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.ucnd7hjven.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "28120" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ucnd7hjven" - }, - { - "Name": "integrity", - "Value": "sha256-gg28xIJrWfDYg+GUnrqFZj+xMg9oeAcQKUqWF0VaDDA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.ucnd7hjven.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "9910" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ucnd7hjven" - }, - { - "Name": "integrity", - "Value": "sha256-HRZ9qV6ofK9H+NN2i68+mhchx/H6cMJsaezdSxunkqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/lists/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159210317" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "17300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.yev5mna0ex.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000159210317" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yev5mna0ex" - }, - { - "Name": "integrity", - "Value": "sha256-tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.yev5mna0ex.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "17300" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yev5mna0ex" - }, - { - "Name": "integrity", - "Value": "sha256-tp8KyLQrEHq0UlboNQmqvPvQx/Qgong0UIc12iw/Giw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.yev5mna0ex.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "6280" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "yev5mna0ex" - }, - { - "Name": "integrity", - "Value": "sha256-TrmRqiOAQUe4kuAcehVf7dio18zOU2Cid65EY83AFdc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/media/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001270648030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1567" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.u44rn1mah6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001270648030" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u44rn1mah6" - }, - { - "Name": "integrity", - "Value": "sha256-rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.u44rn1mah6.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1567" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u44rn1mah6" - }, - { - "Name": "integrity", - "Value": "sha256-rkhu75cLcoscQAGsauChmu+1654R1I5wCl6jwCMILsQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.u44rn1mah6.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "786" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "u44rn1mah6" - }, - { - "Name": "integrity", - "Value": "sha256-9k5vwZLDdupUCz+ETnrtRVY9yvWfZk8EfKv6vgi5VkA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/nonbreaking/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.6qz1ulgwgi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001135073780" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "880" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6qz1ulgwgi" - }, - { - "Name": "integrity", - "Value": "sha256-4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.6qz1ulgwgi.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1642" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6qz1ulgwgi" - }, - { - "Name": "integrity", - "Value": "sha256-4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.6qz1ulgwgi.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "880" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6qz1ulgwgi" - }, - { - "Name": "integrity", - "Value": "sha256-/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001135073780" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "880" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=\"" - }, - { - "Name": "ETag", - "Value": "W/\"4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1642" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-4kKdGQwy8QXvHip8E8JmOwXF7imjvQe4tDzpRuaeJH4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/pagebreak/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "880" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/pW9LnjHoQsz7H8XMdc3XuJop6p4f2f9zk3gOTjaqlc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.ckk5ru2v2r.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001068376068" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ckk5ru2v2r" - }, - { - "Name": "integrity", - "Value": "sha256-pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.ckk5ru2v2r.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ckk5ru2v2r" - }, - { - "Name": "integrity", - "Value": "sha256-pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.ckk5ru2v2r.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ckk5ru2v2r" - }, - { - "Name": "integrity", - "Value": "sha256-OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001068376068" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=\"" - }, - { - "Name": "ETag", - "Value": "W/\"pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1714" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-pPVCBF+bgADLUYlK9p8RrzHAoU0a0reC/+qrijPqn4E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/preview/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "935" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OmMQzWLwGbiKyelM8MJBzncxWjolZtlA/TolicTSwrY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.d9exmeuc5p.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000449034576" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d9exmeuc5p" - }, - { - "Name": "integrity", - "Value": "sha256-cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.d9exmeuc5p.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5193" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d9exmeuc5p" - }, - { - "Name": "integrity", - "Value": "sha256-cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.d9exmeuc5p.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "d9exmeuc5p" - }, - { - "Name": "integrity", - "Value": "sha256-fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000449034576" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5193" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-cXSoangupl4dOrdU4R7jaKFmaVDL4ENPuJwFcc7Vr+Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/quickbars/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-fQFIvCMITpxC6CmJz2O+W1avZEfVWIYVYx6XrrBGlJg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001367989056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "730" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "730" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.o8v75atx0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001367989056" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "730" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o8v75atx0o" - }, - { - "Name": "integrity", - "Value": "sha256-6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.o8v75atx0o.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1588" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o8v75atx0o" - }, - { - "Name": "integrity", - "Value": "sha256-6DYLegIvqAsuHFtxp6iFnBbjRUHvCtLAjfEGXodyuK0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.o8v75atx0o.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "730" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o8v75atx0o" - }, - { - "Name": "integrity", - "Value": "sha256-1zdKt1P/932mQUPdWDd4V4YXFD6sl0x22bVE7D6Fq+w=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/save/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.j2vojbpnnj.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000181521147" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j2vojbpnnj" - }, - { - "Name": "integrity", - "Value": "sha256-SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.j2vojbpnnj.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j2vojbpnnj" - }, - { - "Name": "integrity", - "Value": "sha256-SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.j2vojbpnnj.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "j2vojbpnnj" - }, - { - "Name": "integrity", - "Value": "sha256-q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000181521147" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13371" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SwIh/dprI+4V6Xujun0XxtmqFC+pgyKZSE8u0Ba2ZjU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/searchreplace/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5508" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-q1iyImlJPaUbzhk4/S4bRMYUBh4NpUpfUCAw/iA0rPM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000070826546" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "47834" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.xsofuf4efa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000070826546" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=\"" - }, - { - "Name": "ETag", - "Value": "W/\"r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xsofuf4efa" - }, - { - "Name": "integrity", - "Value": "sha256-r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.xsofuf4efa.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "47834" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xsofuf4efa" - }, - { - "Name": "integrity", - "Value": "sha256-r5pZkYYmAhn9FYhXZoGt4uvbqL83mHtXIjGoL1bxnmQ=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.xsofuf4efa.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "14118" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "xsofuf4efa" - }, - { - "Name": "integrity", - "Value": "sha256-A5OkHAO7biO7c20SXrDkU3lrorYJA8lKdpxn8lEiEbk=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/table/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000284738041" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3511" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "8410" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3511" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.zf0avt4dau.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000284738041" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3511" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zf0avt4dau" - }, - { - "Name": "integrity", - "Value": "sha256-v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.zf0avt4dau.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "8410" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zf0avt4dau" - }, - { - "Name": "integrity", - "Value": "sha256-v7Otb1hDJf4AbLzrwHiUvY8B6yP+2+fVMZkRIb8EgA4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.zf0avt4dau.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "3511" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zf0avt4dau" - }, - { - "Name": "integrity", - "Value": "sha256-+4og6gAEPhqWy8D0UJMDlpKWU7I+nDWLf28uZKcnHr0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/template/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001718213058" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.zw9vcxrek9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001718213058" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zw9vcxrek9" - }, - { - "Name": "integrity", - "Value": "sha256-8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.zw9vcxrek9.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1226" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zw9vcxrek9" - }, - { - "Name": "integrity", - "Value": "sha256-8yM/sjjodCJQ29+wFN+AEnHh71crqIMGqJnp8koculY=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.zw9vcxrek9.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "581" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zw9vcxrek9" - }, - { - "Name": "integrity", - "Value": "sha256-qYb3BCm1/e7sGn+HS8RBe4B7mrDFO0J9B1aZ/10weRM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualblocks/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000400801603" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "5865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.r2z35h47vx.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000400801603" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2z35h47vx" - }, - { - "Name": "integrity", - "Value": "sha256-rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.r2z35h47vx.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "5865" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2z35h47vx" - }, - { - "Name": "integrity", - "Value": "sha256-rSLlvGgTKeTL0ulEz685BdalGvWn/NT2V08Bc9H/3Zo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.r2z35h47vx.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "2494" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "r2z35h47vx" - }, - { - "Name": "integrity", - "Value": "sha256-Jliz36x9ZjB1TNpsuosKOwFzEmFHcSQgyKeH9z6sMV8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/visualchars/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000193948798" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "12030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.uf8lh4e7vo.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000193948798" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=\"" - }, - { - "Name": "ETag", - "Value": "W/\"BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uf8lh4e7vo" - }, - { - "Name": "integrity", - "Value": "sha256-BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.uf8lh4e7vo.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "12030" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uf8lh4e7vo" - }, - { - "Name": "integrity", - "Value": "sha256-BgENrrI+opKiYHlGn2lfcRvBvnG2ceJY/plaqXmI3nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.uf8lh4e7vo.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5155" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "uf8lh4e7vo" - }, - { - "Name": "integrity", - "Value": "sha256-HNsgdpl8hwaF9My1b6tSmsgycc/zCoZBqqnI5FDplek=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/plugins/wordcount/plugin.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.c0bbxs3g2a.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001992031873" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c0bbxs3g2a" - }, - { - "Name": "integrity", - "Value": "sha256-hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.c0bbxs3g2a.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c0bbxs3g2a" - }, - { - "Name": "integrity", - "Value": "sha256-hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.c0bbxs3g2a.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "c0bbxs3g2a" - }, - { - "Name": "integrity", - "Value": "sha256-LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001992031873" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1217" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-hBL1swjQ8ATLOhDRSdYFftp9VSHp1C6wKU99Up96EtU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "501" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-LCIolU49jKg2h57uZxAwKTfcffv+mmI0vI6pGfGL5xg=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002114164905" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1150" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.dehv3jch66.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002114164905" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.dehv3jch66.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1150" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.dehv3jch66.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/default/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001862197393" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.qcb3yuv502.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001862197393" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qcb3yuv502" - }, - { - "Name": "integrity", - "Value": "sha256-OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.qcb3yuv502.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qcb3yuv502" - }, - { - "Name": "integrity", - "Value": "sha256-OibrZO1BwCZBqzlqLa49cmMjZScEWisnx8vW4m+Ixm4=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.qcb3yuv502.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "536" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "qcb3yuv502" - }, - { - "Name": "integrity", - "Value": "sha256-P7jnUwGzX7erLKCdabfRqPfgtzA2pwhDdoV0RhKAB6E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/document/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001984126984" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.o43ooccw0k.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.001984126984" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=\"" - }, - { - "Name": "ETag", - "Value": "W/\"2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o43ooccw0k" - }, - { - "Name": "integrity", - "Value": "sha256-2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.o43ooccw0k.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1220" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o43ooccw0k" - }, - { - "Name": "integrity", - "Value": "sha256-2K1UjR5hvgdA7exHkd7cGxyDlx5xMN4Mq7DbANzRW74=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.o43ooccw0k.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "503" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "o43ooccw0k" - }, - { - "Name": "integrity", - "Value": "sha256-/EOe7AaYMwPtRXnIDh2X4Kd/olqSdOxhYYfHwD7e4mU=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5-dark/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002114164905" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1150" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.dehv3jch66.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002114164905" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.dehv3jch66.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1150" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-K4dNjU0rJHiKbagAhzo/IXhAftfGUbWOdolvsRM3VJA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.dehv3jch66.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "472" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "dehv3jch66" - }, - { - "Name": "integrity", - "Value": "sha256-OF6iZziWD16FeW/Rt1Q5s10JbFdGqvD2SoTzQ6wKaqs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/tinymce-5/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002061855670" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "484" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "1171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "484" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.l2coynlc21.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.002061855670" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "484" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2coynlc21" - }, - { - "Name": "integrity", - "Value": "sha256-HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.l2coynlc21.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "1171" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2coynlc21" - }, - { - "Name": "integrity", - "Value": "sha256-HcG61xkSF80A9nX7joEfy78oze7ipNnWJLcZFNyXkN0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.l2coynlc21.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "484" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "l2coynlc21" - }, - { - "Name": "integrity", - "Value": "sha256-i+WqxobUg7d5zDDoziJzIiG6xIgqSfL0edrNhhJH0CM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/content/writer/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.7ab1qnywtt.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176273577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23101" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.schh4qhr7p.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176273577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.schh4qhr7p.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23101" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.schh4qhr7p.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000084054804" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11896" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "77750" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11896" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.tbv1p30qv0.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000084054804" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11896" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbv1p30qv0" - }, - { - "Name": "integrity", - "Value": "sha256-J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.tbv1p30qv0.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "77750" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbv1p30qv0" - }, - { - "Name": "integrity", - "Value": "sha256-J4bsLMLMqteqXX4cM6ImdBZ3limpjA7TTEXBuTsGwic=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.tbv1p30qv0.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11896" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "tbv1p30qv0" - }, - { - "Name": "integrity", - "Value": "sha256-SzaT9itltd9hgJuooZt40ytW6YulEfeymXisvhe54qE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.oy4aiorfkf.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.7ab1qnywtt.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174703005" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23490" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.eb59ayv25i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174703005" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.eb59ayv25i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23490" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.eb59ayv25i.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000084026552" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11900" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "77776" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11900" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.in18stky4i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000084026552" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11900" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "in18stky4i" - }, - { - "Name": "integrity", - "Value": "sha256-olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.in18stky4i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "77776" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "in18stky4i" - }, - { - "Name": "integrity", - "Value": "sha256-olU649+4KDGbcFAiPLfm+/Mrw51dGE2Hx6aNPuA/x54=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.in18stky4i.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11900" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "in18stky4i" - }, - { - "Name": "integrity", - "Value": "sha256-yYEe4KRgDuKQPOKoiYpuxzkWqV9mzjWAHRqUc1UpRj0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.oy4aiorfkf.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/oxide/skin.shadowdom.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.7ab1qnywtt.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176273577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23101" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.schh4qhr7p.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000176273577" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "ETag", - "Value": "W/\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.schh4qhr7p.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23101" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-HG7TJkmZp3UKQJpQ7iIQTAyP3+LfBPPLR5ipbheC3Nc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.schh4qhr7p.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5672" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "schh4qhr7p" - }, - { - "Name": "integrity", - "Value": "sha256-KTEZpzDCgoxVku5YdtUNeQ2Xdo3jHpjxfa4y2JRwW0E=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081592689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "80283" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.vz6uinrqas.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081592689" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=\"" - }, - { - "Name": "ETag", - "Value": "W/\"FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vz6uinrqas" - }, - { - "Name": "integrity", - "Value": "sha256-FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.vz6uinrqas.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "80283" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vz6uinrqas" - }, - { - "Name": "integrity", - "Value": "sha256-FUPFWVwnNpLtrFhXgVQ2b7RH9RDyenDofl5GtFYerTE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.vz6uinrqas.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12255" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "vz6uinrqas" - }, - { - "Name": "integrity", - "Value": "sha256-O9vj2+74j2GiekuvDoDcVkSfO1nNsDmm4LOZIlCoWjs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.oy4aiorfkf.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.7ab1qnywtt.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.7ab1qnywtt.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "7ab1qnywtt" - }, - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000175315568" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23431" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-odqWHSzW0VC5cJZB/wrn6mcvoGtman3UzBCU8vvYFp8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.inline.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5703" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1Qvtqpg4Vq/+TeeGuxo9kFF2ss74L8d0CPrGRLZLcFw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174703005" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "23490" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.eb59ayv25i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000174703005" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "ETag", - "Value": "W/\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.eb59ayv25i.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "23490" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-1vpyPIULmJPWst+nS6KWh5i1td/uLxKlhwShe7MvZNA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.eb59ayv25i.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "5723" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "eb59ayv25i" - }, - { - "Name": "integrity", - "Value": "sha256-2dB0lrPl4LysgboaruIZsKjd2i4LJpsPg3zE8rxWqlw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/content.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081632653" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "80424" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.zfef2e6a2n.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000081632653" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=\"" - }, - { - "Name": "ETag", - "Value": "W/\"3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zfef2e6a2n" - }, - { - "Name": "integrity", - "Value": "sha256-3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.zfef2e6a2n.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "80424" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zfef2e6a2n" - }, - { - "Name": "integrity", - "Value": "sha256-3xCKuAbQM2tKYS/52DH+sdB+pETMy5PsVkuqhl38jio=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.zfef2e6a2n.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "12249" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "zfef2e6a2n" - }, - { - "Name": "integrity", - "Value": "sha256-5ChGrLVjeOGG/CgXhYtxcRbQ206M9LfjS79aH9FRN0s=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.003703703704" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.oy4aiorfkf.css", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "509" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-YKY/t4YnrGSGpb14Pi3NT0rpUW7g3CqGcXk0zWCH9rM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.oy4aiorfkf.css.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "269" - }, - { - "Name": "Content-Type", - "Value": "text/css" - }, - { - "Name": "ETag", - "Value": "\"/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "oy4aiorfkf" - }, - { - "Name": "integrity", - "Value": "sha256-/xZTfj2+qcB3n7XCmhBxYt0m3O0VoOyTrDO3eJEIReE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000007186541" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "139148" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "424312" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "139148" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.ppslaeopen.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000007186541" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "139148" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=\"" - }, - { - "Name": "ETag", - "Value": "W/\"nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppslaeopen" - }, - { - "Name": "integrity", - "Value": "sha256-nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.ppslaeopen.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "424312" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppslaeopen" - }, - { - "Name": "integrity", - "Value": "sha256-nYaMLMD8ZyMP4x7JwVVPx1GCz0AZ9x8mT9IOcUNVlRs=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.ppslaeopen.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "139148" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "ppslaeopen" - }, - { - "Name": "integrity", - "Value": "sha256-nC7uY4tlDepaF7WfWOsGGNsn3lZroTwidiqFQ7o2hzE=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/themes/silver/theme.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000006390389" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "156484" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=\"" - }, - { - "Name": "ETag", - "Value": "W/\"w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "447210" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "156484" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.nvl8u8rmpf.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000006390389" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "156484" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=\"" - }, - { - "Name": "ETag", - "Value": "W/\"w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nvl8u8rmpf" - }, - { - "Name": "integrity", - "Value": "sha256-w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.nvl8u8rmpf.js", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "447210" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nvl8u8rmpf" - }, - { - "Name": "integrity", - "Value": "sha256-w05RBqkRVEgFAE9cXLaBSq2waavIEwVfNUhAqGielRo=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.nvl8u8rmpf.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "156484" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "nvl8u8rmpf" - }, - { - "Name": "integrity", - "Value": "sha256-tcx0E7Vx/l8ouXwpU6csNmUSoL5NagguEgXizkne//Y=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/tinymce/tinymce.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.bnd7n2zxih.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000223164472" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bnd7n2zxih" - }, - { - "Name": "integrity", - "Value": "sha256-KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.bnd7n2zxih.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "13004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bnd7n2zxih" - }, - { - "Name": "integrity", - "Value": "sha256-KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.bnd7n2zxih.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "bnd7n2zxih" - }, - { - "Name": "integrity", - "Value": "sha256-N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000223164472" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=\"" - }, - { - "Name": "ETag", - "Value": "W/\"KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "13004" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-KZCs2M+cgzuOB8Ph/772CdYkGXuBGgaNpNtFbYALiys=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/bloodhound.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "4480" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-N9CMnZrZxoLG7xoQN+2z7jFjb5lSR0qYcZb5ZiVshk8=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000086617583" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11544" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "39756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11544" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.mv9xi4y3lg.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000086617583" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11544" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=\"" - }, - { - "Name": "ETag", - "Value": "W/\"QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mv9xi4y3lg" - }, - { - "Name": "integrity", - "Value": "sha256-QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.mv9xi4y3lg.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "39756" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mv9xi4y3lg" - }, - { - "Name": "integrity", - "Value": "sha256-QnL/nPxPFcUQsmxYbhn2V4mXZ/zwUgxxepfP1tNYcgc=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.mv9xi4y3lg.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "11544" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "mv9xi4y3lg" - }, - { - "Name": "integrity", - "Value": "sha256-JSqMbZV1JxQ7Spra5MhU29mwGeP3xKynPNmBQ/3RVg0=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.bundle.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.2dk4y4513q.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121862052" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8205" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2dk4y4513q" - }, - { - "Name": "integrity", - "Value": "sha256-6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.2dk4y4513q.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "26906" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2dk4y4513q" - }, - { - "Name": "integrity", - "Value": "sha256-6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.2dk4y4513q.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8205" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "2dk4y4513q" - }, - { - "Name": "integrity", - "Value": "sha256-DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.000121862052" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8205" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=\"" - }, - { - "Name": "ETag", - "Value": "W/\"6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "26906" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-6j12XgCy7qvMc3fOTjC+A39IOHI8eoMNJkhVCykvZiA=" - } - ] - }, - { - "Route": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz", - "AssetFile": "_content/Nop.Web/lib_npm/typeahead.js/typeahead.jquery.min.js.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "8205" - }, - { - "Name": "Content-Type", - "Value": "text/javascript" - }, - { - "Name": "ETag", - "Value": "\"DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-DndcsTOTQUvahYX9p9xH+Yof/tGkryTtRE3s3UVvJIM=" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/sitemaps/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.6gqezp9zkt.htm", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/sitemaps/Index.htm" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.6gqezp9zkt.htm.gz", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "max-age=31536000, immutable" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "fingerprint", - "Value": "6gqezp9zkt" - }, - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - }, - { - "Name": "label", - "Value": "_content/Nop.Web/sitemaps/Index.htm.gz" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.htm", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm.gz", - "Selectors": [ - { - "Name": "Content-Encoding", - "Value": "gzip", - "Quality": "0.012987012987" - } - ], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "ETag", - "Value": "W/\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.htm", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Length", - "Value": "92" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-misYq8T3+oKRwaHsr/rVmSSqY6GA0536nuMxoAYiuqw=" - } - ] - }, - { - "Route": "_content/Nop.Web/sitemaps/Index.htm.gz", - "AssetFile": "_content/Nop.Web/sitemaps/Index.htm.gz", - "Selectors": [], - "ResponseHeaders": [ - { - "Name": "Accept-Ranges", - "Value": "bytes" - }, - { - "Name": "Cache-Control", - "Value": "no-cache" - }, - { - "Name": "Content-Encoding", - "Value": "gzip" - }, - { - "Name": "Content-Length", - "Value": "76" - }, - { - "Name": "Content-Type", - "Value": "text/html" - }, - { - "Name": "ETag", - "Value": "\"IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=\"" - }, - { - "Name": "Last-Modified", - "Value": "Tue, 18 Feb 2025 14:13:39 GMT" - }, - { - "Name": "Vary", - "Value": "Content-Encoding" - } - ], - "EndpointProperties": [ - { - "Name": "integrity", - "Value": "sha256-IH7DvPhm0dl2X2dDHgSppQnznMeoockPk92KiHypnPg=" - } - ] - } - ] -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/Shared/Components/WidgetPush/Default.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/Shared/Components/WidgetPush/Default.cshtml deleted file mode 100644 index f7a442df..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/Shared/Components/WidgetPush/Default.cshtml +++ /dev/null @@ -1,9 +0,0 @@ -@model WidgetPushModel - -@if (Model.WidgetPushItems.Any()) -{ - foreach (var item in Model.WidgetPushItems) - { - @Html.Raw(item.Content) - } -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/_ViewImports.cshtml b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/_ViewImports.cshtml deleted file mode 100644 index 9dd3a4a6..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/Views/_ViewImports.cshtml +++ /dev/null @@ -1,13 +0,0 @@ -@inherits Nop.Web.Framework.Mvc.Razor.NopRazorPage -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -@addTagHelper *, Nop.Web.Framework -@inject INopHtmlHelper NopHtml - -@using Microsoft.AspNetCore.Mvc.ViewFeatures -@using Nop.Web.Framework.UI -@using Nop.Web.Framework.Extensions -@using System.Text.Encodings.Web -@using Nop.Services.Events -@using Nop.Web.Framework.Events -@using NopStation.Plugin.Widgets.WidgetPush.Models -@using Nop.Web.Framework.Infrastructure \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/logo.png b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/logo.png deleted file mode 100644 index 007c02b2..00000000 Binary files a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/logo.png and /dev/null differ diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/plugin.json b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/plugin.json deleted file mode 100644 index ae4c2c62..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/plugin.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "Group": "Nop-Station", - "FriendlyName": "Nop-Station Widget Push", - "SystemName": "NopStation.Plugin.Widgets.WidgetPush", - "Version": "4.80.1.0", - "SupportedVersions": [ - "4.80" - ], - "Author": "Jaber Kibria", - "DisplayOrder": 1, - "FileName": "NopStation.Plugin.Widgets.WidgetPush.dll", - "Description": "This plugin allows to push HTML content anywhere in admin or public site.", - "DependsOnSystemNames": [ - "NopStation.Core" - ] -} \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/release_note.txt b/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/release_note.txt deleted file mode 100644 index e218a824..00000000 --- a/Presentation/Nop.Web/Plugins/NopStation.Plugin.Widgets.WidgetPush/release_note.txt +++ /dev/null @@ -1 +0,0 @@ -4.70.1.0: Initial Release \ No newline at end of file diff --git a/Presentation/Nop.Web/Plugins/Uploaded/placeholder.txt b/Presentation/Nop.Web/Plugins/Uploaded/placeholder.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/Presentation/Nop.Web/appsettings.json b/Presentation/Nop.Web/appsettings.json index c496b7cd..57b3435c 100644 --- a/Presentation/Nop.Web/appsettings.json +++ b/Presentation/Nop.Web/appsettings.json @@ -12,7 +12,8 @@ "Urls": { "BaseUrl": "https://localhost:59579", "ApiBaseUrl": "https://localhost:59579" - }, + } + , "Logger": { "AppType": "Server", "LogLevel": "Detail", @@ -20,9 +21,12 @@ { "LogLevel": "Detail", "LogWriterType": "FruitBank.Common.Server.Services.Loggers.ConsoleLogWriter, FruitBank.Common.Server, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" + }, + { + "LogLevel": "Detail", + "LogWriterType": "Mango.Nop.Core.Loggers.NopLogWriter, Mango.Nop.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" } ] } - } } \ No newline at end of file