diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2cb9d8d1..06a3f66c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -116,10 +116,10 @@ This is a major feature update release with these updates and API breaking chang * Remove nested "packages". Instead report only the "dependencies", nested as needed. Many processors return a flat list of dependencies. This is towards - https://github.com/nexB/nuget-inspector/issues/24 + https://github.com/aboutcode-org/nuget-inspector/issues/24 * Resolve packages removing duplicates to fix - https://github.com/nexB/nuget-inspector/issues/23 + https://github.com/aboutcode-org/nuget-inspector/issues/23 v0.9.1 diff --git a/Dockerfile b/Dockerfile index 6a705efd..7f370886 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN mkdir -p $NI_DOTNET_HOME \ ARG NI_VERSION=0.9.12 RUN mkdir -p $NI_HOME \ - && curl -L https://github.com/nexB/nuget-inspector/releases/download/v${NI_VERSION}/nuget-inspector-v${NI_VERSION}-linux-x64.tar.gz \ + && curl -L https://github.com/aboutcode-org/nuget-inspector/releases/download/v${NI_VERSION}/nuget-inspector-v${NI_VERSION}-linux-x64.tar.gz \ | tar --strip-components=1 -C $NI_HOME -xz ENTRYPOINT ["/opt/nuget-inspector/bin/nuget-inspector"] diff --git a/Dockerfile.ubuntu18 b/Dockerfile.ubuntu18 index 2c8d2de6..db8c723f 100644 --- a/Dockerfile.ubuntu18 +++ b/Dockerfile.ubuntu18 @@ -30,7 +30,7 @@ RUN mkdir -p $NI_DOTNET_HOME \ # ARG NI_VERSION=0.9.12 # RUN mkdir -p $NI_HOME \ -# && curl -L https://github.com/nexB/nuget-inspector/releases/download/v${NI_VERSION}/nuget-inspector-v${NI_VERSION}-linux-x64.tar.gz \ +# && curl -L https://github.com/aboutcode-org/nuget-inspector/releases/download/v${NI_VERSION}/nuget-inspector-v${NI_VERSION}-linux-x64.tar.gz \ # | tar --strip-components=1 -C $NI_HOME -xz RUN mkdir -p $NI_HOME diff --git a/NOTICE b/NOTICE index bc46203b..9cbdbf24 100644 --- a/NOTICE +++ b/NOTICE @@ -5,7 +5,7 @@ # # SPDX-License-Identifier: Apache-2.0 AND MIT # -# Visit https://aboutcode.org and https://github.com/nexB/nuget-inspector for +# Visit https://aboutcode.org and https://github.com/aboutcode-org/nuget-inspector for # support and download. # ScanCode is a trademark of nexB Inc. # diff --git a/README.rst b/README.rst index 0bb755b1..9b88792d 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ nuget-inspector - inspect nuget and .NET projects packages dependencies ======================================================================== -Homepage: https://github.com/nexB/nuget-inspector and https://www.aboutcode.org/ +Homepage: https://github.com/aboutcode-org/nuget-inspector and https://www.aboutcode.org/ ``nuget-inspector`` is a utility to: @@ -34,7 +34,7 @@ Usage https://learn.microsoft.com/en-us/dotnet/core/install/ - Download and extract the pre-built binary release archive from the release page - https://github.com/nexB/nuget-inspector for your operating system. (Linux-only + https://github.com/aboutcode-org/nuget-inspector for your operating system. (Linux-only for now) - Run the command line utility with:: diff --git a/build.sh b/build.sh index b473dde1..3ae98efc 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Copyright (c) nexB Inc. and others. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -# See https://github.com/nexB/nuget-inpector for support or download. +# See https://github.com/aboutcode-org/nuget-inpector for support or download. # See https://aboutcode.org for more information about nexB OSS projects. # diff --git a/configure b/configure index 926a894e..22d92885 100755 --- a/configure +++ b/configure @@ -3,7 +3,7 @@ # Copyright (c) nexB Inc. and others. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -# See https://github.com/nexB/ for support or download. +# See https://github.com/aboutcode-org/ for support or download. # See https://aboutcode.org for more information about nexB OSS projects. # diff --git a/configure.bat b/configure.bat index 5e95b311..5b9a9d68 100644 --- a/configure.bat +++ b/configure.bat @@ -4,7 +4,7 @@ @rem Copyright (c) nexB Inc. and others. All rights reserved. @rem SPDX-License-Identifier: Apache-2.0 @rem See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -@rem See https://github.com/nexB/ for support or download. +@rem See https://github.com/aboutcode-org/ for support or download. @rem See https://aboutcode.org for more information about nexB OSS projects. diff --git a/release.sh b/release.sh index 9e1c0cda..194702cf 100755 --- a/release.sh +++ b/release.sh @@ -3,7 +3,7 @@ # Copyright (c) nexB Inc. and others. All rights reserved. # SPDX-License-Identifier: Apache-2.0 # See http://www.apache.org/licenses/LICENSE-2.0 for the license text. -# See https://github.com/nexB/nuget-inpector for support or download. +# See https://github.com/aboutcode-org/nuget-inpector for support or download. # See https://aboutcode.org for more information about nexB OSS projects. # @@ -47,4 +47,4 @@ do rm release/nuget-inspector/createdump tar -czf release/$TARGET.tar.gz -C release/ nuget-inspector -done \ No newline at end of file +done diff --git a/setup.cfg b/setup.cfg index 1f616494..2f493853 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ license = Apache-2.0 AND MIT description = A test suite for nuget-inspector long_description = file:README.rst long_description_content_type = text/x-rst -url = https://github.com/nexB/nuget-inspector +url = https://github.com/aboutcode-org/nuget-inspector author = nexB. Inc. and others author_email = info@aboutcode.org classifiers = diff --git a/src/nuget-inspector/Options.cs b/src/nuget-inspector/Options.cs index 4477e1e3..5337ffe9 100644 --- a/src/nuget-inspector/Options.cs +++ b/src/nuget-inspector/Options.cs @@ -151,7 +151,7 @@ public List AsCliList() + "Inspect .NET and NuGet projects and package manifests. Resolve NuGet dependencies.\n" + "SPDX-License-Identifier: Apache-2.0 AND MIT\n" + "Copyright (c) nexB Inc. and others.\n" - + "https://github.com/nexB/nuget-inspector"); + + "https://github.com/aboutcode-org/nuget-inspector"); return null; } @@ -198,4 +198,4 @@ public CommandLineArgAttribute(string key, string description = "") Key = key; Description = description; } -} \ No newline at end of file +} diff --git a/src/nuget-inspector/OutputFormatJson.cs b/src/nuget-inspector/OutputFormatJson.cs index 26b8d9e2..aa18fb20 100644 --- a/src/nuget-inspector/OutputFormatJson.cs +++ b/src/nuget-inspector/OutputFormatJson.cs @@ -9,7 +9,7 @@ public class ScanHeader { #pragma warning disable IDE1006 public string tool_name { get; set; } = "nuget-inspector"; - public string tool_homepageurl { get; set; } = "https://github.com/nexB/nuget-inspector"; + public string tool_homepageurl { get; set; } = "https://github.com/aboutcode-org/nuget-inspector"; public string tool_version { get; set; } = Config.NUGET_INSPECTOR_VERSION; public List options { get; set; } @@ -17,7 +17,7 @@ public class ScanHeader public string notice { get; set; } = "Dependency tree generated with nuget-inspector.\n" + "nuget-inspector is a free software tool from nexB Inc. and others.\n" + - "Visit https://github.com/nexB/nuget-inspector/ for support and download."; + "Visit https://github.com/aboutcode-org/nuget-inspector/ for support and download."; public List warnings { get; set; } = new(); public List errors { get; set; } = new(); @@ -78,4 +78,4 @@ public void Write() var writer = new JsonTextWriter(textWriter: sw); serializer.Serialize(jsonWriter: writer, value: scan_output); } -} \ No newline at end of file +} diff --git a/src/nuget-inspector/nuget-inspector.csproj b/src/nuget-inspector/nuget-inspector.csproj index 9b8abcfa..1f49452c 100644 --- a/src/nuget-inspector/nuget-inspector.csproj +++ b/src/nuget-inspector/nuget-inspector.csproj @@ -32,7 +32,7 @@ nexB Inc Copyright (c) nexB Inc. and others. - https://github.com/nexB/nuget-inspector + https://github.com/aboutcode-org/nuget-inspector A NuGet and Dotnet package dependency resolver nuget, dependencies, dependency, resolver, dotnet, csproj, linux, windows, macos @@ -43,11 +43,11 @@ true true git - https://github.com/nexB/nuget-inspector + https://github.com/aboutcode-org/nuget-inspector - + diff --git a/tests/data/basic/csproj1/CycloneDX.csproj-expected.json b/tests/data/basic/csproj1/CycloneDX.csproj-expected.json index 85db2878..c1680170 100644 --- a/tests/data/basic/csproj1/CycloneDX.csproj-expected.json +++ b/tests/data/basic/csproj1/CycloneDX.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/csproj1/CycloneDX.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -2759,4 +2759,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj2/example.csproj-expected.json b/tests/data/basic/csproj2/example.csproj-expected.json index b3d86eb0..4f22ca72 100644 --- a/tests/data/basic/csproj2/example.csproj-expected.json +++ b/tests/data/basic/csproj2/example.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj2/example.csproj" - ], + "options": ["--project-file /basic/csproj2/example.csproj"], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,14 +68,7 @@ "url": "" } ], - "keywords": [ - "itext", - "itextsharp", - "c#", - ".net", - "csharp", - "pdf" - ], + "keywords": ["itext", "itextsharp", "c#", ".net", "csharp", "pdf"], "homepage_url": "http://itextpdf.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/itextsharp/5.5.13.1/itextsharp.5.5.13.1.nupkg", "size": 1870150, @@ -131,14 +122,7 @@ "url": "" } ], - "keywords": [ - "itext", - "itextsharp", - "c#", - ".net", - "csharp", - "pdf" - ], + "keywords": ["itext", "itextsharp", "c#", ".net", "csharp", "pdf"], "homepage_url": "http://itextpdf.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/itextsharp/5.5.13.1/itextsharp.5.5.13.1.nupkg", "size": 1870150, @@ -167,4 +151,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj3/example.csproj-expected.json b/tests/data/basic/csproj3/example.csproj-expected.json index aea7f942..3b375263 100644 --- a/tests/data/basic/csproj3/example.csproj-expected.json +++ b/tests/data/basic/csproj3/example.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj3/example.csproj" - ], + "options": ["--project-file /basic/csproj3/example.csproj"], "project_framework": "netcoreapp2.2", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,12 +68,7 @@ "url": "" } ], - "keywords": [ - "HealthChecks", - "HealthCheck", - "Health", - "MySQL" - ], + "keywords": ["HealthChecks", "HealthCheck", "Health", "MySQL"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.mysql/2.2.0/aspnetcore.healthchecks.mysql.2.2.0.nupkg", "size": 0, @@ -123,12 +116,7 @@ "url": "" } ], - "keywords": [ - "HealthCheck", - "Health", - "Sql", - "Server" - ], + "keywords": ["HealthCheck", "Health", "Sql", "Server"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.sqlserver/2.2.1/aspnetcore.healthchecks.sqlserver.2.2.1.nupkg", "size": 0, @@ -176,14 +164,7 @@ "url": "" } ], - "keywords": [ - "HealthCheck", - "Health", - "Uri", - "Url", - "Uris", - "Urls" - ], + "keywords": ["HealthCheck", "Health", "Uri", "Url", "Uris", "Urls"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.uris/2.2.3/aspnetcore.healthchecks.uris.2.2.3.nupkg", "size": 0, @@ -231,11 +212,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Cloudwatch", - "Logger" - ], + "keywords": ["AWS", "Cloudwatch", "Logger"], "homepage_url": "https://github.com/aws/aws-logging-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/aws.logger.aspnetcore/2.0.0/aws.logger.aspnetcore.2.0.0.nupkg", "size": 0, @@ -283,11 +260,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Cloudwatch", - "Logger" - ], + "keywords": ["AWS", "Cloudwatch", "Logger"], "homepage_url": "https://github.com/aws/aws-logging-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/aws.logger.core/1.4.0/aws.logger.core.1.4.0.nupkg", "size": 0, @@ -389,12 +362,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.core/3.3.104.32/awssdk.core.3.3.104.32.nupkg", "size": 0, @@ -442,11 +410,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.extensions.netcore.setup/3.3.100.1/awssdk.extensions.netcore.setup.3.3.100.1.nupkg", "size": 0, @@ -549,13 +513,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "SQS", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "SQS", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.sqs/3.3.102.65/awssdk.sqs.3.3.102.65.nupkg", "size": 0, @@ -603,13 +561,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "XRay", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "XRay", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.xray/3.3.3/awssdk.xray.3.3.3.nupkg", "size": 0, @@ -657,13 +609,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.core/2.6.1/awsxrayrecorder.core.2.6.1.nupkg", "size": 0, @@ -711,13 +657,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.handlers.aspnetcore/2.6.1/awsxrayrecorder.handlers.aspnetcore.2.6.1.nupkg", "size": 0, @@ -765,13 +705,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.handlers.awssdk/2.7.1/awsxrayrecorder.handlers.awssdk.2.7.1.nupkg", "size": 0, @@ -963,12 +897,7 @@ "url": "" } ], - "keywords": [ - "logging", - "log", - "tracing", - "logfiles" - ], + "keywords": ["logging", "log", "tracing", "logfiles"], "homepage_url": "http://logging.apache.org/log4net/", "download_url": "https://api.nuget.org/v3-flatcontainer/log4net/2.0.8/log4net.2.0.8.nupkg", "size": 0, @@ -1070,10 +999,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "antiforgery" - ], + "keywords": ["aspnetcore", "antiforgery"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.antiforgery/2.0.2/microsoft.aspnetcore.antiforgery.2.0.2.nupkg", "size": 0, @@ -1121,11 +1047,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg", "size": 0, @@ -1173,11 +1095,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg", "size": 0, @@ -1225,10 +1143,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg", "size": 0, @@ -1276,10 +1191,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg", "size": 0, @@ -1327,10 +1239,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cors" - ], + "keywords": ["aspnetcore", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.0.2/microsoft.aspnetcore.cors.2.0.2.nupkg", "size": 0, @@ -1378,10 +1287,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.internal/2.0.2/microsoft.aspnetcore.cryptography.internal.2.0.2.nupkg", "size": 0, @@ -1429,10 +1335,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection/2.0.2/microsoft.aspnetcore.dataprotection.2.0.2.nupkg", "size": 0, @@ -1480,10 +1383,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.abstractions/2.0.2/microsoft.aspnetcore.dataprotection.abstractions.2.0.2.nupkg", "size": 0, @@ -1531,10 +1431,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.abstractions/2.0.2/microsoft.aspnetcore.diagnostics.abstractions.2.0.2.nupkg", "size": 0, @@ -1582,10 +1479,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -1633,10 +1527,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg", "size": 0, @@ -1684,9 +1575,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.html.abstractions/2.0.1/microsoft.aspnetcore.html.abstractions.2.0.1.nupkg", "size": 0, @@ -1734,9 +1623,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.0/microsoft.aspnetcore.http.2.2.0.nupkg", "size": 0, @@ -1784,9 +1671,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg", "size": 0, @@ -1834,9 +1719,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg", "size": 0, @@ -1884,9 +1767,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg", "size": 0, @@ -1934,11 +1815,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "json", - "jsonpatch" - ], + "keywords": ["aspnetcore", "json", "jsonpatch"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/2.0.0/microsoft.aspnetcore.jsonpatch.2.0.0.nupkg", "size": 0, @@ -1986,10 +1863,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization/2.0.2/microsoft.aspnetcore.localization.2.0.2.nupkg", "size": 0, @@ -2037,10 +1911,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc/2.0.3/microsoft.aspnetcore.mvc.2.0.3.nupkg", "size": 0, @@ -2088,10 +1959,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg", "size": 0, @@ -2139,10 +2007,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.apiexplorer/2.2.0/microsoft.aspnetcore.mvc.apiexplorer.2.2.0.nupkg", "size": 0, @@ -2190,10 +2055,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.0/microsoft.aspnetcore.mvc.core.2.2.0.nupkg", "size": 0, @@ -2241,11 +2103,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cors" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.cors/2.0.3/microsoft.aspnetcore.mvc.cors.2.0.3.nupkg", "size": 0, @@ -2293,10 +2151,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dataannotations/2.0.3/microsoft.aspnetcore.mvc.dataannotations.2.0.3.nupkg", "size": 0, @@ -2344,11 +2199,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "json" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.json/2.0.3/microsoft.aspnetcore.mvc.formatters.json.2.0.3.nupkg", "size": 0, @@ -2396,11 +2247,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "localization" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.localization/2.0.3/microsoft.aspnetcore.mvc.localization.2.0.3.nupkg", "size": 0, @@ -2448,12 +2295,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.0.3/microsoft.aspnetcore.mvc.razor.2.0.3.nupkg", "size": 0, @@ -2501,12 +2343,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor.extensions/2.0.2/microsoft.aspnetcore.mvc.razor.extensions.2.0.2.nupkg", "size": 0, @@ -2554,12 +2391,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razorpages/2.0.3/microsoft.aspnetcore.mvc.razorpages.2.0.3.nupkg", "size": 0, @@ -2660,12 +2492,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "AspNetCore", - "Versioning" - ], + "keywords": ["Microsoft", "AspNet", "AspNetCore", "Versioning"], "homepage_url": "https://github.com/Microsoft/aspnet-api-versioning/wiki", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/3.1.6/microsoft.aspnetcore.mvc.versioning.3.1.6.nupkg", "size": 0, @@ -2767,10 +2594,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.viewfeatures/2.0.3/microsoft.aspnetcore.mvc.viewfeatures.2.0.3.nupkg", "size": 0, @@ -2818,11 +2642,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor/2.0.2/microsoft.aspnetcore.razor.2.0.2.nupkg", "size": 0, @@ -2870,11 +2690,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -2976,11 +2792,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg", "size": 0, @@ -3028,10 +2840,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.0/microsoft.aspnetcore.routing.2.2.0.nupkg", "size": 0, @@ -3079,10 +2888,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg", "size": 0, @@ -3130,9 +2936,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg", "size": 0, @@ -3445,11 +3249,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.razor/2.0.2/microsoft.codeanalysis.razor.2.0.2.nupkg", "size": 0, @@ -3659,11 +3459,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.0.1/microsoft.extensions.caching.abstractions.2.0.1.nupkg", "size": 0, @@ -3711,10 +3507,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.0.1/microsoft.extensions.caching.memory.2.0.1.nupkg", "size": 0, @@ -3762,9 +3555,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.2.0/microsoft.extensions.configuration.2.2.0.nupkg", "size": 0, @@ -3812,9 +3603,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg", "size": 0, @@ -3862,9 +3651,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.2.0/microsoft.extensions.configuration.binder.2.2.0.nupkg", "size": 0, @@ -3912,10 +3699,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -3963,10 +3747,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -4062,10 +3843,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks/2.2.0/microsoft.extensions.diagnostics.healthchecks.2.2.0.nupkg", "size": 0, @@ -4113,10 +3891,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks.abstractions/2.2.0/microsoft.extensions.diagnostics.healthchecks.abstractions.2.2.0.nupkg", "size": 0, @@ -4164,10 +3939,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg", "size": 0, @@ -4215,10 +3987,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.composite/2.0.1/microsoft.extensions.fileproviders.composite.2.0.1.nupkg", "size": 0, @@ -4266,12 +4035,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem", - "glob", - "globbing" - ], + "keywords": ["files", "filesystem", "glob", "globbing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/2.0.1/microsoft.extensions.filesystemglobbing.2.0.1.nupkg", "size": 0, @@ -4319,9 +4083,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -4369,10 +4131,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/2.2.0/microsoft.extensions.http.2.2.0.nupkg", "size": 0, @@ -4420,9 +4179,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization/2.0.2/microsoft.extensions.localization.2.0.2.nupkg", "size": 0, @@ -4470,9 +4227,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization.abstractions/2.0.2/microsoft.extensions.localization.abstractions.2.0.2.nupkg", "size": 0, @@ -4520,9 +4275,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.2.0/microsoft.extensions.logging.2.2.0.nupkg", "size": 0, @@ -4570,9 +4323,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg", "size": 0, @@ -4620,9 +4371,7 @@ "url": "" } ], - "keywords": [ - "pooling" - ], + "keywords": ["pooling"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg", "size": 0, @@ -4670,10 +4419,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg", "size": 0, @@ -4721,9 +4467,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg", "size": 0, @@ -4771,9 +4515,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.0.1/microsoft.extensions.webencoders.2.0.1.nupkg", "size": 0, @@ -4821,9 +4563,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg", "size": 0, @@ -5645,9 +5385,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -5695,9 +5433,7 @@ "url": "" } ], - "keywords": [ - "bson" - ], + "keywords": ["bson"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg", "size": 0, @@ -5745,9 +5481,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -11417,12 +11151,7 @@ "url": "" } ], - "keywords": [ - "HealthChecks", - "HealthCheck", - "Health", - "MySQL" - ], + "keywords": ["HealthChecks", "HealthCheck", "Health", "MySQL"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.mysql/2.2.0/aspnetcore.healthchecks.mysql.2.2.0.nupkg", "size": 0, @@ -11470,12 +11199,7 @@ "url": "" } ], - "keywords": [ - "HealthCheck", - "Health", - "Sql", - "Server" - ], + "keywords": ["HealthCheck", "Health", "Sql", "Server"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.sqlserver/2.2.1/aspnetcore.healthchecks.sqlserver.2.2.1.nupkg", "size": 0, @@ -11523,14 +11247,7 @@ "url": "" } ], - "keywords": [ - "HealthCheck", - "Health", - "Uri", - "Url", - "Uris", - "Urls" - ], + "keywords": ["HealthCheck", "Health", "Uri", "Url", "Uris", "Urls"], "homepage_url": "http://github.com/xabaril/AspNetCore.Diagnostics.HealthChecks", "download_url": "https://api.nuget.org/v3-flatcontainer/aspnetcore.healthchecks.uris/2.2.3/aspnetcore.healthchecks.uris.2.2.3.nupkg", "size": 0, @@ -11578,11 +11295,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Cloudwatch", - "Logger" - ], + "keywords": ["AWS", "Cloudwatch", "Logger"], "homepage_url": "https://github.com/aws/aws-logging-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/aws.logger.aspnetcore/2.0.0/aws.logger.aspnetcore.2.0.0.nupkg", "size": 0, @@ -11630,11 +11343,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Cloudwatch", - "Logger" - ], + "keywords": ["AWS", "Cloudwatch", "Logger"], "homepage_url": "https://github.com/aws/aws-logging-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/aws.logger.core/1.4.0/aws.logger.core.1.4.0.nupkg", "size": 0, @@ -11682,13 +11391,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "CloudWatchLogs", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "CloudWatchLogs", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.cloudwatchlogs/3.3.100.39/awssdk.cloudwatchlogs.3.3.100.39.nupkg", "size": 0, @@ -11736,12 +11439,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.core/3.3.104.32/awssdk.core.3.3.104.32.nupkg", "size": 0, @@ -11789,11 +11487,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.extensions.netcore.setup/3.3.100.1/awssdk.extensions.netcore.setup.3.3.100.1.nupkg", "size": 0, @@ -11896,13 +11590,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "SQS", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "SQS", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.sqs/3.3.102.65/awssdk.sqs.3.3.102.65.nupkg", "size": 0, @@ -11950,13 +11638,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "XRay", - "aws-sdk-v3" - ], + "keywords": ["AWS", "Amazon", "cloud", "XRay", "aws-sdk-v3"], "homepage_url": "https://github.com/aws/aws-sdk-net/", "download_url": "https://api.nuget.org/v3-flatcontainer/awssdk.xray/3.3.3/awssdk.xray.3.3.3.nupkg", "size": 0, @@ -12004,13 +11686,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.core/2.6.1/awsxrayrecorder.core.2.6.1.nupkg", "size": 0, @@ -12058,13 +11734,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.handlers.aspnetcore/2.6.1/awsxrayrecorder.handlers.aspnetcore.2.6.1.nupkg", "size": 0, @@ -12112,13 +11782,7 @@ "url": "" } ], - "keywords": [ - "AWS", - "Amazon", - "cloud", - "AWSXRay", - "XRay" - ], + "keywords": ["AWS", "Amazon", "cloud", "AWSXRay", "XRay"], "homepage_url": "https://aws.amazon.com/documentation/xray/", "download_url": "https://api.nuget.org/v3-flatcontainer/awsxrayrecorder.handlers.awssdk/2.7.1/awsxrayrecorder.handlers.awssdk.2.7.1.nupkg", "size": 0, @@ -12310,12 +11974,7 @@ "url": "" } ], - "keywords": [ - "logging", - "log", - "tracing", - "logfiles" - ], + "keywords": ["logging", "log", "tracing", "logfiles"], "homepage_url": "http://logging.apache.org/log4net/", "download_url": "https://api.nuget.org/v3-flatcontainer/log4net/2.0.8/log4net.2.0.8.nupkg", "size": 0, @@ -12417,10 +12076,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "antiforgery" - ], + "keywords": ["aspnetcore", "antiforgery"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.antiforgery/2.0.2/microsoft.aspnetcore.antiforgery.2.0.2.nupkg", "size": 0, @@ -12468,11 +12124,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg", "size": 0, @@ -12520,11 +12172,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg", "size": 0, @@ -12572,10 +12220,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg", "size": 0, @@ -12623,10 +12268,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg", "size": 0, @@ -12674,10 +12316,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cors" - ], + "keywords": ["aspnetcore", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.0.2/microsoft.aspnetcore.cors.2.0.2.nupkg", "size": 0, @@ -12725,10 +12364,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.internal/2.0.2/microsoft.aspnetcore.cryptography.internal.2.0.2.nupkg", "size": 0, @@ -12776,10 +12412,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection/2.0.2/microsoft.aspnetcore.dataprotection.2.0.2.nupkg", "size": 0, @@ -12827,10 +12460,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.abstractions/2.0.2/microsoft.aspnetcore.dataprotection.abstractions.2.0.2.nupkg", "size": 0, @@ -12878,10 +12508,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.abstractions/2.0.2/microsoft.aspnetcore.diagnostics.abstractions.2.0.2.nupkg", "size": 0, @@ -12929,10 +12556,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -12980,10 +12604,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg", "size": 0, @@ -13031,9 +12652,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.html.abstractions/2.0.1/microsoft.aspnetcore.html.abstractions.2.0.1.nupkg", "size": 0, @@ -13081,9 +12700,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.0/microsoft.aspnetcore.http.2.2.0.nupkg", "size": 0, @@ -13131,9 +12748,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg", "size": 0, @@ -13181,9 +12796,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg", "size": 0, @@ -13231,9 +12844,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg", "size": 0, @@ -13281,11 +12892,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "json", - "jsonpatch" - ], + "keywords": ["aspnetcore", "json", "jsonpatch"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/2.0.0/microsoft.aspnetcore.jsonpatch.2.0.0.nupkg", "size": 0, @@ -13333,10 +12940,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization/2.0.2/microsoft.aspnetcore.localization.2.0.2.nupkg", "size": 0, @@ -13384,10 +12988,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc/2.0.3/microsoft.aspnetcore.mvc.2.0.3.nupkg", "size": 0, @@ -13435,10 +13036,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg", "size": 0, @@ -13486,10 +13084,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.apiexplorer/2.2.0/microsoft.aspnetcore.mvc.apiexplorer.2.2.0.nupkg", "size": 0, @@ -13537,10 +13132,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.0/microsoft.aspnetcore.mvc.core.2.2.0.nupkg", "size": 0, @@ -13588,11 +13180,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cors" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.cors/2.0.3/microsoft.aspnetcore.mvc.cors.2.0.3.nupkg", "size": 0, @@ -13640,10 +13228,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dataannotations/2.0.3/microsoft.aspnetcore.mvc.dataannotations.2.0.3.nupkg", "size": 0, @@ -13691,11 +13276,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "json" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.json/2.0.3/microsoft.aspnetcore.mvc.formatters.json.2.0.3.nupkg", "size": 0, @@ -13743,11 +13324,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "localization" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.localization/2.0.3/microsoft.aspnetcore.mvc.localization.2.0.3.nupkg", "size": 0, @@ -13795,12 +13372,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.0.3/microsoft.aspnetcore.mvc.razor.2.0.3.nupkg", "size": 0, @@ -13848,12 +13420,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor.extensions/2.0.2/microsoft.aspnetcore.mvc.razor.extensions.2.0.2.nupkg", "size": 0, @@ -13901,12 +13468,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razorpages/2.0.3/microsoft.aspnetcore.mvc.razorpages.2.0.3.nupkg", "size": 0, @@ -13954,12 +13516,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "taghelper", - "taghelpers" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "taghelper", "taghelpers"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.taghelpers/2.0.3/microsoft.aspnetcore.mvc.taghelpers.2.0.3.nupkg", "size": 0, @@ -14007,12 +13564,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "AspNetCore", - "Versioning" - ], + "keywords": ["Microsoft", "AspNet", "AspNetCore", "Versioning"], "homepage_url": "https://github.com/Microsoft/aspnet-api-versioning/wiki", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.versioning/3.1.6/microsoft.aspnetcore.mvc.versioning.3.1.6.nupkg", "size": 0, @@ -14114,10 +13666,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.viewfeatures/2.0.3/microsoft.aspnetcore.mvc.viewfeatures.2.0.3.nupkg", "size": 0, @@ -14165,11 +13714,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor/2.0.2/microsoft.aspnetcore.razor.2.0.2.nupkg", "size": 0, @@ -14217,11 +13762,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -14269,13 +13810,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor", - "taghelper", - "taghelpers" - ], + "keywords": ["aspnetcore", "cshtml", "razor", "taghelper", "taghelpers"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.runtime/2.0.2/microsoft.aspnetcore.razor.runtime.2.0.2.nupkg", "size": 0, @@ -14323,11 +13858,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg", "size": 0, @@ -14375,10 +13906,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.0/microsoft.aspnetcore.routing.2.2.0.nupkg", "size": 0, @@ -14426,10 +13954,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg", "size": 0, @@ -14477,9 +14002,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg", "size": 0, @@ -14792,11 +14315,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.razor/2.0.2/microsoft.codeanalysis.razor.2.0.2.nupkg", "size": 0, @@ -15006,11 +14525,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.0.1/microsoft.extensions.caching.abstractions.2.0.1.nupkg", "size": 0, @@ -15058,10 +14573,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.0.1/microsoft.extensions.caching.memory.2.0.1.nupkg", "size": 0, @@ -15109,9 +14621,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.2.0/microsoft.extensions.configuration.2.2.0.nupkg", "size": 0, @@ -15159,9 +14669,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg", "size": 0, @@ -15209,9 +14717,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.2.0/microsoft.extensions.configuration.binder.2.2.0.nupkg", "size": 0, @@ -15259,10 +14765,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -15310,10 +14813,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -15409,10 +14909,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks/2.2.0/microsoft.extensions.diagnostics.healthchecks.2.2.0.nupkg", "size": 0, @@ -15460,10 +14957,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks.abstractions/2.2.0/microsoft.extensions.diagnostics.healthchecks.abstractions.2.2.0.nupkg", "size": 0, @@ -15511,10 +15005,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg", "size": 0, @@ -15562,10 +15053,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.composite/2.0.1/microsoft.extensions.fileproviders.composite.2.0.1.nupkg", "size": 0, @@ -15613,12 +15101,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem", - "glob", - "globbing" - ], + "keywords": ["files", "filesystem", "glob", "globbing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/2.0.1/microsoft.extensions.filesystemglobbing.2.0.1.nupkg", "size": 0, @@ -15666,9 +15149,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -15716,10 +15197,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/2.2.0/microsoft.extensions.http.2.2.0.nupkg", "size": 0, @@ -15767,9 +15245,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization/2.0.2/microsoft.extensions.localization.2.0.2.nupkg", "size": 0, @@ -15817,9 +15293,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization.abstractions/2.0.2/microsoft.extensions.localization.abstractions.2.0.2.nupkg", "size": 0, @@ -15867,9 +15341,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.2.0/microsoft.extensions.logging.2.2.0.nupkg", "size": 0, @@ -15917,9 +15389,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg", "size": 0, @@ -15967,9 +15437,7 @@ "url": "" } ], - "keywords": [ - "pooling" - ], + "keywords": ["pooling"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg", "size": 0, @@ -16017,10 +15485,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg", "size": 0, @@ -16068,9 +15533,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg", "size": 0, @@ -16118,9 +15581,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.0.1/microsoft.extensions.webencoders.2.0.1.nupkg", "size": 0, @@ -16168,9 +15629,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.0/microsoft.net.http.headers.2.2.0.nupkg", "size": 0, @@ -16992,9 +16451,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -17042,9 +16499,7 @@ "url": "" } ], - "keywords": [ - "bson" - ], + "keywords": ["bson"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg", "size": 0, @@ -17092,9 +16547,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -22739,4 +22192,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj4/example.csproj-expected.json b/tests/data/basic/csproj4/example.csproj-expected.json index 0b152cb8..79905aaa 100644 --- a/tests/data/basic/csproj4/example.csproj-expected.json +++ b/tests/data/basic/csproj4/example.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj4/example.csproj" - ], + "options": ["--project-file /basic/csproj4/example.csproj"], "project_framework": "netstandard2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,12 +68,7 @@ "url": "" } ], - "keywords": [ - "Bond", - ".NET", - "C#", - "serialization" - ], + "keywords": ["Bond", ".NET", "C#", "serialization"], "homepage_url": "https://github.com/Microsoft/bond/", "download_url": "https://api.nuget.org/v3-flatcontainer/bond.core.csharp/5.3.1/bond.core.csharp.5.3.1.nupkg", "size": 0, @@ -619,9 +612,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/7.0.1/newtonsoft.json.7.0.1.nupkg", "size": 0, @@ -1841,12 +1832,7 @@ "url": "" } ], - "keywords": [ - "Bond", - ".NET", - "C#", - "serialization" - ], + "keywords": ["Bond", ".NET", "C#", "serialization"], "homepage_url": "https://github.com/Microsoft/bond/", "download_url": "https://api.nuget.org/v3-flatcontainer/bond.core.csharp/5.3.1/bond.core.csharp.5.3.1.nupkg", "size": 0, @@ -2390,9 +2376,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/7.0.1/newtonsoft.json.7.0.1.nupkg", "size": 0, @@ -2488,13 +2472,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Immutable", - "Collections" - ], + "keywords": ["BCL", "Microsoft", "System", "Immutable", "Collections"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=310193", "download_url": "https://api.nuget.org/v3-flatcontainer/system.collections.immutable/1.1.36/system.collections.immutable.1.1.36.nupkg", "size": 0, @@ -3587,4 +3565,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj5/mini.csproj-expected.json b/tests/data/basic/csproj5/mini.csproj-expected.json index 920ae6cc..3f563dfc 100644 --- a/tests/data/basic/csproj5/mini.csproj-expected.json +++ b/tests/data/basic/csproj5/mini.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj5/mini.csproj" - ], + "options": ["--project-file /basic/csproj5/mini.csproj"], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +68,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -121,9 +116,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -171,9 +164,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.4.0/nuget.common.6.4.0.nupkg", "size": 0, @@ -221,9 +212,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.4.0/nuget.configuration.6.4.0.nupkg", "size": 0, @@ -271,9 +260,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.4.0/nuget.frameworks.6.4.0.nupkg", "size": 0, @@ -321,9 +308,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.4.0/nuget.packaging.6.4.0.nupkg", "size": 0, @@ -371,10 +356,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.4.0/nuget.protocol.6.4.0.nupkg", "size": 0, @@ -422,11 +404,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.4.0/nuget.versioning.6.4.0.nupkg", "size": 0, @@ -720,10 +698,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -771,9 +746,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -821,9 +794,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.4.0/nuget.common.6.4.0.nupkg", "size": 0, @@ -871,9 +842,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.4.0/nuget.configuration.6.4.0.nupkg", "size": 0, @@ -921,9 +890,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.4.0/nuget.frameworks.6.4.0.nupkg", "size": 0, @@ -971,9 +938,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.4.0/nuget.packaging.6.4.0.nupkg", "size": 0, @@ -1021,10 +986,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.4.0/nuget.protocol.6.4.0.nupkg", "size": 0, @@ -1072,11 +1034,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.4.0/nuget.versioning.6.4.0.nupkg", "size": 0, @@ -1345,4 +1303,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj6-manydeps/foobaz.csproj-expected.json b/tests/data/basic/csproj6-manydeps/foobaz.csproj-expected.json index 113c810a..ef39facd 100644 --- a/tests/data/basic/csproj6-manydeps/foobaz.csproj-expected.json +++ b/tests/data/basic/csproj6-manydeps/foobaz.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj6-manydeps/foobaz.csproj" - ], + "options": ["--project-file /basic/csproj6-manydeps/foobaz.csproj"], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -1017,4 +1015,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/csproj7-duplicates/example.csproj-expected.json b/tests/data/basic/csproj7-duplicates/example.csproj-expected.json index 85ec7896..b5192d0c 100644 --- a/tests/data/basic/csproj7-duplicates/example.csproj-expected.json +++ b/tests/data/basic/csproj7-duplicates/example.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/csproj7-duplicates/example.csproj" - ], + "options": ["--project-file /basic/csproj7-duplicates/example.csproj"], "project_framework": "netstandard2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -249,4 +247,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/includes/ClientApiLib/ClientApiLib.csproj-expected.json b/tests/data/basic/includes/ClientApiLib/ClientApiLib.csproj-expected.json index 2ec590c1..fa0160f2 100644 --- a/tests/data/basic/includes/ClientApiLib/ClientApiLib.csproj-expected.json +++ b/tests/data/basic/includes/ClientApiLib/ClientApiLib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/includes/ClientApiLib/ClientApiLib.csproj" ], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/basic/includes/ClientApiTestApp/ClientModelTestApp.csproj-expected.json b/tests/data/basic/includes/ClientApiTestApp/ClientModelTestApp.csproj-expected.json index 7550a300..17831d91 100644 --- a/tests/data/basic/includes/ClientApiTestApp/ClientModelTestApp.csproj-expected.json +++ b/tests/data/basic/includes/ClientApiTestApp/ClientModelTestApp.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/includes/ClientApiTestApp/ClientModelTestApp.csproj" ], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/basic/includes/Common.MainApi/Common.MainApi.csproj-expected.json b/tests/data/basic/includes/Common.MainApi/Common.MainApi.csproj-expected.json index 71832e79..b4a1e48b 100644 --- a/tests/data/basic/includes/Common.MainApi/Common.MainApi.csproj-expected.json +++ b/tests/data/basic/includes/Common.MainApi/Common.MainApi.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/includes/Common.MainApi/Common.MainApi.csproj" ], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -3993,4 +3993,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/includes/Common/Common.csproj-expected.json b/tests/data/basic/includes/Common/Common.csproj-expected.json index 77f30b85..6c9f8883 100644 --- a/tests/data/basic/includes/Common/Common.csproj-expected.json +++ b/tests/data/basic/includes/Common/Common.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/includes/Common/Common.csproj" - ], + "options": ["--project-file /basic/includes/Common/Common.csproj"], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,12 +68,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid/6.3.0/deviceid.6.3.0.nupkg", "size": 0, @@ -123,12 +116,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid.windows/6.2.0/deviceid.windows.6.2.0.nupkg", "size": 0, @@ -176,12 +164,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid.windows.wmi/6.2.1/deviceid.windows.wmi.6.2.1.nupkg", "size": 0, @@ -853,10 +836,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.embedded/7.0.3/microsoft.extensions.fileproviders.embedded.7.0.3.nupkg", "size": 0, @@ -1720,12 +1700,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.10.0/serilog.2.10.0.nupkg", "size": 0, @@ -1829,9 +1804,7 @@ "url": "" } ], - "keywords": [ - "serilog" - ], + "keywords": ["serilog"], "homepage_url": "https://github.com/serilog/serilog-expressions", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.expressions/3.4.1/serilog.expressions.3.4.1.nupkg", "size": 0, @@ -1879,12 +1852,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "aspnet", - "aspnetcore", - "hosting" - ], + "keywords": ["serilog", "aspnet", "aspnetcore", "hosting"], "homepage_url": "https://github.com/serilog/serilog-extensions-hosting", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/5.0.1/serilog.extensions.hosting.5.0.1.nupkg", "size": 0, @@ -1932,10 +1900,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "Microsoft.Extensions.Logging" - ], + "keywords": ["serilog", "Microsoft.Extensions.Logging"], "homepage_url": "https://github.com/serilog/serilog-extensions-logging", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.1.0/serilog.extensions.logging.3.1.0.nupkg", "size": 0, @@ -2709,12 +2674,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid/6.3.0/deviceid.6.3.0.nupkg", "size": 0, @@ -2762,12 +2722,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid.windows/6.2.0/deviceid.windows.6.2.0.nupkg", "size": 0, @@ -2815,12 +2770,7 @@ "url": "" } ], - "keywords": [ - "deviceid", - "unique", - "device", - "identifier" - ], + "keywords": ["deviceid", "unique", "device", "identifier"], "homepage_url": "https://github.com/MatthewKing/DeviceId", "download_url": "https://api.nuget.org/v3-flatcontainer/deviceid.windows.wmi/6.2.1/deviceid.windows.wmi.6.2.1.nupkg", "size": 0, @@ -3492,10 +3442,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.embedded/7.0.3/microsoft.extensions.fileproviders.embedded.7.0.3.nupkg", "size": 0, @@ -4359,12 +4306,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.10.0/serilog.2.10.0.nupkg", "size": 0, @@ -4468,9 +4410,7 @@ "url": "" } ], - "keywords": [ - "serilog" - ], + "keywords": ["serilog"], "homepage_url": "https://github.com/serilog/serilog-expressions", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.expressions/3.4.1/serilog.expressions.3.4.1.nupkg", "size": 0, @@ -4518,12 +4458,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "aspnet", - "aspnetcore", - "hosting" - ], + "keywords": ["serilog", "aspnet", "aspnetcore", "hosting"], "homepage_url": "https://github.com/serilog/serilog-extensions-hosting", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.extensions.hosting/5.0.1/serilog.extensions.hosting.5.0.1.nupkg", "size": 0, @@ -4571,10 +4506,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "Microsoft.Extensions.Logging" - ], + "keywords": ["serilog", "Microsoft.Extensions.Logging"], "homepage_url": "https://github.com/serilog/serilog-extensions-logging", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.extensions.logging/3.1.0/serilog.extensions.logging.3.1.0.nupkg", "size": 0, @@ -5323,4 +5255,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/metadata/sample.csproj-expected.json b/tests/data/basic/metadata/sample.csproj-expected.json index ac0f0126..1ce8c0d3 100644 --- a/tests/data/basic/metadata/sample.csproj-expected.json +++ b/tests/data/basic/metadata/sample.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/metadata/sample.csproj" - ], + "options": ["--project-file /basic/metadata/sample.csproj"], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -165,4 +163,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/mini/sample.csproj-expected.json b/tests/data/basic/mini/sample.csproj-expected.json index 623d95e6..8928d9c3 100644 --- a/tests/data/basic/mini/sample.csproj-expected.json +++ b/tests/data/basic/mini/sample.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/mini/sample.csproj" - ], + "options": ["--project-file /basic/mini/sample.csproj"], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,13 +116,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -172,11 +164,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -280,9 +268,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -384,13 +370,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -438,11 +418,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -546,9 +522,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -577,4 +551,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/no-dupes/sample.csproj-expected.json b/tests/data/basic/no-dupes/sample.csproj-expected.json index 49545785..d0da4b51 100644 --- a/tests/data/basic/no-dupes/sample.csproj-expected.json +++ b/tests/data/basic/no-dupes/sample.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/no-dupes/sample.csproj" - ], + "options": ["--project-file /basic/no-dupes/sample.csproj"], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,13 +116,7 @@ "url": "" } ], - "keywords": [ - "Regex", - "Test", - "NFA", - "DFA", - "Automaton" - ], + "keywords": ["Regex", "Test", "NFA", "DFA", "Automaton"], "homepage_url": "https://github.com/moodmosaic/Fare", "download_url": "https://api.nuget.org/v3-flatcontainer/fare/2.1.1/fare.2.1.1.nupkg", "size": 0, @@ -702,9 +694,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -752,9 +742,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -4846,13 +4834,7 @@ "url": "" } ], - "keywords": [ - "Regex", - "Test", - "NFA", - "DFA", - "Automaton" - ], + "keywords": ["Regex", "Test", "NFA", "DFA", "Automaton"], "homepage_url": "https://github.com/moodmosaic/Fare", "download_url": "https://api.nuget.org/v3-flatcontainer/fare/2.1.1/fare.2.1.1.nupkg", "size": 0, @@ -5430,9 +5412,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5480,9 +5460,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -9501,4 +9479,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5Inspector/NugetDotnet5Inspector.csproj-expected.json b/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5Inspector/NugetDotnet5Inspector.csproj-expected.json index 2fc75894..b24d78e1 100644 --- a/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5Inspector/NugetDotnet5Inspector.csproj-expected.json +++ b/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5Inspector/NugetDotnet5Inspector.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5Inspector/NugetDotnet5Inspector.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.build/15.9.20/microsoft.build.15.9.20.nupkg", "size": 0, @@ -120,9 +118,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/15.9.20/microsoft.build.framework.15.9.20.nupkg", "size": 0, @@ -554,9 +550,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -652,9 +646,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.8.0/nuget.common.4.8.0.nupkg", "size": 0, @@ -702,9 +694,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.8.0/nuget.configuration.4.8.0.nupkg", "size": 0, @@ -800,9 +790,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/4.8.0/nuget.dependencyresolver.core.4.8.0.nupkg", "size": 0, @@ -850,9 +838,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.8.0/nuget.frameworks.4.8.0.nupkg", "size": 0, @@ -900,9 +886,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/4.8.0/nuget.librarymodel.4.8.0.nupkg", "size": 0, @@ -950,9 +934,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.8.0/nuget.packaging.4.8.0.nupkg", "size": 0, @@ -1000,9 +982,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.8.0/nuget.packaging.core.4.8.0.nupkg", "size": 0, @@ -1050,9 +1030,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/4.8.0/nuget.projectmodel.4.8.0.nupkg", "size": 0, @@ -1100,10 +1078,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/4.8.0/nuget.protocol.4.8.0.nupkg", "size": 0, @@ -1247,11 +1222,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.8.0/nuget.versioning.4.8.0.nupkg", "size": 0, @@ -5385,9 +5356,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.build/15.9.20/microsoft.build.15.9.20.nupkg", "size": 0, @@ -5435,9 +5404,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.build.framework/15.9.20/microsoft.build.framework.15.9.20.nupkg", "size": 0, @@ -5869,9 +5836,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5967,9 +5932,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.8.0/nuget.common.4.8.0.nupkg", "size": 0, @@ -6017,9 +5980,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.8.0/nuget.configuration.4.8.0.nupkg", "size": 0, @@ -6115,9 +6076,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/4.8.0/nuget.dependencyresolver.core.4.8.0.nupkg", "size": 0, @@ -6165,9 +6124,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.8.0/nuget.frameworks.4.8.0.nupkg", "size": 0, @@ -6215,9 +6172,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/4.8.0/nuget.librarymodel.4.8.0.nupkg", "size": 0, @@ -6265,9 +6220,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.8.0/nuget.packaging.4.8.0.nupkg", "size": 0, @@ -6315,9 +6268,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.8.0/nuget.packaging.core.4.8.0.nupkg", "size": 0, @@ -6365,9 +6316,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/4.8.0/nuget.projectmodel.4.8.0.nupkg", "size": 0, @@ -6415,10 +6364,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/4.8.0/nuget.protocol.4.8.0.nupkg", "size": 0, @@ -6562,11 +6508,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.8.0/nuget.versioning.4.8.0.nupkg", "size": 0, @@ -10675,4 +10617,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5InspectorTests/NugetDotnet5InspectorTests.csproj-expected.json b/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5InspectorTests/NugetDotnet5InspectorTests.csproj-expected.json index f8e7d8de..e4fe1ef8 100644 --- a/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5InspectorTests/NugetDotnet5InspectorTests.csproj-expected.json +++ b/tests/data/basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5InspectorTests/NugetDotnet5InspectorTests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/nuget-dotnet-inspector5/nuget-dotnet5-inspector-87bee5/NugetDotnet5InspectorTests/NugetDotnet5InspectorTests.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -691,9 +691,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -789,9 +787,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.8.0/nuget.common.4.8.0.nupkg", "size": 0, @@ -839,9 +835,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.8.0/nuget.configuration.4.8.0.nupkg", "size": 0, @@ -937,9 +931,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/4.8.0/nuget.dependencyresolver.core.4.8.0.nupkg", "size": 0, @@ -987,9 +979,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -1037,9 +1027,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/4.8.0/nuget.librarymodel.4.8.0.nupkg", "size": 0, @@ -1087,9 +1075,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.8.0/nuget.packaging.4.8.0.nupkg", "size": 0, @@ -1137,9 +1123,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.8.0/nuget.packaging.core.4.8.0.nupkg", "size": 0, @@ -1187,9 +1171,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/4.8.0/nuget.projectmodel.4.8.0.nupkg", "size": 0, @@ -1237,10 +1219,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/4.8.0/nuget.protocol.4.8.0.nupkg", "size": 0, @@ -1384,11 +1363,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.8.0/nuget.versioning.4.8.0.nupkg", "size": 0, @@ -4625,9 +4600,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -4723,9 +4696,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.8.0/nuget.common.4.8.0.nupkg", "size": 0, @@ -4773,9 +4744,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.8.0/nuget.configuration.4.8.0.nupkg", "size": 0, @@ -4871,9 +4840,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/4.8.0/nuget.dependencyresolver.core.4.8.0.nupkg", "size": 0, @@ -4921,9 +4888,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -4971,9 +4936,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/4.8.0/nuget.librarymodel.4.8.0.nupkg", "size": 0, @@ -5021,9 +4984,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.8.0/nuget.packaging.4.8.0.nupkg", "size": 0, @@ -5071,9 +5032,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.8.0/nuget.packaging.core.4.8.0.nupkg", "size": 0, @@ -5121,9 +5080,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/4.8.0/nuget.projectmodel.4.8.0.nupkg", "size": 0, @@ -5171,10 +5128,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/4.8.0/nuget.protocol.4.8.0.nupkg", "size": 0, @@ -5318,11 +5272,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.8.0/nuget.versioning.4.8.0.nupkg", "size": 0, @@ -7913,4 +7863,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/CryptoGatherer/CryptoGatherer.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/CryptoGatherer/CryptoGatherer.csproj-expected.json index 408c44d3..62cc90bc 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/CryptoGatherer/CryptoGatherer.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/CryptoGatherer/CryptoGatherer.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/CryptoGatherer/CryptoGatherer.csproj" ], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared.CLI/Shared.CLI.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared.CLI/Shared.CLI.csproj-expected.json index 09d3166b..86ff71b3 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared.CLI/Shared.CLI.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared.CLI/Shared.CLI.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/Shared.CLI/Shared.CLI.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -201,11 +201,7 @@ "url": "" } ], - "keywords": [ - "ansii", - "colors", - "chalk" - ], + "keywords": ["ansii", "colors", "chalk"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/crayon/2.0.69/crayon.2.0.69.nupkg", "size": 0, @@ -253,10 +249,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -361,11 +354,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -413,11 +402,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -465,12 +450,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -518,11 +498,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -570,11 +546,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -622,10 +594,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -673,10 +642,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -724,10 +690,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -775,10 +738,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -826,10 +786,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -877,10 +834,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -989,11 +943,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -1041,13 +991,7 @@ "url": "" } ], - "keywords": [ - "HTML", - "parse", - "crawler", - "spider", - "linq" - ], + "keywords": ["HTML", "parse", "crawler", "spider", "linq"], "homepage_url": "http://html-agility-pack.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/htmlagilitypack/1.11.46/htmlagilitypack.1.11.46.nupkg", "size": 0, @@ -1095,9 +1039,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -1145,10 +1087,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -1292,11 +1231,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.18/microsoft.cst.recursiveextractor.1.1.18.nupkg", "size": 0, @@ -1824,9 +1759,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -1933,11 +1866,7 @@ "url": "" } ], - "keywords": [ - "nlog", - "intellisense", - "xsd" - ], + "keywords": ["nlog", "intellisense", "xsd"], "homepage_url": "https://nlog-project.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/nlog.schema/5.0.4/nlog.schema.5.0.4.nupkg", "size": 0, @@ -1985,11 +1914,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -4078,12 +4003,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -6188,11 +6108,7 @@ "url": "" } ], - "keywords": [ - "ansii", - "colors", - "chalk" - ], + "keywords": ["ansii", "colors", "chalk"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/crayon/2.0.69/crayon.2.0.69.nupkg", "size": 0, @@ -6240,10 +6156,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -6348,11 +6261,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -6400,11 +6309,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -6452,12 +6357,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -6505,11 +6405,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -6557,11 +6453,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -6609,10 +6501,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -6660,10 +6549,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -6711,10 +6597,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -6762,10 +6645,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -6813,10 +6693,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -6864,10 +6741,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -6976,11 +6850,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -7028,13 +6898,7 @@ "url": "" } ], - "keywords": [ - "HTML", - "parse", - "crawler", - "spider", - "linq" - ], + "keywords": ["HTML", "parse", "crawler", "spider", "linq"], "homepage_url": "http://html-agility-pack.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/htmlagilitypack/1.11.46/htmlagilitypack.1.11.46.nupkg", "size": 0, @@ -7082,9 +6946,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -7132,10 +6994,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -7279,11 +7138,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.18/microsoft.cst.recursiveextractor.1.1.18.nupkg", "size": 0, @@ -7811,9 +7666,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -7920,11 +7773,7 @@ "url": "" } ], - "keywords": [ - "nlog", - "intellisense", - "xsd" - ], + "keywords": ["nlog", "intellisense", "xsd"], "homepage_url": "https://nlog-project.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/nlog.schema/5.0.4/nlog.schema.5.0.4.nupkg", "size": 0, @@ -7972,11 +7821,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -8024,13 +7869,7 @@ "url": "" } ], - "keywords": [ - "GitHub", - "API", - "Octokit", - "linqpad-samples", - "dotnetcore" - ], + "keywords": ["GitHub", "API", "Octokit", "linqpad-samples", "dotnetcore"], "homepage_url": "https://github.com/octokit/octokit.net", "download_url": "https://api.nuget.org/v3-flatcontainer/octokit/4.0.1/octokit.4.0.1.nupkg", "size": 0, @@ -10065,12 +9904,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -12019,4 +11853,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared/Shared.Lib.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared/Shared.Lib.csproj-expected.json index ef8cf887..ab50b523 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared/Shared.Lib.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/Shared/Shared.Lib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/Shared/Shared.Lib.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -201,11 +201,7 @@ "url": "" } ], - "keywords": [ - "ansii", - "colors", - "chalk" - ], + "keywords": ["ansii", "colors", "chalk"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/crayon/2.0.69/crayon.2.0.69.nupkg", "size": 0, @@ -253,10 +249,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -361,11 +354,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -413,11 +402,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -465,12 +450,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -518,11 +498,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -570,11 +546,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -622,10 +594,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -673,10 +642,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -724,10 +690,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -775,10 +738,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -826,10 +786,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -877,10 +834,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -989,11 +943,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -1041,13 +991,7 @@ "url": "" } ], - "keywords": [ - "HTML", - "parse", - "crawler", - "spider", - "linq" - ], + "keywords": ["HTML", "parse", "crawler", "spider", "linq"], "homepage_url": "http://html-agility-pack.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/htmlagilitypack/1.11.46/htmlagilitypack.1.11.46.nupkg", "size": 0, @@ -1095,9 +1039,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -1193,11 +1135,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.18/microsoft.cst.recursiveextractor.1.1.18.nupkg", "size": 0, @@ -1485,10 +1423,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http.polly/6.0.10/microsoft.extensions.http.polly.6.0.10.nupkg", "size": 0, @@ -1920,9 +1855,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -2029,11 +1962,7 @@ "url": "" } ], - "keywords": [ - "nlog", - "intellisense", - "xsd" - ], + "keywords": ["nlog", "intellisense", "xsd"], "homepage_url": "https://nlog-project.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/nlog.schema/5.0.4/nlog.schema.5.0.4.nupkg", "size": 0, @@ -2081,9 +2010,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.3.1/nuget.common.6.3.1.nupkg", "size": 0, @@ -2131,9 +2058,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.3.1/nuget.configuration.6.3.1.nupkg", "size": 0, @@ -2181,9 +2106,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.3.1/nuget.frameworks.6.3.1.nupkg", "size": 0, @@ -2231,9 +2154,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.3.1/nuget.packaging.6.3.1.nupkg", "size": 0, @@ -2281,10 +2202,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.3.1/nuget.protocol.6.3.1.nupkg", "size": 0, @@ -2332,11 +2250,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -2438,11 +2352,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.1.0/packageurl-dotnet.1.1.0.nupkg", "size": 0, @@ -4609,12 +4519,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -6767,11 +6672,7 @@ "url": "" } ], - "keywords": [ - "ansii", - "colors", - "chalk" - ], + "keywords": ["ansii", "colors", "chalk"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/crayon/2.0.69/crayon.2.0.69.nupkg", "size": 0, @@ -6819,10 +6720,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -6927,11 +6825,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -6979,11 +6873,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -7031,12 +6921,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -7084,11 +6969,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -7136,11 +7017,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -7188,10 +7065,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -7239,10 +7113,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -7290,10 +7161,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -7341,10 +7209,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -7392,10 +7257,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -7443,10 +7305,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -7555,11 +7414,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -7607,13 +7462,7 @@ "url": "" } ], - "keywords": [ - "HTML", - "parse", - "crawler", - "spider", - "linq" - ], + "keywords": ["HTML", "parse", "crawler", "spider", "linq"], "homepage_url": "http://html-agility-pack.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/htmlagilitypack/1.11.46/htmlagilitypack.1.11.46.nupkg", "size": 0, @@ -7661,9 +7510,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -7759,11 +7606,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.18/microsoft.cst.recursiveextractor.1.1.18.nupkg", "size": 0, @@ -8051,10 +7894,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http.polly/6.0.10/microsoft.extensions.http.polly.6.0.10.nupkg", "size": 0, @@ -8486,9 +8326,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -8595,11 +8433,7 @@ "url": "" } ], - "keywords": [ - "nlog", - "intellisense", - "xsd" - ], + "keywords": ["nlog", "intellisense", "xsd"], "homepage_url": "https://nlog-project.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/nlog.schema/5.0.4/nlog.schema.5.0.4.nupkg", "size": 0, @@ -8647,9 +8481,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.3.1/nuget.common.6.3.1.nupkg", "size": 0, @@ -8697,9 +8529,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.3.1/nuget.configuration.6.3.1.nupkg", "size": 0, @@ -8747,9 +8577,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.3.1/nuget.frameworks.6.3.1.nupkg", "size": 0, @@ -8797,9 +8625,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.3.1/nuget.packaging.6.3.1.nupkg", "size": 0, @@ -8847,10 +8673,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.3.1/nuget.protocol.6.3.1.nupkg", "size": 0, @@ -8898,11 +8721,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -8950,13 +8769,7 @@ "url": "" } ], - "keywords": [ - "GitHub", - "API", - "Octokit", - "linqpad-samples", - "dotnetcore" - ], + "keywords": ["GitHub", "API", "Octokit", "linqpad-samples", "dotnetcore"], "homepage_url": "https://github.com/octokit/octokit.net", "download_url": "https://api.nuget.org/v3-flatcontainer/octokit/4.0.1/octokit.4.0.1.nupkg", "size": 0, @@ -9004,11 +8817,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.1.0/packageurl-dotnet.1.1.0.nupkg", "size": 0, @@ -11175,12 +10984,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -13177,4 +12981,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-characteristics/oss-characteristic.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-characteristics/oss-characteristic.csproj-expected.json index 426311d0..4c3561a8 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-characteristics/oss-characteristic.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-characteristics/oss-characteristic.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-characteristics/oss-characteristic.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -188,10 +188,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -296,11 +293,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -348,11 +341,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -400,12 +389,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -453,11 +437,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -505,11 +485,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -557,10 +533,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -608,10 +581,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -659,10 +629,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -710,10 +677,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -761,10 +725,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -812,10 +773,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -917,11 +875,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -969,10 +923,7 @@ "url": "" } ], - "keywords": [ - "jsonpath", - "json-path" - ], + "keywords": ["jsonpath", "json-path"], "homepage_url": "https://github.com/danielaparker/JsonCons.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jsoncons.jsonpath/1.1.0/jsoncons.jsonpath.1.1.0.nupkg", "size": 0, @@ -1074,9 +1025,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -1220,11 +1169,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.commands/1.6.24/microsoft.cst.applicationinspector.commands.1.6.24.nupkg", "size": 0, @@ -1272,11 +1217,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.common/1.6.24/microsoft.cst.applicationinspector.common.1.6.24.nupkg", "size": 0, @@ -1324,11 +1265,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.rulesengine/1.6.24/microsoft.cst.applicationinspector.rulesengine.1.6.24.nupkg", "size": 0, @@ -1376,11 +1313,7 @@ "url": "" } ], - "keywords": [ - "Object", - "Analysis", - "Toolkit" - ], + "keywords": ["Object", "Analysis", "Toolkit"], "homepage_url": "https://github.com/microsoft/OAT", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.oat/1.2.25/microsoft.cst.oat.1.2.25.nupkg", "size": 0, @@ -1428,11 +1361,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.11/microsoft.cst.recursiveextractor.1.1.11.nupkg", "size": 0, @@ -1720,9 +1649,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -2597,12 +2524,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.11.0/serilog.2.11.0.nupkg", "size": 0, @@ -2650,11 +2572,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.0.1/serilog.sinks.console.4.0.1.nupkg", "size": 0, @@ -3783,12 +3701,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -5982,10 +5895,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Btrfs" - ], + "keywords": ["DiscUtils", "Btrfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.btrfs/0.16.13/discutils.btrfs.0.16.13.nupkg", "size": 0, @@ -6090,11 +6000,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "ext" - ], + "keywords": ["DiscUtils", "Filesystem", "ext"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ext/0.16.13/discutils.ext.0.16.13.nupkg", "size": 0, @@ -6142,11 +6048,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "FAT" - ], + "keywords": ["DiscUtils", "Filesystem", "FAT"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.fat/0.16.13/discutils.fat.0.16.13.nupkg", "size": 0, @@ -6194,12 +6096,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "Hfs+", - "HfsPlus" - ], + "keywords": ["DiscUtils", "Filesystem", "Hfs+", "HfsPlus"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.hfsplus/0.16.13/discutils.hfsplus.0.16.13.nupkg", "size": 0, @@ -6247,11 +6144,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Optical", - "Iso9660" - ], + "keywords": ["DiscUtils", "Optical", "Iso9660"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.iso9660/0.16.13/discutils.iso9660.0.16.13.nupkg", "size": 0, @@ -6299,11 +6192,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Filesystem", - "NTFS" - ], + "keywords": ["DiscUtils", "Filesystem", "NTFS"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.ntfs/0.16.13/discutils.ntfs.0.16.13.nupkg", "size": 0, @@ -6351,10 +6240,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Streams" - ], + "keywords": ["DiscUtils", "Streams"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.streams/0.16.13/discutils.streams.0.16.13.nupkg", "size": 0, @@ -6402,10 +6288,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHD" - ], + "keywords": ["DiscUtils", "VHD"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhd/0.16.13/discutils.vhd.0.16.13.nupkg", "size": 0, @@ -6453,10 +6336,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VHDX" - ], + "keywords": ["DiscUtils", "VHDX"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vhdx/0.16.13/discutils.vhdx.0.16.13.nupkg", "size": 0, @@ -6504,10 +6384,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "VMDK" - ], + "keywords": ["DiscUtils", "VMDK"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.vmdk/0.16.13/discutils.vmdk.0.16.13.nupkg", "size": 0, @@ -6555,10 +6432,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "WIM" - ], + "keywords": ["DiscUtils", "WIM"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.wim/0.16.13/discutils.wim.0.16.13.nupkg", "size": 0, @@ -6606,10 +6480,7 @@ "url": "" } ], - "keywords": [ - "DiscUtils", - "Xfs" - ], + "keywords": ["DiscUtils", "Xfs"], "homepage_url": "https://github.com/DiscUtils/DiscUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/discutils.xfs/0.16.13/discutils.xfs.0.16.13.nupkg", "size": 0, @@ -6657,13 +6528,7 @@ "url": "" } ], - "keywords": [ - "template", - "templating", - "language", - "liquid", - "markup" - ], + "keywords": ["template", "templating", "language", "liquid", "markup"], "homepage_url": "http://dotliquidmarkup.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/dotliquid/2.2.656/dotliquid.2.2.656.nupkg", "size": 0, @@ -6711,11 +6576,7 @@ "url": "" } ], - "keywords": [ - "C#", - "glob", - "minimatch" - ], + "keywords": ["C#", "glob", "minimatch"], "homepage_url": "https://github.com/kthompson/glob/", "download_url": "https://api.nuget.org/v3-flatcontainer/glob/1.1.9/glob.1.1.9.nupkg", "size": 0, @@ -6763,10 +6624,7 @@ "url": "" } ], - "keywords": [ - "jsonpath", - "json-path" - ], + "keywords": ["jsonpath", "json-path"], "homepage_url": "https://github.com/danielaparker/JsonCons.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jsoncons.jsonpath/1.1.0/jsoncons.jsonpath.1.1.0.nupkg", "size": 0, @@ -6868,9 +6726,7 @@ "url": "" } ], - "keywords": [ - "lzo" - ], + "keywords": ["lzo"], "homepage_url": "https://github.com/zivillian/lzo.net", "download_url": "https://api.nuget.org/v3-flatcontainer/lzo.net/0.0.3/lzo.net.0.0.3.nupkg", "size": 0, @@ -7014,11 +6870,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.commands/1.6.24/microsoft.cst.applicationinspector.commands.1.6.24.nupkg", "size": 0, @@ -7066,11 +6918,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.common/1.6.24/microsoft.cst.applicationinspector.common.1.6.24.nupkg", "size": 0, @@ -7118,11 +6966,7 @@ "url": "" } ], - "keywords": [ - "Security", - "Static", - "Analyzer" - ], + "keywords": ["Security", "Static", "Analyzer"], "homepage_url": "https://github.com/microsoft/ApplicationInspector", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.applicationinspector.rulesengine/1.6.24/microsoft.cst.applicationinspector.rulesengine.1.6.24.nupkg", "size": 0, @@ -7170,11 +7014,7 @@ "url": "" } ], - "keywords": [ - "Object", - "Analysis", - "Toolkit" - ], + "keywords": ["Object", "Analysis", "Toolkit"], "homepage_url": "https://github.com/microsoft/OAT", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.oat/1.2.25/microsoft.cst.oat.1.2.25.nupkg", "size": 0, @@ -7222,11 +7062,7 @@ "url": "" } ], - "keywords": [ - "unzip", - "extract", - "extractor" - ], + "keywords": ["unzip", "extract", "extractor"], "homepage_url": "https://github.com/microsoft/RecursiveExtractor", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.cst.recursiveextractor/1.1.11/microsoft.cst.recursiveextractor.1.1.11.nupkg", "size": 0, @@ -7514,9 +7350,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -8391,12 +8225,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.11.0/serilog.2.11.0.nupkg", "size": 0, @@ -8444,11 +8273,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.0.1/serilog.sinks.console.4.0.1.nupkg", "size": 0, @@ -8611,13 +8436,7 @@ "url": "" } ], - "keywords": [ - "console", - "shell", - "terminal", - "progress", - "progressbar" - ], + "keywords": ["console", "shell", "terminal", "progress", "progressbar"], "homepage_url": "https://github.com/Mpdreamz/shellprogressbar", "download_url": "https://api.nuget.org/v3-flatcontainer/shellprogressbar/5.2.0/shellprogressbar.5.2.0.nupkg", "size": 0, @@ -9577,12 +9396,7 @@ "url": "" } ], - "keywords": [ - "LINQ", - "async", - "streams", - "query" - ], + "keywords": ["LINQ", "async", "streams", "query"], "homepage_url": "https://github.com/dotnet/reactive", "download_url": "https://api.nuget.org/v3-flatcontainer/system.linq.async/6.0.1/system.linq.async.6.0.1.nupkg", "size": 0, @@ -11598,13 +11412,7 @@ "url": "" } ], - "keywords": [ - "yaml", - "parser", - "development", - "library", - "serialization" - ], + "keywords": ["yaml", "parser", "development", "library", "serialization"], "homepage_url": "https://github.com/aaubry/YamlDotNet/wiki", "download_url": "https://api.nuget.org/v3-flatcontainer/yamldotnet/12.0.1/yamldotnet.12.0.1.nupkg", "size": 0, @@ -11633,4 +11441,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-defog/oss-defog.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-defog/oss-defog.csproj-expected.json index 08afa5b8..9240ad66 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-defog/oss-defog.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-defog/oss-defog.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-defog/oss-defog.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "C#", - "ASP.NET" - ], + "keywords": ["C#", "ASP.NET"], "homepage_url": "https://github.com/samuelneff/MimeTypeMap", "download_url": "https://api.nuget.org/v3-flatcontainer/mediatypemap.core/2.3.3/mediatypemap.core.2.3.3.nupkg", "size": 0, @@ -463,10 +460,7 @@ "url": "" } ], - "keywords": [ - "C#", - "ASP.NET" - ], + "keywords": ["C#", "ASP.NET"], "homepage_url": "https://github.com/samuelneff/MimeTypeMap", "download_url": "https://api.nuget.org/v3-flatcontainer/mediatypemap.core/2.3.3/mediatypemap.core.2.3.3.nupkg", "size": 0, @@ -831,4 +825,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-health/oss-health.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-health/oss-health.csproj-expected.json index 95f3cfc5..ea104dcf 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-health/oss-health.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-health/oss-health.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-health/oss-health.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -562,13 +562,7 @@ "url": "" } ], - "keywords": [ - "GitHub", - "API", - "Octokit", - "linqpad-samples", - "dotnetcore" - ], + "keywords": ["GitHub", "API", "Octokit", "linqpad-samples", "dotnetcore"], "homepage_url": "https://github.com/octokit/octokit.net", "download_url": "https://api.nuget.org/v3-flatcontainer/octokit/4.0.1/octokit.4.0.1.nupkg", "size": 0, @@ -837,4 +831,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-metadata/oss-metadata.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-metadata/oss-metadata.csproj-expected.json index 55049e08..58b84105 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-metadata/oss-metadata.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-metadata/oss-metadata.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-metadata/oss-metadata.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net/1.0.205/jmespath.net.1.0.205.nupkg", "size": 0, @@ -121,10 +118,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net.parser/1.0.205/jmespath.net.parser.1.0.205.nupkg", "size": 0, @@ -364,9 +358,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -3732,10 +3724,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net/1.0.205/jmespath.net.1.0.205.nupkg", "size": 0, @@ -3783,10 +3772,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net.parser/1.0.205/jmespath.net.parser.1.0.205.nupkg", "size": 0, @@ -4026,9 +4012,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -7369,4 +7353,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-reproducible/oss-reproducible.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-reproducible/oss-reproducible.csproj-expected.json index 0fb760eb..a51d8c70 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-reproducible/oss-reproducible.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-reproducible/oss-reproducible.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-reproducible/oss-reproducible.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "diff" - ], + "keywords": ["diff"], "homepage_url": "https://github.com/mmanela/diffplex/", "download_url": "https://api.nuget.org/v3-flatcontainer/diffplex/1.7.1/diffplex.1.7.1.nupkg", "size": 0, @@ -120,9 +118,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -235,9 +231,7 @@ "url": "" } ], - "keywords": [ - "diff" - ], + "keywords": ["diff"], "homepage_url": "https://github.com/mmanela/diffplex/", "download_url": "https://api.nuget.org/v3-flatcontainer/diffplex/1.7.1/diffplex.1.7.1.nupkg", "size": 0, @@ -285,9 +279,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -375,4 +367,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-tests/oss-tests.csproj-expected.json b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-tests/oss-tests.csproj-expected.json index 86584b44..b0c410ff 100644 --- a/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-tests/oss-tests.csproj-expected.json +++ b/tests/data/basic/ossgadget/OSSGadget-6c7a4d8/src/oss-tests/oss-tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/ossgadget/OSSGadget-6c7a4d8/src/oss-tests/oss-tests.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -186,10 +186,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net/1.0.205/jmespath.net.1.0.205.nupkg", "size": 0, @@ -237,10 +234,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net.parser/1.0.205/jmespath.net.parser.1.0.205.nupkg", "size": 0, @@ -880,9 +874,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -930,9 +922,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -980,13 +970,7 @@ "url": "" } ], - "keywords": [ - "httpclient", - "test", - "mock", - "fake", - "stub" - ], + "keywords": ["httpclient", "test", "mock", "fake", "stub"], "homepage_url": "https://github.com/richardszalay/mockhttp", "download_url": "https://api.nuget.org/v3-flatcontainer/richardszalay.mockhttp/6.0.0/richardszalay.mockhttp.6.0.0.nupkg", "size": 0, @@ -4756,10 +4740,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net/1.0.205/jmespath.net.1.0.205.nupkg", "size": 0, @@ -4807,10 +4788,7 @@ "url": "" } ], - "keywords": [ - "jmespath", - "json" - ], + "keywords": ["jmespath", "json"], "homepage_url": "https://github.com/jdevillard/JmesPath.Net", "download_url": "https://api.nuget.org/v3-flatcontainer/jmespath.net.parser/1.0.205/jmespath.net.parser.1.0.205.nupkg", "size": 0, @@ -5450,9 +5428,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -5500,9 +5476,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -5550,13 +5524,7 @@ "url": "" } ], - "keywords": [ - "httpclient", - "test", - "mock", - "fake", - "stub" - ], + "keywords": ["httpclient", "test", "mock", "fake", "stub"], "homepage_url": "https://github.com/richardszalay/mockhttp", "download_url": "https://api.nuget.org/v3-flatcontainer/richardszalay.mockhttp/6.0.0/richardszalay.mockhttp.6.0.0.nupkg", "size": 0, @@ -9185,4 +9153,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/simple-projects/ASimpleProject-conditional-project-references.csproj-expected.json b/tests/data/basic/simple-projects/ASimpleProject-conditional-project-references.csproj-expected.json index 3e386cc0..c71d7d29 100644 --- a/tests/data/basic/simple-projects/ASimpleProject-conditional-project-references.csproj-expected.json +++ b/tests/data/basic/simple-projects/ASimpleProject-conditional-project-references.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/simple-projects/ASimpleProject-conditional-project-references.csproj" ], "project_framework": "netcoreapp1.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/basic/simple-projects/ASimpleProject-project-reference-no-version.csproj-expected.json b/tests/data/basic/simple-projects/ASimpleProject-project-reference-no-version.csproj-expected.json index 10a768a0..836c7567 100644 --- a/tests/data/basic/simple-projects/ASimpleProject-project-reference-no-version.csproj-expected.json +++ b/tests/data/basic/simple-projects/ASimpleProject-project-reference-no-version.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/simple-projects/ASimpleProject-project-reference-no-version.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,14 +70,7 @@ "url": "" } ], - "keywords": [ - "web", - "utility", - "http", - "json", - "url", - "parsing" - ], + "keywords": ["web", "utility", "http", "json", "url", "parsing"], "homepage_url": "http://project_url_here_or_delete_this_line/", "download_url": "https://api.nuget.org/v3-flatcontainer/contoso.utility.usefulstuff/1.8.7/contoso.utility.usefulstuff.1.8.7.nupkg", "size": 0, @@ -269,9 +262,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -1909,14 +1900,7 @@ "url": "" } ], - "keywords": [ - "web", - "utility", - "http", - "json", - "url", - "parsing" - ], + "keywords": ["web", "utility", "http", "json", "url", "parsing"], "homepage_url": "http://project_url_here_or_delete_this_line/", "download_url": "https://api.nuget.org/v3-flatcontainer/contoso.utility.usefulstuff/1.8.7/contoso.utility.usefulstuff.1.8.7.nupkg", "size": 0, @@ -2108,9 +2092,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -3723,4 +3705,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/simple-projects/ASimpleProject-project-reference-private-assets.csproj-expected.json b/tests/data/basic/simple-projects/ASimpleProject-project-reference-private-assets.csproj-expected.json index 71213867..729d15e0 100644 --- a/tests/data/basic/simple-projects/ASimpleProject-project-reference-private-assets.csproj-expected.json +++ b/tests/data/basic/simple-projects/ASimpleProject-project-reference-private-assets.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/simple-projects/ASimpleProject-project-reference-private-assets.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/basic/simple-projects/ASimpleProject-project-reference-with-update.csproj-expected.json b/tests/data/basic/simple-projects/ASimpleProject-project-reference-with-update.csproj-expected.json index d65bea2c..2aed0b16 100644 --- a/tests/data/basic/simple-projects/ASimpleProject-project-reference-with-update.csproj-expected.json +++ b/tests/data/basic/simple-projects/ASimpleProject-project-reference-with-update.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /basic/simple-projects/ASimpleProject-project-reference-with-update.csproj" ], "project_framework": "netcoreapp1.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -310,9 +310,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -4350,9 +4348,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -8125,4 +8121,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/basic/win/sample.csproj-expected.json b/tests/data/basic/win/sample.csproj-expected.json index 3dc5cf19..06353c70 100644 --- a/tests/data/basic/win/sample.csproj-expected.json +++ b/tests/data/basic/win/sample.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /basic/win/sample.csproj" - ], + "options": ["--project-file /basic/win/sample.csproj"], "project_framework": "net48", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +53,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json b/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json index 4b5a238f..34ada79c 100644 --- a/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json +++ b/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -166,13 +166,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -220,11 +214,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -376,9 +366,7 @@ "url": "" } ], - "keywords": [ - "semver" - ], + "keywords": ["semver"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/semver/1.0.0/semver.1.0.0.nupkg", "size": 0, @@ -1043,13 +1031,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -1097,11 +1079,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -1253,9 +1231,7 @@ "url": "" } ], - "keywords": [ - "semver" - ], + "keywords": ["semver"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/semver/1.0.0/semver.1.0.0.nupkg", "size": 0, @@ -1799,4 +1775,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json b/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json index 9eab261a..f1b7a2cd 100644 --- a/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json +++ b/tests/data/complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/component-detection/component-detection-2a128f6/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -214,11 +214,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.0.0/packageurl-dotnet.1.0.0.nupkg", "size": 0, @@ -2179,11 +2175,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.0.0/packageurl-dotnet.1.0.0.nupkg", "size": 0, @@ -3975,4 +3967,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/Microsoft.DependencyDetective.VerificationTests.csproj-expected.json b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/Microsoft.DependencyDetective.VerificationTests.csproj-expected.json index 96645859..4c9f13aa 100644 --- a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/Microsoft.DependencyDetective.VerificationTests.csproj-expected.json +++ b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/Microsoft.DependencyDetective.VerificationTests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/Microsoft.DependencyDetective.VerificationTests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,14 +70,7 @@ "url": "" } ], - "keywords": [ - "Faker", - "Testing", - "TDD", - ".Net", - "WP7", - "WP71" - ], + "keywords": ["Faker", "Testing", "TDD", ".Net", "WP7", "WP71"], "homepage_url": "https://github.com/oriches/faker-cs", "download_url": "https://api.nuget.org/v3-flatcontainer/faker.net/1.0.0/faker.net.1.0.0.nupkg", "size": 0, @@ -487,9 +480,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -591,14 +582,7 @@ "url": "" } ], - "keywords": [ - "Faker", - "Testing", - "TDD", - ".Net", - "WP7", - "WP71" - ], + "keywords": ["Faker", "Testing", "TDD", ".Net", "WP7", "WP71"], "homepage_url": "https://github.com/oriches/faker-cs", "download_url": "https://api.nuget.org/v3-flatcontainer/faker.net/1.0.0/faker.net.1.0.0.nupkg", "size": 0, @@ -1008,9 +992,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -1087,4 +1069,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/packages-config/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/packages-config/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json index 54d28374..753fb5e4 100644 --- a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/packages-config/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json +++ b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/packages-config/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/packages-config/Microsoft.DependencyDetective.VerificationTests2.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi", - "OWIN" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi", "OWIN"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.owin/5.2.3/microsoft.aspnet.webapi.owin.5.2.3.nupkg", "size": 0, @@ -119,12 +113,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.3/microsoft.aspnet.webapi.core.5.2.3.nupkg", "size": 0, @@ -170,11 +159,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.1.0/microsoft.owin.3.1.0.nupkg", "size": 0, @@ -220,9 +205,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -321,12 +304,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.3/microsoft.aspnet.webapi.core.5.2.3.nupkg", "size": 0, @@ -494,10 +472,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.0.0/microsoft.extensions.caching.memory.2.0.0.nupkg", "size": 0, @@ -540,11 +515,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.0.0/microsoft.extensions.caching.abstractions.2.0.0.nupkg", "size": 0, @@ -590,10 +561,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg", "size": 0, @@ -639,10 +607,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg", "size": 0, @@ -692,11 +657,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/3.1.0/microsoft.owin.host.systemweb.3.1.0.nupkg", "size": 0, @@ -739,11 +700,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.1.0/microsoft.owin.3.1.0.nupkg", "size": 0, @@ -789,9 +746,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -2875,12 +2830,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.3/microsoft.aspnet.webapi.core.5.2.3.nupkg", "size": 0, @@ -2926,12 +2876,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.3/microsoft.aspnet.webapi.core.5.2.3.nupkg", "size": 0, @@ -2977,13 +2922,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi", - "OWIN" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi", "OWIN"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.owin/5.2.3/microsoft.aspnet.webapi.owin.5.2.3.nupkg", "size": 0, @@ -3029,13 +2968,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi", - "WebHost" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi", "WebHost"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.webhost/5.2.3/microsoft.aspnet.webapi.webhost.5.2.3.nupkg", "size": 0, @@ -3134,11 +3067,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.0.0/microsoft.extensions.caching.abstractions.2.0.0.nupkg", "size": 0, @@ -3184,10 +3113,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.0.0/microsoft.extensions.caching.memory.2.0.0.nupkg", "size": 0, @@ -3233,10 +3159,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.0.0/microsoft.extensions.dependencyinjection.abstractions.2.0.0.nupkg", "size": 0, @@ -3282,10 +3205,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.0.0/microsoft.extensions.options.2.0.0.nupkg", "size": 0, @@ -3441,11 +3361,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.1.0/microsoft.owin.3.1.0.nupkg", "size": 0, @@ -3491,11 +3407,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.1.0/microsoft.owin.3.1.0.nupkg", "size": 0, @@ -3541,11 +3453,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/3.1.0/microsoft.owin.host.systemweb.3.1.0.nupkg", "size": 0, @@ -3683,9 +3591,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -3731,9 +3637,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -5646,4 +5550,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/project-assets/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/project-assets/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json index e73242f9..c58c44f3 100644 --- a/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/project-assets/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json +++ b/tests/data/complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/project-assets/Microsoft.DependencyDetective.VerificationTests2.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/component-detection/component-detection-2a128f6/test/Microsoft.ComponentDetection.VerificationTests/resources/nuget/project-assets/Microsoft.DependencyDetective.VerificationTests2.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -609,4 +609,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Application/Sample.Application.csproj-expected.json b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Application/Sample.Application.csproj-expected.json index 3c63f349..27f6d1be 100644 --- a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Application/Sample.Application.csproj-expected.json +++ b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Application/Sample.Application.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end1/Sample-ASP.NET-project/Sample.Application/Sample.Application.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -113,12 +113,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -164,12 +159,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -219,13 +209,7 @@ "url": "" } ], - "keywords": [ - "linq", - "EF", - "EntityFramework", - "Entity", - "Framework" - ], + "keywords": ["linq", "EF", "EntityFramework", "Entity", "Framework"], "homepage_url": "https://github.com/scottksmith95/LINQKit", "download_url": "https://api.nuget.org/v3-flatcontainer/linqkit/1.1.15/linqkit.1.1.15.nupkg", "size": 0, @@ -332,12 +316,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -483,13 +462,7 @@ "url": "" } ], - "keywords": [ - "linq", - "EF", - "EntityFramework", - "Entity", - "Framework" - ], + "keywords": ["linq", "EF", "EntityFramework", "Entity", "Framework"], "homepage_url": "https://github.com/scottksmith95/LINQKit", "download_url": "https://api.nuget.org/v3-flatcontainer/linqkit/1.1.15/linqkit.1.1.15.nupkg", "size": 0, @@ -535,12 +508,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -567,4 +535,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Core/Sample.Core.csproj-expected.json b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Core/Sample.Core.csproj-expected.json index ff824ea1..36a14d13 100644 --- a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Core/Sample.Core.csproj-expected.json +++ b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Core/Sample.Core.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end1/Sample-ASP.NET-project/Sample.Core/Sample.Core.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -113,12 +113,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -164,12 +159,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -262,12 +252,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -313,12 +298,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "https://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.6/microsoft.aspnet.webapi.core.5.2.6.nupkg", "size": 0, @@ -368,13 +348,7 @@ "url": "" } ], - "keywords": [ - "linq", - "EF", - "EntityFramework", - "Entity", - "Framework" - ], + "keywords": ["linq", "EF", "EntityFramework", "Entity", "Framework"], "homepage_url": "https://github.com/scottksmith95/LINQKit", "download_url": "https://api.nuget.org/v3-flatcontainer/linqkit/1.1.15/linqkit.1.1.15.nupkg", "size": 0, @@ -575,11 +549,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -622,11 +592,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -672,9 +638,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -730,12 +694,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -781,12 +740,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -978,13 +932,7 @@ "url": "" } ], - "keywords": [ - "linq", - "EF", - "EntityFramework", - "Entity", - "Framework" - ], + "keywords": ["linq", "EF", "EntityFramework", "Entity", "Framework"], "homepage_url": "https://github.com/scottksmith95/LINQKit", "download_url": "https://api.nuget.org/v3-flatcontainer/linqkit/1.1.15/linqkit.1.1.15.nupkg", "size": 0, @@ -1083,12 +1031,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -1134,12 +1077,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "https://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.core/5.2.6/microsoft.aspnet.webapi.core.5.2.6.nupkg", "size": 0, @@ -1185,11 +1123,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -1235,11 +1169,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -1285,9 +1215,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1360,4 +1288,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Web/Sample.Web.csproj-expected.json b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Web/Sample.Web.csproj-expected.json index 665ab577..150775ca 100644 --- a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Web/Sample.Web.csproj-expected.json +++ b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.Web/Sample.Web.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end1/Sample-ASP.NET-project/Sample.Web/Sample.Web.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -113,12 +113,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -164,12 +159,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -580,9 +570,7 @@ "url": "" } ], - "keywords": [ - "ASPNETWEBPAGES" - ], + "keywords": ["ASPNETWEBPAGES"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.web.infrastructure/1.0.0/microsoft.web.infrastructure.1.0.0.nupkg", "size": 0, @@ -731,11 +719,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -778,11 +762,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -828,9 +808,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -886,12 +864,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -1196,12 +1169,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -1404,11 +1372,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -1454,11 +1418,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -1504,9 +1464,7 @@ "url": "" } ], - "keywords": [ - "ASPNETWEBPAGES" - ], + "keywords": ["ASPNETWEBPAGES"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.web.infrastructure/1.0.0/microsoft.web.infrastructure.1.0.0.nupkg", "size": 0, @@ -1552,9 +1510,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1673,4 +1629,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.WebApi/Sample.WebApi.csproj-expected.json b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.WebApi/Sample.WebApi.csproj-expected.json index 5d673b93..d427e4c2 100644 --- a/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.WebApi/Sample.WebApi.csproj-expected.json +++ b/tests/data/complex/end-to-end1/Sample-ASP.NET-project/Sample.WebApi/Sample.WebApi.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end1/Sample-ASP.NET-project/Sample.WebApi/Sample.WebApi.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -113,12 +113,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -164,12 +159,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -373,12 +363,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "https://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi/5.2.6/microsoft.aspnet.webapi.5.2.6.nupkg", "size": 0, @@ -477,11 +462,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.cors/4.0.0/microsoft.owin.cors.4.0.0.nupkg", "size": 0, @@ -524,13 +505,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -576,11 +551,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -626,9 +597,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -678,11 +647,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -725,11 +690,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -775,9 +736,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -833,12 +792,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.8.1/autofac.4.8.1.nupkg", "size": 0, @@ -1037,13 +991,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -1089,12 +1037,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "https://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.4/microsoft.aspnet.mvc.5.2.4.nupkg", "size": 0, @@ -1140,12 +1083,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi"], "homepage_url": "https://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi/5.2.6/microsoft.aspnet.webapi.5.2.6.nupkg", "size": 0, @@ -1191,13 +1129,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "WebApi", - "AspNetWebApi", - "WebHost" - ], + "keywords": ["Microsoft", "AspNet", "WebApi", "AspNetWebApi", "WebHost"], "homepage_url": "https://www.asp.net/web-api", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.webapi.webhost/5.2.6/microsoft.aspnet.webapi.webhost.5.2.6.nupkg", "size": 0, @@ -1243,11 +1175,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -1293,11 +1221,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/4.0.0/microsoft.owin.4.0.0.nupkg", "size": 0, @@ -1343,11 +1267,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.cors/4.0.0/microsoft.owin.cors.4.0.0.nupkg", "size": 0, @@ -1393,11 +1313,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "https://github.com/aspnet/AspNetKatana/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/4.0.0/microsoft.owin.host.systemweb.4.0.0.nupkg", "size": 0, @@ -1443,9 +1359,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1491,9 +1405,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1566,4 +1478,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.Core.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.Core.csproj-expected.json index a00f208a..cf1defc9 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.Core.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.Core.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.Core.csproj" ], "project_framework": "netcoreapp3.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -824,9 +824,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -929,11 +927,7 @@ "url": "" } ], - "keywords": [ - "task", - "async", - "synchronizationcontext" - ], + "keywords": ["task", "async", "synchronizationcontext"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.context/5.0.0-pre-05/nito.asyncex.context.5.0.0-pre-05.nupkg", "size": 0, @@ -981,11 +975,7 @@ "url": "" } ], - "keywords": [ - "async", - "asynclock", - "asynclazy" - ], + "keywords": ["async", "asynclock", "asynclazy"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.coordination/5.0.0-pre-05/nito.asyncex.coordination.5.0.0-pre-05.nupkg", "size": 0, @@ -1033,11 +1023,7 @@ "url": "" } ], - "keywords": [ - "task", - "async", - "waithandle" - ], + "keywords": ["task", "async", "waithandle"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.interop.waithandles/5.0.0-pre-05/nito.asyncex.interop.waithandles.5.0.0-pre-05.nupkg", "size": 0, @@ -1085,9 +1071,7 @@ "url": "" } ], - "keywords": [ - "async" - ], + "keywords": ["async"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.oop/5.0.0-pre-05/nito.asyncex.oop.5.0.0-pre-05.nupkg", "size": 0, @@ -1188,10 +1172,7 @@ "url": "" } ], - "keywords": [ - "cancellation", - "cancellationtoken" - ], + "keywords": ["cancellation", "cancellationtoken"], "homepage_url": "https://github.com/StephenCleary/Cancellation", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.cancellation/1.0.4/nito.cancellation.1.0.4.nupkg", "size": 0, @@ -1239,11 +1220,7 @@ "url": "" } ], - "keywords": [ - "collection", - "deque", - "dequeue" - ], + "keywords": ["collection", "deque", "dequeue"], "homepage_url": "https://github.com/StephenCleary/Deque", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.collections.deque/1.0.4/nito.collections.deque.1.0.4.nupkg", "size": 0, @@ -1291,9 +1268,7 @@ "url": "" } ], - "keywords": [ - "idisposable" - ], + "keywords": ["idisposable"], "homepage_url": "https://github.com/StephenCleary/Disposables", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.disposables/1.2.3/nito.disposables.1.2.3.nupkg", "size": 0, @@ -7957,9 +7932,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -8062,11 +8035,7 @@ "url": "" } ], - "keywords": [ - "task", - "async", - "synchronizationcontext" - ], + "keywords": ["task", "async", "synchronizationcontext"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.context/5.0.0-pre-05/nito.asyncex.context.5.0.0-pre-05.nupkg", "size": 0, @@ -8114,11 +8083,7 @@ "url": "" } ], - "keywords": [ - "async", - "asynclock", - "asynclazy" - ], + "keywords": ["async", "asynclock", "asynclazy"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.coordination/5.0.0-pre-05/nito.asyncex.coordination.5.0.0-pre-05.nupkg", "size": 0, @@ -8166,11 +8131,7 @@ "url": "" } ], - "keywords": [ - "task", - "async", - "waithandle" - ], + "keywords": ["task", "async", "waithandle"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.interop.waithandles/5.0.0-pre-05/nito.asyncex.interop.waithandles.5.0.0-pre-05.nupkg", "size": 0, @@ -8218,9 +8179,7 @@ "url": "" } ], - "keywords": [ - "async" - ], + "keywords": ["async"], "homepage_url": "https://github.com/StephenCleary/AsyncEx", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.asyncex.oop/5.0.0-pre-05/nito.asyncex.oop.5.0.0-pre-05.nupkg", "size": 0, @@ -8321,10 +8280,7 @@ "url": "" } ], - "keywords": [ - "cancellation", - "cancellationtoken" - ], + "keywords": ["cancellation", "cancellationtoken"], "homepage_url": "https://github.com/StephenCleary/Cancellation", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.cancellation/1.0.4/nito.cancellation.1.0.4.nupkg", "size": 0, @@ -8372,11 +8328,7 @@ "url": "" } ], - "keywords": [ - "collection", - "deque", - "dequeue" - ], + "keywords": ["collection", "deque", "dequeue"], "homepage_url": "https://github.com/StephenCleary/Deque", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.collections.deque/1.0.4/nito.collections.deque.1.0.4.nupkg", "size": 0, @@ -8424,9 +8376,7 @@ "url": "" } ], - "keywords": [ - "idisposable" - ], + "keywords": ["idisposable"], "homepage_url": "https://github.com/StephenCleary/Disposables", "download_url": "https://api.nuget.org/v3-flatcontainer/nito.disposables/1.2.3/nito.disposables.1.2.3.nupkg", "size": 0, @@ -14311,4 +14261,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.csproj-expected.json index 483138f9..5de39f35 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderClient/BeanTraderClient.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -296,13 +296,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -405,11 +399,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -744,13 +734,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -853,11 +837,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -941,4 +921,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json index 354ad653..65902aa3 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderInterfaces/BeanTraderCommon.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderServer/BeanTraderServer.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderServer/BeanTraderServer.csproj-expected.json index 66061e96..0b75ee0c 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderServer/BeanTraderServer.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderServer/BeanTraderServer.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetCore/BeanTraderServer/BeanTraderServer.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg", "size": 0, @@ -117,12 +113,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://github.com/serilog/serilog", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.8.0/serilog.2.8.0.nupkg", "size": 0, @@ -178,12 +169,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://github.com/serilog/serilog", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.8.0/serilog.2.8.0.nupkg", "size": 0, @@ -229,11 +215,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg", "size": 0, @@ -260,4 +242,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderClient/BeanTraderClient.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderClient/BeanTraderClient.csproj-expected.json index 250e4f25..89e2c3f9 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderClient/BeanTraderClient.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderClient/BeanTraderClient.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderClient/BeanTraderClient.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -230,13 +230,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -335,11 +329,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -439,9 +429,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -941,12 +929,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AutoRest", - "ClientRuntime", - "Common" - ], + "keywords": ["Microsoft", "AutoRest", "ClientRuntime", "Common"], "homepage_url": "https://github.com/Azure/AutoRest", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg", "size": 0, @@ -992,9 +975,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -1094,13 +1075,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -1199,11 +1174,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -1534,13 +1505,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -1586,13 +1551,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.10/microsoft.bcl.1.1.10.nupkg", "size": 0, @@ -1744,11 +1703,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -1794,11 +1749,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.21/microsoft.bcl.build.1.0.21.nupkg", "size": 0, @@ -2126,12 +2077,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AutoRest", - "ClientRuntime", - "Common" - ], + "keywords": ["Microsoft", "AutoRest", "ClientRuntime", "Common"], "homepage_url": "https://github.com/Azure/AutoRest", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.rest.clientruntime/2.3.8/microsoft.rest.clientruntime.2.3.8.nupkg", "size": 0, @@ -2230,9 +2176,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -2278,9 +2222,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -2417,4 +2359,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json index b9b4c32b..230d4b34 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderInterfaces/BeanTraderCommon.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderInterfaces/BeanTraderCommon.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderServer/BeanTraderServer.csproj-expected.json b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderServer/BeanTraderServer.csproj-expected.json index 0fbad3b6..e2fe87fe 100644 --- a/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderServer/BeanTraderServer.csproj-expected.json +++ b/tests/data/complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderServer/BeanTraderServer.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end10/windows-desktop-b78293f/Samples/BeanTrader/NetFx/BeanTraderServer/BeanTraderServer.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg", "size": 0, @@ -117,12 +113,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://github.com/serilog/serilog", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.8.0/serilog.2.8.0.nupkg", "size": 0, @@ -178,12 +169,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://github.com/serilog/serilog", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.8.0/serilog.2.8.0.nupkg", "size": 0, @@ -229,11 +215,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/3.1.1/serilog.sinks.console.3.1.1.nupkg", "size": 0, @@ -260,4 +242,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX.Tests/CycloneDX.Tests.csproj-expected.json b/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX.Tests/CycloneDX.Tests.csproj-expected.json index 345db89d..71449c0c 100644 --- a/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX.Tests/CycloneDX.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX.Tests/CycloneDX.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end2/cyclonedx-dotnet/CycloneDX.Tests/CycloneDX.Tests.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -700,9 +700,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -750,9 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -800,13 +796,7 @@ "url": "" } ], - "keywords": [ - "httpclient", - "test", - "mock", - "fake", - "stub" - ], + "keywords": ["httpclient", "test", "mock", "fake", "stub"], "homepage_url": "https://github.com/richardszalay/mockhttp", "download_url": "https://api.nuget.org/v3-flatcontainer/richardszalay.mockhttp/6.0.0/richardszalay.mockhttp.6.0.0.nupkg", "size": 0, @@ -2342,9 +2332,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/17.0.24/system.io.abstractions.17.0.24.nupkg", "size": 0, @@ -2392,9 +2380,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions.testinghelpers/17.0.24/system.io.abstractions.testinghelpers.17.0.24.nupkg", "size": 0, @@ -5436,9 +5422,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5486,9 +5470,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -5536,13 +5518,7 @@ "url": "" } ], - "keywords": [ - "httpclient", - "test", - "mock", - "fake", - "stub" - ], + "keywords": ["httpclient", "test", "mock", "fake", "stub"], "homepage_url": "https://github.com/richardszalay/mockhttp", "download_url": "https://api.nuget.org/v3-flatcontainer/richardszalay.mockhttp/6.0.0/richardszalay.mockhttp.6.0.0.nupkg", "size": 0, @@ -7078,9 +7054,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/17.0.24/system.io.abstractions.17.0.24.nupkg", "size": 0, @@ -7128,9 +7102,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions.testinghelpers/17.0.24/system.io.abstractions.testinghelpers.17.0.24.nupkg", "size": 0, @@ -9517,4 +9489,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX/CycloneDX.csproj-expected.json b/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX/CycloneDX.csproj-expected.json index cf4bfced..b0e9c067 100644 --- a/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX/CycloneDX.csproj-expected.json +++ b/tests/data/complex/end-to-end2/cyclonedx-dotnet/CycloneDX/CycloneDX.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end2/cyclonedx-dotnet/CycloneDX/CycloneDX.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -172,11 +172,7 @@ "url": "" } ], - "keywords": [ - "json", - "system.text.json", - "json.more" - ], + "keywords": ["json", "system.text.json", "json.more"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/json.more.net/1.4.4/json.more.net.1.4.4.nupkg", "size": 0, @@ -224,11 +220,7 @@ "url": "" } ], - "keywords": [ - "json-pointer", - "json", - "pointer" - ], + "keywords": ["json-pointer", "json", "pointer"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/jsonpointer.net/2.1.0/jsonpointer.net.2.1.0.nupkg", "size": 0, @@ -276,12 +268,7 @@ "url": "" } ], - "keywords": [ - "json-schema", - "validation", - "schema", - "json" - ], + "keywords": ["json-schema", "validation", "schema", "json"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/jsonschema.net/2.2.0/jsonschema.net.2.2.0.nupkg", "size": 0, @@ -329,10 +316,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -380,9 +364,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -430,9 +412,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.2.1/nuget.common.6.2.1.nupkg", "size": 0, @@ -480,9 +460,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.2.1/nuget.configuration.6.2.1.nupkg", "size": 0, @@ -530,9 +508,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/6.1.0/nuget.dependencyresolver.core.6.1.0.nupkg", "size": 0, @@ -580,9 +556,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.2.1/nuget.frameworks.6.2.1.nupkg", "size": 0, @@ -630,9 +604,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/6.1.0/nuget.librarymodel.6.1.0.nupkg", "size": 0, @@ -680,9 +652,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.2.1/nuget.packaging.6.2.1.nupkg", "size": 0, @@ -730,9 +700,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/6.1.0/nuget.projectmodel.6.1.0.nupkg", "size": 0, @@ -780,10 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.2.1/nuget.protocol.6.2.1.nupkg", "size": 0, @@ -831,11 +796,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.2.1/nuget.versioning.6.2.1.nupkg", "size": 0, @@ -883,11 +844,7 @@ "url": "" } ], - "keywords": [ - "binary", - "serialization", - "protobuf" - ], + "keywords": ["binary", "serialization", "protobuf"], "homepage_url": "https://github.com/protobuf-net/protobuf-net", "download_url": "https://api.nuget.org/v3-flatcontainer/protobuf-net/3.0.101/protobuf-net.3.0.101.nupkg", "size": 0, @@ -935,11 +892,7 @@ "url": "" } ], - "keywords": [ - "binary", - "serialization", - "protobuf" - ], + "keywords": ["binary", "serialization", "protobuf"], "homepage_url": "https://github.com/protobuf-net/protobuf-net", "download_url": "https://api.nuget.org/v3-flatcontainer/protobuf-net.core/3.0.101/protobuf-net.core.3.0.101.nupkg", "size": 0, @@ -1083,9 +1036,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/17.0.24/system.io.abstractions.17.0.24.nupkg", "size": 0, @@ -1529,11 +1480,7 @@ "url": "" } ], - "keywords": [ - "json", - "system.text.json", - "json.more" - ], + "keywords": ["json", "system.text.json", "json.more"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/json.more.net/1.4.4/json.more.net.1.4.4.nupkg", "size": 0, @@ -1581,11 +1528,7 @@ "url": "" } ], - "keywords": [ - "json-pointer", - "json", - "pointer" - ], + "keywords": ["json-pointer", "json", "pointer"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/jsonpointer.net/2.1.0/jsonpointer.net.2.1.0.nupkg", "size": 0, @@ -1633,12 +1576,7 @@ "url": "" } ], - "keywords": [ - "json-schema", - "validation", - "schema", - "json" - ], + "keywords": ["json-schema", "validation", "schema", "json"], "homepage_url": "https://github.com/gregsdennis/json-everything", "download_url": "https://api.nuget.org/v3-flatcontainer/jsonschema.net/2.2.0/jsonschema.net.2.2.0.nupkg", "size": 0, @@ -1686,10 +1624,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -1737,9 +1672,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -1787,9 +1720,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.2.1/nuget.common.6.2.1.nupkg", "size": 0, @@ -1837,9 +1768,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.2.1/nuget.configuration.6.2.1.nupkg", "size": 0, @@ -1887,9 +1816,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/6.1.0/nuget.dependencyresolver.core.6.1.0.nupkg", "size": 0, @@ -1937,9 +1864,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.2.1/nuget.frameworks.6.2.1.nupkg", "size": 0, @@ -1987,9 +1912,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/6.1.0/nuget.librarymodel.6.1.0.nupkg", "size": 0, @@ -2037,9 +1960,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.2.1/nuget.packaging.6.2.1.nupkg", "size": 0, @@ -2087,9 +2008,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/6.1.0/nuget.projectmodel.6.1.0.nupkg", "size": 0, @@ -2137,10 +2056,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.2.1/nuget.protocol.6.2.1.nupkg", "size": 0, @@ -2188,11 +2104,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.2.1/nuget.versioning.6.2.1.nupkg", "size": 0, @@ -2240,11 +2152,7 @@ "url": "" } ], - "keywords": [ - "binary", - "serialization", - "protobuf" - ], + "keywords": ["binary", "serialization", "protobuf"], "homepage_url": "https://github.com/protobuf-net/protobuf-net", "download_url": "https://api.nuget.org/v3-flatcontainer/protobuf-net/3.0.101/protobuf-net.3.0.101.nupkg", "size": 0, @@ -2292,11 +2200,7 @@ "url": "" } ], - "keywords": [ - "binary", - "serialization", - "protobuf" - ], + "keywords": ["binary", "serialization", "protobuf"], "homepage_url": "https://github.com/protobuf-net/protobuf-net", "download_url": "https://api.nuget.org/v3-flatcontainer/protobuf-net.core/3.0.101/protobuf-net.core.3.0.101.nupkg", "size": 0, @@ -2440,9 +2344,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/TestableIO/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/17.0.24/system.io.abstractions.17.0.24.nupkg", "size": 0, @@ -2759,4 +2661,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Doc/doc.shfbproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Doc/doc.shfbproj-expected.json index a3a8ac4c..41d9bde9 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Doc/doc.shfbproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Doc/doc.shfbproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Doc/doc.shfbproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.TestConsole/Newtonsoft.Json.TestConsole.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.TestConsole/Newtonsoft.Json.TestConsole.csproj-expected.json index fe0563f6..082c3a87 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.TestConsole/Newtonsoft.Json.TestConsole.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.TestConsole/Newtonsoft.Json.TestConsole.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.TestConsole/Newtonsoft.Json.TestConsole.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj-expected.json index 2e3b1488..40224183 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net20.csproj" ], "project_framework": "net20", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj-expected.json index 5f471d60..6aa1400a 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net35.csproj" ], "project_framework": "net35", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net40.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net40.csproj-expected.json index 586aeb49..315ce253 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net40.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net40.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Net40.csproj" ], "project_framework": "net40", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Portable.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Portable.csproj-expected.json index 1b979c75..6c50095d 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Portable.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Portable.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Portable.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Roslyn.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Roslyn.csproj-expected.json index 174bba48..9f8b4dfd 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Roslyn.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Roslyn.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.Roslyn.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,12 +70,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.0.0-rc2-240/autofac.4.0.0-rc2-240.nupkg", "size": 0, @@ -123,11 +118,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet/0.10.2/benchmarkdotnet.0.10.2.nupkg", "size": 0, @@ -175,11 +166,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet.core/0.10.2/benchmarkdotnet.core.0.10.2.nupkg", "size": 0, @@ -227,11 +214,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet.toolchains.roslyn/0.10.2/benchmarkdotnet.toolchains.roslyn.0.10.2.nupkg", "size": 0, @@ -279,11 +262,7 @@ "url": "" } ], - "keywords": [ - "F#", - "FSharp", - "FSharp.Core" - ], + "keywords": ["F#", "FSharp", "FSharp.Core"], "homepage_url": "https://github.com/fsharp/fsharp", "download_url": "https://api.nuget.org/v3-flatcontainer/fsharp.core/4.0.1.7-alpha/fsharp.core.4.0.1.7-alpha.nupkg", "size": 0, @@ -1609,12 +1588,7 @@ "url": "" } ], - "keywords": [ - "autofac", - "di", - "ioc", - "dependencyinjection" - ], + "keywords": ["autofac", "di", "ioc", "dependencyinjection"], "homepage_url": "http://autofac.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/autofac/4.0.0-rc2-240/autofac.4.0.0-rc2-240.nupkg", "size": 0, @@ -1662,11 +1636,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet/0.10.2/benchmarkdotnet.0.10.2.nupkg", "size": 0, @@ -1714,11 +1684,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet.core/0.10.2/benchmarkdotnet.core.0.10.2.nupkg", "size": 0, @@ -1766,11 +1732,7 @@ "url": "" } ], - "keywords": [ - "benchmark", - "benchmarking", - "performance" - ], + "keywords": ["benchmark", "benchmarking", "performance"], "homepage_url": "https://github.com/dotnet/BenchmarkDotNet", "download_url": "https://api.nuget.org/v3-flatcontainer/benchmarkdotnet.toolchains.roslyn/0.10.2/benchmarkdotnet.toolchains.roslyn.0.10.2.nupkg", "size": 0, @@ -1818,11 +1780,7 @@ "url": "" } ], - "keywords": [ - "F#", - "FSharp", - "FSharp.Core" - ], + "keywords": ["F#", "FSharp", "FSharp.Core"], "homepage_url": "https://github.com/fsharp/fsharp", "download_url": "https://api.nuget.org/v3-flatcontainer/fsharp.core/4.0.1.7-alpha/fsharp.core.4.0.1.7-alpha.nupkg", "size": 0, @@ -2128,13 +2086,7 @@ "url": "" } ], - "keywords": [ - "test", - "visualstudio", - "testadapter", - "nunit", - "nunit3" - ], + "keywords": ["test", "visualstudio", "testadapter", "nunit", "nunit3"], "homepage_url": "https://github.com/nunit/docs/wiki/VS-Adapter", "download_url": "https://api.nuget.org/v3-flatcontainer/nunit3testadapter/3.7.0/nunit3testadapter.3.7.0.nupkg", "size": 0, @@ -3123,4 +3075,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj-expected.json index 72e63fc1..4ffa9acc 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json.Tests/Newtonsoft.Json.Tests.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj-expected.json index 05acc9bd..61d563fb 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net20.csproj" ], "project_framework": "net20", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj-expected.json index ae98b5f3..062b4f21 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net35.csproj" ], "project_framework": "net35", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj-expected.json index 05d11a27..3f215f9d 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Net40.csproj" ], "project_framework": "net40", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Portable.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Portable.csproj-expected.json index 30e6fe50..7b2f8fc6 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Portable.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Portable.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Portable.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Roslyn.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Roslyn.csproj-expected.json index 4b200d21..a24ba4e1 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Roslyn.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Roslyn.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.Roslyn.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.csproj-expected.json b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.csproj-expected.json index b4195554..7514eec9 100644 --- a/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.csproj-expected.json +++ b/tests/data/complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end3/Newtonsoft.Json-10.0.1/Src/Newtonsoft.Json/Newtonsoft.Json.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server.Test/Bonobo.Git.Server.Test.csproj-expected.json b/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server.Test/Bonobo.Git.Server.Test.csproj-expected.json index 1b7e4e42..a058ec65 100644 --- a/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server.Test/Bonobo.Git.Server.Test.csproj-expected.json +++ b/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server.Test/Bonobo.Git.Server.Test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server.Test/Bonobo.Git.Server.Test.csproj" ], "project_framework": "net46", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -134,9 +134,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -232,12 +230,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "http://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.3/microsoft.aspnet.mvc.5.2.3.nupkg", "size": 0, @@ -283,11 +276,7 @@ "url": "" } ], - "keywords": [ - "aspnetmvc", - "futures", - "aspnet" - ], + "keywords": ["aspnetmvc", "futures", "aspnet"], "homepage_url": "http://aspnet.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc.futures/5.0.0/microsoft.aspnet.mvc.futures.5.0.0.nupkg", "size": 0, @@ -385,11 +374,7 @@ "url": "" } ], - "keywords": [ - "Selenium", - "WebDriver", - "chromedriver" - ], + "keywords": ["Selenium", "WebDriver", "chromedriver"], "homepage_url": "https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/", "download_url": "https://api.nuget.org/v3-flatcontainer/selenium.webdriver.chromedriver/2.29.0/selenium.webdriver.chromedriver.2.29.0.nupkg", "size": 0, @@ -490,13 +475,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite/1.0.104/system.data.sqlite.1.0.104.nupkg", "size": 0, @@ -705,12 +684,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "http://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.3/microsoft.aspnet.mvc.5.2.3.nupkg", "size": 0, @@ -756,11 +730,7 @@ "url": "" } ], - "keywords": [ - "aspnetmvc", - "futures", - "aspnet" - ], + "keywords": ["aspnetmvc", "futures", "aspnet"], "homepage_url": "http://aspnet.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc.futures/5.0.0/microsoft.aspnet.mvc.futures.5.0.0.nupkg", "size": 0, @@ -870,9 +840,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -918,13 +886,7 @@ "url": "" } ], - "keywords": [ - "Selenium", - "WebDriver", - "browser", - "automation", - "support" - ], + "keywords": ["Selenium", "WebDriver", "browser", "automation", "support"], "homepage_url": "https://github.com/SeleniumHQ/selenium", "download_url": "https://api.nuget.org/v3-flatcontainer/selenium.support/3.3.0/selenium.support.3.3.0.nupkg", "size": 0, @@ -970,11 +932,7 @@ "url": "" } ], - "keywords": [ - "Selenium", - "WebDriver", - "chromedriver" - ], + "keywords": ["Selenium", "WebDriver", "chromedriver"], "homepage_url": "https://github.com/jsakamoto/nupkg-selenium-webdriver-chromedriver/", "download_url": "https://api.nuget.org/v3-flatcontainer/selenium.webdriver.chromedriver/2.29.0/selenium.webdriver.chromedriver.2.29.0.nupkg", "size": 0, @@ -1020,12 +978,7 @@ "url": "" } ], - "keywords": [ - "Selenium", - "WebDriver", - "IEDriverServer", - "iedriver" - ], + "keywords": ["Selenium", "WebDriver", "IEDriverServer", "iedriver"], "homepage_url": "https://github.com/jsakamoto/nupkg-selenium-webdriver-iedriver/", "download_url": "https://api.nuget.org/v3-flatcontainer/selenium.webdriver.iedriver/3.3.0/selenium.webdriver.iedriver.3.3.0.nupkg", "size": 0, @@ -1124,13 +1077,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite/1.0.104/system.data.sqlite.1.0.104.nupkg", "size": 0, @@ -1176,13 +1123,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.core/1.0.104/system.data.sqlite.core.1.0.104.nupkg", "size": 0, @@ -1228,13 +1169,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.ef6/1.0.104/system.data.sqlite.ef6.1.0.104.nupkg", "size": 0, @@ -1280,13 +1215,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.linq/1.0.104/system.data.sqlite.linq.1.0.104.nupkg", "size": 0, @@ -1313,4 +1242,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server/Bonobo.Git.Server.csproj-expected.json b/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server/Bonobo.Git.Server.csproj-expected.json index 0b4b8075..d87cc157 100644 --- a/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server/Bonobo.Git.Server.csproj-expected.json +++ b/tests/data/complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server/Bonobo.Git.Server.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end4/Bonobo-Git-Server-6.5.0/Bonobo.Git.Server/Bonobo.Git.Server.csproj" ], "project_framework": "net46", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "linq" - ], + "keywords": ["linq"], "homepage_url": "http://linqcomparer.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/anonymouscomparer/1.3.0/anonymouscomparer.1.3.0.nupkg", "size": 0, @@ -118,10 +116,7 @@ "url": "" } ], - "keywords": [ - "CommonMark", - "Markdown" - ], + "keywords": ["CommonMark", "Markdown"], "homepage_url": "https://github.com/Knagis/CommonMark.NET/", "download_url": "https://api.nuget.org/v3-flatcontainer/commonmark.net/0.15.1/commonmark.net.0.15.1.nupkg", "size": 0, @@ -314,10 +309,7 @@ "url": "" } ], - "keywords": [ - "C#", - "ASP.NET" - ], + "keywords": ["C#", "ASP.NET"], "homepage_url": "https://github.com/samuelneff/MimeTypeMap", "download_url": "https://api.nuget.org/v3-flatcontainer/mediatypemap/2.1.0/mediatypemap.2.1.0.nupkg", "size": 0, @@ -412,9 +404,7 @@ "url": "" } ], - "keywords": [ - "ASPNETWEBPAGES" - ], + "keywords": ["ASPNETWEBPAGES"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.web.infrastructure/1.0.0/microsoft.web.infrastructure.1.0.0.nupkg", "size": 0, @@ -717,9 +707,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -769,11 +757,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/3.0.1/microsoft.owin.host.systemweb.3.0.1.nupkg", "size": 0, @@ -816,11 +800,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -866,9 +846,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -918,11 +896,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security.cookies/3.0.1/microsoft.owin.security.cookies.3.0.1.nupkg", "size": 0, @@ -965,11 +939,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -1015,11 +985,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security/3.0.1/microsoft.owin.security.3.0.1.nupkg", "size": 0, @@ -1065,9 +1031,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1117,11 +1081,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security.wsfederation/3.0.1/microsoft.owin.security.wsfederation.3.0.1.nupkg", "size": 0, @@ -1215,11 +1175,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -1265,11 +1221,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security/3.0.1/microsoft.owin.security.3.0.1.nupkg", "size": 0, @@ -1315,9 +1267,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1487,10 +1437,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "xml" - ], + "keywords": ["serilog", "xml"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.settings.appsettings/2.1.0/serilog.settings.appsettings.2.1.0.nupkg", "size": 0, @@ -1533,12 +1480,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.4.0/serilog.2.4.0.nupkg", "size": 0, @@ -1588,12 +1530,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file", - "io", - "rolling" - ], + "keywords": ["serilog", "file", "io", "rolling"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.rollingfile/3.3.0/serilog.sinks.rollingfile.3.3.0.nupkg", "size": 0, @@ -1636,11 +1573,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file", - "io" - ], + "keywords": ["serilog", "file", "io"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/3.2.0/serilog.sinks.file.3.2.0.nupkg", "size": 0, @@ -1690,13 +1623,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite/1.0.104/system.data.sqlite.1.0.104.nupkg", "size": 0, @@ -2052,12 +1979,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "http://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.3/microsoft.aspnet.mvc.5.2.3.nupkg", "size": 0, @@ -2233,9 +2155,7 @@ "url": "" } ], - "keywords": [ - "linq" - ], + "keywords": ["linq"], "homepage_url": "http://linqcomparer.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/anonymouscomparer/1.3.0/anonymouscomparer.1.3.0.nupkg", "size": 0, @@ -2281,10 +2201,7 @@ "url": "" } ], - "keywords": [ - "CommonMark", - "Markdown" - ], + "keywords": ["CommonMark", "Markdown"], "homepage_url": "https://github.com/Knagis/CommonMark.NET/", "download_url": "https://api.nuget.org/v3-flatcontainer/commonmark.net/0.15.1/commonmark.net.0.15.1.nupkg", "size": 0, @@ -2522,10 +2439,7 @@ "url": "" } ], - "keywords": [ - "C#", - "ASP.NET" - ], + "keywords": ["C#", "ASP.NET"], "homepage_url": "https://github.com/samuelneff/MimeTypeMap", "download_url": "https://api.nuget.org/v3-flatcontainer/mediatypemap/2.1.0/mediatypemap.2.1.0.nupkg", "size": 0, @@ -2571,12 +2485,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Mvc", - "AspNetMvc" - ], + "keywords": ["Microsoft", "AspNet", "Mvc", "AspNetMvc"], "homepage_url": "http://www.asp.net/mvc", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnet.mvc/5.2.3/microsoft.aspnet.mvc.5.2.3.nupkg", "size": 0, @@ -2773,12 +2682,7 @@ "url": "" } ], - "keywords": [ - "Identity", - "Claims", - "OpenIdConnect", - "WS-Federation" - ], + "keywords": ["Identity", "Claims", "OpenIdConnect", "WS-Federation"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=272508", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.protocol.extensions/1.0.4.403061554/microsoft.identitymodel.protocol.extensions.1.0.4.403061554.nupkg", "size": 0, @@ -2934,11 +2838,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -2984,11 +2884,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -3034,11 +2930,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin/3.0.1/microsoft.owin.3.0.1.nupkg", "size": 0, @@ -3084,11 +2976,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.host.systemweb/3.0.1/microsoft.owin.host.systemweb.3.0.1.nupkg", "size": 0, @@ -3134,11 +3022,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security/3.0.1/microsoft.owin.security.3.0.1.nupkg", "size": 0, @@ -3184,11 +3068,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security/3.0.1/microsoft.owin.security.3.0.1.nupkg", "size": 0, @@ -3234,11 +3114,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security.cookies/3.0.1/microsoft.owin.security.cookies.3.0.1.nupkg", "size": 0, @@ -3284,11 +3160,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.owin.security.wsfederation/3.0.1/microsoft.owin.security.wsfederation.3.0.1.nupkg", "size": 0, @@ -3334,9 +3206,7 @@ "url": "" } ], - "keywords": [ - "ASPNETWEBPAGES" - ], + "keywords": ["ASPNETWEBPAGES"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.web.infrastructure/1.0.0/microsoft.web.infrastructure.1.0.0.nupkg", "size": 0, @@ -3438,9 +3308,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -3486,9 +3354,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -3534,9 +3400,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -3582,9 +3446,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://api.nuget.org/v3-flatcontainer/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -3630,12 +3492,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.4.0/serilog.2.4.0.nupkg", "size": 0, @@ -3681,10 +3538,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "xml" - ], + "keywords": ["serilog", "xml"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.settings.appsettings/2.1.0/serilog.settings.appsettings.2.1.0.nupkg", "size": 0, @@ -3730,11 +3584,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file", - "io" - ], + "keywords": ["serilog", "file", "io"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/3.2.0/serilog.sinks.file.3.2.0.nupkg", "size": 0, @@ -3780,12 +3630,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file", - "io", - "rolling" - ], + "keywords": ["serilog", "file", "io", "rolling"], "homepage_url": "http://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.rollingfile/3.3.0/serilog.sinks.rollingfile.3.3.0.nupkg", "size": 0, @@ -3831,13 +3676,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite/1.0.104/system.data.sqlite.1.0.104.nupkg", "size": 0, @@ -3883,13 +3722,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.core/1.0.104/system.data.sqlite.core.1.0.104.nupkg", "size": 0, @@ -3935,13 +3768,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.ef6/1.0.104/system.data.sqlite.ef6.1.0.104.nupkg", "size": 0, @@ -3987,13 +3814,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "database", - "ado.net", - "provider", - "interop" - ], + "keywords": ["sqlite", "database", "ado.net", "provider", "interop"], "homepage_url": "https://system.data.sqlite.org/", "download_url": "https://api.nuget.org/v3-flatcontainer/system.data.sqlite.linq/1.0.104/system.data.sqlite.linq.1.0.104.nupkg", "size": 0, @@ -4360,4 +4181,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json b/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json index 499a6ada..731bbdd1 100644 --- a/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json +++ b/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Common/Microsoft.ComponentDetection.Common.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,13 +118,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -172,11 +166,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -280,9 +270,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -384,13 +372,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System", - "Task", - "IProgress" - ], + "keywords": ["BCL", "Microsoft", "System", "Task", "IProgress"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=280057", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl/1.1.9/microsoft.bcl.1.1.9.nupkg", "size": 0, @@ -438,11 +420,7 @@ "url": "" } ], - "keywords": [ - "BCL", - "Microsoft", - "System" - ], + "keywords": ["BCL", "Microsoft", "System"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkID=296436", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.bcl.build/1.0.14/microsoft.bcl.build.1.0.14.nupkg", "size": 0, @@ -546,9 +524,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -577,4 +553,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json b/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json index 51b78040..a4d99def 100644 --- a/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json +++ b/tests/data/complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end5/component-detection-1.4.1/src/Microsoft.ComponentDetection.Contracts/Microsoft.ComponentDetection.Contracts.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -214,11 +214,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.0.0/packageurl-dotnet.1.0.0.nupkg", "size": 0, @@ -2179,11 +2175,7 @@ "url": "" } ], - "keywords": [ - "Package", - "URL", - "purl" - ], + "keywords": ["Package", "URL", "purl"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/packageurl-dotnet/1.0.0/packageurl-dotnet.1.0.0.nupkg", "size": 0, @@ -3975,4 +3967,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/SatellitePackage.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/SatellitePackage.csproj-expected.json index 8fd6947b..fd958226 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/SatellitePackage.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/SatellitePackage.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/build/loc/SatellitePackage.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/lsbuild.proj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/lsbuild.proj-expected.json index 056e2c11..ee2a9eb0 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/lsbuild.proj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/build/loc/lsbuild.proj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/build/loc/lsbuild.proj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/build/sign.proj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/build/sign.proj-expected.json index 3c6ba0b7..086bd55f 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/build/sign.proj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/build/sign.proj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/build/sign.proj" ], "project_framework": "net452", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "MicroBuild" - ], + "keywords": ["MicroBuild"], "homepage_url": "", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microbuild.core/0.2.0/microbuild.core.0.2.0.nupkg", "size": 0, @@ -120,12 +118,7 @@ "url": "" } ], - "keywords": [ - "Roslyn", - "Build", - "Tool", - "Signing" - ], + "keywords": ["Roslyn", "Build", "Tool", "Signing"], "homepage_url": "https://github.com/dotnet/roslyn-tools", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/40ffd17d-412e-4e95-b1ca-c5e6b3774cd2/nuget/v3/flat2/roslyntools.signtool/1.0.0-beta2-63206-01/roslyntools.signtool.1.0.0-beta2-63206-01.nupkg", "size": 0, @@ -179,9 +172,7 @@ "url": "" } ], - "keywords": [ - "MicroBuild" - ], + "keywords": ["MicroBuild"], "homepage_url": "", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microbuild.core/0.2.0/microbuild.core.0.2.0.nupkg", "size": 0, @@ -229,12 +220,7 @@ "url": "" } ], - "keywords": [ - "Roslyn", - "Build", - "Tool", - "Signing" - ], + "keywords": ["Roslyn", "Build", "Tool", "Signing"], "homepage_url": "https://github.com/dotnet/roslyn-tools", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/40ffd17d-412e-4e95-b1ca-c5e6b3774cd2/nuget/v3/flat2/roslyntools.signtool/1.0.0-beta2-63206-01/roslyntools.signtool.1.0.0-beta2-63206-01.nupkg", "size": 0, @@ -263,4 +249,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SelfHost.Samples/Microsoft.AspNet.SelfHost.Samples.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SelfHost.Samples/Microsoft.AspNet.SelfHost.Samples.csproj-expected.json index dcd043d6..cf6badef 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SelfHost.Samples/Microsoft.AspNet.SelfHost.Samples.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SelfHost.Samples/Microsoft.AspNet.SelfHost.Samples.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SelfHost.Samples/Microsoft.AspNet.SelfHost.Samples.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -124,11 +118,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -176,11 +166,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -228,11 +214,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -280,11 +262,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -332,11 +310,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -384,9 +358,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -434,9 +406,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -490,13 +460,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -544,11 +508,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -596,11 +556,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -648,11 +604,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -700,11 +652,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -752,11 +700,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -804,9 +748,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -854,9 +796,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -885,4 +825,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Client.Samples/Microsoft.AspNet.SignalR.Client.Samples.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Client.Samples/Microsoft.AspNet.SignalR.Client.Samples.csproj-expected.json index 5ee89b16..27562f5a 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Client.Samples/Microsoft.AspNet.SignalR.Client.Samples.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Client.Samples/Microsoft.AspNet.SignalR.Client.Samples.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Client.Samples/Microsoft.AspNet.SignalR.Client.Samples.csproj" ], "project_framework": "net40", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Microsoft.AspNet.SignalR.LoadTestHarness.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Microsoft.AspNet.SignalR.LoadTestHarness.csproj-expected.json index 06df34f1..862e52c3 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Microsoft.AspNet.SignalR.LoadTestHarness.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Microsoft.AspNet.SignalR.LoadTestHarness.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.LoadTestHarness/Microsoft.AspNet.SignalR.LoadTestHarness.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "plugins", - "color" - ], + "keywords": ["jQuery", "plugins", "color"], "homepage_url": "http://plugins.jquery.com/project/color/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.color/2.1.0/jquery.color.2.1.0.nupkg", "size": 0, @@ -117,9 +113,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -169,11 +163,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "jQueryUI", - "plugins" - ], + "keywords": ["jQuery", "jQueryUI", "plugins"], "homepage_url": "http://jqueryui.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.ui.combined/1.9.0/jquery.ui.combined.1.9.0.nupkg", "size": 0, @@ -216,9 +206,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -268,10 +256,7 @@ "url": "" } ], - "keywords": [ - "knockout", - "mvvm" - ], + "keywords": ["knockout", "mvvm"], "homepage_url": "http://knockoutjs.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/knockoutjs/2.1.0/knockoutjs.2.1.0.nupkg", "size": 0, @@ -317,11 +302,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -364,11 +345,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -414,9 +391,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -466,9 +441,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -520,9 +493,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -568,9 +539,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -616,11 +585,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "plugins", - "color" - ], + "keywords": ["jQuery", "plugins", "color"], "homepage_url": "http://plugins.jquery.com/project/color/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.color/2.1.0/jquery.color.2.1.0.nupkg", "size": 0, @@ -666,11 +631,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "jQueryUI", - "plugins" - ], + "keywords": ["jQuery", "jQueryUI", "plugins"], "homepage_url": "http://jqueryui.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.ui.combined/1.9.0/jquery.ui.combined.1.9.0.nupkg", "size": 0, @@ -716,10 +677,7 @@ "url": "" } ], - "keywords": [ - "knockout", - "mvvm" - ], + "keywords": ["knockout", "mvvm"], "homepage_url": "http://knockoutjs.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/knockoutjs/2.1.0/knockoutjs.2.1.0.nupkg", "size": 0, @@ -765,11 +723,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -815,11 +769,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -865,9 +815,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -913,9 +861,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -942,4 +888,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples.VB/Microsoft.AspNet.SignalR.Samples.VB.vbproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples.VB/Microsoft.AspNet.SignalR.Samples.VB.vbproj-expected.json index ac1aabe8..5ecb494e 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples.VB/Microsoft.AspNet.SignalR.Samples.VB.vbproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples.VB/Microsoft.AspNet.SignalR.Samples.VB.vbproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples.VB/Microsoft.AspNet.SignalR.Samples.VB.vbproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples/Microsoft.AspNet.SignalR.Samples.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples/Microsoft.AspNet.SignalR.Samples.csproj-expected.json index 1139a411..0f8c6e04 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples/Microsoft.AspNet.SignalR.Samples.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples/Microsoft.AspNet.SignalR.Samples.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/samples/Microsoft.AspNet.SignalR.Samples/Microsoft.AspNet.SignalR.Samples.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "plugins", - "color" - ], + "keywords": ["jQuery", "plugins", "color"], "homepage_url": "http://plugins.jquery.com/project/color/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.color/2.1.0/jquery.color.2.1.0.nupkg", "size": 0, @@ -117,9 +113,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -169,10 +163,7 @@ "url": "" } ], - "keywords": [ - "jquery", - "plugins" - ], + "keywords": ["jquery", "plugins"], "homepage_url": "http://plugins.jquery.com/project/Cookie", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.cookie/1.0.0/jquery.cookie.1.0.0.nupkg", "size": 0, @@ -215,9 +206,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -318,9 +307,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -413,9 +400,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -465,11 +450,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "jQueryUI", - "plugins" - ], + "keywords": ["jQuery", "jQueryUI", "plugins"], "homepage_url": "http://jqueryui.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.ui.combined/1.9.0/jquery.ui.combined.1.9.0.nupkg", "size": 0, @@ -512,9 +493,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -564,10 +543,7 @@ "url": "" } ], - "keywords": [ - "json", - "json2" - ], + "keywords": ["json", "json2"], "homepage_url": "http://www.json.org/js.html", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/json2/1.0.2/json2.1.0.2.nupkg", "size": 0, @@ -613,11 +589,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/3.0.0/microsoft.owin.cors.3.0.0.nupkg", "size": 0, @@ -660,13 +632,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.2.2/microsoft.aspnet.cors.5.2.2.nupkg", "size": 0, @@ -712,11 +678,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -762,9 +724,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -814,11 +774,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/3.0.0/microsoft.owin.host.systemweb.3.0.0.nupkg", "size": 0, @@ -861,11 +817,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -911,9 +863,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -963,11 +913,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security.cookies/3.0.0/microsoft.owin.security.cookies.3.0.0.nupkg", "size": 0, @@ -1010,11 +956,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -1060,11 +1002,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/3.0.0/microsoft.owin.security.3.0.0.nupkg", "size": 0, @@ -1110,9 +1048,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1162,9 +1098,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -1273,9 +1207,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -1321,9 +1253,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -1369,9 +1299,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -1417,9 +1345,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -1465,9 +1391,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.8.2/jquery.1.8.2.nupkg", "size": 0, @@ -1513,11 +1437,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "plugins", - "color" - ], + "keywords": ["jQuery", "plugins", "color"], "homepage_url": "http://plugins.jquery.com/project/color/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.color/2.1.0/jquery.color.2.1.0.nupkg", "size": 0, @@ -1563,10 +1483,7 @@ "url": "" } ], - "keywords": [ - "jquery", - "plugins" - ], + "keywords": ["jquery", "plugins"], "homepage_url": "http://plugins.jquery.com/project/Cookie", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.cookie/1.0.0/jquery.cookie.1.0.0.nupkg", "size": 0, @@ -1712,11 +1629,7 @@ "url": "" } ], - "keywords": [ - "jQuery", - "jQueryUI", - "plugins" - ], + "keywords": ["jQuery", "jQueryUI", "plugins"], "homepage_url": "http://jqueryui.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery.ui.combined/1.9.0/jquery.ui.combined.1.9.0.nupkg", "size": 0, @@ -1762,10 +1675,7 @@ "url": "" } ], - "keywords": [ - "json", - "json2" - ], + "keywords": ["json", "json2"], "homepage_url": "http://www.json.org/js.html", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/json2/1.0.2/json2.1.0.2.nupkg", "size": 0, @@ -1811,13 +1721,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.2.2/microsoft.aspnet.cors.5.2.2.nupkg", "size": 0, @@ -1863,11 +1767,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -1913,11 +1813,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -1963,11 +1859,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/3.0.0/microsoft.owin.3.0.0.nupkg", "size": 0, @@ -2013,11 +1905,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/3.0.0/microsoft.owin.cors.3.0.0.nupkg", "size": 0, @@ -2063,11 +1951,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/3.0.0/microsoft.owin.host.systemweb.3.0.0.nupkg", "size": 0, @@ -2113,11 +1997,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/3.0.0/microsoft.owin.security.3.0.0.nupkg", "size": 0, @@ -2163,11 +2043,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security.cookies/3.0.0/microsoft.owin.security.cookies.3.0.0.nupkg", "size": 0, @@ -2213,9 +2089,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -2261,9 +2135,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -2309,9 +2181,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -2357,9 +2227,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -2443,4 +2311,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj-expected.json index 57f5ed12..78774465 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Client/Microsoft.AspNet.SignalR.Client.csproj" ], "project_framework": "net40", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -126,9 +124,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -157,4 +153,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Core/Microsoft.AspNet.SignalR.Core.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Core/Microsoft.AspNet.SignalR.Core.csproj-expected.json index cd964718..91e14299 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Core/Microsoft.AspNet.SignalR.Core.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Core/Microsoft.AspNet.SignalR.Core.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Core/Microsoft.AspNet.SignalR.Core.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -122,11 +118,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/2.1.0/microsoft.owin.security.2.1.0.nupkg", "size": 0, @@ -174,9 +166,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -224,9 +214,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -280,11 +268,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -332,11 +316,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/2.1.0/microsoft.owin.security.2.1.0.nupkg", "size": 0, @@ -384,9 +364,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -434,9 +412,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -465,4 +441,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.JS/Microsoft.AspNet.SignalR.JS.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.JS/Microsoft.AspNet.SignalR.JS.csproj-expected.json index 2b930e9d..fe69bee8 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.JS/Microsoft.AspNet.SignalR.JS.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.JS/Microsoft.AspNet.SignalR.JS.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.JS/Microsoft.AspNet.SignalR.JS.csproj" ], "project_framework": "netstandard1.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.12.4/jquery.1.12.4.nupkg", "size": 0, @@ -126,9 +124,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/jquery/1.12.4/jquery.1.12.4.nupkg", "size": 0, @@ -157,4 +153,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Redis/Microsoft.AspNet.SignalR.Redis.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Redis/Microsoft.AspNet.SignalR.Redis.csproj-expected.json index dccf3d79..33864741 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Redis/Microsoft.AspNet.SignalR.Redis.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Redis/Microsoft.AspNet.SignalR.Redis.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Redis/Microsoft.AspNet.SignalR.Redis.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "Async", - "Redis", - "Cache", - "PubSub", - "Messaging" - ], + "keywords": ["Async", "Redis", "Cache", "PubSub", "Messaging"], "homepage_url": "https://github.com/StackExchange/StackExchange.Redis", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/stackexchange.redis.strongname/1.1.608/stackexchange.redis.strongname.1.1.608.nupkg", "size": 0, @@ -130,13 +124,7 @@ "url": "" } ], - "keywords": [ - "Async", - "Redis", - "Cache", - "PubSub", - "Messaging" - ], + "keywords": ["Async", "Redis", "Cache", "PubSub", "Messaging"], "homepage_url": "https://github.com/StackExchange/StackExchange.Redis", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/stackexchange.redis.strongname/1.1.608/stackexchange.redis.strongname.1.1.608.nupkg", "size": 0, @@ -165,4 +153,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SelfHost/Microsoft.AspNet.SignalR.SelfHost.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SelfHost/Microsoft.AspNet.SignalR.SelfHost.csproj-expected.json index 9767e815..3dc89f12 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SelfHost/Microsoft.AspNet.SignalR.SelfHost.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SelfHost/Microsoft.AspNet.SignalR.SelfHost.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SelfHost/Microsoft.AspNet.SignalR.SelfHost.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -122,11 +118,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -174,11 +166,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -226,11 +214,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -278,11 +262,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.selfhost/2.1.0/microsoft.owin.selfhost.2.1.0.nupkg", "size": 0, @@ -330,9 +310,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -386,11 +364,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -438,11 +412,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -490,11 +460,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -542,11 +508,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -594,11 +556,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.selfhost/2.1.0/microsoft.owin.selfhost.2.1.0.nupkg", "size": 0, @@ -646,9 +604,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -677,4 +633,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus/Microsoft.AspNet.SignalR.ServiceBus.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus/Microsoft.AspNet.SignalR.ServiceBus.csproj-expected.json index 92fd0f4a..28d4d399 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus/Microsoft.AspNet.SignalR.ServiceBus.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus/Microsoft.AspNet.SignalR.ServiceBus.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus/Microsoft.AspNet.SignalR.ServiceBus.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -299,4 +299,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus3/Microsoft.AspNet.SignalR.ServiceBus3.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus3/Microsoft.AspNet.SignalR.ServiceBus3.csproj-expected.json index ecccebc0..c9268ad1 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus3/Microsoft.AspNet.SignalR.ServiceBus3.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus3/Microsoft.AspNet.SignalR.ServiceBus3.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.ServiceBus3/Microsoft.AspNet.SignalR.ServiceBus3.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -191,4 +191,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SqlServer/Microsoft.AspNet.SignalR.SqlServer.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SqlServer/Microsoft.AspNet.SignalR.SqlServer.csproj-expected.json index 2aaa3fda..cecfb568 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SqlServer/Microsoft.AspNet.SignalR.SqlServer.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SqlServer/Microsoft.AspNet.SignalR.SqlServer.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SqlServer/Microsoft.AspNet.SignalR.SqlServer.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StackExchangeRedis/Microsoft.AspNet.SignalR.StackExchangeRedis.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StackExchangeRedis/Microsoft.AspNet.SignalR.StackExchangeRedis.csproj-expected.json index 4b8cf9ef..26527ba0 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StackExchangeRedis/Microsoft.AspNet.SignalR.StackExchangeRedis.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StackExchangeRedis/Microsoft.AspNet.SignalR.StackExchangeRedis.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StackExchangeRedis/Microsoft.AspNet.SignalR.StackExchangeRedis.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,13 +118,7 @@ "url": "" } ], - "keywords": [ - "Async", - "Redis", - "Cache", - "PubSub", - "Messaging" - ], + "keywords": ["Async", "Redis", "Cache", "PubSub", "Messaging"], "homepage_url": "https://github.com/StackExchange/StackExchange.Redis/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/stackexchange.redis/2.0.513/stackexchange.redis.2.0.513.nupkg", "size": 0, @@ -610,13 +604,7 @@ "url": "" } ], - "keywords": [ - "Async", - "Redis", - "Cache", - "PubSub", - "Messaging" - ], + "keywords": ["Async", "Redis", "Cache", "PubSub", "Messaging"], "homepage_url": "https://github.com/StackExchange/StackExchange.Redis/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/stackexchange.redis/2.0.513/stackexchange.redis.2.0.513.nupkg", "size": 0, @@ -1029,4 +1017,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj-expected.json index e0f51d50..c7550897 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.Stress/Microsoft.AspNet.SignalR.Stress.csproj, falling back to 'any' framework." ], @@ -72,10 +72,7 @@ "url": "" } ], - "keywords": [ - "CommandLine", - "Parser" - ], + "keywords": ["CommandLine", "Parser"], "homepage_url": "http://code.msdn.microsoft.com/Command-Line-Parser-Library-a8ba828a", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cmdline/1.0.7.509/cmdline.1.0.7.509.nupkg", "size": 0, @@ -121,9 +118,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -175,10 +170,7 @@ "url": "" } ], - "keywords": [ - "CommandLine", - "Parser" - ], + "keywords": ["CommandLine", "Parser"], "homepage_url": "http://code.msdn.microsoft.com/Command-Line-Parser-Library-a8ba828a", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/cmdline/1.0.7.509/cmdline.1.0.7.509.nupkg", "size": 0, @@ -224,9 +216,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -253,4 +243,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StressServer/Microsoft.AspNet.SignalR.StressServer.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StressServer/Microsoft.AspNet.SignalR.StressServer.csproj-expected.json index 7be8014b..cb32c09c 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StressServer/Microsoft.AspNet.SignalR.StressServer.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StressServer/Microsoft.AspNet.SignalR.StressServer.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.StressServer/Microsoft.AspNet.SignalR.StressServer.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -124,9 +122,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -153,4 +149,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SystemWeb/Microsoft.AspNet.SignalR.SystemWeb.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SystemWeb/Microsoft.AspNet.SignalR.SystemWeb.csproj-expected.json index c37aac6c..0388c89f 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SystemWeb/Microsoft.AspNet.SignalR.SystemWeb.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SystemWeb/Microsoft.AspNet.SignalR.SystemWeb.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR.SystemWeb/Microsoft.AspNet.SignalR.SystemWeb.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -117,11 +113,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -167,9 +159,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -225,11 +215,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -275,11 +261,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -325,9 +307,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -354,4 +334,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR/Microsoft.AspNet.SignalR.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR/Microsoft.AspNet.SignalR.csproj-expected.json index 96b3a815..e059a8a5 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR/Microsoft.AspNet.SignalR.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR/Microsoft.AspNet.SignalR.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/src/Microsoft.AspNet.SignalR/Microsoft.AspNet.SignalR.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj-expected.json index 77d0998f..59e1f10b 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.JS.Tests/Microsoft.AspNet.SignalR.Client.JS.Tests.csproj, falling back to 'any' framework." ], @@ -72,13 +72,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -126,11 +120,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -178,11 +168,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -230,11 +216,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -282,11 +264,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.filesystems/2.1.0/microsoft.owin.filesystems.2.1.0.nupkg", "size": 0, @@ -334,11 +312,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -386,11 +360,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -438,11 +408,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.selfhost/2.1.0/microsoft.owin.selfhost.2.1.0.nupkg", "size": 0, @@ -490,11 +456,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.staticfiles/2.1.0/microsoft.owin.staticfiles.2.1.0.nupkg", "size": 0, @@ -542,9 +504,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -592,9 +552,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -648,13 +606,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -702,11 +654,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -754,11 +702,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -806,11 +750,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.diagnostics/2.1.0/microsoft.owin.diagnostics.2.1.0.nupkg", "size": 0, @@ -858,11 +798,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.filesystems/2.1.0/microsoft.owin.filesystems.2.1.0.nupkg", "size": 0, @@ -910,11 +846,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -962,11 +894,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -1014,11 +942,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.selfhost/2.1.0/microsoft.owin.selfhost.2.1.0.nupkg", "size": 0, @@ -1066,11 +990,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.staticfiles/2.1.0/microsoft.owin.staticfiles.2.1.0.nupkg", "size": 0, @@ -1118,9 +1038,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -1168,9 +1086,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1199,4 +1115,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj-expected.json index 6deb7486..294b9d3b 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.Tests/Microsoft.AspNet.SignalR.Client.Tests.csproj, falling back to 'any' framework." ], @@ -181,9 +181,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -534,9 +532,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -753,4 +749,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.TestHost/Microsoft.AspNet.SignalR.Client.UWP.TestHost.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.TestHost/Microsoft.AspNet.SignalR.Client.UWP.TestHost.csproj-expected.json index 45f59c94..40143d2c 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.TestHost/Microsoft.AspNet.SignalR.Client.UWP.TestHost.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.TestHost/Microsoft.AspNet.SignalR.Client.UWP.TestHost.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.TestHost/Microsoft.AspNet.SignalR.Client.UWP.TestHost.csproj" ], "project_framework": "net452", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -122,11 +118,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -174,11 +166,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -226,9 +214,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -282,11 +268,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -334,11 +316,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -386,11 +364,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -438,9 +412,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -469,4 +441,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.Tests/Microsoft.AspNet.SignalR.Client.UWP.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.Tests/Microsoft.AspNet.SignalR.Client.UWP.Tests.csproj-expected.json index 57465e38..c0427318 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.Tests/Microsoft.AspNet.SignalR.Client.UWP.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.Tests/Microsoft.AspNet.SignalR.Client.UWP.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Client.UWP.Tests/Microsoft.AspNet.SignalR.Client.UWP.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.native.compiler/2.1.8/microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -314,11 +310,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-arm.microsoft.net.native.compiler/2.1.8/runtime.win10-arm.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -366,11 +358,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-arm.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-arm.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -466,11 +454,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x64.microsoft.net.native.compiler/2.1.8/runtime.win10-x64.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -518,11 +502,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x64.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-x64.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -618,11 +598,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x86.microsoft.net.native.compiler/2.1.8/runtime.win10-x86.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -670,11 +646,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x86.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-x86.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -1118,11 +1090,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.net.native.compiler/2.1.8/microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -1362,11 +1330,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-arm.microsoft.net.native.compiler/2.1.8/runtime.win10-arm.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -1414,11 +1378,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-arm.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-arm.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -1514,11 +1474,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x64.microsoft.net.native.compiler/2.1.8/runtime.win10-x64.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -1566,11 +1522,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x64.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-x64.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -1666,11 +1618,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x86.microsoft.net.native.compiler/2.1.8/runtime.win10-x86.microsoft.net.native.compiler.2.1.8.nupkg", "size": 0, @@ -1718,11 +1666,7 @@ "url": "" } ], - "keywords": [ - "Compiler", - "Compilation", - ".Net" - ], + "keywords": ["Compiler", "Compilation", ".Net"], "homepage_url": "https://github.com/dotnet", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/runtime.win10-x86.microsoft.net.native.sharedlibrary/2.1.8/runtime.win10-x86.microsoft.net.native.sharedlibrary.2.1.8.nupkg", "size": 0, @@ -2141,4 +2085,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj-expected.json index d7f7e81f..b1a62159 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.FunctionalTests/Microsoft.AspNet.SignalR.FunctionalTests.csproj, falling back to 'any' framework." ], @@ -244,11 +244,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -296,11 +292,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -348,11 +340,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -456,9 +444,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -506,9 +492,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1316,11 +1300,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -1368,11 +1348,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.httplistener/2.1.0/microsoft.owin.host.httplistener.2.1.0.nupkg", "size": 0, @@ -1420,11 +1396,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.host.systemweb/2.1.0/microsoft.owin.host.systemweb.2.1.0.nupkg", "size": 0, @@ -1528,9 +1500,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -1578,9 +1548,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -2191,4 +2159,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj-expected.json index e69318ab..34aa8bda 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Redis.Tests/Microsoft.AspNet.SignalR.Redis.Tests.csproj, falling back to 'any' framework." ], @@ -1295,4 +1295,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj-expected.json index a82f5fce..094d2f57 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.SqlServer.Tests/Microsoft.AspNet.SignalR.SqlServer.Tests.csproj, falling back to 'any' framework." ], @@ -300,9 +300,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -974,9 +972,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://james.newtonking.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/6.0.4/newtonsoft.json.6.0.4.nupkg", "size": 0, @@ -1395,4 +1391,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj-expected.json index aad1d8eb..291fdc28 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests/Microsoft.AspNet.SignalR.StackExchangeRedis.Tests.csproj, falling back to 'any' framework." ], @@ -1295,4 +1295,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj-expected.json index 248d28f0..98cdab36 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests.Common/Microsoft.AspNet.SignalR.Tests.Common.csproj, falling back to 'any' framework." ], @@ -72,13 +72,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -126,11 +120,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -178,11 +168,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -230,11 +216,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -282,11 +264,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/2.1.0/microsoft.owin.security.2.1.0.nupkg", "size": 0, @@ -334,11 +312,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security.cookies/2.1.0/microsoft.owin.security.cookies.2.1.0.nupkg", "size": 0, @@ -386,11 +360,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.testing/2.1.0/microsoft.owin.testing.2.1.0.nupkg", "size": 0, @@ -438,9 +408,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -488,9 +456,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -736,13 +702,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "AspNet", - "Cors", - "Cross", - "Origin" - ], + "keywords": ["Microsoft", "AspNet", "Cors", "Cross", "Origin"], "homepage_url": "http://www.asp.net/web-api", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.aspnet.cors/5.0.0/microsoft.aspnet.cors.5.0.0.nupkg", "size": 0, @@ -790,11 +750,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin/2.1.0/microsoft.owin.2.1.0.nupkg", "size": 0, @@ -842,11 +798,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.cors/2.1.0/microsoft.owin.cors.2.1.0.nupkg", "size": 0, @@ -894,11 +846,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.hosting/2.1.0/microsoft.owin.hosting.2.1.0.nupkg", "size": 0, @@ -946,11 +894,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security/2.1.0/microsoft.owin.security.2.1.0.nupkg", "size": 0, @@ -998,11 +942,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.security.cookies/2.1.0/microsoft.owin.security.cookies.2.1.0.nupkg", "size": 0, @@ -1050,11 +990,7 @@ "url": "" } ], - "keywords": [ - "Microsoft", - "OWIN", - "Katana" - ], + "keywords": ["Microsoft", "OWIN", "Katana"], "homepage_url": "http://katanaproject.codeplex.com/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.owin.testing/2.1.0/microsoft.owin.testing.2.1.0.nupkg", "size": 0, @@ -1102,9 +1038,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -1152,9 +1086,7 @@ "url": "" } ], - "keywords": [ - "OWIN" - ], + "keywords": ["OWIN"], "homepage_url": "https://github.com/owin-contrib/owin-hosting/", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/owin/1.0.0/owin.1.0.0.nupkg", "size": 0, @@ -1375,4 +1307,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj-expected.json b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj-expected.json index 3588b802..bb2c0d4b 100644 --- a/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj-expected.json +++ b/tests/data/complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [ "Unsupported framework found: $(DefaultTestFrameworks) in /complex/end-to-end6/SignalR-a19f73/test/Microsoft.AspNet.SignalR.Tests/Microsoft.AspNet.SignalR.Tests.csproj, falling back to 'any' framework." ], @@ -300,9 +300,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -974,9 +972,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -1395,4 +1391,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.EF.Exceptions.Db2/Nuuvify.CommonPack.EF.Exceptions.Db2.csproj-expected.json b/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.EF.Exceptions.Db2/Nuuvify.CommonPack.EF.Exceptions.Db2.csproj-expected.json index eaf8e8bf..53ca048a 100644 --- a/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.EF.Exceptions.Db2/Nuuvify.CommonPack.EF.Exceptions.Db2.csproj-expected.json +++ b/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.EF.Exceptions.Db2/Nuuvify.CommonPack.EF.Exceptions.Db2.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.EF.Exceptions.Db2/Nuuvify.CommonPack.EF.Exceptions.Db2.csproj" ], "project_framework": "netstandard2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -1039,4 +1039,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.Security/Nuuvify.CommonPack.Security.csproj-expected.json b/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.Security/Nuuvify.CommonPack.Security.csproj-expected.json index 1012abff..fc4a0036 100644 --- a/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.Security/Nuuvify.CommonPack.Security.csproj-expected.json +++ b/tests/data/complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.Security/Nuuvify.CommonPack.Security.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end7/Nuuvify.CommonPack-119311/src/Nuuvify.CommonPack.Security/Nuuvify.CommonPack.Security.csproj" ], "project_framework": "netcoreapp3.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +70,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/3.1.26/microsoft.aspnetcore.authentication.jwtbearer.3.1.26.nupkg", "size": 0, @@ -122,10 +118,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/3.1.26/microsoft.aspnetcore.authorization.3.1.26.nupkg", "size": 0, @@ -173,9 +166,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.metadata/3.1.26/microsoft.aspnetcore.metadata.3.1.26.nupkg", "size": 0, @@ -271,10 +262,7 @@ "url": "" } ], - "keywords": [ - "sqlclient", - "microsoft.data.sqlclient" - ], + "keywords": ["sqlclient", "microsoft.data.sqlclient"], "homepage_url": "https://aka.ms/sqlclientproject", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/1.0.19239.1/microsoft.data.sqlclient.1.0.19239.1.nupkg", "size": 0, @@ -322,11 +310,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/3.1.26/microsoft.extensions.caching.abstractions.3.1.26.nupkg", "size": 0, @@ -374,11 +358,7 @@ "url": "" } ], - "keywords": [ - "cache", - "distributedcache", - "sqlserver" - ], + "keywords": ["cache", "distributedcache", "sqlserver"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.sqlserver/3.1.26/microsoft.extensions.caching.sqlserver.3.1.26.nupkg", "size": 0, @@ -426,9 +406,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.1.26/microsoft.extensions.configuration.3.1.26.nupkg", "size": 0, @@ -476,9 +454,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.26/microsoft.extensions.configuration.abstractions.3.1.26.nupkg", "size": 0, @@ -526,9 +502,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/3.1.26/microsoft.extensions.configuration.binder.3.1.26.nupkg", "size": 0, @@ -576,10 +550,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.26/microsoft.extensions.dependencyinjection.abstractions.3.1.26.nupkg", "size": 0, @@ -627,9 +598,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.1.26/microsoft.extensions.logging.abstractions.3.1.26.nupkg", "size": 0, @@ -677,10 +646,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.1.26/microsoft.extensions.options.3.1.26.nupkg", "size": 0, @@ -728,11 +694,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "configuration", - "options" - ], + "keywords": ["aspnetcore", "configuration", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/3.1.26/microsoft.extensions.options.configurationextensions.3.1.26.nupkg", "size": 0, @@ -780,9 +742,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.26/microsoft.extensions.primitives.3.1.26.nupkg", "size": 0, @@ -1319,9 +1279,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/10.0.1/newtonsoft.json.10.0.1.nupkg", "size": 0, @@ -4503,11 +4461,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/3.1.26/microsoft.aspnetcore.authentication.jwtbearer.3.1.26.nupkg", "size": 0, @@ -4555,10 +4509,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/3.1.26/microsoft.aspnetcore.authorization.3.1.26.nupkg", "size": 0, @@ -4606,9 +4557,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.metadata/3.1.26/microsoft.aspnetcore.metadata.3.1.26.nupkg", "size": 0, @@ -4704,10 +4653,7 @@ "url": "" } ], - "keywords": [ - "sqlclient", - "microsoft.data.sqlclient" - ], + "keywords": ["sqlclient", "microsoft.data.sqlclient"], "homepage_url": "https://aka.ms/sqlclientproject", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlclient/1.0.19239.1/microsoft.data.sqlclient.1.0.19239.1.nupkg", "size": 0, @@ -4755,11 +4701,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/3.1.26/microsoft.extensions.caching.abstractions.3.1.26.nupkg", "size": 0, @@ -4807,11 +4749,7 @@ "url": "" } ], - "keywords": [ - "cache", - "distributedcache", - "sqlserver" - ], + "keywords": ["cache", "distributedcache", "sqlserver"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.sqlserver/3.1.26/microsoft.extensions.caching.sqlserver.3.1.26.nupkg", "size": 0, @@ -4859,9 +4797,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/3.1.26/microsoft.extensions.configuration.3.1.26.nupkg", "size": 0, @@ -4909,9 +4845,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/3.1.26/microsoft.extensions.configuration.abstractions.3.1.26.nupkg", "size": 0, @@ -4959,9 +4893,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/3.1.26/microsoft.extensions.configuration.binder.3.1.26.nupkg", "size": 0, @@ -5009,10 +4941,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/3.1.26/microsoft.extensions.dependencyinjection.abstractions.3.1.26.nupkg", "size": 0, @@ -5060,9 +4989,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/3.1.26/microsoft.extensions.logging.abstractions.3.1.26.nupkg", "size": 0, @@ -5110,10 +5037,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/3.1.26/microsoft.extensions.options.3.1.26.nupkg", "size": 0, @@ -5161,11 +5085,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "configuration", - "options" - ], + "keywords": ["aspnetcore", "configuration", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/3.1.26/microsoft.extensions.options.configurationextensions.3.1.26.nupkg", "size": 0, @@ -5213,9 +5133,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/3.1.26/microsoft.extensions.primitives.3.1.26.nupkg", "size": 0, @@ -5385,13 +5303,7 @@ "url": "" } ], - "keywords": [ - ".NET", - "Windows", - "Authentication", - "Identity", - "Logging" - ], + "keywords": [".NET", "Windows", "Authentication", "Identity", "Logging"], "homepage_url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/5.5.0/microsoft.identitymodel.logging.5.5.0.nupkg", "size": 0, @@ -5752,9 +5664,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/10.0.1/newtonsoft.json.10.0.1.nupkg", "size": 0, @@ -8911,4 +8821,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj-expected.json index 413d5645..12389fdc 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Managed.Example/Elastic.Managed.Example.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj-expected.json index 535383b7..526a0219 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleComplex/Elastic.Xunit.ExampleComplex.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -610,13 +604,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -712,9 +700,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -762,9 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -5096,13 +5080,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -5636,13 +5614,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -5738,9 +5710,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5788,9 +5758,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -10097,4 +10065,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj-expected.json index bcb0479e..4d5605b7 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/Elastic.Xunit.ExampleMinimal/Elastic.Xunit.ExampleMinimal.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -610,13 +604,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -712,9 +700,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -762,9 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -5096,13 +5080,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -5636,13 +5614,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -5738,9 +5710,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5788,9 +5758,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -10097,4 +10065,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/ScratchPad/ScratchPad.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/ScratchPad/ScratchPad.csproj-expected.json index 2c0b9830..c1b88b04 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/ScratchPad/ScratchPad.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/ScratchPad/ScratchPad.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/examples/ScratchPad/ScratchPad.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -364,13 +358,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -466,10 +454,7 @@ "url": "" } ], - "keywords": [ - "observable", - "process" - ], + "keywords": ["observable", "process"], "homepage_url": "https://github.com/nullean/proc", "download_url": "https://api.nuget.org/v3-flatcontainer/proc/0.6.1/proc.0.6.1.nupkg", "size": 0, @@ -3883,13 +3868,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/6.0.1/elasticsearch.net.6.0.1.nupkg", "size": 0, @@ -4177,13 +4156,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/6.0.1/nest.6.0.1.nupkg", "size": 0, @@ -4279,10 +4252,7 @@ "url": "" } ], - "keywords": [ - "observable", - "process" - ], + "keywords": ["observable", "process"], "homepage_url": "https://github.com/nullean/proc", "download_url": "https://api.nuget.org/v3-flatcontainer/proc/0.6.1/proc.0.6.1.nupkg", "size": 0, @@ -7671,4 +7641,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Ephemeral/Elastic.Elasticsearch.Ephemeral.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Ephemeral/Elastic.Elasticsearch.Ephemeral.csproj-expected.json index 13358262..11c2af61 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Ephemeral/Elastic.Elasticsearch.Ephemeral.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Ephemeral/Elastic.Elasticsearch.Ephemeral.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Ephemeral/Elastic.Elasticsearch.Ephemeral.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -7177,4 +7177,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Managed/Elastic.Elasticsearch.Managed.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Managed/Elastic.Elasticsearch.Managed.csproj-expected.json index e07e963f..f266dfe8 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Managed/Elastic.Elasticsearch.Managed.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Managed/Elastic.Elasticsearch.Managed.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Managed/Elastic.Elasticsearch.Managed.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -262,10 +262,7 @@ "url": "" } ], - "keywords": [ - "observable", - "process" - ], + "keywords": ["observable", "process"], "homepage_url": "https://github.com/nullean/proc", "download_url": "https://api.nuget.org/v3-flatcontainer/proc/0.6.1/proc.0.6.1.nupkg", "size": 0, @@ -2959,10 +2956,7 @@ "url": "" } ], - "keywords": [ - "observable", - "process" - ], + "keywords": ["observable", "process"], "homepage_url": "https://github.com/nullean/proc", "download_url": "https://api.nuget.org/v3-flatcontainer/proc/0.6.1/proc.0.6.1.nupkg", "size": 0, @@ -5439,4 +5433,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Xunit/Elastic.Elasticsearch.Xunit.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Xunit/Elastic.Elasticsearch.Xunit.csproj-expected.json index 5638604b..7ff21943 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Xunit/Elastic.Elasticsearch.Xunit.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Xunit/Elastic.Elasticsearch.Xunit.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Elasticsearch.Xunit/Elastic.Elasticsearch.Xunit.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -7749,4 +7749,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj-expected.json index f4f8d4d8..1a62ae67 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Elastic.Stack.ArtifactsApi/Elastic.Stack.ArtifactsApi.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -6585,4 +6585,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj-expected.json b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj-expected.json index 6185ad9f..42c8594d 100644 --- a/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj-expected.json +++ b/tests/data/complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/end-to-end8/elasticsearch-net-abstractions-0.3.5/src/Nest.TypescriptExporter/Nest.TypescriptExporter.csproj" ], "project_framework": "net5.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,13 +70,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/7.7.1/elasticsearch.net.7.7.1.nupkg", "size": 0, @@ -467,13 +461,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/7.7.1/nest.7.7.1.nupkg", "size": 0, @@ -521,9 +509,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -4183,13 +4169,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/elasticsearch.net/7.7.1/elasticsearch.net.7.7.1.nupkg", "size": 0, @@ -4580,13 +4560,7 @@ "url": "" } ], - "keywords": [ - "elasticsearch", - "elastic", - "search", - "lucene", - "nest" - ], + "keywords": ["elasticsearch", "elastic", "search", "lucene", "nest"], "homepage_url": "https://github.com/elastic/elasticsearch-net", "download_url": "https://api.nuget.org/v3-flatcontainer/nest/7.7.1/nest.7.7.1.nupkg", "size": 0, @@ -4634,9 +4608,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -5452,13 +5424,7 @@ "url": "" } ], - "keywords": [ - "console", - "shell", - "terminal", - "progress", - "progressbar" - ], + "keywords": ["console", "shell", "terminal", "progress", "progressbar"], "homepage_url": "https://github.com/Mpdreamz/shellprogressbar", "download_url": "https://api.nuget.org/v3-flatcontainer/shellprogressbar/5.0.0/shellprogressbar.5.0.0.nupkg", "size": 0, @@ -8271,4 +8237,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense.Lib/NuGetDefense.Lib.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense.Lib/NuGetDefense.Lib.csproj-expected.json index dd8e814c..2fe4e507 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense.Lib/NuGetDefense.Lib.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense.Lib/NuGetDefense.Lib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense.Lib/NuGetDefense.Lib.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -129,12 +129,7 @@ "url": "" } ], - "keywords": [ - "xml", - "serializer", - "serialization", - "string" - ], + "keywords": ["xml", "serializer", "serialization", "string"], "homepage_url": "https://github.com/ByteDev/ByteDev.Xml", "download_url": "https://api.nuget.org/v3-flatcontainer/bytedev.xml/2.0.0/bytedev.xml.2.0.0.nupkg", "size": 0, @@ -182,9 +177,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client/5.1.0/graphql.client.5.1.0.nupkg", "size": 0, @@ -232,9 +225,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.abstractions/5.1.0/graphql.client.abstractions.5.1.0.nupkg", "size": 0, @@ -282,9 +273,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.abstractions.websocket/5.1.0/graphql.client.abstractions.websocket.5.1.0.nupkg", "size": 0, @@ -332,9 +321,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.serializer.systemtextjson/5.1.0/graphql.client.serializer.systemtextjson.5.1.0.nupkg", "size": 0, @@ -382,9 +369,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.primitives/5.1.0/graphql.primitives.5.1.0.nupkg", "size": 0, @@ -592,11 +577,7 @@ "url": "" } ], - "keywords": [ - "SQLite", - "Data", - "ADO.NET" - ], + "keywords": ["SQLite", "Data", "ADO.NET"], "homepage_url": "https://docs.microsoft.com/dotnet/standard/data/sqlite/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/6.0.10/microsoft.data.sqlite.6.0.10.nupkg", "size": 0, @@ -644,11 +625,7 @@ "url": "" } ], - "keywords": [ - "SQLite", - "Data", - "ADO.NET" - ], + "keywords": ["SQLite", "Data", "ADO.NET"], "homepage_url": "https://docs.microsoft.com/dotnet/standard/data/sqlite/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/6.0.10/microsoft.data.sqlite.core.6.0.10.nupkg", "size": 0, @@ -696,9 +673,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/1.0.0/microsoft.net.stringtools.1.0.0.nupkg", "size": 0, @@ -746,11 +721,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -798,9 +769,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.core/2.0.4/nugetdefense.core.2.0.4.nupkg", "size": 0, @@ -848,10 +817,7 @@ "url": "" } ], - "keywords": [ - "NuGetDefense", - "Security" - ], + "keywords": ["NuGetDefense", "Security"], "homepage_url": "https://github.com/digitalcoyote/NuGetDefense.GitHubAdvisoryDatabase", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.githubadvisorydatabase/2.0.2/nugetdefense.githubadvisorydatabase.2.0.2.nupkg", "size": 0, @@ -899,9 +865,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense.NVD", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.nvd/2.0.8/nugetdefense.nvd.2.0.8.nupkg", "size": 0, @@ -949,9 +913,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense.OSSIndex", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.ossindex/2.0.5/nugetdefense.ossindex.2.0.5.nupkg", "size": 0, @@ -999,12 +961,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.10.0/serilog.2.10.0.nupkg", "size": 0, @@ -1052,11 +1009,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.1.0/serilog.sinks.console.4.1.0.nupkg", "size": 0, @@ -1104,10 +1057,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file" - ], + "keywords": ["serilog", "file"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg", "size": 0, @@ -1155,10 +1105,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/2.0.6/sqlitepclraw.bundle_e_sqlite3.2.0.6.nupkg", "size": 0, @@ -1206,9 +1153,7 @@ "url": "" } ], - "keywords": [ - "sqlite" - ], + "keywords": ["sqlite"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/2.0.6/sqlitepclraw.core.2.0.6.nupkg", "size": 0, @@ -1256,10 +1201,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3/2.0.6/sqlitepclraw.lib.e_sqlite3.2.0.6.nupkg", "size": 0, @@ -1307,10 +1249,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.e_sqlite3/2.0.6/sqlitepclraw.provider.e_sqlite3.2.0.6.nupkg", "size": 0, @@ -1670,12 +1609,7 @@ "url": "" } ], - "keywords": [ - "xml", - "serializer", - "serialization", - "string" - ], + "keywords": ["xml", "serializer", "serialization", "string"], "homepage_url": "https://github.com/ByteDev/ByteDev.Xml", "download_url": "https://api.nuget.org/v3-flatcontainer/bytedev.xml/2.0.0/bytedev.xml.2.0.0.nupkg", "size": 0, @@ -1723,9 +1657,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client/5.1.0/graphql.client.5.1.0.nupkg", "size": 0, @@ -1773,9 +1705,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.abstractions/5.1.0/graphql.client.abstractions.5.1.0.nupkg", "size": 0, @@ -1823,9 +1753,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.abstractions.websocket/5.1.0/graphql.client.abstractions.websocket.5.1.0.nupkg", "size": 0, @@ -1873,9 +1801,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.client.serializer.systemtextjson/5.1.0/graphql.client.serializer.systemtextjson.5.1.0.nupkg", "size": 0, @@ -1923,9 +1849,7 @@ "url": "" } ], - "keywords": [ - "GraphQL" - ], + "keywords": ["GraphQL"], "homepage_url": "https://github.com/graphql-dotnet/graphql-client", "download_url": "https://api.nuget.org/v3-flatcontainer/graphql.primitives/5.1.0/graphql.primitives.5.1.0.nupkg", "size": 0, @@ -2133,11 +2057,7 @@ "url": "" } ], - "keywords": [ - "SQLite", - "Data", - "ADO.NET" - ], + "keywords": ["SQLite", "Data", "ADO.NET"], "homepage_url": "https://docs.microsoft.com/dotnet/standard/data/sqlite/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite/6.0.10/microsoft.data.sqlite.6.0.10.nupkg", "size": 0, @@ -2185,11 +2105,7 @@ "url": "" } ], - "keywords": [ - "SQLite", - "Data", - "ADO.NET" - ], + "keywords": ["SQLite", "Data", "ADO.NET"], "homepage_url": "https://docs.microsoft.com/dotnet/standard/data/sqlite/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.data.sqlite.core/6.0.10/microsoft.data.sqlite.core.6.0.10.nupkg", "size": 0, @@ -2237,9 +2153,7 @@ "url": "" } ], - "keywords": [ - "MSBuild" - ], + "keywords": ["MSBuild"], "homepage_url": "http://go.microsoft.com/fwlink/?LinkId=624683", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.stringtools/1.0.0/microsoft.net.stringtools.1.0.0.nupkg", "size": 0, @@ -2287,11 +2201,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.3.1/nuget.versioning.6.3.1.nupkg", "size": 0, @@ -2339,9 +2249,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.core/2.0.4/nugetdefense.core.2.0.4.nupkg", "size": 0, @@ -2389,10 +2297,7 @@ "url": "" } ], - "keywords": [ - "NuGetDefense", - "Security" - ], + "keywords": ["NuGetDefense", "Security"], "homepage_url": "https://github.com/digitalcoyote/NuGetDefense.GitHubAdvisoryDatabase", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.githubadvisorydatabase/2.0.2/nugetdefense.githubadvisorydatabase.2.0.2.nupkg", "size": 0, @@ -2440,9 +2345,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense.NVD", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.nvd/2.0.8/nugetdefense.nvd.2.0.8.nupkg", "size": 0, @@ -2490,9 +2393,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://github.com/DigitalCoyote/NuGetDefense.OSSIndex", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense.ossindex/2.0.5/nugetdefense.ossindex.2.0.5.nupkg", "size": 0, @@ -2540,12 +2441,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "logging", - "semantic", - "structured" - ], + "keywords": ["serilog", "logging", "semantic", "structured"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog/2.10.0/serilog.2.10.0.nupkg", "size": 0, @@ -2593,11 +2489,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "console", - "terminal" - ], + "keywords": ["serilog", "console", "terminal"], "homepage_url": "https://github.com/serilog/serilog-sinks-console", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.console/4.1.0/serilog.sinks.console.4.1.0.nupkg", "size": 0, @@ -2645,10 +2537,7 @@ "url": "" } ], - "keywords": [ - "serilog", - "file" - ], + "keywords": ["serilog", "file"], "homepage_url": "https://serilog.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/serilog.sinks.file/5.0.0/serilog.sinks.file.5.0.0.nupkg", "size": 0, @@ -2696,10 +2585,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.bundle_e_sqlite3/2.0.6/sqlitepclraw.bundle_e_sqlite3.2.0.6.nupkg", "size": 0, @@ -2747,9 +2633,7 @@ "url": "" } ], - "keywords": [ - "sqlite" - ], + "keywords": ["sqlite"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.core/2.0.6/sqlitepclraw.core.2.0.6.nupkg", "size": 0, @@ -2797,10 +2681,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.lib.e_sqlite3/2.0.6/sqlitepclraw.lib.e_sqlite3.2.0.6.nupkg", "size": 0, @@ -2848,10 +2729,7 @@ "url": "" } ], - "keywords": [ - "sqlite", - "xamarin" - ], + "keywords": ["sqlite", "xamarin"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/sqlitepclraw.provider.e_sqlite3/2.0.6/sqlitepclraw.provider.e_sqlite3.2.0.6.nupkg", "size": 0, @@ -3127,4 +3005,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/NuGetDefense.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/NuGetDefense.csproj-expected.json index b5c045eb..ae670887 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/NuGetDefense.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/NuGetDefense.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/NuGetDefense.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -249,4 +249,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/TestFiles/test.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/TestFiles/test.csproj-expected.json index ce357e49..4721e9e6 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/TestFiles/test.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/TestFiles/test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefense/TestFiles/test.csproj" ], "project_framework": "net46", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefenseTests/NuGetDefenseTests.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefenseTests/NuGetDefenseTests.csproj-expected.json index 9bdeb2b5..099b6bcc 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefenseTests/NuGetDefenseTests.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefenseTests/NuGetDefenseTests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/NuGetDefenseTests/NuGetDefenseTests.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -540,9 +540,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -590,9 +588,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -4914,9 +4910,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -4964,9 +4958,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.11.0/nuget.frameworks.5.11.0.nupkg", "size": 0, @@ -8793,4 +8785,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/net461.TestLib/net461.TestLib.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/net461.TestLib/net461.TestLib.csproj-expected.json index 95bacb22..575846c5 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/net461.TestLib/net461.TestLib.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/net461.TestLib/net461.TestLib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/net461.TestLib/net461.TestLib.csproj" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -184,9 +184,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.1/jquery.1.9.1.nupkg", "size": 0, @@ -236,9 +234,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/2.1.2/nugetdefense.2.1.2.nupkg", "size": 0, @@ -500,9 +496,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.1/jquery.1.9.1.nupkg", "size": 0, @@ -548,9 +542,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/2.1.2/nugetdefense.2.1.2.nupkg", "size": 0, @@ -669,4 +661,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netcoreapp3.1.TestLib/netcoreapp3.1.TestLib.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netcoreapp3.1.TestLib/netcoreapp3.1.TestLib.csproj-expected.json index 38b6c9d3..4d7f8a47 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netcoreapp3.1.TestLib/netcoreapp3.1.TestLib.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netcoreapp3.1.TestLib/netcoreapp3.1.TestLib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netcoreapp3.1.TestLib/netcoreapp3.1.TestLib.csproj" ], "project_framework": "net6.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -134,13 +134,7 @@ "url": "" } ], - "keywords": [ - "bootstrap", - "html", - "css", - "javascript", - "web" - ], + "keywords": ["bootstrap", "html", "css", "javascript", "web"], "homepage_url": "https://github.com/twbs/bootstrap", "download_url": "https://api.nuget.org/v3-flatcontainer/bootstrap/3.0.0/bootstrap.3.0.0.nupkg", "size": 0, @@ -188,9 +182,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.0/jquery.1.9.0.nupkg", "size": 0, @@ -334,9 +326,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/3.0.0/nugetdefense.3.0.0.nupkg", "size": 0, @@ -2710,13 +2700,7 @@ "url": "" } ], - "keywords": [ - "bootstrap", - "html", - "css", - "javascript", - "web" - ], + "keywords": ["bootstrap", "html", "css", "javascript", "web"], "homepage_url": "https://github.com/twbs/bootstrap", "download_url": "https://api.nuget.org/v3-flatcontainer/bootstrap/3.0.0/bootstrap.3.0.0.nupkg", "size": 0, @@ -2764,9 +2748,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.0/jquery.1.9.0.nupkg", "size": 0, @@ -2910,9 +2892,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/3.0.0/nugetdefense.3.0.0.nupkg", "size": 0, @@ -5197,4 +5177,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netstandard2.1.TestLib/netstandard2.1.TestLib.csproj-expected.json b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netstandard2.1.TestLib/netstandard2.1.TestLib.csproj-expected.json index 1e0bd863..420c13f4 100644 --- a/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netstandard2.1.TestLib/netstandard2.1.TestLib.csproj-expected.json +++ b/tests/data/complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netstandard2.1.TestLib/netstandard2.1.TestLib.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/nuget-defense/NuGetDefense-ad95db4/Src/TestFiles/netstandard2.1.TestLib/netstandard2.1.TestLib.csproj" ], "project_framework": "netstandard2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -189,9 +189,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.1/jquery.1.9.1.nupkg", "size": 0, @@ -335,9 +333,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/2.1.2/nugetdefense.2.1.2.nupkg", "size": 0, @@ -2814,9 +2810,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/1.9.1/jquery.1.9.1.nupkg", "size": 0, @@ -2960,9 +2954,7 @@ "url": "" } ], - "keywords": [ - "Security" - ], + "keywords": ["Security"], "homepage_url": "https://digitalcoyote.github.io/NuGetDefense/", "download_url": "https://api.nuget.org/v3-flatcontainer/nugetdefense/2.1.2/nugetdefense.2.1.2.nupkg", "size": 0, @@ -5295,4 +5287,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/ort-4522/xxx.csproj-expected.json b/tests/data/complex/ort-4522/xxx.csproj-expected.json index 42685f0a..3aceaac8 100644 --- a/tests/data/complex/ort-4522/xxx.csproj-expected.json +++ b/tests/data/complex/ort-4522/xxx.csproj-expected.json @@ -2,13 +2,11 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", - "options": [ - "--project-file /complex/ort-4522/xxx.csproj" - ], + "options": ["--project-file /complex/ort-4522/xxx.csproj"], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,11 +68,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4/4.6.1/antlr4.4.6.1.nupkg", "size": 0, @@ -117,11 +111,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4.codegenerator/4.6.1/antlr4.codegenerator.4.6.1.nupkg", "size": 0, @@ -167,11 +157,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4.runtime/4.6.1/antlr4.runtime.4.6.1.nupkg", "size": 0, @@ -267,9 +253,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -361,11 +345,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4/4.6.1/antlr4.4.6.1.nupkg", "size": 0, @@ -411,11 +391,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4.codegenerator/4.6.1/antlr4.codegenerator.4.6.1.nupkg", "size": 0, @@ -461,11 +437,7 @@ "url": "" } ], - "keywords": [ - "antlr", - "antlr4", - "parsing" - ], + "keywords": ["antlr", "antlr4", "parsing"], "homepage_url": "https://github.com/tunnelvisionlabs/antlr4cs", "download_url": "https://api.nuget.org/v3-flatcontainer/antlr4.runtime/4.6.1/antlr4.runtime.4.6.1.nupkg", "size": 0, @@ -557,9 +529,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/6.0.8/newtonsoft.json.6.0.8.nupkg", "size": 0, @@ -626,4 +596,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected-net461.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected-net461.json index 46387c84..444830f1 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected-net461.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected-net461.json @@ -2,14 +2,14 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj", "--target-framework net461" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -121,9 +121,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -219,9 +217,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -373,9 +369,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -467,9 +461,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -542,4 +534,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected.json index d1955b2d..3f91f3b1 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj1/proj1.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected-net461.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected-net461.json index 5990fada..93ba939d 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected-net461.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected-net461.json @@ -2,14 +2,14 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj", "--target-framework net461" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -71,9 +71,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -119,9 +117,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -312,9 +308,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -360,9 +354,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -435,4 +427,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected.json index 9256968b..50331f98 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multipackagesconfig/proj2/proj2.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj1/proj1.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj1/proj1.csproj-expected.json index 2f291982..30486dbb 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj1/proj1.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj1/proj1.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj1/proj1.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -125,9 +125,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -223,9 +221,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -382,9 +378,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -480,9 +474,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -559,4 +551,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj2/proj2.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj2/proj2.csproj-expected.json index e8ec4e75..557077a5 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj2/proj2.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj2/proj2.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/multireference/src/multireference.proj2/proj2.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,9 +118,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -168,9 +166,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -272,9 +268,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -322,9 +316,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -353,4 +345,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected-net461.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected-net461.json index 84c5fdd4..05460fdc 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected-net461.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected-net461.json @@ -2,14 +2,14 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj", "--target-framework net461" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -121,9 +121,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -219,9 +217,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -267,9 +263,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -421,9 +415,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -515,9 +507,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -563,9 +553,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -638,4 +626,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected.json index 2791b539..14204273 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/packagesconfig/packagesconfig.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/reference/reference.csproj-expected.json b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/reference/reference.csproj-expected.json index c4cb6e5e..f0cdd65a 100644 --- a/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/reference/reference.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/reference/reference.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/buildinfo/build-info-9bd00bd/build-info-extractor-nuget/extractor/reference/reference.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -125,9 +125,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -223,9 +221,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -273,9 +269,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -432,9 +426,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -530,9 +522,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -580,9 +570,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://github.com/NuGet/NuGet2", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.core/2.14.0/nuget.core.2.14.0.nupkg", "size": 0, @@ -659,4 +647,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencycheck/DependencyCheck-172f523/core/msbuild/test.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencycheck/DependencyCheck-172f523/core/msbuild/test.csproj-expected.json index 3c2e92ad..bd38a216 100644 --- a/tests/data/complex/thirdparty-suites/dependencycheck/DependencyCheck-172f523/core/msbuild/test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencycheck/DependencyCheck-172f523/core/msbuild/test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencycheck/DependencyCheck-172f523/core/msbuild/test.csproj" ], "project_framework": "net471", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -2188,9 +2188,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.all/2.0.5/microsoft.aspnetcore.all.2.0.5.nupkg", "size": 0, @@ -5178,9 +5176,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.all/2.0.5/microsoft.aspnetcore.all.2.0.5.nupkg", "size": 0, @@ -6025,4 +6021,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/DependencyChecker.Test.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/DependencyChecker.Test.csproj-expected.json index a93da5ca..a6945397 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/DependencyChecker.Test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/DependencyChecker.Test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/DependencyChecker.Test.csproj" ], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -180,9 +180,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/5.1.0/nuget.packaging.core.5.1.0.nupkg", "size": 0, @@ -225,9 +223,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -320,9 +316,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.1.0/nuget.frameworks.5.1.0.nupkg", "size": 0, @@ -368,11 +362,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/5.1.0/nuget.versioning.5.1.0.nupkg", "size": 0, @@ -422,10 +412,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -468,9 +455,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg", "size": 0, @@ -516,9 +501,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/5.1.0/nuget.common.5.1.0.nupkg", "size": 0, @@ -564,9 +547,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -612,10 +593,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -781,9 +759,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg", "size": 0, @@ -829,9 +805,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/5.1.0/nuget.common.5.1.0.nupkg", "size": 0, @@ -877,9 +851,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.1.0/nuget.frameworks.5.1.0.nupkg", "size": 0, @@ -925,9 +897,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -973,9 +943,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -1021,9 +989,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/5.1.0/nuget.packaging.core.5.1.0.nupkg", "size": 0, @@ -1115,10 +1081,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -1164,10 +1127,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -1213,11 +1173,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/5.1.0/nuget.versioning.5.1.0.nupkg", "size": 0, @@ -1244,4 +1200,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/net462/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/net462/DependencyChecker.csproj-expected.json index 18c93050..82d37c68 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/net462/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/net462/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/net462/DependencyChecker.csproj" ], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -181,9 +179,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -267,4 +263,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/netCore21/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/netCore21/DependencyChecker.csproj-expected.json index 096bea8a..4dfb67a9 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/netCore21/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/netCore21/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Different/netCore21/DependencyChecker.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -262,9 +262,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -2105,9 +2103,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -3731,4 +3727,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/net462/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/net462/DependencyChecker.csproj-expected.json index cb550d30..3649e95f 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/net462/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/net462/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/net462/DependencyChecker.csproj" ], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -181,9 +179,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -267,4 +263,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/netCore21/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/netCore21/DependencyChecker.csproj-expected.json index af103881..4b6306c9 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/netCore21/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/netCore21/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/CombineProjects/Okay/netCore21/DependencyChecker.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -262,9 +262,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -2105,9 +2103,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -3731,4 +3727,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/NetStandard/NetStandard/NetStandard/NetStandard.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/NetStandard/NetStandard/NetStandard/NetStandard.csproj-expected.json index 283a7f4e..cbbee959 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/NetStandard/NetStandard/NetStandard/NetStandard.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/NetStandard/NetStandard/NetStandard/NetStandard.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/NetStandard/NetStandard/NetStandard/NetStandard.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -249,4 +249,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj-expected.json index e4f259c4..7f44ce3c 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [ "Failed to process project file: /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj with:\nMicrosoft.Build.Exceptions.InvalidProjectFileException: The element is unrecognized, or not supported in this context. /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462Invalid/DependencyChecker.csproj\n at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object[] args)\n at Microsoft.Build.Shared.ProjectErrorUtilities.VerifyThrowInvalidProject[T1](Boolean condition, String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, T1 arg0)\n at Microsoft.Build.Construction.ProjectParser.Parse()\n at Microsoft.Build.Construction.ProjectParser.Parse(XmlDocumentWithLocation document, ProjectRootElement projectRootElement)\n at Microsoft.Build.Construction.ProjectRootElement..ctor(String path, ProjectRootElementCacheBase projectRootElementCache, Boolean preserveFormatting)\n at Microsoft.Build.Construction.ProjectRootElement.CreateProjectFromPath(String projectFile, ProjectRootElementCacheBase projectRootElementCache, Boolean preserveFormatting)\n at Microsoft.Build.Construction.ProjectRootElement.<>c.b__208_0(String path, ProjectRootElementCacheBase cache)\n at Microsoft.Build.Evaluation.ProjectRootElementCache.Get(String projectFile, OpenProjectRootElement loadProjectRootElement, Boolean isExplicitlyLoaded, Nullable`1 preserveFormatting)\n at Microsoft.Build.Construction.ProjectRootElement.OpenProjectOrSolution(String fullPath, IDictionary`2 globalProperties, String toolsVersion, ProjectRootElementCacheBase projectRootElementCache, Boolean isExplicitlyLoaded)\n at Microsoft.Build.Evaluation.Project.ProjectImpl..ctor(Project owner, String projectFile, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectLoadSettings loadSettings, EvaluationContext evaluationContext)\n at Microsoft.Build.Evaluation.Project..ctor(String projectFile, IDictionary`2 globalProperties, String toolsVersion, String subToolsetVersion, ProjectCollection projectCollection, ProjectLoadSettings loadSettings, EvaluationContext evaluationContext, IDirectoryCacheFactory directoryCacheFactory)\n at Microsoft.Build.Evaluation.Project..ctor(String projectFile, IDictionary`2 globalProperties, String toolsVersion)\n at NugetInspector.ProjectFileProcessor.GetPackageReferences() in ./nuget-inspector/ProjectFileProcessor.cs:line 134\n at NugetInspector.ProjectFileProcessor.ResolveUsingLib() in ./nuget-inspector/ProjectFileProcessor.cs:line 427\n at NugetInspector.ProjectScanner.RunScan() in ./nuget-inspector/ProjectScanner.cs:line 293" @@ -57,4 +57,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462withoutPackages/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462withoutPackages/DependencyChecker.csproj-expected.json index 27e94ce4..3ce8830c 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462withoutPackages/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462withoutPackages/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/net462withoutPackages/DependencyChecker.csproj" ], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.1/newtonsoft.json.12.0.1.nupkg", "size": 0, @@ -120,9 +118,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.9.3/nuget.common.4.9.3.nupkg", "size": 0, @@ -170,9 +166,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.9.3/nuget.configuration.4.9.3.nupkg", "size": 0, @@ -220,9 +214,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.9.3/nuget.frameworks.4.9.3.nupkg", "size": 0, @@ -270,9 +262,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.9.3/nuget.packaging.4.9.3.nupkg", "size": 0, @@ -320,9 +310,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.9.3/nuget.packaging.core.4.9.3.nupkg", "size": 0, @@ -418,10 +406,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -469,10 +454,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -520,11 +502,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.9.3/nuget.versioning.4.9.3.nupkg", "size": 0, @@ -578,9 +556,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.1/newtonsoft.json.12.0.1.nupkg", "size": 0, @@ -628,9 +604,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/4.9.3/nuget.common.4.9.3.nupkg", "size": 0, @@ -678,9 +652,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/4.9.3/nuget.configuration.4.9.3.nupkg", "size": 0, @@ -728,9 +700,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.9.3/nuget.frameworks.4.9.3.nupkg", "size": 0, @@ -778,9 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/4.9.3/nuget.packaging.4.9.3.nupkg", "size": 0, @@ -828,9 +796,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/4.9.3/nuget.packaging.core.4.9.3.nupkg", "size": 0, @@ -926,10 +892,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -977,10 +940,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -1028,11 +988,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/4.9.3/nuget.versioning.4.9.3.nupkg", "size": 0, @@ -1061,4 +1017,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj-expected.json index 31f83a1c..4cba9007 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [ "Failed to process project file: /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker.Test/TestProjects/netCore21/DependencyChecker.csproj with:\nSystem.NullReferenceException: Object reference not set to an instance of an object.\n at NugetInspector.NugetApi.CheckGraphForErrors(GraphNode`1 resolved_graph) in ./nuget-inspector/NugetApi.cs:line 944\n at NugetInspector.NugetApi.ResolveDependenciesForPackageReference(IEnumerable`1 target_references) in ./nuget-inspector/NugetApi.cs:line 772\n at NugetInspector.ProjectFileProcessor.ResolveUsingLib() in ./nuget-inspector/ProjectFileProcessor.cs:line 446\n at NugetInspector.ProjectScanner.RunScan() in ./nuget-inspector/ProjectScanner.cs:line 293" @@ -57,4 +57,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker/DependencyChecker.csproj-expected.json b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker/DependencyChecker.csproj-expected.json index 55a61a0f..2bf54185 100644 --- a/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker/DependencyChecker.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker/DependencyChecker.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dependencychecker/DependencyChecker-22983ae/DependencyChecker/DependencyChecker.csproj" ], "project_framework": "net462", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -127,11 +127,7 @@ "url": "" } ], - "keywords": [ - "C#", - "Badge", - "Shield.io" - ], + "keywords": ["C#", "Badge", "Shield.io"], "homepage_url": "https://github.com/rebornix/DotBadge", "download_url": "https://api.nuget.org/v3-flatcontainer/dotbadge/1.1.0/dotbadge.1.1.0.nupkg", "size": 0, @@ -235,9 +231,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/5.1.0/nuget.packaging.core.5.1.0.nupkg", "size": 0, @@ -280,9 +274,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -375,9 +367,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.1.0/nuget.frameworks.5.1.0.nupkg", "size": 0, @@ -423,11 +413,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/5.1.0/nuget.versioning.5.1.0.nupkg", "size": 0, @@ -477,10 +463,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -523,9 +506,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg", "size": 0, @@ -571,9 +552,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/5.1.0/nuget.common.5.1.0.nupkg", "size": 0, @@ -619,9 +598,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -667,10 +644,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -720,13 +694,7 @@ "url": "" } ], - "keywords": [ - "template", - "mustache", - "text", - "generation", - "fast" - ], + "keywords": ["template", "mustache", "text", "generation", "fast"], "homepage_url": "https://github.com/stubbleorg/stubble", "download_url": "https://api.nuget.org/v3-flatcontainer/stubble.core/1.3.4/stubble.core.1.3.4.nupkg", "size": 0, @@ -928,11 +896,7 @@ "url": "" } ], - "keywords": [ - "C#", - "Badge", - "Shield.io" - ], + "keywords": ["C#", "Badge", "Shield.io"], "homepage_url": "https://github.com/rebornix/DotBadge", "download_url": "https://api.nuget.org/v3-flatcontainer/dotbadge/1.1.0/dotbadge.1.1.0.nupkg", "size": 0, @@ -1036,9 +1000,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/12.0.2/newtonsoft.json.12.0.2.nupkg", "size": 0, @@ -1084,9 +1046,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/5.1.0/nuget.common.5.1.0.nupkg", "size": 0, @@ -1132,9 +1092,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.1.0/nuget.frameworks.5.1.0.nupkg", "size": 0, @@ -1180,9 +1138,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -1228,9 +1184,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/5.1.0/nuget.packaging.5.1.0.nupkg", "size": 0, @@ -1276,9 +1230,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging.core/5.1.0/nuget.packaging.core.5.1.0.nupkg", "size": 0, @@ -1370,10 +1322,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.types/4.2.0/nuget.protocol.core.types.4.2.0.nupkg", "size": 0, @@ -1419,10 +1368,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://github.com/NuGet/NuGet.Client", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol.core.v3/4.2.0/nuget.protocol.core.v3.4.2.0.nupkg", "size": 0, @@ -1468,11 +1414,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/5.1.0/nuget.versioning.5.1.0.nupkg", "size": 0, @@ -1518,13 +1460,7 @@ "url": "" } ], - "keywords": [ - "template", - "mustache", - "text", - "generation", - "fast" - ], + "keywords": ["template", "mustache", "text", "generation", "fast"], "homepage_url": "https://github.com/stubbleorg/stubble", "download_url": "https://api.nuget.org/v3-flatcontainer/stubble.core/1.3.4/stubble.core.1.3.4.nupkg", "size": 0, @@ -1643,4 +1579,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/experiment/ConsoleDraw/ConsoleDraw.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/experiment/ConsoleDraw/ConsoleDraw.csproj-expected.json index 67bb3c7c..35fe7ed1 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/experiment/ConsoleDraw/ConsoleDraw.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/experiment/ConsoleDraw/ConsoleDraw.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/experiment/ConsoleDraw/ConsoleDraw.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj-expected.json index 0b2c9804..001c0b9e 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated.Core/DotNetOutdated.Core.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -121,9 +118,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -171,9 +166,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.3.1/nuget.common.6.3.1.nupkg", "size": 0, @@ -221,9 +214,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.3.1/nuget.configuration.6.3.1.nupkg", "size": 0, @@ -271,9 +262,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.credentials/6.0.0/nuget.credentials.6.0.0.nupkg", "size": 0, @@ -321,9 +310,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/6.0.0/nuget.dependencyresolver.core.6.0.0.nupkg", "size": 0, @@ -371,9 +358,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.3.1/nuget.frameworks.6.3.1.nupkg", "size": 0, @@ -421,9 +406,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/6.0.0/nuget.librarymodel.6.0.0.nupkg", "size": 0, @@ -471,9 +454,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.0.0/nuget.packaging.6.0.0.nupkg", "size": 0, @@ -521,9 +502,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/6.0.0/nuget.projectmodel.6.0.0.nupkg", "size": 0, @@ -571,10 +550,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.0.0/nuget.protocol.6.0.0.nupkg", "size": 0, @@ -622,11 +598,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.0.0/nuget.versioning.6.0.0.nupkg", "size": 0, @@ -818,9 +790,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/14.0.13/system.io.abstractions.14.0.13.nupkg", "size": 0, @@ -1306,10 +1276,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -1357,9 +1324,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -1407,9 +1372,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.common/6.3.1/nuget.common.6.3.1.nupkg", "size": 0, @@ -1457,9 +1420,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.configuration/6.3.1/nuget.configuration.6.3.1.nupkg", "size": 0, @@ -1507,9 +1468,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.credentials/6.0.0/nuget.credentials.6.0.0.nupkg", "size": 0, @@ -1557,9 +1516,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.dependencyresolver.core/6.0.0/nuget.dependencyresolver.core.6.0.0.nupkg", "size": 0, @@ -1607,9 +1564,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/6.3.1/nuget.frameworks.6.3.1.nupkg", "size": 0, @@ -1657,9 +1612,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.librarymodel/6.0.0/nuget.librarymodel.6.0.0.nupkg", "size": 0, @@ -1707,9 +1660,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.packaging/6.0.0/nuget.packaging.6.0.0.nupkg", "size": 0, @@ -1757,9 +1708,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.projectmodel/6.0.0/nuget.projectmodel.6.0.0.nupkg", "size": 0, @@ -1807,10 +1756,7 @@ "url": "" } ], - "keywords": [ - "nuget", - "protocol" - ], + "keywords": ["nuget", "protocol"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.protocol/6.0.0/nuget.protocol.6.0.0.nupkg", "size": 0, @@ -1858,11 +1804,7 @@ "url": "" } ], - "keywords": [ - "semver", - "semantic", - "versioning" - ], + "keywords": ["semver", "semantic", "versioning"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.versioning/6.0.0/nuget.versioning.6.0.0.nupkg", "size": 0, @@ -2054,9 +1996,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/14.0.13/system.io.abstractions.14.0.13.nupkg", "size": 0, @@ -2517,4 +2457,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated/DotNetOutdated.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated/DotNetOutdated.csproj-expected.json index 6bfc5352..f49bd5af 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated/DotNetOutdated.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated/DotNetOutdated.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/src/DotNetOutdated/DotNetOutdated.csproj" ], "project_framework": "netcoreapp3.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -365,9 +365,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -1868,9 +1866,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -3051,4 +3047,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/build-props/build-props.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/build-props/build-props.csproj-expected.json index 6cde1a2b..14770d75 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/build-props/build-props.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/build-props/build-props.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/build-props/build-props.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.1/newtonsoft.json.11.0.1.nupkg", "size": 0, @@ -126,9 +124,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.1/newtonsoft.json.11.0.1.nupkg", "size": 0, @@ -157,4 +153,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/development-dependencies/development-dependencies.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/development-dependencies/development-dependencies.csproj-expected.json index c7a04906..7a881e00 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/development-dependencies/development-dependencies.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/development-dependencies/development-dependencies.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/development-dependencies/development-dependencies.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -184,9 +184,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.1/newtonsoft.json.11.0.1.nupkg", "size": 0, @@ -456,9 +454,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.1/newtonsoft.json.11.0.1.nupkg", "size": 0, @@ -589,4 +585,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/multi-target/multi-target.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/multi-target/multi-target.csproj-expected.json index 697e4c9f..38edc767 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/multi-target/multi-target.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/multi-target/multi-target.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test-projects/multi-target/multi-target.csproj" ], "project_framework": "netstandard1.6", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/1.0.4/microsoft.aspnetcore.http.abstractions.1.0.4.nupkg", "size": 0, @@ -120,9 +118,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/1.0.4/microsoft.aspnetcore.http.extensions.1.0.4.nupkg", "size": 0, @@ -170,9 +166,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/1.0.4/microsoft.aspnetcore.http.features.1.0.4.nupkg", "size": 0, @@ -220,10 +214,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/1.0.1/microsoft.extensions.fileproviders.abstractions.1.0.1.nupkg", "size": 0, @@ -271,9 +262,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/1.0.1/microsoft.extensions.primitives.1.0.1.nupkg", "size": 0, @@ -321,9 +310,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/1.0.4/microsoft.net.http.headers.1.0.4.nupkg", "size": 0, @@ -2777,9 +2764,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/1.0.4/microsoft.aspnetcore.http.abstractions.1.0.4.nupkg", "size": 0, @@ -2827,9 +2812,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/1.0.4/microsoft.aspnetcore.http.extensions.1.0.4.nupkg", "size": 0, @@ -2877,9 +2860,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/1.0.4/microsoft.aspnetcore.http.features.1.0.4.nupkg", "size": 0, @@ -2927,10 +2908,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/1.0.1/microsoft.extensions.fileproviders.abstractions.1.0.1.nupkg", "size": 0, @@ -2978,9 +2956,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/1.0.1/microsoft.extensions.primitives.1.0.1.nupkg", "size": 0, @@ -3028,9 +3004,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "http://www.asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/1.0.4/microsoft.net.http.headers.1.0.4.nupkg", "size": 0, @@ -5459,4 +5433,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/DotNetOutdated.Tests.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/DotNetOutdated.Tests.csproj-expected.json index 3bdb8f2b..1b192e7e 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/DotNetOutdated.Tests.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/DotNetOutdated.Tests.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/DotNetOutdated.Tests.csproj" ], "project_framework": "netcoreapp3.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -126,10 +126,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -703,9 +700,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -753,9 +748,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -2291,9 +2284,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/14.0.13/system.io.abstractions.14.0.13.nupkg", "size": 0, @@ -2341,9 +2332,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions.testinghelpers/14.0.13/system.io.abstractions.testinghelpers.14.0.13.nupkg", "size": 0, @@ -4907,10 +4896,7 @@ "url": "" } ], - "keywords": [ - "commandline", - "parsing" - ], + "keywords": ["commandline", "parsing"], "homepage_url": "https://github.com/natemcmaster/CommandLineUtils", "download_url": "https://api.nuget.org/v3-flatcontainer/mcmaster.extensions.commandlineutils/4.0.1/mcmaster.extensions.commandlineutils.4.0.1.nupkg", "size": 0, @@ -5484,9 +5470,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/13.0.1/newtonsoft.json.13.0.1.nupkg", "size": 0, @@ -5534,9 +5518,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "https://aka.ms/nugetprj", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/5.0.0/nuget.frameworks.5.0.0.nupkg", "size": 0, @@ -7072,9 +7054,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions/14.0.13/system.io.abstractions.14.0.13.nupkg", "size": 0, @@ -7122,9 +7102,7 @@ "url": "" } ], - "keywords": [ - "testing" - ], + "keywords": ["testing"], "homepage_url": "https://github.com/System-IO-Abstractions/System.IO.Abstractions", "download_url": "https://api.nuget.org/v3-flatcontainer/system.io.abstractions.testinghelpers/14.0.13/system.io.abstractions.testinghelpers.14.0.13.nupkg", "size": 0, @@ -9607,4 +9585,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/CPVMProject.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/CPVMProject.csproj-expected.json index 23135b42..adfc8702 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/CPVMProject.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/CPVMProject.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/CPVMProject.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/LegacySdk.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/LegacySdk.csproj-expected.json index 1c8b2431..13626c34 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/LegacySdk.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/LegacySdk.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/LegacySdk.csproj" ], "project_framework": "net47", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/MicrosoftSdk.csproj-expected.json b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/MicrosoftSdk.csproj-expected.json index 5f992868..b2fb1e3c 100644 --- a/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/MicrosoftSdk.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/MicrosoftSdk.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/dotnet-outdated/dotnet-outdated-782521a/test/DotNetOutdated.Tests/TestData/MicrosoftSdk.csproj" ], "project_framework": "netcoreapp2.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/multiprojects.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/multiprojects.csproj-expected.json index 1f051abf..96399492 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/multiprojects.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/multiprojects.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/multiprojects.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/test/test.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/test/test.csproj-expected.json index 559363c7..d715cfed 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/test/test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/test/test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/multiprojects/test/test.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/noproject/noproject.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/noproject/noproject.csproj-expected.json index 54972570..b53fdfa4 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/noproject/noproject.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/noproject/noproject.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/noproject/noproject.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/oneproject/SampleProject.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/oneproject/SampleProject.csproj-expected.json index cae7d591..f8376189 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/oneproject/SampleProject.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/oneproject/SampleProject.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/oneproject/SampleProject.csproj" ], "project_framework": "netstandard2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/api/api.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/api/api.csproj-expected.json index 05f9c389..c56141a3 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/api/api.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/api/api.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/api/api.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -119,10 +116,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -174,10 +168,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -223,10 +214,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -253,4 +241,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/core/core.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/core/core.csproj-expected.json index c5ea1b7a..df6c53eb 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/core/core.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/core/core.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagereferences/simple-multi-assets/core/core.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -119,10 +116,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -174,10 +168,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -223,10 +214,7 @@ "url": "" } ], - "keywords": [ - "nl", - "frats" - ], + "keywords": ["nl", "frats"], "homepage_url": "http://localhost/", "download_url": "https://api.nuget.org/v3-flatcontainer/mylogger/1.0.0/mylogger.1.0.0.nupkg", "size": 0, @@ -253,4 +241,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected-net461.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected-net461.json index b3b8d6b1..2560bf00 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected-net461.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected-net461.json @@ -2,14 +2,14 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj", "--target-framework net461" ], "project_framework": "net461", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -121,9 +121,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -278,9 +276,7 @@ "url": "" } ], - "keywords": [ - "jQuery" - ], + "keywords": ["jQuery"], "homepage_url": "http://jquery.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/jquery/3.0.0/jquery.3.0.0.nupkg", "size": 0, @@ -353,4 +349,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected.json b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected.json index 6d9eb3ef..84d71b32 100644 --- a/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/nuget-deps-tree/nuget-deps-tree-608b32e/test/resources/packagesconfig/packagesconfig.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-net45.json b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-net45.json index eab24661..e935b810 100644 --- a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-net45.json +++ b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-net45.json @@ -2,7 +2,7 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj", @@ -10,7 +10,7 @@ "--nuget-config /complex/thirdparty-suites/ort-tests/dotnet/nuget.config" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -251,4 +251,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-netcoreapp3.1.json b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-netcoreapp3.1.json index 87261031..ab2d40c7 100644 --- a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-netcoreapp3.1.json +++ b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-netcoreapp3.1.json @@ -2,7 +2,7 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj", @@ -10,7 +10,7 @@ "--nuget-config /complex/thirdparty-suites/ort-tests/dotnet/nuget.config" ], "project_framework": "netcoreapp3.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -635,4 +635,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-no-target.json b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-no-target.json index 943aeef6..9f9c1deb 100644 --- a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-no-target.json +++ b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected-no-target.json @@ -2,14 +2,14 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj", "--nuget-config /complex/thirdparty-suites/ort-tests/dotnet/nuget.config" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -250,4 +250,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected.json b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected.json index 81d119d0..41d2f28d 100644 --- a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/ort-tests/dotnet/subProjectTest/test.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -249,4 +249,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTestWithNuspec/test.csproj-expected.json b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTestWithNuspec/test.csproj-expected.json index ff3efaf4..ce5986ca 100644 --- a/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTestWithNuspec/test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/ort-tests/dotnet/subProjectTestWithNuspec/test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/ort-tests/dotnet/subProjectTestWithNuspec/test.csproj" ], "project_framework": "net45", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -249,4 +249,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables-resolved/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables-resolved/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json index b71a2ec1..24325ce3 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables-resolved/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables-resolved/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables-resolved/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj" ], "project_framework": "netcoreapp2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "CodeCoverage", - "Microsoft" - ], + "keywords": ["CodeCoverage", "Microsoft"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/1.0.3/microsoft.codecoverage.1.0.3.nupkg", "size": 0, @@ -676,9 +673,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5490,10 +5485,7 @@ "url": "" } ], - "keywords": [ - "CodeCoverage", - "Microsoft" - ], + "keywords": ["CodeCoverage", "Microsoft"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/1.0.3/microsoft.codecoverage.1.0.3.nupkg", "size": 0, @@ -6096,9 +6088,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -10885,4 +10875,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json index 65530da9..3ebfeb0a 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/Steeltoe/test/dotnet-variables/Steeltoe.Extensions.Configuration.CloudFoundryAutofac.Test.csproj" ], "project_framework": "netcoreapp2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,10 +70,7 @@ "url": "" } ], - "keywords": [ - "CodeCoverage", - "Microsoft" - ], + "keywords": ["CodeCoverage", "Microsoft"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/1.0.3/microsoft.codecoverage.1.0.3.nupkg", "size": 0, @@ -676,9 +673,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -5490,10 +5485,7 @@ "url": "" } ], - "keywords": [ - "CodeCoverage", - "Microsoft" - ], + "keywords": ["CodeCoverage", "Microsoft"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codecoverage/1.0.3/microsoft.codecoverage.1.0.3.nupkg", "size": 0, @@ -6096,9 +6088,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/9.0.1/newtonsoft.json.9.0.1.nupkg", "size": 0, @@ -10885,4 +10875,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-frameworks/conditional-frameworks.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-frameworks/conditional-frameworks.csproj-expected.json index af81bd75..464d2adc 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-frameworks/conditional-frameworks.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-frameworks/conditional-frameworks.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-frameworks/conditional-frameworks.csproj" ], "project_framework": "any", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -55,4 +55,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-frameworks.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-frameworks.csproj-expected.json index e2d32e21..b0d39513 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-frameworks.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-frameworks.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-frameworks.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -169,4 +169,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-multitargetframeworks.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-multitargetframeworks.csproj-expected.json index e691a189..4e292a93 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-multitargetframeworks.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-multitargetframeworks.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/conditional-multitargetframeworks.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -169,4 +169,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-frameworks.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-frameworks.csproj-expected.json index 60709483..72eb259e 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-frameworks.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-frameworks.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-frameworks.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -169,4 +169,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-multitargetframeworks.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-multitargetframeworks.csproj-expected.json index 292e8f41..2cf45384 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-multitargetframeworks.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-multitargetframeworks.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-conditional-targetframework/regular-multitargetframeworks.csproj" ], "project_framework": "net472", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -169,4 +169,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj-expected.json index 47c4bd31..0dd40b23 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj" ], "project_framework": "netcoreapp1.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [ "Failed to process project file: /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-complex-target-frameworks/simple-project.csproj with:\nSystem.NullReferenceException: Object reference not set to an instance of an object.\n at NugetInspector.NugetApi.CheckGraphForErrors(GraphNode`1 resolved_graph) in ./nuget-inspector/NugetApi.cs:line 944\n at NugetInspector.NugetApi.ResolveDependenciesForPackageReference(IEnumerable`1 target_references) in ./nuget-inspector/NugetApi.cs:line 772\n at NugetInspector.ProjectFileProcessor.ResolveUsingLib() in ./nuget-inspector/ProjectFileProcessor.cs:line 446\n at NugetInspector.ProjectScanner.RunScan() in ./nuget-inspector/ProjectScanner.cs:line 293" @@ -57,4 +57,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj-expected.json index 596e617f..36efd3ab 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj" ], "project_framework": "netcoreapp1.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [ "Failed to process project file: /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-empty-item-group/simple-project-empty-item-group.csproj with:\nSystem.NullReferenceException: Object reference not set to an instance of an object.\n at NugetInspector.NugetApi.CheckGraphForErrors(GraphNode`1 resolved_graph) in ./nuget-inspector/NugetApi.cs:line 944\n at NugetInspector.NugetApi.ResolveDependenciesForPackageReference(IEnumerable`1 target_references) in ./nuget-inspector/NugetApi.cs:line 772\n at NugetInspector.ProjectFileProcessor.ResolveUsingLib() in ./nuget-inspector/ProjectFileProcessor.cs:line 446\n at NugetInspector.ProjectScanner.RunScan() in ./nuget-inspector/ProjectScanner.cs:line 293" @@ -57,4 +57,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-no-ver.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-no-ver.csproj-expected.json index 775145bc..059481a6 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-no-ver.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-no-ver.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-no-ver.csproj" ], "project_framework": "netcoreapp2.2", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -70,9 +70,7 @@ "url": "" } ], - "keywords": [ - "libuv" - ], + "keywords": ["libuv"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/libuv/1.9.1/libuv.1.9.1.nupkg", "size": 0, @@ -120,11 +118,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -677,10 +671,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -728,10 +719,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -2006,9 +1994,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -8072,9 +8058,7 @@ "url": "" } ], - "keywords": [ - "libuv" - ], + "keywords": ["libuv"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/libuv/1.9.1/libuv.1.9.1.nupkg", "size": 0, @@ -8122,11 +8106,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -8679,10 +8659,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -8730,10 +8707,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -10008,9 +9982,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -16049,4 +16021,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-star-ver.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-star-ver.csproj-expected.json index ebb52e99..20ef8708 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-star-ver.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-star-ver.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project-no-version-and-version-star/foobar-star-ver.csproj" ], "project_framework": "netcoreapp2.2", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -124,9 +124,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore/2.2.0/microsoft.aspnetcore.2.2.0.nupkg", "size": 0, @@ -174,10 +172,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "antiforgery" - ], + "keywords": ["aspnetcore", "antiforgery"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.antiforgery/2.2.0/microsoft.aspnetcore.antiforgery.2.2.0.nupkg", "size": 0, @@ -225,9 +220,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app/2.2.8/microsoft.aspnetcore.app.2.2.8.nupkg", "size": 0, @@ -275,11 +268,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication/2.2.0/microsoft.aspnetcore.authentication.2.2.0.nupkg", "size": 0, @@ -327,11 +316,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg", "size": 0, @@ -379,11 +364,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.cookies/2.2.0/microsoft.aspnetcore.authentication.cookies.2.2.0.nupkg", "size": 0, @@ -431,11 +412,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg", "size": 0, @@ -483,11 +460,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.facebook/2.2.0/microsoft.aspnetcore.authentication.facebook.2.2.0.nupkg", "size": 0, @@ -535,11 +508,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.google/2.2.2/microsoft.aspnetcore.authentication.google.2.2.2.nupkg", "size": 0, @@ -587,11 +556,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/2.2.0/microsoft.aspnetcore.authentication.jwtbearer.2.2.0.nupkg", "size": 0, @@ -639,11 +604,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.microsoftaccount/2.2.0/microsoft.aspnetcore.authentication.microsoftaccount.2.2.0.nupkg", "size": 0, @@ -691,11 +652,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.oauth/2.2.0/microsoft.aspnetcore.authentication.oauth.2.2.0.nupkg", "size": 0, @@ -743,11 +700,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.openidconnect/2.2.0/microsoft.aspnetcore.authentication.openidconnect.2.2.0.nupkg", "size": 0, @@ -795,11 +748,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.twitter/2.2.0/microsoft.aspnetcore.authentication.twitter.2.2.0.nupkg", "size": 0, @@ -847,11 +796,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.wsfederation/2.2.0/microsoft.aspnetcore.authentication.wsfederation.2.2.0.nupkg", "size": 0, @@ -899,10 +844,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg", "size": 0, @@ -950,10 +892,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg", "size": 0, @@ -1001,9 +940,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.connections.abstractions/2.2.0/microsoft.aspnetcore.connections.abstractions.2.2.0.nupkg", "size": 0, @@ -1051,9 +988,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cookiepolicy/2.2.8/microsoft.aspnetcore.cookiepolicy.2.2.8.nupkg", "size": 0, @@ -1101,10 +1036,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cors" - ], + "keywords": ["aspnetcore", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.2.0/microsoft.aspnetcore.cors.2.2.0.nupkg", "size": 0, @@ -1152,10 +1084,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.internal/2.2.0/microsoft.aspnetcore.cryptography.internal.2.2.0.nupkg", "size": 0, @@ -1203,10 +1132,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.keyderivation/2.2.0/microsoft.aspnetcore.cryptography.keyderivation.2.2.0.nupkg", "size": 0, @@ -1254,10 +1180,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection/2.2.0/microsoft.aspnetcore.dataprotection.2.2.0.nupkg", "size": 0, @@ -1305,10 +1228,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.abstractions/2.2.0/microsoft.aspnetcore.dataprotection.abstractions.2.2.0.nupkg", "size": 0, @@ -1356,10 +1276,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.extensions/2.2.0/microsoft.aspnetcore.dataprotection.extensions.2.2.0.nupkg", "size": 0, @@ -1407,10 +1324,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics/2.2.0/microsoft.aspnetcore.diagnostics.2.2.0.nupkg", "size": 0, @@ -1458,10 +1372,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.abstractions/2.2.0/microsoft.aspnetcore.diagnostics.abstractions.2.2.0.nupkg", "size": 0, @@ -1509,11 +1420,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics", - "entityframeworkcore" - ], + "keywords": ["aspnetcore", "diagnostics", "entityframeworkcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.2.1/microsoft.aspnetcore.diagnostics.entityframeworkcore.2.2.1.nupkg", "size": 0, @@ -1561,10 +1468,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.healthchecks/2.2.0/microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg", "size": 0, @@ -1612,9 +1516,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hostfiltering/2.2.0/microsoft.aspnetcore.hostfiltering.2.2.0.nupkg", "size": 0, @@ -1662,10 +1564,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting/2.2.7/microsoft.aspnetcore.hosting.2.2.7.nupkg", "size": 0, @@ -1713,10 +1612,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -1764,10 +1660,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg", "size": 0, @@ -1815,9 +1708,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.html.abstractions/2.2.0/microsoft.aspnetcore.html.abstractions.2.2.0.nupkg", "size": 0, @@ -1865,9 +1756,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.2/microsoft.aspnetcore.http.2.2.2.nupkg", "size": 0, @@ -1915,9 +1804,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg", "size": 0, @@ -1965,10 +1852,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.connections/1.1.0/microsoft.aspnetcore.http.connections.1.1.0.nupkg", "size": 0, @@ -2016,10 +1900,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.connections.common/1.1.0/microsoft.aspnetcore.http.connections.common.1.1.0.nupkg", "size": 0, @@ -2067,9 +1948,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg", "size": 0, @@ -2117,9 +1996,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg", "size": 0, @@ -2167,12 +2044,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "proxy", - "headers", - "xforwarded" - ], + "keywords": ["aspnetcore", "proxy", "headers", "xforwarded"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.httpoverrides/2.2.0/microsoft.aspnetcore.httpoverrides.2.2.0.nupkg", "size": 0, @@ -2220,11 +2092,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "https", - "hsts" - ], + "keywords": ["aspnetcore", "https", "hsts"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.httpspolicy/2.2.0/microsoft.aspnetcore.httpspolicy.2.2.0.nupkg", "size": 0, @@ -2272,11 +2140,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity/2.2.0/microsoft.aspnetcore.identity.2.2.0.nupkg", "size": 0, @@ -2377,12 +2241,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership", - "razorpages" - ], + "keywords": ["aspnetcore", "identity", "membership", "razorpages"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity.ui/2.2.5/microsoft.aspnetcore.identity.ui.2.2.5.nupkg", "size": 0, @@ -2430,11 +2289,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "json", - "jsonpatch" - ], + "keywords": ["aspnetcore", "json", "jsonpatch"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/2.2.0/microsoft.aspnetcore.jsonpatch.2.2.0.nupkg", "size": 0, @@ -2482,10 +2337,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization/2.2.0/microsoft.aspnetcore.localization.2.2.0.nupkg", "size": 0, @@ -2533,10 +2385,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization.routing/2.2.0/microsoft.aspnetcore.localization.routing.2.2.0.nupkg", "size": 0, @@ -2584,10 +2433,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.middlewareanalysis/2.2.0/microsoft.aspnetcore.middlewareanalysis.2.2.0.nupkg", "size": 0, @@ -2635,10 +2481,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc/2.2.0/microsoft.aspnetcore.mvc.2.2.0.nupkg", "size": 0, @@ -2686,10 +2529,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg", "size": 0, @@ -2737,10 +2577,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.analyzers/2.2.0/microsoft.aspnetcore.mvc.analyzers.2.2.0.nupkg", "size": 0, @@ -2788,10 +2625,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.apiexplorer/2.2.0/microsoft.aspnetcore.mvc.apiexplorer.2.2.0.nupkg", "size": 0, @@ -2839,10 +2673,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.5/microsoft.aspnetcore.mvc.core.2.2.5.nupkg", "size": 0, @@ -2890,11 +2721,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cors" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.cors/2.2.0/microsoft.aspnetcore.mvc.cors.2.2.0.nupkg", "size": 0, @@ -2942,10 +2769,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dataannotations/2.2.0/microsoft.aspnetcore.mvc.dataannotations.2.2.0.nupkg", "size": 0, @@ -2993,11 +2817,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "json" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.json/2.2.0/microsoft.aspnetcore.mvc.formatters.json.2.2.0.nupkg", "size": 0, @@ -3045,11 +2865,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "xml" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "xml"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.xml/2.2.0/microsoft.aspnetcore.mvc.formatters.xml.2.2.0.nupkg", "size": 0, @@ -3097,11 +2913,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "localization" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.localization/2.2.0/microsoft.aspnetcore.mvc.localization.2.2.0.nupkg", "size": 0, @@ -3149,12 +2961,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.2.0/microsoft.aspnetcore.mvc.razor.2.2.0.nupkg", "size": 0, @@ -3202,12 +3009,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "cshtml", "razor", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor.extensions/2.2.0/microsoft.aspnetcore.mvc.razor.extensions.2.2.0.nupkg", "size": 0, @@ -3309,12 +3111,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razorpages/2.2.5/microsoft.aspnetcore.mvc.razorpages.2.2.5.nupkg", "size": 0, @@ -3415,10 +3212,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.viewfeatures/2.2.0/microsoft.aspnetcore.mvc.viewfeatures.2.2.0.nupkg", "size": 0, @@ -3466,11 +3260,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "nodeservices" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "nodeservices"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.nodeservices/2.2.0/microsoft.aspnetcore.nodeservices.2.2.0.nupkg", "size": 0, @@ -3518,10 +3308,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "owin" - ], + "keywords": ["aspnetcore", "owin"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.owin/2.2.0/microsoft.aspnetcore.owin.2.2.0.nupkg", "size": 0, @@ -3623,11 +3410,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.design/2.2.0/microsoft.aspnetcore.razor.design.2.2.0.nupkg", "size": 0, @@ -3675,11 +3458,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -3781,11 +3560,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching/2.2.0/microsoft.aspnetcore.responsecaching.2.2.0.nupkg", "size": 0, @@ -3833,11 +3608,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg", "size": 0, @@ -3885,9 +3656,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecompression/2.2.0/microsoft.aspnetcore.responsecompression.2.2.0.nupkg", "size": 0, @@ -3935,11 +3704,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "urlrewrite", - "mod_rewrite" - ], + "keywords": ["aspnetcore", "urlrewrite", "mod_rewrite"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.rewrite/2.2.0/microsoft.aspnetcore.rewrite.2.2.0.nupkg", "size": 0, @@ -3987,10 +3752,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.2/microsoft.aspnetcore.routing.2.2.2.nupkg", "size": 0, @@ -4038,10 +3800,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg", "size": 0, @@ -4089,11 +3848,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "weblistener", - "httpsys" - ], + "keywords": ["aspnetcore", "weblistener", "httpsys"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.httpsys/2.2.6/microsoft.aspnetcore.server.httpsys.2.2.6.nupkg", "size": 0, @@ -4141,10 +3896,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "iis" - ], + "keywords": ["aspnetcore", "iis"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.iis/2.2.6/microsoft.aspnetcore.server.iis.2.2.6.nupkg", "size": 0, @@ -4192,10 +3944,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "iis" - ], + "keywords": ["aspnetcore", "iis"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.iisintegration/2.2.1/microsoft.aspnetcore.server.iisintegration.2.2.1.nupkg", "size": 0, @@ -4243,10 +3992,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel/2.2.0/microsoft.aspnetcore.server.kestrel.2.2.0.nupkg", "size": 0, @@ -4294,10 +4040,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.core/2.2.0/microsoft.aspnetcore.server.kestrel.core.2.2.0.nupkg", "size": 0, @@ -4345,10 +4088,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.https/2.2.0/microsoft.aspnetcore.server.kestrel.https.2.2.0.nupkg", "size": 0, @@ -4396,10 +4136,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.2.0.nupkg", "size": 0, @@ -4447,10 +4184,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.transport.sockets/2.2.1/microsoft.aspnetcore.server.kestrel.transport.sockets.2.2.1.nupkg", "size": 0, @@ -4498,11 +4232,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "session", - "sessionstate" - ], + "keywords": ["aspnetcore", "session", "sessionstate"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.session/2.2.0/microsoft.aspnetcore.session.2.2.0.nupkg", "size": 0, @@ -4550,10 +4280,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr/1.1.0/microsoft.aspnetcore.signalr.1.1.0.nupkg", "size": 0, @@ -4601,10 +4328,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.common/1.1.0/microsoft.aspnetcore.signalr.common.1.1.0.nupkg", "size": 0, @@ -4652,10 +4376,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.core/1.1.0/microsoft.aspnetcore.signalr.core.1.1.0.nupkg", "size": 0, @@ -4703,10 +4424,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.protocols.json/1.1.0/microsoft.aspnetcore.signalr.protocols.json.1.1.0.nupkg", "size": 0, @@ -4802,11 +4520,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "nodeservices" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "nodeservices"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.spaservices.extensions/2.2.0/microsoft.aspnetcore.spaservices.extensions.2.2.0.nupkg", "size": 0, @@ -4854,10 +4568,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "staticfiles" - ], + "keywords": ["aspnetcore", "staticfiles"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/2.2.0/microsoft.aspnetcore.staticfiles.2.2.0.nupkg", "size": 0, @@ -4905,9 +4616,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.websockets/2.2.1/microsoft.aspnetcore.websockets.2.2.1.nupkg", "size": 0, @@ -4955,9 +4664,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg", "size": 0, @@ -5270,11 +4977,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.razor/2.2.0/microsoft.codeanalysis.razor.2.2.0.nupkg", "size": 0, @@ -5602,9 +5305,7 @@ "url": "" } ], - "keywords": [ - "efcore" - ], + "keywords": ["efcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/2.2.6/microsoft.entityframeworkcore.analyzers.2.2.6.nupkg", "size": 0, @@ -5950,11 +5651,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.2.0/microsoft.extensions.caching.abstractions.2.2.0.nupkg", "size": 0, @@ -6002,10 +5699,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.2.0/microsoft.extensions.caching.memory.2.2.0.nupkg", "size": 0, @@ -6053,11 +5747,7 @@ "url": "" } ], - "keywords": [ - "cache", - "distributedcache", - "sqlserver" - ], + "keywords": ["cache", "distributedcache", "sqlserver"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.sqlserver/2.2.0/microsoft.extensions.caching.sqlserver.2.2.0.nupkg", "size": 0, @@ -6105,9 +5795,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.2.0/microsoft.extensions.configuration.2.2.0.nupkg", "size": 0, @@ -6155,9 +5843,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg", "size": 0, @@ -6205,9 +5891,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.2.4/microsoft.extensions.configuration.binder.2.2.4.nupkg", "size": 0, @@ -6255,10 +5939,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "commandline" - ], + "keywords": ["configuration", "commandline"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/2.2.0/microsoft.extensions.configuration.commandline.2.2.0.nupkg", "size": 0, @@ -6306,11 +5987,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "envvar", - "environmentvariable" - ], + "keywords": ["configuration", "envvar", "environmentvariable"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.environmentvariables/2.2.4/microsoft.extensions.configuration.environmentvariables.2.2.4.nupkg", "size": 0, @@ -6358,9 +6035,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/2.2.0/microsoft.extensions.configuration.fileextensions.2.2.0.nupkg", "size": 0, @@ -6406,12 +6081,9 @@ "name": "Microsoft", "email": "", "url": "" - } - ], - "keywords": [ - "configuration", - "ini" + } ], + "keywords": ["configuration", "ini"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.ini/2.2.0/microsoft.extensions.configuration.ini.2.2.0.nupkg", "size": 0, @@ -6459,10 +6131,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "json" - ], + "keywords": ["configuration", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/2.2.0/microsoft.extensions.configuration.json.2.2.0.nupkg", "size": 0, @@ -6510,9 +6179,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.keyperfile/2.2.4/microsoft.extensions.configuration.keyperfile.2.2.4.nupkg", "size": 0, @@ -6560,11 +6227,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "secrets", - "usersecrets" - ], + "keywords": ["configuration", "secrets", "usersecrets"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.usersecrets/2.2.0/microsoft.extensions.configuration.usersecrets.2.2.0.nupkg", "size": 0, @@ -6612,10 +6275,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "xml" - ], + "keywords": ["configuration", "xml"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.xml/2.2.0/microsoft.extensions.configuration.xml.2.2.0.nupkg", "size": 0, @@ -6663,10 +6323,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -6714,10 +6371,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -6865,10 +6519,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks/2.2.5/microsoft.extensions.diagnostics.healthchecks.2.2.5.nupkg", "size": 0, @@ -6916,10 +6567,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks.abstractions/2.2.0/microsoft.extensions.diagnostics.healthchecks.abstractions.2.2.0.nupkg", "size": 0, @@ -6967,10 +6615,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg", "size": 0, @@ -7018,10 +6663,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.composite/2.2.0/microsoft.extensions.fileproviders.composite.2.2.0.nupkg", "size": 0, @@ -7069,10 +6711,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.embedded/2.2.0/microsoft.extensions.fileproviders.embedded.2.2.0.nupkg", "size": 0, @@ -7120,10 +6759,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/2.2.0/microsoft.extensions.fileproviders.physical.2.2.0.nupkg", "size": 0, @@ -7171,12 +6807,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem", - "glob", - "globbing" - ], + "keywords": ["files", "filesystem", "glob", "globbing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/2.2.0/microsoft.extensions.filesystemglobbing.2.2.0.nupkg", "size": 0, @@ -7224,9 +6855,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting/2.2.0/microsoft.extensions.hosting.2.2.0.nupkg", "size": 0, @@ -7274,9 +6903,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -7324,10 +6951,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/2.2.0/microsoft.extensions.http.2.2.0.nupkg", "size": 0, @@ -7375,11 +6999,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.identity.core/2.2.0/microsoft.extensions.identity.core.2.2.0.nupkg", "size": 0, @@ -7427,11 +7047,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.identity.stores/2.2.0/microsoft.extensions.identity.stores.2.2.0.nupkg", "size": 0, @@ -7479,9 +7095,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization/2.2.0/microsoft.extensions.localization.2.2.0.nupkg", "size": 0, @@ -7529,9 +7143,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization.abstractions/2.2.0/microsoft.extensions.localization.abstractions.2.2.0.nupkg", "size": 0, @@ -7579,9 +7191,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.2.0/microsoft.extensions.logging.2.2.0.nupkg", "size": 0, @@ -7629,9 +7239,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg", "size": 0, @@ -7679,9 +7287,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/2.2.0/microsoft.extensions.logging.configuration.2.2.0.nupkg", "size": 0, @@ -7729,9 +7335,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/2.2.0/microsoft.extensions.logging.console.2.2.0.nupkg", "size": 0, @@ -7779,9 +7383,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.debug/2.2.0/microsoft.extensions.logging.debug.2.2.0.nupkg", "size": 0, @@ -7829,11 +7431,7 @@ "url": "" } ], - "keywords": [ - "logging", - "EventSource", - "ETW" - ], + "keywords": ["logging", "EventSource", "ETW"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.eventsource/2.2.0/microsoft.extensions.logging.eventsource.2.2.0.nupkg", "size": 0, @@ -7881,10 +7479,7 @@ "url": "" } ], - "keywords": [ - "logging", - "tracesource" - ], + "keywords": ["logging", "tracesource"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.tracesource/2.2.0/microsoft.extensions.logging.tracesource.2.2.0.nupkg", "size": 0, @@ -7932,9 +7527,7 @@ "url": "" } ], - "keywords": [ - "pooling" - ], + "keywords": ["pooling"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg", "size": 0, @@ -7982,10 +7575,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg", "size": 0, @@ -8033,11 +7623,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "configuration", - "options" - ], + "keywords": ["aspnetcore", "configuration", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.2.0/microsoft.extensions.options.configurationextensions.2.2.0.nupkg", "size": 0, @@ -8085,11 +7671,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "validation", - "options" - ], + "keywords": ["aspnetcore", "validation", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.dataannotations/2.2.0/microsoft.extensions.options.dataannotations.2.2.0.nupkg", "size": 0, @@ -8137,9 +7719,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg", "size": 0, @@ -8187,9 +7767,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.2.0/microsoft.extensions.webencoders.2.2.0.nupkg", "size": 0, @@ -8685,9 +8263,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.8/microsoft.net.http.headers.2.2.8.nupkg", "size": 0, @@ -9400,9 +8976,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -9450,9 +9024,7 @@ "url": "" } ], - "keywords": [ - "bson" - ], + "keywords": ["bson"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg", "size": 0, @@ -9500,9 +9072,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -9550,11 +9120,7 @@ "url": "" } ], - "keywords": [ - "re-motion", - "LINQ", - "ExpressionTrees" - ], + "keywords": ["re-motion", "LINQ", "ExpressionTrees"], "homepage_url": "http://relinq.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/remotion.linq/2.2.0/remotion.linq.2.2.0.nupkg", "size": 0, @@ -15398,9 +14964,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore/2.2.0/microsoft.aspnetcore.2.2.0.nupkg", "size": 0, @@ -15448,10 +15012,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "antiforgery" - ], + "keywords": ["aspnetcore", "antiforgery"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.antiforgery/2.2.0/microsoft.aspnetcore.antiforgery.2.2.0.nupkg", "size": 0, @@ -15499,9 +15060,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.app/2.2.8/microsoft.aspnetcore.app.2.2.8.nupkg", "size": 0, @@ -15549,11 +15108,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication/2.2.0/microsoft.aspnetcore.authentication.2.2.0.nupkg", "size": 0, @@ -15601,11 +15156,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.abstractions/2.2.0/microsoft.aspnetcore.authentication.abstractions.2.2.0.nupkg", "size": 0, @@ -15653,11 +15204,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.cookies/2.2.0/microsoft.aspnetcore.authentication.cookies.2.2.0.nupkg", "size": 0, @@ -15705,11 +15252,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.core/2.2.0/microsoft.aspnetcore.authentication.core.2.2.0.nupkg", "size": 0, @@ -15757,11 +15300,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.facebook/2.2.0/microsoft.aspnetcore.authentication.facebook.2.2.0.nupkg", "size": 0, @@ -15809,11 +15348,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.google/2.2.2/microsoft.aspnetcore.authentication.google.2.2.2.nupkg", "size": 0, @@ -15861,11 +15396,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.jwtbearer/2.2.0/microsoft.aspnetcore.authentication.jwtbearer.2.2.0.nupkg", "size": 0, @@ -15913,11 +15444,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.microsoftaccount/2.2.0/microsoft.aspnetcore.authentication.microsoftaccount.2.2.0.nupkg", "size": 0, @@ -15965,11 +15492,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.oauth/2.2.0/microsoft.aspnetcore.authentication.oauth.2.2.0.nupkg", "size": 0, @@ -16017,11 +15540,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.openidconnect/2.2.0/microsoft.aspnetcore.authentication.openidconnect.2.2.0.nupkg", "size": 0, @@ -16069,11 +15588,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.twitter/2.2.0/microsoft.aspnetcore.authentication.twitter.2.2.0.nupkg", "size": 0, @@ -16121,11 +15636,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authentication", - "security" - ], + "keywords": ["aspnetcore", "authentication", "security"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authentication.wsfederation/2.2.0/microsoft.aspnetcore.authentication.wsfederation.2.2.0.nupkg", "size": 0, @@ -16173,10 +15684,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization/2.2.0/microsoft.aspnetcore.authorization.2.2.0.nupkg", "size": 0, @@ -16224,10 +15732,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "authorization" - ], + "keywords": ["aspnetcore", "authorization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.authorization.policy/2.2.0/microsoft.aspnetcore.authorization.policy.2.2.0.nupkg", "size": 0, @@ -16275,9 +15780,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.connections.abstractions/2.2.0/microsoft.aspnetcore.connections.abstractions.2.2.0.nupkg", "size": 0, @@ -16325,9 +15828,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cookiepolicy/2.2.8/microsoft.aspnetcore.cookiepolicy.2.2.8.nupkg", "size": 0, @@ -16375,10 +15876,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cors" - ], + "keywords": ["aspnetcore", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cors/2.2.0/microsoft.aspnetcore.cors.2.2.0.nupkg", "size": 0, @@ -16426,10 +15924,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.internal/2.2.0/microsoft.aspnetcore.cryptography.internal.2.2.0.nupkg", "size": 0, @@ -16477,10 +15972,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.cryptography.keyderivation/2.2.0/microsoft.aspnetcore.cryptography.keyderivation.2.2.0.nupkg", "size": 0, @@ -16528,10 +16020,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection/2.2.0/microsoft.aspnetcore.dataprotection.2.2.0.nupkg", "size": 0, @@ -16579,10 +16068,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.abstractions/2.2.0/microsoft.aspnetcore.dataprotection.abstractions.2.2.0.nupkg", "size": 0, @@ -16630,10 +16116,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "dataprotection" - ], + "keywords": ["aspnetcore", "dataprotection"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.dataprotection.extensions/2.2.0/microsoft.aspnetcore.dataprotection.extensions.2.2.0.nupkg", "size": 0, @@ -16681,10 +16164,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics/2.2.0/microsoft.aspnetcore.diagnostics.2.2.0.nupkg", "size": 0, @@ -16732,10 +16212,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.abstractions/2.2.0/microsoft.aspnetcore.diagnostics.abstractions.2.2.0.nupkg", "size": 0, @@ -16783,11 +16260,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics", - "entityframeworkcore" - ], + "keywords": ["aspnetcore", "diagnostics", "entityframeworkcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.entityframeworkcore/2.2.1/microsoft.aspnetcore.diagnostics.entityframeworkcore.2.2.1.nupkg", "size": 0, @@ -16835,10 +16308,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.diagnostics.healthchecks/2.2.0/microsoft.aspnetcore.diagnostics.healthchecks.2.2.0.nupkg", "size": 0, @@ -16886,9 +16356,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hostfiltering/2.2.0/microsoft.aspnetcore.hostfiltering.2.2.0.nupkg", "size": 0, @@ -16936,10 +16404,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting/2.2.7/microsoft.aspnetcore.hosting.2.2.7.nupkg", "size": 0, @@ -16987,10 +16452,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.abstractions/2.2.0/microsoft.aspnetcore.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -17038,10 +16500,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "hosting" - ], + "keywords": ["aspnetcore", "hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.hosting.server.abstractions/2.2.0/microsoft.aspnetcore.hosting.server.abstractions.2.2.0.nupkg", "size": 0, @@ -17089,9 +16548,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.html.abstractions/2.2.0/microsoft.aspnetcore.html.abstractions.2.2.0.nupkg", "size": 0, @@ -17139,9 +16596,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http/2.2.2/microsoft.aspnetcore.http.2.2.2.nupkg", "size": 0, @@ -17189,9 +16644,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.abstractions/2.2.0/microsoft.aspnetcore.http.abstractions.2.2.0.nupkg", "size": 0, @@ -17239,10 +16692,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.connections/1.1.0/microsoft.aspnetcore.http.connections.1.1.0.nupkg", "size": 0, @@ -17290,10 +16740,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.connections.common/1.1.0/microsoft.aspnetcore.http.connections.common.1.1.0.nupkg", "size": 0, @@ -17341,9 +16788,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.extensions/2.2.0/microsoft.aspnetcore.http.extensions.2.2.0.nupkg", "size": 0, @@ -17391,9 +16836,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.http.features/2.2.0/microsoft.aspnetcore.http.features.2.2.0.nupkg", "size": 0, @@ -17441,12 +16884,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "proxy", - "headers", - "xforwarded" - ], + "keywords": ["aspnetcore", "proxy", "headers", "xforwarded"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.httpoverrides/2.2.0/microsoft.aspnetcore.httpoverrides.2.2.0.nupkg", "size": 0, @@ -17494,11 +16932,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "https", - "hsts" - ], + "keywords": ["aspnetcore", "https", "hsts"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.httpspolicy/2.2.0/microsoft.aspnetcore.httpspolicy.2.2.0.nupkg", "size": 0, @@ -17546,11 +16980,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity/2.2.0/microsoft.aspnetcore.identity.2.2.0.nupkg", "size": 0, @@ -17651,12 +17081,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership", - "razorpages" - ], + "keywords": ["aspnetcore", "identity", "membership", "razorpages"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.identity.ui/2.2.5/microsoft.aspnetcore.identity.ui.2.2.5.nupkg", "size": 0, @@ -17704,11 +17129,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "json", - "jsonpatch" - ], + "keywords": ["aspnetcore", "json", "jsonpatch"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.jsonpatch/2.2.0/microsoft.aspnetcore.jsonpatch.2.2.0.nupkg", "size": 0, @@ -17756,10 +17177,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization/2.2.0/microsoft.aspnetcore.localization.2.2.0.nupkg", "size": 0, @@ -17807,10 +17225,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "localization" - ], + "keywords": ["aspnetcore", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.localization.routing/2.2.0/microsoft.aspnetcore.localization.routing.2.2.0.nupkg", "size": 0, @@ -17858,10 +17273,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "diagnostics" - ], + "keywords": ["aspnetcore", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.middlewareanalysis/2.2.0/microsoft.aspnetcore.middlewareanalysis.2.2.0.nupkg", "size": 0, @@ -17909,10 +17321,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc/2.2.0/microsoft.aspnetcore.mvc.2.2.0.nupkg", "size": 0, @@ -17960,10 +17369,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.abstractions/2.2.0/microsoft.aspnetcore.mvc.abstractions.2.2.0.nupkg", "size": 0, @@ -18011,10 +17417,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.analyzers/2.2.0/microsoft.aspnetcore.mvc.analyzers.2.2.0.nupkg", "size": 0, @@ -18062,10 +17465,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.apiexplorer/2.2.0/microsoft.aspnetcore.mvc.apiexplorer.2.2.0.nupkg", "size": 0, @@ -18113,10 +17513,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.core/2.2.5/microsoft.aspnetcore.mvc.core.2.2.5.nupkg", "size": 0, @@ -18160,15 +17557,11 @@ "type": "organization", "role": "author", "name": "Microsoft", - "email": "", - "url": "" - } - ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cors" + "email": "", + "url": "" + } ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cors"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.cors/2.2.0/microsoft.aspnetcore.mvc.cors.2.2.0.nupkg", "size": 0, @@ -18216,10 +17609,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.dataannotations/2.2.0/microsoft.aspnetcore.mvc.dataannotations.2.2.0.nupkg", "size": 0, @@ -18267,11 +17657,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "json" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.json/2.2.0/microsoft.aspnetcore.mvc.formatters.json.2.2.0.nupkg", "size": 0, @@ -18319,11 +17705,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "xml" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "xml"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.formatters.xml/2.2.0/microsoft.aspnetcore.mvc.formatters.xml.2.2.0.nupkg", "size": 0, @@ -18371,11 +17753,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "localization" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.localization/2.2.0/microsoft.aspnetcore.mvc.localization.2.2.0.nupkg", "size": 0, @@ -18423,12 +17801,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor/2.2.0/microsoft.aspnetcore.mvc.razor.2.2.0.nupkg", "size": 0, @@ -18476,12 +17849,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "cshtml", "razor", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razor.extensions/2.2.0/microsoft.aspnetcore.mvc.razor.extensions.2.2.0.nupkg", "size": 0, @@ -18583,12 +17951,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.razorpages/2.2.5/microsoft.aspnetcore.mvc.razorpages.2.2.5.nupkg", "size": 0, @@ -18636,12 +17999,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "taghelper", - "taghelpers" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "taghelper", "taghelpers"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.taghelpers/2.2.0/microsoft.aspnetcore.mvc.taghelpers.2.2.0.nupkg", "size": 0, @@ -18689,10 +18047,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc" - ], + "keywords": ["aspnetcore", "aspnetcoremvc"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.mvc.viewfeatures/2.2.0/microsoft.aspnetcore.mvc.viewfeatures.2.2.0.nupkg", "size": 0, @@ -18740,11 +18095,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "nodeservices" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "nodeservices"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.nodeservices/2.2.0/microsoft.aspnetcore.nodeservices.2.2.0.nupkg", "size": 0, @@ -18792,10 +18143,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "owin" - ], + "keywords": ["aspnetcore", "owin"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.owin/2.2.0/microsoft.aspnetcore.owin.2.2.0.nupkg", "size": 0, @@ -18843,13 +18191,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor", - "taghelper", - "taghelpers" - ], + "keywords": ["aspnetcore", "cshtml", "razor", "taghelper", "taghelpers"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor/2.2.0/microsoft.aspnetcore.razor.2.2.0.nupkg", "size": 0, @@ -18897,11 +18239,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.design/2.2.0/microsoft.aspnetcore.razor.design.2.2.0.nupkg", "size": 0, @@ -18949,11 +18287,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.language/2.2.0/microsoft.aspnetcore.razor.language.2.2.0.nupkg", "size": 0, @@ -19001,13 +18335,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor", - "taghelper", - "taghelpers" - ], + "keywords": ["aspnetcore", "cshtml", "razor", "taghelper", "taghelpers"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.razor.runtime/2.2.0/microsoft.aspnetcore.razor.runtime.2.2.0.nupkg", "size": 0, @@ -19055,11 +18383,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching/2.2.0/microsoft.aspnetcore.responsecaching.2.2.0.nupkg", "size": 0, @@ -19107,11 +18431,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cache", - "caching" - ], + "keywords": ["aspnetcore", "cache", "caching"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecaching.abstractions/2.2.0/microsoft.aspnetcore.responsecaching.abstractions.2.2.0.nupkg", "size": 0, @@ -19159,9 +18479,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.responsecompression/2.2.0/microsoft.aspnetcore.responsecompression.2.2.0.nupkg", "size": 0, @@ -19209,11 +18527,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "urlrewrite", - "mod_rewrite" - ], + "keywords": ["aspnetcore", "urlrewrite", "mod_rewrite"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.rewrite/2.2.0/microsoft.aspnetcore.rewrite.2.2.0.nupkg", "size": 0, @@ -19261,10 +18575,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing/2.2.2/microsoft.aspnetcore.routing.2.2.2.nupkg", "size": 0, @@ -19312,10 +18623,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "routing" - ], + "keywords": ["aspnetcore", "routing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.routing.abstractions/2.2.0/microsoft.aspnetcore.routing.abstractions.2.2.0.nupkg", "size": 0, @@ -19363,11 +18671,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "weblistener", - "httpsys" - ], + "keywords": ["aspnetcore", "weblistener", "httpsys"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.httpsys/2.2.6/microsoft.aspnetcore.server.httpsys.2.2.6.nupkg", "size": 0, @@ -19415,10 +18719,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "iis" - ], + "keywords": ["aspnetcore", "iis"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.iis/2.2.6/microsoft.aspnetcore.server.iis.2.2.6.nupkg", "size": 0, @@ -19466,10 +18767,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "iis" - ], + "keywords": ["aspnetcore", "iis"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.iisintegration/2.2.1/microsoft.aspnetcore.server.iisintegration.2.2.1.nupkg", "size": 0, @@ -19517,10 +18815,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel/2.2.0/microsoft.aspnetcore.server.kestrel.2.2.0.nupkg", "size": 0, @@ -19568,10 +18863,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.core/2.2.0/microsoft.aspnetcore.server.kestrel.core.2.2.0.nupkg", "size": 0, @@ -19619,10 +18911,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.https/2.2.0/microsoft.aspnetcore.server.kestrel.https.2.2.0.nupkg", "size": 0, @@ -19670,10 +18959,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.transport.abstractions/2.2.0/microsoft.aspnetcore.server.kestrel.transport.abstractions.2.2.0.nupkg", "size": 0, @@ -19721,10 +19007,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "kestrel" - ], + "keywords": ["aspnetcore", "kestrel"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.server.kestrel.transport.sockets/2.2.1/microsoft.aspnetcore.server.kestrel.transport.sockets.2.2.1.nupkg", "size": 0, @@ -19772,11 +19055,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "session", - "sessionstate" - ], + "keywords": ["aspnetcore", "session", "sessionstate"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.session/2.2.0/microsoft.aspnetcore.session.2.2.0.nupkg", "size": 0, @@ -19824,10 +19103,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr/1.1.0/microsoft.aspnetcore.signalr.1.1.0.nupkg", "size": 0, @@ -19875,10 +19151,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.common/1.1.0/microsoft.aspnetcore.signalr.common.1.1.0.nupkg", "size": 0, @@ -19926,10 +19199,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.core/1.1.0/microsoft.aspnetcore.signalr.core.1.1.0.nupkg", "size": 0, @@ -19977,10 +19247,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "signalr" - ], + "keywords": ["aspnetcore", "signalr"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.signalr.protocols.json/1.1.0/microsoft.aspnetcore.signalr.protocols.json.1.1.0.nupkg", "size": 0, @@ -20076,11 +19343,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "aspnetcoremvc", - "nodeservices" - ], + "keywords": ["aspnetcore", "aspnetcoremvc", "nodeservices"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.spaservices.extensions/2.2.0/microsoft.aspnetcore.spaservices.extensions.2.2.0.nupkg", "size": 0, @@ -20128,10 +19391,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "staticfiles" - ], + "keywords": ["aspnetcore", "staticfiles"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.staticfiles/2.2.0/microsoft.aspnetcore.staticfiles.2.2.0.nupkg", "size": 0, @@ -20179,9 +19439,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.websockets/2.2.1/microsoft.aspnetcore.websockets.2.2.1.nupkg", "size": 0, @@ -20229,9 +19487,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.aspnetcore.webutilities/2.2.0/microsoft.aspnetcore.webutilities.2.2.0.nupkg", "size": 0, @@ -20544,11 +19800,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "cshtml", - "razor" - ], + "keywords": ["aspnetcore", "cshtml", "razor"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.codeanalysis.razor/2.2.0/microsoft.codeanalysis.razor.2.2.0.nupkg", "size": 0, @@ -20876,9 +20128,7 @@ "url": "" } ], - "keywords": [ - "efcore" - ], + "keywords": ["efcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.entityframeworkcore.analyzers/2.2.6/microsoft.entityframeworkcore.analyzers.2.2.6.nupkg", "size": 0, @@ -21224,11 +20474,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache", - "distributedcache" - ], + "keywords": ["cache", "memorycache", "distributedcache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.abstractions/2.2.0/microsoft.extensions.caching.abstractions.2.2.0.nupkg", "size": 0, @@ -21276,10 +20522,7 @@ "url": "" } ], - "keywords": [ - "cache", - "memorycache" - ], + "keywords": ["cache", "memorycache"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.memory/2.2.0/microsoft.extensions.caching.memory.2.2.0.nupkg", "size": 0, @@ -21327,11 +20570,7 @@ "url": "" } ], - "keywords": [ - "cache", - "distributedcache", - "sqlserver" - ], + "keywords": ["cache", "distributedcache", "sqlserver"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.caching.sqlserver/2.2.0/microsoft.extensions.caching.sqlserver.2.2.0.nupkg", "size": 0, @@ -21379,9 +20618,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration/2.2.0/microsoft.extensions.configuration.2.2.0.nupkg", "size": 0, @@ -21429,9 +20666,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.abstractions/2.2.0/microsoft.extensions.configuration.abstractions.2.2.0.nupkg", "size": 0, @@ -21479,9 +20714,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.binder/2.2.4/microsoft.extensions.configuration.binder.2.2.4.nupkg", "size": 0, @@ -21529,10 +20762,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "commandline" - ], + "keywords": ["configuration", "commandline"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.commandline/2.2.0/microsoft.extensions.configuration.commandline.2.2.0.nupkg", "size": 0, @@ -21580,11 +20810,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "envvar", - "environmentvariable" - ], + "keywords": ["configuration", "envvar", "environmentvariable"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.environmentvariables/2.2.4/microsoft.extensions.configuration.environmentvariables.2.2.4.nupkg", "size": 0, @@ -21632,9 +20858,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.fileextensions/2.2.0/microsoft.extensions.configuration.fileextensions.2.2.0.nupkg", "size": 0, @@ -21682,10 +20906,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "ini" - ], + "keywords": ["configuration", "ini"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.ini/2.2.0/microsoft.extensions.configuration.ini.2.2.0.nupkg", "size": 0, @@ -21733,10 +20954,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "json" - ], + "keywords": ["configuration", "json"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.json/2.2.0/microsoft.extensions.configuration.json.2.2.0.nupkg", "size": 0, @@ -21784,9 +21002,7 @@ "url": "" } ], - "keywords": [ - "configuration" - ], + "keywords": ["configuration"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.keyperfile/2.2.4/microsoft.extensions.configuration.keyperfile.2.2.4.nupkg", "size": 0, @@ -21834,11 +21050,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "secrets", - "usersecrets" - ], + "keywords": ["configuration", "secrets", "usersecrets"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.usersecrets/2.2.0/microsoft.extensions.configuration.usersecrets.2.2.0.nupkg", "size": 0, @@ -21886,10 +21098,7 @@ "url": "" } ], - "keywords": [ - "configuration", - "xml" - ], + "keywords": ["configuration", "xml"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.configuration.xml/2.2.0/microsoft.extensions.configuration.xml.2.2.0.nupkg", "size": 0, @@ -21937,10 +21146,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection/2.2.0/microsoft.extensions.dependencyinjection.2.2.0.nupkg", "size": 0, @@ -21988,10 +21194,7 @@ "url": "" } ], - "keywords": [ - "dependencyinjection", - "di" - ], + "keywords": ["dependencyinjection", "di"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.dependencyinjection.abstractions/2.2.0/microsoft.extensions.dependencyinjection.abstractions.2.2.0.nupkg", "size": 0, @@ -22087,11 +21290,7 @@ "url": "" } ], - "keywords": [ - "diagnosticadapter", - "diagnosticlistener", - "diagnostics" - ], + "keywords": ["diagnosticadapter", "diagnosticlistener", "diagnostics"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnosticadapter/2.2.0/microsoft.extensions.diagnosticadapter.2.2.0.nupkg", "size": 0, @@ -22139,10 +21338,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks/2.2.5/microsoft.extensions.diagnostics.healthchecks.2.2.5.nupkg", "size": 0, @@ -22190,10 +21386,7 @@ "url": "" } ], - "keywords": [ - "diagnostics", - "healthchecks" - ], + "keywords": ["diagnostics", "healthchecks"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.diagnostics.healthchecks.abstractions/2.2.0/microsoft.extensions.diagnostics.healthchecks.abstractions.2.2.0.nupkg", "size": 0, @@ -22241,10 +21434,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.abstractions/2.2.0/microsoft.extensions.fileproviders.abstractions.2.2.0.nupkg", "size": 0, @@ -22292,10 +21482,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.composite/2.2.0/microsoft.extensions.fileproviders.composite.2.2.0.nupkg", "size": 0, @@ -22343,10 +21530,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.embedded/2.2.0/microsoft.extensions.fileproviders.embedded.2.2.0.nupkg", "size": 0, @@ -22394,10 +21578,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem" - ], + "keywords": ["files", "filesystem"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.fileproviders.physical/2.2.0/microsoft.extensions.fileproviders.physical.2.2.0.nupkg", "size": 0, @@ -22445,12 +21626,7 @@ "url": "" } ], - "keywords": [ - "files", - "filesystem", - "glob", - "globbing" - ], + "keywords": ["files", "filesystem", "glob", "globbing"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.filesystemglobbing/2.2.0/microsoft.extensions.filesystemglobbing.2.2.0.nupkg", "size": 0, @@ -22498,9 +21674,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting/2.2.0/microsoft.extensions.hosting.2.2.0.nupkg", "size": 0, @@ -22548,9 +21722,7 @@ "url": "" } ], - "keywords": [ - "hosting" - ], + "keywords": ["hosting"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.hosting.abstractions/2.2.0/microsoft.extensions.hosting.abstractions.2.2.0.nupkg", "size": 0, @@ -22598,10 +21770,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "httpclient" - ], + "keywords": ["aspnetcore", "httpclient"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.http/2.2.0/microsoft.extensions.http.2.2.0.nupkg", "size": 0, @@ -22649,11 +21818,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.identity.core/2.2.0/microsoft.extensions.identity.core.2.2.0.nupkg", "size": 0, @@ -22701,11 +21866,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "identity", - "membership" - ], + "keywords": ["aspnetcore", "identity", "membership"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.identity.stores/2.2.0/microsoft.extensions.identity.stores.2.2.0.nupkg", "size": 0, @@ -22753,9 +21914,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization/2.2.0/microsoft.extensions.localization.2.2.0.nupkg", "size": 0, @@ -22803,9 +21962,7 @@ "url": "" } ], - "keywords": [ - "localization" - ], + "keywords": ["localization"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.localization.abstractions/2.2.0/microsoft.extensions.localization.abstractions.2.2.0.nupkg", "size": 0, @@ -22853,9 +22010,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging/2.2.0/microsoft.extensions.logging.2.2.0.nupkg", "size": 0, @@ -22903,9 +22058,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.abstractions/2.2.0/microsoft.extensions.logging.abstractions.2.2.0.nupkg", "size": 0, @@ -22953,9 +22106,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.configuration/2.2.0/microsoft.extensions.logging.configuration.2.2.0.nupkg", "size": 0, @@ -23003,9 +22154,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.console/2.2.0/microsoft.extensions.logging.console.2.2.0.nupkg", "size": 0, @@ -23053,9 +22202,7 @@ "url": "" } ], - "keywords": [ - "logging" - ], + "keywords": ["logging"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.debug/2.2.0/microsoft.extensions.logging.debug.2.2.0.nupkg", "size": 0, @@ -23103,11 +22250,7 @@ "url": "" } ], - "keywords": [ - "logging", - "EventSource", - "ETW" - ], + "keywords": ["logging", "EventSource", "ETW"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.eventsource/2.2.0/microsoft.extensions.logging.eventsource.2.2.0.nupkg", "size": 0, @@ -23155,10 +22298,7 @@ "url": "" } ], - "keywords": [ - "logging", - "tracesource" - ], + "keywords": ["logging", "tracesource"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.logging.tracesource/2.2.0/microsoft.extensions.logging.tracesource.2.2.0.nupkg", "size": 0, @@ -23206,9 +22346,7 @@ "url": "" } ], - "keywords": [ - "pooling" - ], + "keywords": ["pooling"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/2.2.0/microsoft.extensions.objectpool.2.2.0.nupkg", "size": 0, @@ -23256,10 +22394,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "options" - ], + "keywords": ["aspnetcore", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options/2.2.0/microsoft.extensions.options.2.2.0.nupkg", "size": 0, @@ -23307,11 +22442,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "configuration", - "options" - ], + "keywords": ["aspnetcore", "configuration", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.configurationextensions/2.2.0/microsoft.extensions.options.configurationextensions.2.2.0.nupkg", "size": 0, @@ -23359,11 +22490,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore", - "validation", - "options" - ], + "keywords": ["aspnetcore", "validation", "options"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.options.dataannotations/2.2.0/microsoft.extensions.options.dataannotations.2.2.0.nupkg", "size": 0, @@ -23411,9 +22538,7 @@ "url": "" } ], - "keywords": [ - "primitives" - ], + "keywords": ["primitives"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.primitives/2.2.0/microsoft.extensions.primitives.2.2.0.nupkg", "size": 0, @@ -23461,9 +22586,7 @@ "url": "" } ], - "keywords": [ - "aspnetcore" - ], + "keywords": ["aspnetcore"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.extensions.webencoders/2.2.0/microsoft.extensions.webencoders.2.2.0.nupkg", "size": 0, @@ -23567,13 +22690,7 @@ "url": "" } ], - "keywords": [ - ".NET", - "Windows", - "Authentication", - "Identity", - "Logging" - ], + "keywords": [".NET", "Windows", "Authentication", "Identity", "Logging"], "homepage_url": "https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.identitymodel.logging/5.3.0/microsoft.identitymodel.logging.5.3.0.nupkg", "size": 0, @@ -23959,9 +23076,7 @@ "url": "" } ], - "keywords": [ - "http" - ], + "keywords": ["http"], "homepage_url": "https://asp.net/", "download_url": "https://api.nuget.org/v3-flatcontainer/microsoft.net.http.headers/2.2.8/microsoft.net.http.headers.2.2.8.nupkg", "size": 0, @@ -24674,9 +23789,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -24724,9 +23837,7 @@ "url": "" } ], - "keywords": [ - "bson" - ], + "keywords": ["bson"], "homepage_url": "http://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.bson/1.0.1/newtonsoft.json.bson.1.0.1.nupkg", "size": 0, @@ -24774,9 +23885,7 @@ "url": "" } ], - "keywords": [ - "nuget" - ], + "keywords": ["nuget"], "homepage_url": "", "download_url": "https://api.nuget.org/v3-flatcontainer/nuget.frameworks/4.7.0/nuget.frameworks.4.7.0.nupkg", "size": 0, @@ -24824,11 +23933,7 @@ "url": "" } ], - "keywords": [ - "re-motion", - "LINQ", - "ExpressionTrees" - ], + "keywords": ["re-motion", "LINQ", "ExpressionTrees"], "homepage_url": "http://relinq.codeplex.com/", "download_url": "https://api.nuget.org/v3-flatcontainer/remotion.linq/2.2.0/remotion.linq.2.2.0.nupkg", "size": 0, @@ -30593,4 +29698,4 @@ "errors": [] } ] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj-expected.json index e60e2dec..a3c7f503 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj" ], "project_framework": "netcoreapp1.1", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [ "Failed to process project file: /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-simple-project/simple-project.csproj with:\nSystem.NullReferenceException: Object reference not set to an instance of an object.\n at NugetInspector.NugetApi.CheckGraphForErrors(GraphNode`1 resolved_graph) in ./nuget-inspector/NugetApi.cs:line 944\n at NugetInspector.NugetApi.ResolveDependenciesForPackageReference(IEnumerable`1 target_references) in ./nuget-inspector/NugetApi.cs:line 772\n at NugetInspector.ProjectFileProcessor.ResolveUsingLib() in ./nuget-inspector/ProjectFileProcessor.cs:line 446\n at NugetInspector.ProjectScanner.RunScan() in ./nuget-inspector/ProjectScanner.cs:line 293" @@ -57,4 +57,4 @@ } ], "dependencies": [] -} \ No newline at end of file +} diff --git a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-variable-version/manifest.csproj-expected.json b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-variable-version/manifest.csproj-expected.json index b8149e66..914eb65f 100644 --- a/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-variable-version/manifest.csproj-expected.json +++ b/tests/data/complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-variable-version/manifest.csproj-expected.json @@ -2,13 +2,13 @@ "headers": [ { "tool_name": "nuget-inspector", - "tool_homepageurl": "https://github.com/nexB/nuget-inspector", + "tool_homepageurl": "https://github.com/aboutcode-org/nuget-inspector", "tool_version": "0.0.0", "options": [ "--project-file /complex/thirdparty-suites/snyk-dotnet-parser/dotnet-deps-parser-ebd0e1b/test/fixtures/dotnet-core-variable-version/manifest.csproj" ], "project_framework": "netcoreapp2.0", - "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/nexB/nuget-inspector/ for support and download.", + "notice": "Dependency tree generated with nuget-inspector.\nnuget-inspector is a free software tool from nexB Inc. and others.\nVisit https://github.com/aboutcode-org/nuget-inspector/ for support and download.", "warnings": [], "errors": [] } @@ -118,9 +118,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -168,11 +166,7 @@ "url": "" } ], - "keywords": [ - "json", - "schema", - "jsonschema" - ], + "keywords": ["json", "schema", "jsonschema"], "homepage_url": "https://www.newtonsoft.com/jsonschema", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.schema/3.0.10/newtonsoft.json.schema.3.0.10.nupkg", "size": 0, @@ -418,9 +412,7 @@ "url": "" } ], - "keywords": [ - "json" - ], + "keywords": ["json"], "homepage_url": "https://www.newtonsoft.com/json", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json/11.0.2/newtonsoft.json.11.0.2.nupkg", "size": 0, @@ -468,11 +460,7 @@ "url": "" } ], - "keywords": [ - "json", - "schema", - "jsonschema" - ], + "keywords": ["json", "schema", "jsonschema"], "homepage_url": "https://www.newtonsoft.com/jsonschema", "download_url": "https://api.nuget.org/v3-flatcontainer/newtonsoft.json.schema/3.0.10/newtonsoft.json.schema.3.0.10.nupkg", "size": 0, @@ -645,4 +633,4 @@ "errors": [] } ] -} \ No newline at end of file +}