From 61c5c8e6cc5edfba49a351955c5c514ffa6f0eb4 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Thu, 6 Nov 2025 15:15:18 +0800 Subject: [PATCH 01/10] chore: rename trustification references to guacsec --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/workflows/release.yml | 4 +- .github/workflows/stage.yml | 6 +- CONTRIBUTING.md | 2 +- README.md | 46 +- catalog-info.yaml | 14 +- pom.xml | 24 +- .../com/redhat/exhort/impl/ExhortApi.java | 2 +- src/main/resources/cli_help.txt | 10 +- .../java/com/redhat/exhort/cli/AppTest.java | 26 +- .../com/redhat/exhort/impl/ExhortApiIT.java | 2 +- .../effectivePom.xml | 24 +- .../effectivePom.xml | 24 +- .../effectivePom.xml | 24 +- .../effectivePom.xml | 24 +- .../effectivePom.xml | 24 +- .../effectivePom.xml | 24 +- .../deps_with_no_ignore/effectivePom.xml | 24 +- .../maven/empty/effectivePom.xml | 24 +- .../effectivePom.xml | 34 +- .../deps_with_ignore/pnpm-ls-component.json | 22 +- .../pnpm/deps_with_ignore/pnpm-ls-stack.json | 1374 ++++++++--------- .../pnpm-ls-component.json | 20 +- .../deps_with_no_ignore/pnpm-ls-stack.json | 1164 +++++++------- 24 files changed, 1479 insertions(+), 1465 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index da8162b5..384080fe 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,5 +2,5 @@ blank_issues_enabled: false contact_links: - name: GitHub Discussions - url: https://github.com/trustification/exhort-java-api/discussions/ + url: https://github.com/guacsec/trustify-da-java-client/discussions/ about: You can also use Discussions for questions and ideas. diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3cdc8a0..c24d45e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: name: Deploy release environment: staging # only trigger the workflow on the base repository and if the merged branch name starts with release. - if: (github.repository_owner == 'trustification' && github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') ) || (github.repository_owner == 'trustification' && github.ref_name == 'main' && contains(github.event.commits[0].message, 'release/directly')) + if: (github.repository_owner == 'guacsec' && github.event.pull_request.merged == true && startsWith(github.head_ref, 'release/') ) || (github.repository_owner == 'guacsec' && github.ref_name == 'main' && contains(github.event.commits[0].message, 'release/directly')) outputs: project_version: ${{ steps.project.outputs.version }} last_release_tag: ${{ steps.last-release.outputs.tag-name }} @@ -72,7 +72,7 @@ jobs: release: runs-on: ubuntu-latest name: Release - if: (github.repository_owner == 'trustification' && startsWith(github.head_ref, 'release/')) || (github.repository_owner == 'trustification' && github.ref_name == 'main' && contains(github.event.commits[0].message, 'release/directly')) + if: (github.repository_owner == 'guacsec' && startsWith(github.head_ref, 'release/')) || (github.repository_owner == 'guacsec' && github.ref_name == 'main' && contains(github.event.commits[0].message, 'release/directly')) environment: staging needs: deploy steps: diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index ca85f36e..afc56e24 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -18,7 +18,7 @@ jobs: name: Deploy snapshot env: RUN_PYTHON_BIN: ${{ vars.RUN_PYTHON_BIN }} - if: github.repository_owner == 'trustification' && github.event.pull_request.merged == true && !startsWith(github.head_ref, 'release/') + if: github.repository_owner == 'guacsec' && github.event.pull_request.merged == true && !startsWith(github.head_ref, 'release/') outputs: project_version: ${{ steps.project.outputs.version }} steps: @@ -40,7 +40,7 @@ jobs: - name: Deploy snapshot to GitHub if: | contains(steps.project.outputs.version, 'SNAPSHOT') && - github.repository == 'trustification/exhort-java-api' + github.repository == 'guacsec/trustify-da-java-client' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: mvn deploy -Pprepare-deployment,deploy-github -B -ff -DskipTests=true -Dskip.junit_platform=true @@ -52,7 +52,7 @@ jobs: needs: deploy if: | contains(needs.deploy.outputs.project_version, 'SNAPSHOT') && - github.repository_owner == 'trustification' && github.event.pull_request.merged == true && !startsWith(github.head_ref, 'release/') + github.repository_owner == 'guacsec' && github.event.pull_request.merged == true && !startsWith(github.head_ref, 'release/') steps: - name: Check for existing ${{ needs.deploy.outputs.project_version }} release id: existing_release diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cf4691b4..b878c927 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to *exhort-java-api*
![java-version][10] +# Contributing to *trustify-da-java-client*
![java-version][10] * Fork the repository * Create a new branch diff --git a/README.md b/README.md index 8d58a2fd..eb80f486 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # CodeReady Dependency Analytics Java API
![latest-no-snapshot][0] ![latest-snapshot][1] -* Looking for our JavaScript/TypeScript API? Try [Exhort JavaScript API](https://github.com/trustification/exhort-javascript-api). -* Looking for our Backend implementation? Try [Exhort](https://github.com/trustification/exhort). +* Looking for our JavaScript/TypeScript API? Try [Trustify DA JavaScript Client](https://github.com/guacsec/trustify-da-javascript-client). +* Looking for our Backend implementation? Try [Trustify Dependency Analytics](https://github.com/guacsec/trustify-dependency-analytics). -The _Exhort Java API_ module is deployed to _GitHub Package Registry_. +The _Trustify DA Java Client_ module is deployed to _GitHub Package Registry_.
Click here for configuring GHPR registry access. @@ -69,7 +69,7 @@ encrypted-token-will-appear-here ... github - https://maven.pkg.github.com/trustification/exhort-java-api + https://maven.pkg.github.com/guacsec/trustify-da-java-client ... @@ -83,7 +83,7 @@ encrypted-token-will-appear-here repositories { ... maven { - url 'https://maven.pkg.github.com/trustification/exhort-java-api' + url 'https://maven.pkg.github.com/guacsec/trustify-da-java-client' credentials { username System.getenv("GITHUB_USERNAME") password System.getenv("GITHUB_TOKEN") @@ -102,8 +102,8 @@ repositories { ```xml - com.redhat.exhort - exhort-java-api + io.github.guacsec + trustify-da-java-client 0.0.9-SNAPSHOT ``` @@ -113,7 +113,7 @@ repositories { Gradle users, add a dependency in build.gradle ```groovy -implementation 'com.redhat.exhort:exhort-java-api:${exhort-java-api.version}' +implementation 'io.github.guacsec:trustify-da-java-client:${trustify-da-java-client.version}' ``` @@ -124,7 +124,7 @@ If working with modules, configure module read ```java module x { // module-info.java - requires com.redhat.exhort; + requires io.github.guacsec; } ``` @@ -311,7 +311,7 @@ All of the 5 above examples are valid for marking a package to be ignored

Customization

-There are 2 approaches for customizing Exhort Java API. Using Environment Variables or +There are 2 approaches for customizing Trustify DA Java Client. Using Environment Variables or Java Properties: ```java @@ -561,20 +561,20 @@ mvn clean package ``` This creates two JAR files in the `target/` directory: -- `exhort-java-api.jar` - Library JAR (for programmatic use) -- `exhort-java-api-cli.jar` - CLI JAR (includes all dependencies) +- `trustify-da-java-client.jar` - Library JAR (for programmatic use) +- `trustify-da-java-client-cli.jar` - CLI JAR (includes all dependencies) #### Usage ```shell -java -jar target/exhort-java-api-cli.jar [OPTIONS] +java -jar target/trustify-da-java-client-cli.jar [OPTIONS] ``` #### Commands **Stack Analysis** ```shell -java -jar exhort-java-api-cli.jar stack [--summary|--html] +java -jar trustify-da-java-client-cli.jar stack [--summary|--html] ``` Perform stack analysis on the specified manifest file. @@ -585,7 +585,7 @@ Options: **Component Analysis** ```shell -java -jar exhort-java-api-cli.jar component [--summary] +java -jar trustify-da-java-client-cli.jar component [--summary] ``` Perform component analysis on the specified manifest file. @@ -597,22 +597,22 @@ Options: ```shell # Stack analysis with JSON output (default) -java -jar exhort-java-api-cli.jar stack /path/to/pom.xml +java -jar trustify-da-java-client-cli.jar stack /path/to/pom.xml # Stack analysis with summary -java -jar exhort-java-api-cli.jar stack /path/to/package.json --summary +java -jar trustify-da-java-client-cli.jar stack /path/to/package.json --summary # Stack analysis with HTML output -java -jar exhort-java-api-cli.jar stack /path/to/build.gradle --html +java -jar trustify-da-java-client-cli.jar stack /path/to/build.gradle --html # Component analysis with JSON output (default) -java -jar exhort-java-api-cli.jar component /path/to/requirements.txt +java -jar trustify-da-java-client-cli.jar component /path/to/requirements.txt # Component analysis with summary -java -jar exhort-java-api-cli.jar component /path/to/go.mod --summary +java -jar trustify-da-java-client-cli.jar component /path/to/go.mod --summary # Show help -java -jar exhort-java-api-cli.jar --help +java -jar trustify-da-java-client-cli.jar --help ``` ### Image Support @@ -694,5 +694,5 @@ Customize image analysis optionally by using *Environment Variables* or *Java Pr -[0]: https://img.shields.io/github/v/release/trustification/exhort-java-api?color=green&label=latest -[1]: https://img.shields.io/github/v/release/trustification/exhort-java-api?color=yellow&include_prereleases&label=snapshot +[0]: https://img.shields.io/github/v/release/guacsec/trustify-da-java-client?color=green&label=latest +[1]: https://img.shields.io/github/v/release/guacsec/trustify-da-java-client?color=yellow&include_prereleases&label=snapshot diff --git a/catalog-info.yaml b/catalog-info.yaml index 58922f7c..40e8a5d9 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -2,15 +2,15 @@ apiVersion: backstage.io/v1alpha1 kind: Component metadata: annotations: - backstage.io/kubernetes-id: exhort-java-api - github.com/project-slug: trustification/exhort-java-api + backstage.io/kubernetes-id: trustify-da-java-client + github.com/project-slug: guacsec/trustify-da-java-client github.com/project-readme-path: README.md - backstage.io/view-url: https://github.com/trustification/exhort-java-api/blob/main/catalog-info.yaml - backstage.io/edit-url: https://github.com/trustification/exhort-java-api/blob/main/catalog-info.yaml - backstage.io/source-location: url:https://github.com/trustification/exhort-java-api + backstage.io/view-url: https://github.com/guacsec/trustify-da-java-client/blob/main/catalog-info.yaml + backstage.io/edit-url: https://github.com/guacsec/trustify-da-java-client/blob/main/catalog-info.yaml + backstage.io/source-location: url:https://github.com/guacsec/trustify-da-java-client rhda/manifest-file-path: package.json - backstage.io/techdocs-ref: url:https://github.com/trustification/exhort-java-api - name: exhort-java-api + backstage.io/techdocs-ref: url:https://github.com/guacsec/trustify-da-java-client + name: trustify-da-java-client tags: - rhda spec: diff --git a/pom.xml b/pom.xml index 068d1706..412c9e3d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,12 +3,12 @@ 4.0.0 - com.redhat.exhort - exhort-java-api + io.github.guacsec + trustify-da-java-client 0.0.9-SNAPSHOT - Exhort Java API - Exhort Java API - https://github.com/trustification/exhort-java-api#readme + Trustify DA Java Client + Trustify DA Java Client + https://github.com/guacsec/trustify-da-java-client#readme 2023 @@ -87,19 +87,19 @@ GitHub Issues - https://github.com/trustification/exhort-java-api/issues + https://github.com/guacsec/trustify-da-java-client/issues - https://github.com/trustification/exhort-java-api - scm:git:git@github.com:trustification/exhort-java-api.git - scm:git:git@github.com:trustification/exhort-java-api.git + https://github.com/guacsec/trustify-da-java-client + scm:git:git@github.com:guacsec/trustify-da-java-client.git + scm:git:git@github.com:guacsec/trustify-da-java-client.git HEAD GitHub Workflows - https://github.com/trustification/exhort-java-api/actions + https://github.com/guacsec/trustify-da-java-client/actions @@ -890,11 +890,11 @@ limitations under the License.]]> github - https://maven.pkg.github.com/trustification/exhort-java-api + https://maven.pkg.github.com/guacsec/trustify-da-java-client github - https://maven.pkg.github.com/trustification/exhort-java-api + https://maven.pkg.github.com/guacsec/trustify-da-java-client diff --git a/src/main/java/com/redhat/exhort/impl/ExhortApi.java b/src/main/java/com/redhat/exhort/impl/ExhortApi.java index d481d1f5..19453669 100644 --- a/src/main/java/com/redhat/exhort/impl/ExhortApi.java +++ b/src/main/java/com/redhat/exhort/impl/ExhortApi.java @@ -198,7 +198,7 @@ public static HttpClient createHttpClient() { private String commonHookBeginning(boolean startOfApi) { if (startOfApi) { if (debugLoggingIsNeeded()) { - LOG.info("Start of exhort-java-api client"); + LOG.info("Start of trustify-da-java-client client"); LOG.info(String.format("Starting time of API: %s", LocalDateTime.now())); } } else { diff --git a/src/main/resources/cli_help.txt b/src/main/resources/cli_help.txt index 8301f1cf..a33efbe2 100644 --- a/src/main/resources/cli_help.txt +++ b/src/main/resources/cli_help.txt @@ -1,7 +1,7 @@ Exhort Java API CLI USAGE: - java -jar exhort-java-api.jar [OPTIONS] + java -jar trustify-da-java-client-cli.jar [OPTIONS] COMMANDS: stack [--summary|--html] @@ -21,7 +21,7 @@ OPTIONS: -h, --help Show this help message EXAMPLES: - java -jar exhort-java-api.jar stack /path/to/pom.xml - java -jar exhort-java-api.jar stack /path/to/package.json --summary - java -jar exhort-java-api.jar stack /path/to/build.gradle --html - java -jar exhort-java-api.jar component /path/to/requirements.txt + java -jar trustify-da-java-client-cli.jar stack /path/to/pom.xml + java -jar trustify-da-java-client-cli.jar stack /path/to/package.json --summary + java -jar trustify-da-java-client-cli.jar stack /path/to/build.gradle --html + java -jar trustify-da-java-client-cli.jar component /path/to/requirements.txt diff --git a/src/test/java/com/redhat/exhort/cli/AppTest.java b/src/test/java/com/redhat/exhort/cli/AppTest.java index 889b49c4..09c95920 100644 --- a/src/test/java/com/redhat/exhort/cli/AppTest.java +++ b/src/test/java/com/redhat/exhort/cli/AppTest.java @@ -76,7 +76,10 @@ void main_with_help_flag_should_print_help(String helpFlag) { mockedAppUtils.verify(() -> printLine(contains("USAGE:"))); mockedAppUtils.verify( () -> - printLine(contains("java -jar exhort-java-api.jar [OPTIONS]"))); + printLine( + contains( + "java -jar trustify-da-java-client-cli.jar " + + " [OPTIONS]"))); } } @@ -97,7 +100,10 @@ void help_should_contain_usage_section() { mockedAppUtils.verify(() -> printLine(contains("USAGE:"))); mockedAppUtils.verify( () -> - printLine(contains("java -jar exhort-java-api.jar [OPTIONS]"))); + printLine( + contains( + "java -jar trustify-da-java-client-cli.jar " + + " [OPTIONS]"))); } } @@ -159,19 +165,27 @@ void help_should_contain_examples_section() { mockedAppUtils.verify(() -> printLine(contains("EXAMPLES:"))); mockedAppUtils.verify( - () -> printLine(contains("java -jar exhort-java-api.jar stack /path/to/pom.xml"))); + () -> + printLine( + contains("java -jar trustify-da-java-client-cli.jar stack /path/to/pom.xml"))); mockedAppUtils.verify( () -> printLine( - contains("java -jar exhort-java-api.jar stack /path/to/package.json --summary"))); + contains( + "java -jar trustify-da-java-client-cli.jar stack /path/to/package.json" + + " --summary"))); mockedAppUtils.verify( () -> printLine( - contains("java -jar exhort-java-api.jar stack /path/to/build.gradle --html"))); + contains( + "java -jar trustify-da-java-client-cli.jar stack /path/to/build.gradle" + + " --html"))); mockedAppUtils.verify( () -> printLine( - contains("java -jar exhort-java-api.jar component /path/to/requirements.txt"))); + contains( + "java -jar trustify-da-java-client-cli.jar component" + + " /path/to/requirements.txt"))); } } diff --git a/src/test/java/com/redhat/exhort/impl/ExhortApiIT.java b/src/test/java/com/redhat/exhort/impl/ExhortApiIT.java index c79be200..97552a3d 100644 --- a/src/test/java/com/redhat/exhort/impl/ExhortApiIT.java +++ b/src/test/java/com/redhat/exhort/impl/ExhortApiIT.java @@ -78,7 +78,7 @@ @Tag("IntegrationTest") @ExtendWith(HelperExtension.class) @ExtendWith(MockitoExtension.class) -@SetSystemProperty(key = "RHDA_SOURCE", value = "exhort-java-api-it") +@SetSystemProperty(key = "RHDA_SOURCE", value = "trustify-da-java-client-it") @SetSystemProperty(key = "EXHORT_DEV_MODE", value = "false") @RestoreSystemProperties class ExhortApiIT extends ExhortTest { diff --git a/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/effectivePom.xml index bb936096..e00fe32c 100644 --- a/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/effectivePom.xml @@ -78,22 +78,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target demo-0.0.1 @@ -232,7 +232,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site org.apache.maven.plugins @@ -248,7 +248,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site org.apache.maven.plugins @@ -259,7 +259,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site org.apache.maven.plugins @@ -271,6 +271,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_no_trivial_with_ignore/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/effectivePom.xml index af794763..12ba5725 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_artifact/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/effectivePom.xml index 8fd5099d..e9401914 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_dependency/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/effectivePom.xml index a97d01de..97b0b91a 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_group/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/effectivePom.xml index 5beec3ae..a4000bff 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_version/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/effectivePom.xml index 752e8130..102f255f 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_ignore_on_wrong/target/site diff --git a/src/test/resources/tst_manifests/maven/deps_with_no_ignore/effectivePom.xml b/src/test/resources/tst_manifests/maven/deps_with_no_ignore/effectivePom.xml index e48a9553..46180a1a 100644 --- a/src/test/resources/tst_manifests/maven/deps_with_no_ignore/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/deps_with_no_ignore/effectivePom.xml @@ -48,22 +48,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target pom-with-dependency-not-ignored-for-tests-0.0.1 @@ -202,7 +202,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site org.apache.maven.plugins @@ -218,7 +218,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site org.apache.maven.plugins @@ -229,7 +229,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site org.apache.maven.plugins @@ -241,6 +241,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/deps_with_no_ignore/target/site diff --git a/src/test/resources/tst_manifests/maven/empty/effectivePom.xml b/src/test/resources/tst_manifests/maven/empty/effectivePom.xml index d38adb33..f6831d06 100644 --- a/src/test/resources/tst_manifests/maven/empty/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/empty/effectivePom.xml @@ -40,22 +40,22 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/test-classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/src/main/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target empty-pom-xml-for-tests-1.0.0 @@ -194,7 +194,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/site org.apache.maven.plugins @@ -210,7 +210,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/site org.apache.maven.plugins @@ -221,7 +221,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/site org.apache.maven.plugins @@ -233,6 +233,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/empty/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/empty/target/site diff --git a/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effectivePom.xml b/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effectivePom.xml index 3fe27d41..9b612e9b 100644 --- a/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effectivePom.xml +++ b/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/effectivePom.xml @@ -5532,15 +5532,15 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/scripts - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/java - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/test-classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/scripts + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/java + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/test-classes true - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources **/application*.yml **/application*.yaml @@ -5548,7 +5548,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/main/resources **/application*.yml **/application*.yaml @@ -5558,10 +5558,10 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/resources + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/src/test/resources - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target pom-with-dependency-not-ignored-common-paths-0.0.1 @@ -5598,7 +5598,7 @@ true yyyy-MM-dd'T'HH:mm:ssZ true - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties @@ -5606,7 +5606,7 @@ true yyyy-MM-dd'T'HH:mm:ssZ true - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes/git.properties @@ -5697,12 +5697,12 @@ verify - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/classes @@ -6035,7 +6035,7 @@ site - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site org.apache.maven.plugins @@ -6051,7 +6051,7 @@ deploy - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site org.apache.maven.plugins @@ -6062,7 +6062,7 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site org.apache.maven.plugins @@ -6074,6 +6074,6 @@ - /home/zgrinber/git/exhort-java-api/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site + /home/zgrinber/git/trustify-da-java-client/src/test/resources/tst_manifests/maven/pom_deps_with_no_ignore_common_paths/target/site diff --git a/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-component.json b/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-component.json index dc004cd2..381d5f4a 100644 --- a/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-component.json +++ b/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-component.json @@ -2,68 +2,68 @@ { "name": "backend", "version": "1.0.0", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore", "private": false, "dependencies": { "@hapi/joi": { "from": "@hapi/joi", "version": "17.1.1", "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi" }, "axios": { "from": "axios", "version": "0.19.2", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios" }, "backend": { "from": "backend", "version": "0.0.0", "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" }, "bcryptjs": { "from": "bcryptjs", "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" }, "dotenv": { "from": "dotenv", "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" }, "express": { "from": "express", "version": "4.21.2", "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express" }, "jsdom": { "from": "jsdom", "version": "19.0.0", "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsdom@19.0.0/node_modules/jsdom" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsdom@19.0.0/node_modules/jsdom" }, "jsonwebtoken": { "from": "jsonwebtoken", "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken" }, "mongoose": { "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" }, "nodemon": { "from": "nodemon", "version": "2.0.22", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon" } } } diff --git a/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-stack.json b/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-stack.json index aef82b83..6d44111f 100644 --- a/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-stack.json +++ b/src/test/resources/tst_manifests/pnpm/deps_with_ignore/pnpm-ls-stack.json @@ -2,62 +2,62 @@ { "name": "backend", "version": "1.0.0", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore", "private": false, "dependencies": { "backend": { "from": "backend", "version": "0.0.0", "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" }, "bcryptjs": { "from": "bcryptjs", "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" }, "dotenv": { "from": "dotenv", "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" }, "@hapi/joi": { "from": "@hapi/joi", "version": "17.1.1", "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi", "dependencies": { "@hapi/formula": { "from": "@hapi/formula", "version": "2.0.0", "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+formula@2.0.0/node_modules/@hapi/formula" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+formula@2.0.0/node_modules/@hapi/formula" }, "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" }, "@hapi/pinpoint": { "from": "@hapi/pinpoint", "version": "2.0.1", "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+pinpoint@2.0.1/node_modules/@hapi/pinpoint" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+pinpoint@2.0.1/node_modules/@hapi/pinpoint" }, "@hapi/address": { "from": "@hapi/address", "version": "4.1.0", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-4.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+address@4.1.0/node_modules/@hapi/address", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+address@4.1.0/node_modules/@hapi/address", "dependencies": { "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" } } }, @@ -65,13 +65,13 @@ "from": "@hapi/topo", "version": "5.1.0", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+topo@5.1.0/node_modules/@hapi/topo", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+topo@5.1.0/node_modules/@hapi/topo", "dependencies": { "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" } } } @@ -81,25 +81,25 @@ "from": "axios", "version": "0.19.2", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios", "dependencies": { "follow-redirects": { "from": "follow-redirects", "version": "1.5.10", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/follow-redirects@1.5.10/node_modules/follow-redirects", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/follow-redirects@1.5.10/node_modules/follow-redirects", "dependencies": { "debug": { "from": "debug", "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } } @@ -111,103 +111,103 @@ "from": "jsonwebtoken", "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken", "dependencies": { "lodash.includes": { "from": "lodash.includes", "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.includes@4.3.0/node_modules/lodash.includes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.includes@4.3.0/node_modules/lodash.includes" }, "lodash.isboolean": { "from": "lodash.isboolean", "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isboolean@3.0.3/node_modules/lodash.isboolean" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isboolean@3.0.3/node_modules/lodash.isboolean" }, "lodash.isinteger": { "from": "lodash.isinteger", "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isinteger@4.0.4/node_modules/lodash.isinteger" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isinteger@4.0.4/node_modules/lodash.isinteger" }, "lodash.isnumber": { "from": "lodash.isnumber", "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber" }, "lodash.isplainobject": { "from": "lodash.isplainobject", "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isplainobject@4.0.6/node_modules/lodash.isplainobject" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isplainobject@4.0.6/node_modules/lodash.isplainobject" }, "lodash.isstring": { "from": "lodash.isstring", "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isstring@4.0.1/node_modules/lodash.isstring" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.isstring@4.0.1/node_modules/lodash.isstring" }, "lodash.once": { "from": "lodash.once", "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.once@4.1.1/node_modules/lodash.once" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/lodash.once@4.1.1/node_modules/lodash.once" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "semver": { "from": "semver", "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" }, "jws": { "from": "jws", "version": "3.2.2", "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jws@3.2.2/node_modules/jws", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jws@3.2.2/node_modules/jws", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "jwa": { "from": "jwa", "version": "1.4.1", "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jwa@1.4.1/node_modules/jwa", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jwa@1.4.1/node_modules/jwa", "dependencies": { "buffer-equal-constant-time": { "from": "buffer-equal-constant-time", "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "ecdsa-sig-formatter": { "from": "ecdsa-sig-formatter", "version": "1.0.11", "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ecdsa-sig-formatter@1.0.11/node_modules/ecdsa-sig-formatter", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ecdsa-sig-formatter@1.0.11/node_modules/ecdsa-sig-formatter", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" } } } @@ -221,73 +221,73 @@ "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose", "dependencies": { "bson": { "from": "bson", "version": "1.1.6", "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" }, "kareem": { "from": "kareem", "version": "2.3.2", "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/kareem@2.3.2/node_modules/kareem" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/kareem@2.3.2/node_modules/kareem" }, "mpath": { "from": "mpath", "version": "0.8.4", "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mpath@0.8.4/node_modules/mpath" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mpath@0.8.4/node_modules/mpath" }, "ms": { "from": "ms", "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.2/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.2/node_modules/ms" }, "optional-require": { "from": "optional-require", "version": "1.0.3", "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/optional-require@1.0.3/node_modules/optional-require" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/optional-require@1.0.3/node_modules/optional-require" }, "regexp-clone": { "from": "regexp-clone", "version": "1.0.0", "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "sift": { "from": "sift", "version": "13.5.2", "resolved": "https://registry.npmjs.org/sift/-/sift-13.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sift@13.5.2/node_modules/sift" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sift@13.5.2/node_modules/sift" }, "sliced": { "from": "sliced", "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" }, "mongoose-legacy-pluralize": { "from": "mongoose-legacy-pluralize", "version": "1.0.2", "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose-legacy-pluralize@1.0.2_mongoose@5.13.23/node_modules/mongoose-legacy-pluralize", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose-legacy-pluralize@1.0.2_mongoose@5.13.23/node_modules/mongoose-legacy-pluralize", "dependencies": { "mongoose": { "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" } } }, @@ -295,19 +295,19 @@ "from": "@types/bson", "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } } @@ -317,43 +317,43 @@ "from": "mquery", "version": "3.2.5", "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mquery@3.2.5/node_modules/mquery", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mquery@3.2.5/node_modules/mquery", "dependencies": { "bluebird": { "from": "bluebird", "version": "3.5.1", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bluebird@3.5.1/node_modules/bluebird" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bluebird@3.5.1/node_modules/bluebird" }, "regexp-clone": { "from": "regexp-clone", "version": "1.0.0", "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" }, "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" }, "sliced": { "from": "sliced", "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" }, "debug": { "from": "debug", "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } } @@ -363,19 +363,19 @@ "from": "@types/mongodb", "version": "3.6.20", "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.20.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+mongodb@3.6.20/node_modules/@types/mongodb", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+mongodb@3.6.20/node_modules/@types/mongodb", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } }, @@ -383,19 +383,19 @@ "from": "@types/bson", "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } } @@ -407,37 +407,37 @@ "from": "mongodb", "version": "3.7.4", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongodb@3.7.4/node_modules/mongodb", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mongodb@3.7.4/node_modules/mongodb", "dependencies": { "bson": { "from": "bson", "version": "1.1.6", "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" }, "denque": { "from": "denque", "version": "1.5.1", "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/denque@1.5.1/node_modules/denque" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/denque@1.5.1/node_modules/denque" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "optional-require": { "from": "optional-require", "version": "1.1.8", "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/optional-require@1.1.8/node_modules/optional-require", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/optional-require@1.1.8/node_modules/optional-require", "dependencies": { "require-at": { "from": "require-at", "version": "1.0.6", "resolved": "https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/require-at@1.0.6/node_modules/require-at" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/require-at@1.0.6/node_modules/require-at" } } }, @@ -445,19 +445,19 @@ "from": "saslprep", "version": "1.0.3", "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/saslprep@1.0.3/node_modules/saslprep", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/saslprep@1.0.3/node_modules/saslprep", "dependencies": { "sparse-bitfield": { "from": "sparse-bitfield", "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield", "dependencies": { "memory-pager": { "from": "memory-pager", "version": "1.5.0", "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager" } } } @@ -467,67 +467,67 @@ "from": "bl", "version": "2.2.1", "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bl@2.2.1/node_modules/bl", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bl@2.2.1/node_modules/bl", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "readable-stream": { "from": "readable-stream", "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/readable-stream@2.3.8/node_modules/readable-stream", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/readable-stream@2.3.8/node_modules/readable-stream", "dependencies": { "core-util-is": { "from": "core-util-is", "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/core-util-is@1.0.3/node_modules/core-util-is" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/core-util-is@1.0.3/node_modules/core-util-is" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "isarray": { "from": "isarray", "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/isarray@1.0.0/node_modules/isarray" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/isarray@1.0.0/node_modules/isarray" }, "process-nextick-args": { "from": "process-nextick-args", "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args" }, "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" }, "util-deprecate": { "from": "util-deprecate", "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate" }, "string_decoder": { "from": "string_decoder", "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/string_decoder@1.1.1/node_modules/string_decoder", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/string_decoder@1.1.1/node_modules/string_decoder", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" } } } @@ -543,49 +543,49 @@ "from": "nodemon", "version": "2.0.22", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon", "dependencies": { "ignore-by-default": { "from": "ignore-by-default", "version": "1.0.1", "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ignore-by-default@1.0.1/node_modules/ignore-by-default" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ignore-by-default@1.0.1/node_modules/ignore-by-default" }, "pstree.remy": { "from": "pstree.remy", "version": "1.1.8", "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/pstree.remy@1.1.8/node_modules/pstree.remy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/pstree.remy@1.1.8/node_modules/pstree.remy" }, "semver": { "from": "semver", "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" }, "touch": { "from": "touch", "version": "3.1.1", "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/touch@3.1.1/node_modules/touch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/touch@3.1.1/node_modules/touch" }, "undefsafe": { "from": "undefsafe", "version": "2.0.5", "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undefsafe@2.0.5/node_modules/undefsafe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/undefsafe@2.0.5/node_modules/undefsafe" }, "simple-update-notifier": { "from": "simple-update-notifier", "version": "1.1.0", "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/simple-update-notifier@1.1.0/node_modules/simple-update-notifier", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/simple-update-notifier@1.1.0/node_modules/simple-update-notifier", "dependencies": { "semver": { "from": "semver", "version": "7.0.0", "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@7.0.0/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/semver@7.0.0/node_modules/semver" } } }, @@ -593,13 +593,13 @@ "from": "supports-color", "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", "dependencies": { "has-flag": { "from": "has-flag", "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" } } }, @@ -607,25 +607,25 @@ "from": "debug", "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.2.7_supports-color@5.5.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@3.2.7_supports-color@5.5.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "supports-color": { "from": "supports-color", "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", "dependencies": { "has-flag": { "from": "has-flag", "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" } } } @@ -635,25 +635,25 @@ "from": "minimatch", "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch", "dependencies": { "brace-expansion": { "from": "brace-expansion", "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion", "dependencies": { "balanced-match": { "from": "balanced-match", "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match" }, "concat-map": { "from": "concat-map", "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map" } } } @@ -663,37 +663,37 @@ "from": "chokidar", "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/chokidar@3.6.0/node_modules/chokidar", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/chokidar@3.6.0/node_modules/chokidar", "dependencies": { "normalize-path": { "from": "normalize-path", "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" }, "fsevents": { "from": "fsevents", "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents" }, "anymatch": { "from": "anymatch", "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch", "dependencies": { "normalize-path": { "from": "normalize-path", "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" }, "picomatch": { "from": "picomatch", "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" } } }, @@ -701,13 +701,13 @@ "from": "is-binary-path", "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-binary-path@2.1.0/node_modules/is-binary-path", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-binary-path@2.1.0/node_modules/is-binary-path", "dependencies": { "binary-extensions": { "from": "binary-extensions", "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/binary-extensions@2.3.0/node_modules/binary-extensions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/binary-extensions@2.3.0/node_modules/binary-extensions" } } }, @@ -715,13 +715,13 @@ "from": "is-glob", "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", "dependencies": { "is-extglob": { "from": "is-extglob", "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" } } }, @@ -729,13 +729,13 @@ "from": "readdirp", "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/readdirp@3.6.0/node_modules/readdirp", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/readdirp@3.6.0/node_modules/readdirp", "dependencies": { "picomatch": { "from": "picomatch", "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" } } }, @@ -743,19 +743,19 @@ "from": "glob-parent", "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent", "dependencies": { "is-glob": { "from": "is-glob", "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", "dependencies": { "is-extglob": { "from": "is-extglob", "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" } } } @@ -765,25 +765,25 @@ "from": "braces", "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/braces@3.0.3/node_modules/braces", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/braces@3.0.3/node_modules/braces", "dependencies": { "fill-range": { "from": "fill-range", "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range", "dependencies": { "to-regex-range": { "from": "to-regex-range", "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range", "dependencies": { "is-number": { "from": "is-number", "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number" } } } @@ -799,97 +799,97 @@ "from": "jsdom", "version": "19.0.0", "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-19.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsdom@19.0.0/node_modules/jsdom", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/jsdom@19.0.0/node_modules/jsdom", "dependencies": { "abab": { "from": "abab", "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/abab@2.0.6/node_modules/abab" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/abab@2.0.6/node_modules/abab" }, "acorn": { "from": "acorn", "version": "8.14.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn@8.14.1/node_modules/acorn" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn@8.14.1/node_modules/acorn" }, "cssom": { "from": "cssom", "version": "0.5.0", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssom@0.5.0/node_modules/cssom" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssom@0.5.0/node_modules/cssom" }, "decimal.js": { "from": "decimal.js", "version": "10.5.0", "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/decimal.js@10.5.0/node_modules/decimal.js" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/decimal.js@10.5.0/node_modules/decimal.js" }, "is-potential-custom-element-name": { "from": "is-potential-custom-element-name", "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-potential-custom-element-name@1.0.1/node_modules/is-potential-custom-element-name" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/is-potential-custom-element-name@1.0.1/node_modules/is-potential-custom-element-name" }, "nwsapi": { "from": "nwsapi", "version": "2.2.20", "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.20.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nwsapi@2.2.20/node_modules/nwsapi" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/nwsapi@2.2.20/node_modules/nwsapi" }, "parse5": { "from": "parse5", "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parse5@6.0.1/node_modules/parse5" }, "symbol-tree": { "from": "symbol-tree", "version": "3.2.4", "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/symbol-tree@3.2.4/node_modules/symbol-tree" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/symbol-tree@3.2.4/node_modules/symbol-tree" }, "webidl-conversions": { "from": "webidl-conversions", "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" }, "whatwg-mimetype": { "from": "whatwg-mimetype", "version": "3.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-mimetype@3.0.0/node_modules/whatwg-mimetype" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-mimetype@3.0.0/node_modules/whatwg-mimetype" }, "ws": { "from": "ws", "version": "8.18.1", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ws@8.18.1/node_modules/ws" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ws@8.18.1/node_modules/ws" }, "xml-name-validator": { "from": "xml-name-validator", "version": "4.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xml-name-validator@4.0.0/node_modules/xml-name-validator" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xml-name-validator@4.0.0/node_modules/xml-name-validator" }, "acorn-globals": { "from": "acorn-globals", "version": "6.0.0", "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn-globals@6.0.0/node_modules/acorn-globals", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn-globals@6.0.0/node_modules/acorn-globals", "dependencies": { "acorn": { "from": "acorn", "version": "7.4.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn@7.4.1/node_modules/acorn" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn@7.4.1/node_modules/acorn" }, "acorn-walk": { "from": "acorn-walk", "version": "7.2.0", "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn-walk@7.2.0/node_modules/acorn-walk" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/acorn-walk@7.2.0/node_modules/acorn-walk" } } }, @@ -897,13 +897,13 @@ "from": "cssstyle", "version": "2.3.0", "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssstyle@2.3.0/node_modules/cssstyle", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssstyle@2.3.0/node_modules/cssstyle", "dependencies": { "cssom": { "from": "cssom", "version": "0.3.8", "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssom@0.3.8/node_modules/cssom" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cssom@0.3.8/node_modules/cssom" } } }, @@ -911,13 +911,13 @@ "from": "domexception", "version": "4.0.0", "resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/domexception@4.0.0/node_modules/domexception", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/domexception@4.0.0/node_modules/domexception", "dependencies": { "webidl-conversions": { "from": "webidl-conversions", "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" } } }, @@ -925,31 +925,31 @@ "from": "escodegen", "version": "2.1.0", "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escodegen@2.1.0/node_modules/escodegen", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escodegen@2.1.0/node_modules/escodegen", "dependencies": { "esprima": { "from": "esprima", "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/esprima@4.0.1/node_modules/esprima" }, "estraverse": { "from": "estraverse", "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/estraverse@5.3.0/node_modules/estraverse" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/estraverse@5.3.0/node_modules/estraverse" }, "esutils": { "from": "esutils", "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/esutils@2.0.3/node_modules/esutils" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/esutils@2.0.3/node_modules/esutils" }, "source-map": { "from": "source-map", "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/source-map@0.6.1/node_modules/source-map" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/source-map@0.6.1/node_modules/source-map" } } }, @@ -957,13 +957,13 @@ "from": "saxes", "version": "5.0.1", "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/saxes@5.0.1/node_modules/saxes", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/saxes@5.0.1/node_modules/saxes", "dependencies": { "xmlchars": { "from": "xmlchars", "version": "2.2.0", "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xmlchars@2.2.0/node_modules/xmlchars" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xmlchars@2.2.0/node_modules/xmlchars" } } }, @@ -971,13 +971,13 @@ "from": "w3c-hr-time", "version": "1.0.2", "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/w3c-hr-time@1.0.2/node_modules/w3c-hr-time", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/w3c-hr-time@1.0.2/node_modules/w3c-hr-time", "dependencies": { "browser-process-hrtime": { "from": "browser-process-hrtime", "version": "1.0.0", "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/browser-process-hrtime@1.0.0/node_modules/browser-process-hrtime" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/browser-process-hrtime@1.0.0/node_modules/browser-process-hrtime" } } }, @@ -985,13 +985,13 @@ "from": "w3c-xmlserializer", "version": "3.0.0", "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/w3c-xmlserializer@3.0.0/node_modules/w3c-xmlserializer", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/w3c-xmlserializer@3.0.0/node_modules/w3c-xmlserializer", "dependencies": { "xml-name-validator": { "from": "xml-name-validator", "version": "4.0.0", "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-4.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xml-name-validator@4.0.0/node_modules/xml-name-validator" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/xml-name-validator@4.0.0/node_modules/xml-name-validator" } } }, @@ -999,31 +999,31 @@ "from": "tough-cookie", "version": "4.1.4", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tough-cookie@4.1.4/node_modules/tough-cookie", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tough-cookie@4.1.4/node_modules/tough-cookie", "dependencies": { "punycode": { "from": "punycode", "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" }, "universalify": { "from": "universalify", "version": "0.2.0", "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/universalify@0.2.0/node_modules/universalify" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/universalify@0.2.0/node_modules/universalify" }, "psl": { "from": "psl", "version": "1.15.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/psl@1.15.0/node_modules/psl", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/psl@1.15.0/node_modules/psl", "dependencies": { "punycode": { "from": "punycode", "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" } } }, @@ -1031,19 +1031,19 @@ "from": "url-parse", "version": "1.5.10", "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/url-parse@1.5.10/node_modules/url-parse", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/url-parse@1.5.10/node_modules/url-parse", "dependencies": { "querystringify": { "from": "querystringify", "version": "2.2.0", "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/querystringify@2.2.0/node_modules/querystringify" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/querystringify@2.2.0/node_modules/querystringify" }, "requires-port": { "from": "requires-port", "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/requires-port@1.0.0/node_modules/requires-port" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/requires-port@1.0.0/node_modules/requires-port" } } } @@ -1053,19 +1053,19 @@ "from": "whatwg-encoding", "version": "2.0.0", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-encoding@2.0.0/node_modules/whatwg-encoding", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-encoding@2.0.0/node_modules/whatwg-encoding", "dependencies": { "iconv-lite": { "from": "iconv-lite", "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } } @@ -1075,25 +1075,25 @@ "from": "whatwg-url", "version": "10.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-10.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-url@10.0.0/node_modules/whatwg-url", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-url@10.0.0/node_modules/whatwg-url", "dependencies": { "webidl-conversions": { "from": "webidl-conversions", "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" }, "tr46": { "from": "tr46", "version": "3.0.0", "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tr46@3.0.0/node_modules/tr46", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tr46@3.0.0/node_modules/tr46", "dependencies": { "punycode": { "from": "punycode", "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" } } } @@ -1103,43 +1103,43 @@ "from": "data-urls", "version": "3.0.2", "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/data-urls@3.0.2/node_modules/data-urls", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/data-urls@3.0.2/node_modules/data-urls", "dependencies": { "abab": { "from": "abab", "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/abab@2.0.6/node_modules/abab" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/abab@2.0.6/node_modules/abab" }, "whatwg-mimetype": { "from": "whatwg-mimetype", "version": "3.0.0", "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-mimetype@3.0.0/node_modules/whatwg-mimetype" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-mimetype@3.0.0/node_modules/whatwg-mimetype" }, "whatwg-url": { "from": "whatwg-url", "version": "11.0.0", "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-11.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-url@11.0.0/node_modules/whatwg-url", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-url@11.0.0/node_modules/whatwg-url", "dependencies": { "webidl-conversions": { "from": "webidl-conversions", "version": "7.0.0", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/webidl-conversions@7.0.0/node_modules/webidl-conversions" }, "tr46": { "from": "tr46", "version": "3.0.0", "resolved": "https://registry.npmjs.org/tr46/-/tr46-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tr46@3.0.0/node_modules/tr46", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/tr46@3.0.0/node_modules/tr46", "dependencies": { "punycode": { "from": "punycode", "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/punycode@2.3.1/node_modules/punycode" } } } @@ -1151,25 +1151,25 @@ "from": "html-encoding-sniffer", "version": "3.0.0", "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/html-encoding-sniffer@3.0.0/node_modules/html-encoding-sniffer", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/html-encoding-sniffer@3.0.0/node_modules/html-encoding-sniffer", "dependencies": { "whatwg-encoding": { "from": "whatwg-encoding", "version": "2.0.0", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-encoding@2.0.0/node_modules/whatwg-encoding", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/whatwg-encoding@2.0.0/node_modules/whatwg-encoding", "dependencies": { "iconv-lite": { "from": "iconv-lite", "version": "0.6.3", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.6.3/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } } @@ -1181,25 +1181,25 @@ "from": "http-proxy-agent", "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-proxy-agent@5.0.0/node_modules/http-proxy-agent", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-proxy-agent@5.0.0/node_modules/http-proxy-agent", "dependencies": { "@tootallnate/once": { "from": "@tootallnate/once", "version": "2.0.0", "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@tootallnate+once@2.0.0/node_modules/@tootallnate/once" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/@tootallnate+once@2.0.0/node_modules/@tootallnate/once" }, "debug": { "from": "debug", "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" } } }, @@ -1207,19 +1207,19 @@ "from": "agent-base", "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/agent-base@6.0.2/node_modules/agent-base", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/agent-base@6.0.2/node_modules/agent-base", "dependencies": { "debug": { "from": "debug", "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" } } } @@ -1231,19 +1231,19 @@ "from": "https-proxy-agent", "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/https-proxy-agent@5.0.1/node_modules/https-proxy-agent", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/https-proxy-agent@5.0.1/node_modules/https-proxy-agent", "dependencies": { "debug": { "from": "debug", "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" } } }, @@ -1251,19 +1251,19 @@ "from": "agent-base", "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/agent-base@6.0.2/node_modules/agent-base", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/agent-base@6.0.2/node_modules/agent-base", "dependencies": { "debug": { "from": "debug", "version": "4.4.0", "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@4.4.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" } } } @@ -1275,25 +1275,25 @@ "from": "form-data", "version": "4.0.2", "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/form-data@4.0.2/node_modules/form-data", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/form-data@4.0.2/node_modules/form-data", "dependencies": { "asynckit": { "from": "asynckit", "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/asynckit@0.4.0/node_modules/asynckit" }, "combined-stream": { "from": "combined-stream", "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/combined-stream@1.0.8/node_modules/combined-stream", "dependencies": { "delayed-stream": { "from": "delayed-stream", "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/delayed-stream@1.0.0/node_modules/delayed-stream" } } }, @@ -1301,13 +1301,13 @@ "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } }, @@ -1315,25 +1315,25 @@ "from": "es-set-tostringtag", "version": "2.1.0", "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-set-tostringtag@2.1.0/node_modules/es-set-tostringtag", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "has-tostringtag": { "from": "has-tostringtag", "version": "1.0.2", "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag", "dependencies": { "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" } } }, @@ -1341,13 +1341,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1355,61 +1355,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1417,13 +1417,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1431,13 +1431,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1445,19 +1445,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1465,37 +1465,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -1515,133 +1515,133 @@ "from": "express", "version": "4.21.2", "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express", "dependencies": { "array-flatten": { "from": "array-flatten", "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/array-flatten@1.1.1/node_modules/array-flatten" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/array-flatten@1.1.1/node_modules/array-flatten" }, "content-type": { "from": "content-type", "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" }, "cookie": { "from": "cookie", "version": "0.7.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cookie@0.7.1/node_modules/cookie" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cookie@0.7.1/node_modules/cookie" }, "cookie-signature": { "from": "cookie-signature", "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cookie-signature@1.0.6/node_modules/cookie-signature" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/cookie-signature@1.0.6/node_modules/cookie-signature" }, "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "merge-descriptors": { "from": "merge-descriptors", "version": "1.0.3", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/merge-descriptors@1.0.3/node_modules/merge-descriptors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/merge-descriptors@1.0.3/node_modules/merge-descriptors" }, "methods": { "from": "methods", "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/methods@1.1.2/node_modules/methods" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/methods@1.1.2/node_modules/methods" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "path-to-regexp": { "from": "path-to-regexp", "version": "0.1.12", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/path-to-regexp@0.1.12/node_modules/path-to-regexp" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/path-to-regexp@0.1.12/node_modules/path-to-regexp" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "utils-merge": { "from": "utils-merge", "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/utils-merge@1.0.1/node_modules/utils-merge" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/utils-merge@1.0.1/node_modules/utils-merge" }, "vary": { "from": "vary", "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/vary@1.1.2/node_modules/vary" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/vary@1.1.2/node_modules/vary" }, "content-disposition": { "from": "content-disposition", "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-disposition@0.5.4/node_modules/content-disposition", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-disposition@0.5.4/node_modules/content-disposition", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" } } }, @@ -1649,13 +1649,13 @@ "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1663,37 +1663,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -1701,13 +1701,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } }, @@ -1715,19 +1715,19 @@ "from": "proxy-addr", "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/proxy-addr@2.0.7/node_modules/proxy-addr", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/proxy-addr@2.0.7/node_modules/proxy-addr", "dependencies": { "forwarded": { "from": "forwarded", "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/forwarded@0.2.0/node_modules/forwarded" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/forwarded@0.2.0/node_modules/forwarded" }, "ipaddr.js": { "from": "ipaddr.js", "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ipaddr.js@1.9.1/node_modules/ipaddr.js" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ipaddr.js@1.9.1/node_modules/ipaddr.js" } } }, @@ -1735,25 +1735,25 @@ "from": "accepts", "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/accepts@1.3.8/node_modules/accepts", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/accepts@1.3.8/node_modules/accepts", "dependencies": { "negotiator": { "from": "negotiator", "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/negotiator@0.6.3/node_modules/negotiator" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/negotiator@0.6.3/node_modules/negotiator" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -1763,49 +1763,49 @@ "from": "finalhandler", "version": "1.3.1", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/finalhandler@1.3.1/node_modules/finalhandler", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/finalhandler@1.3.1/node_modules/finalhandler", "dependencies": { "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1813,13 +1813,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -1829,79 +1829,79 @@ "from": "send", "version": "0.19.0", "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "encodeurl": { "from": "encodeurl", "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "mime": { "from": "mime", "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1909,37 +1909,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -1947,13 +1947,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -1963,25 +1963,25 @@ "from": "type-is", "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", "dependencies": { "media-typer": { "from": "media-typer", "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -1991,103 +1991,103 @@ "from": "serve-static", "version": "1.16.2", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/serve-static@1.16.2/node_modules/serve-static", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/serve-static@1.16.2/node_modules/serve-static", "dependencies": { "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "send": { "from": "send", "version": "0.19.0", "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "encodeurl": { "from": "encodeurl", "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "mime": { "from": "mime", "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -2095,37 +2095,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -2133,13 +2133,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -2151,43 +2151,43 @@ "from": "qs", "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", "dependencies": { "side-channel": { "from": "side-channel", "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "side-channel-list": { "from": "side-channel-list", "version": "1.0.0", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" } } }, @@ -2195,79 +2195,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2275,13 +2275,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2289,13 +2289,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2303,19 +2303,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2323,37 +2323,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2367,25 +2367,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2393,61 +2393,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2455,13 +2455,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2469,13 +2469,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2483,19 +2483,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2503,37 +2503,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2551,79 +2551,79 @@ "from": "side-channel-weakmap", "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2631,13 +2631,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2645,13 +2645,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2659,19 +2659,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2679,37 +2679,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2723,25 +2723,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2749,61 +2749,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2811,13 +2811,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2825,13 +2825,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2839,19 +2839,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2859,37 +2859,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2905,79 +2905,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2985,13 +2985,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2999,13 +2999,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3013,19 +3013,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3033,37 +3033,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3077,25 +3077,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3103,61 +3103,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3165,13 +3165,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3179,13 +3179,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3193,19 +3193,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3213,37 +3213,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3267,49 +3267,49 @@ "from": "body-parser", "version": "1.20.3", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/body-parser@1.20.3/node_modules/body-parser", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/body-parser@1.20.3/node_modules/body-parser", "dependencies": { "bytes": { "from": "bytes", "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" }, "content-type": { "from": "content-type", "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" }, "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -3317,37 +3317,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -3355,13 +3355,13 @@ "from": "iconv-lite", "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } }, @@ -3369,13 +3369,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } }, @@ -3383,55 +3383,55 @@ "from": "raw-body", "version": "2.5.2", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/raw-body@2.5.2/node_modules/raw-body", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/raw-body@2.5.2/node_modules/raw-body", "dependencies": { "bytes": { "from": "bytes", "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "http-errors": { "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -3439,13 +3439,13 @@ "from": "iconv-lite", "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } } @@ -3455,25 +3455,25 @@ "from": "type-is", "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", "dependencies": { "media-typer": { "from": "media-typer", "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -3483,43 +3483,43 @@ "from": "qs", "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", "dependencies": { "side-channel": { "from": "side-channel", "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "side-channel-list": { "from": "side-channel-list", "version": "1.0.0", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" } } }, @@ -3527,79 +3527,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3607,13 +3607,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3621,13 +3621,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3635,19 +3635,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3655,37 +3655,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3699,25 +3699,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3725,61 +3725,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3787,13 +3787,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3801,13 +3801,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3815,19 +3815,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3835,37 +3835,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3883,79 +3883,79 @@ "from": "side-channel-weakmap", "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3963,13 +3963,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3977,13 +3977,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3991,19 +3991,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4011,37 +4011,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -4055,25 +4055,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4081,61 +4081,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4143,13 +4143,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4157,13 +4157,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4171,19 +4171,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4191,37 +4191,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -4237,79 +4237,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4317,13 +4317,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4331,13 +4331,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4345,19 +4345,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4365,37 +4365,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -4409,25 +4409,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4435,61 +4435,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4497,13 +4497,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4511,13 +4511,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -4525,19 +4525,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -4545,37 +4545,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } diff --git a/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-component.json b/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-component.json index 6ea378d8..4bcd6e5c 100644 --- a/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-component.json +++ b/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-component.json @@ -2,62 +2,62 @@ { "name": "backend", "version": "1.0.0", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore", "private": false, "dependencies": { "@hapi/joi": { "from": "@hapi/joi", "version": "17.1.1", "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi" }, "axios": { "from": "axios", "version": "0.19.2", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios" }, "backend": { "from": "backend", "version": "0.0.0", "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" }, "bcryptjs": { "from": "bcryptjs", "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" }, "dotenv": { "from": "dotenv", "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" }, "express": { "from": "express", "version": "4.21.2", "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express" }, "jsonwebtoken": { "from": "jsonwebtoken", "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken" }, "mongoose": { "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" }, "nodemon": { "from": "nodemon", "version": "2.0.22", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon" } } } diff --git a/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-stack.json b/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-stack.json index 47acf161..777817a4 100644 --- a/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-stack.json +++ b/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/pnpm-ls-stack.json @@ -2,62 +2,62 @@ { "name": "backend", "version": "1.0.0", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore", "private": false, "dependencies": { "backend": { "from": "backend", "version": "0.0.0", "resolved": "https://registry.npmjs.org/backend/-/backend-0.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/backend@0.0.0/node_modules/backend" }, "bcryptjs": { "from": "bcryptjs", "version": "2.4.3", "resolved": "https://registry.npmjs.org/bcryptjs/-/bcryptjs-2.4.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bcryptjs@2.4.3/node_modules/bcryptjs" }, "dotenv": { "from": "dotenv", "version": "8.6.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dotenv@8.6.0/node_modules/dotenv" }, "@hapi/joi": { "from": "@hapi/joi", "version": "17.1.1", "resolved": "https://registry.npmjs.org/@hapi/joi/-/joi-17.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+joi@17.1.1/node_modules/@hapi/joi", "dependencies": { "@hapi/formula": { "from": "@hapi/formula", "version": "2.0.0", "resolved": "https://registry.npmjs.org/@hapi/formula/-/formula-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+formula@2.0.0/node_modules/@hapi/formula" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+formula@2.0.0/node_modules/@hapi/formula" }, "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" }, "@hapi/pinpoint": { "from": "@hapi/pinpoint", "version": "2.0.1", "resolved": "https://registry.npmjs.org/@hapi/pinpoint/-/pinpoint-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+pinpoint@2.0.1/node_modules/@hapi/pinpoint" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+pinpoint@2.0.1/node_modules/@hapi/pinpoint" }, "@hapi/address": { "from": "@hapi/address", "version": "4.1.0", "resolved": "https://registry.npmjs.org/@hapi/address/-/address-4.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+address@4.1.0/node_modules/@hapi/address", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+address@4.1.0/node_modules/@hapi/address", "dependencies": { "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" } } }, @@ -65,13 +65,13 @@ "from": "@hapi/topo", "version": "5.1.0", "resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+topo@5.1.0/node_modules/@hapi/topo", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+topo@5.1.0/node_modules/@hapi/topo", "dependencies": { "@hapi/hoek": { "from": "@hapi/hoek", "version": "9.3.0", "resolved": "https://registry.npmjs.org/@hapi/hoek/-/hoek-9.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@hapi+hoek@9.3.0/node_modules/@hapi/hoek" } } } @@ -81,25 +81,25 @@ "from": "axios", "version": "0.19.2", "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/axios@0.19.2/node_modules/axios", "dependencies": { "follow-redirects": { "from": "follow-redirects", "version": "1.5.10", "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/follow-redirects@1.5.10/node_modules/follow-redirects", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/follow-redirects@1.5.10/node_modules/follow-redirects", "dependencies": { "debug": { "from": "debug", "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } } @@ -111,103 +111,103 @@ "from": "jsonwebtoken", "version": "8.5.1", "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jsonwebtoken@8.5.1/node_modules/jsonwebtoken", "dependencies": { "lodash.includes": { "from": "lodash.includes", "version": "4.3.0", "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.includes@4.3.0/node_modules/lodash.includes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.includes@4.3.0/node_modules/lodash.includes" }, "lodash.isboolean": { "from": "lodash.isboolean", "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isboolean@3.0.3/node_modules/lodash.isboolean" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isboolean@3.0.3/node_modules/lodash.isboolean" }, "lodash.isinteger": { "from": "lodash.isinteger", "version": "4.0.4", "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isinteger@4.0.4/node_modules/lodash.isinteger" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isinteger@4.0.4/node_modules/lodash.isinteger" }, "lodash.isnumber": { "from": "lodash.isnumber", "version": "3.0.3", "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isnumber@3.0.3/node_modules/lodash.isnumber" }, "lodash.isplainobject": { "from": "lodash.isplainobject", "version": "4.0.6", "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isplainobject@4.0.6/node_modules/lodash.isplainobject" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isplainobject@4.0.6/node_modules/lodash.isplainobject" }, "lodash.isstring": { "from": "lodash.isstring", "version": "4.0.1", "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isstring@4.0.1/node_modules/lodash.isstring" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.isstring@4.0.1/node_modules/lodash.isstring" }, "lodash.once": { "from": "lodash.once", "version": "4.1.1", "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.once@4.1.1/node_modules/lodash.once" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/lodash.once@4.1.1/node_modules/lodash.once" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "semver": { "from": "semver", "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" }, "jws": { "from": "jws", "version": "3.2.2", "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jws@3.2.2/node_modules/jws", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jws@3.2.2/node_modules/jws", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "jwa": { "from": "jwa", "version": "1.4.1", "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jwa@1.4.1/node_modules/jwa", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/jwa@1.4.1/node_modules/jwa", "dependencies": { "buffer-equal-constant-time": { "from": "buffer-equal-constant-time", "version": "1.0.1", "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/buffer-equal-constant-time@1.0.1/node_modules/buffer-equal-constant-time" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "ecdsa-sig-formatter": { "from": "ecdsa-sig-formatter", "version": "1.0.11", "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ecdsa-sig-formatter@1.0.11/node_modules/ecdsa-sig-formatter", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ecdsa-sig-formatter@1.0.11/node_modules/ecdsa-sig-formatter", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" } } } @@ -221,73 +221,73 @@ "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose", "dependencies": { "bson": { "from": "bson", "version": "1.1.6", "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" }, "kareem": { "from": "kareem", "version": "2.3.2", "resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/kareem@2.3.2/node_modules/kareem" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/kareem@2.3.2/node_modules/kareem" }, "mpath": { "from": "mpath", "version": "0.8.4", "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.8.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mpath@0.8.4/node_modules/mpath" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mpath@0.8.4/node_modules/mpath" }, "ms": { "from": "ms", "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.2/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.2/node_modules/ms" }, "optional-require": { "from": "optional-require", "version": "1.0.3", "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/optional-require@1.0.3/node_modules/optional-require" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/optional-require@1.0.3/node_modules/optional-require" }, "regexp-clone": { "from": "regexp-clone", "version": "1.0.0", "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "sift": { "from": "sift", "version": "13.5.2", "resolved": "https://registry.npmjs.org/sift/-/sift-13.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sift@13.5.2/node_modules/sift" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sift@13.5.2/node_modules/sift" }, "sliced": { "from": "sliced", "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" }, "mongoose-legacy-pluralize": { "from": "mongoose-legacy-pluralize", "version": "1.0.2", "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose-legacy-pluralize@1.0.2_mongoose@5.13.23/node_modules/mongoose-legacy-pluralize", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose-legacy-pluralize@1.0.2_mongoose@5.13.23/node_modules/mongoose-legacy-pluralize", "dependencies": { "mongoose": { "from": "mongoose", "version": "5.13.23", "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.13.23.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongoose@5.13.23/node_modules/mongoose" } } }, @@ -295,19 +295,19 @@ "from": "@types/bson", "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } } @@ -317,43 +317,43 @@ "from": "mquery", "version": "3.2.5", "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mquery@3.2.5/node_modules/mquery", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mquery@3.2.5/node_modules/mquery", "dependencies": { "bluebird": { "from": "bluebird", "version": "3.5.1", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bluebird@3.5.1/node_modules/bluebird" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bluebird@3.5.1/node_modules/bluebird" }, "regexp-clone": { "from": "regexp-clone", "version": "1.0.0", "resolved": "https://registry.npmjs.org/regexp-clone/-/regexp-clone-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/regexp-clone@1.0.0/node_modules/regexp-clone" }, "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" }, "sliced": { "from": "sliced", "version": "1.0.1", "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sliced@1.0.1/node_modules/sliced" }, "debug": { "from": "debug", "version": "3.1.0", "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.1.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } } @@ -363,19 +363,19 @@ "from": "@types/mongodb", "version": "3.6.20", "resolved": "https://registry.npmjs.org/@types/mongodb/-/mongodb-3.6.20.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+mongodb@3.6.20/node_modules/@types/mongodb", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+mongodb@3.6.20/node_modules/@types/mongodb", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } }, @@ -383,19 +383,19 @@ "from": "@types/bson", "version": "4.0.5", "resolved": "https://registry.npmjs.org/@types/bson/-/bson-4.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+bson@4.0.5/node_modules/@types/bson", "dependencies": { "@types/node": { "from": "@types/node", "version": "22.14.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/@types+node@22.14.1/node_modules/@types/node", "dependencies": { "undici-types": { "from": "undici-types", "version": "6.21.0", "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undici-types@6.21.0/node_modules/undici-types" } } } @@ -407,37 +407,37 @@ "from": "mongodb", "version": "3.7.4", "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.7.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongodb@3.7.4/node_modules/mongodb", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mongodb@3.7.4/node_modules/mongodb", "dependencies": { "bson": { "from": "bson", "version": "1.1.6", "resolved": "https://registry.npmjs.org/bson/-/bson-1.1.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bson@1.1.6/node_modules/bson" }, "denque": { "from": "denque", "version": "1.5.1", "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/denque@1.5.1/node_modules/denque" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/denque@1.5.1/node_modules/denque" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "optional-require": { "from": "optional-require", "version": "1.1.8", "resolved": "https://registry.npmjs.org/optional-require/-/optional-require-1.1.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/optional-require@1.1.8/node_modules/optional-require", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/optional-require@1.1.8/node_modules/optional-require", "dependencies": { "require-at": { "from": "require-at", "version": "1.0.6", "resolved": "https://registry.npmjs.org/require-at/-/require-at-1.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/require-at@1.0.6/node_modules/require-at" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/require-at@1.0.6/node_modules/require-at" } } }, @@ -445,19 +445,19 @@ "from": "saslprep", "version": "1.0.3", "resolved": "https://registry.npmjs.org/saslprep/-/saslprep-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/saslprep@1.0.3/node_modules/saslprep", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/saslprep@1.0.3/node_modules/saslprep", "dependencies": { "sparse-bitfield": { "from": "sparse-bitfield", "version": "3.0.3", "resolved": "https://registry.npmjs.org/sparse-bitfield/-/sparse-bitfield-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/sparse-bitfield@3.0.3/node_modules/sparse-bitfield", "dependencies": { "memory-pager": { "from": "memory-pager", "version": "1.5.0", "resolved": "https://registry.npmjs.org/memory-pager/-/memory-pager-1.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/memory-pager@1.5.0/node_modules/memory-pager" } } } @@ -467,67 +467,67 @@ "from": "bl", "version": "2.2.1", "resolved": "https://registry.npmjs.org/bl/-/bl-2.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bl@2.2.1/node_modules/bl", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bl@2.2.1/node_modules/bl", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "readable-stream": { "from": "readable-stream", "version": "2.3.8", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/readable-stream@2.3.8/node_modules/readable-stream", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/readable-stream@2.3.8/node_modules/readable-stream", "dependencies": { "core-util-is": { "from": "core-util-is", "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/core-util-is@1.0.3/node_modules/core-util-is" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/core-util-is@1.0.3/node_modules/core-util-is" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "isarray": { "from": "isarray", "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/isarray@1.0.0/node_modules/isarray" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/isarray@1.0.0/node_modules/isarray" }, "process-nextick-args": { "from": "process-nextick-args", "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/process-nextick-args@2.0.1/node_modules/process-nextick-args" }, "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" }, "util-deprecate": { "from": "util-deprecate", "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/util-deprecate@1.0.2/node_modules/util-deprecate" }, "string_decoder": { "from": "string_decoder", "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/string_decoder@1.1.1/node_modules/string_decoder", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/string_decoder@1.1.1/node_modules/string_decoder", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer" } } } @@ -543,49 +543,49 @@ "from": "nodemon", "version": "2.0.22", "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.22.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/nodemon@2.0.22/node_modules/nodemon", "dependencies": { "ignore-by-default": { "from": "ignore-by-default", "version": "1.0.1", "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ignore-by-default@1.0.1/node_modules/ignore-by-default" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ignore-by-default@1.0.1/node_modules/ignore-by-default" }, "pstree.remy": { "from": "pstree.remy", "version": "1.1.8", "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/pstree.remy@1.1.8/node_modules/pstree.remy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/pstree.remy@1.1.8/node_modules/pstree.remy" }, "semver": { "from": "semver", "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@5.7.2/node_modules/semver" }, "touch": { "from": "touch", "version": "3.1.1", "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/touch@3.1.1/node_modules/touch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/touch@3.1.1/node_modules/touch" }, "undefsafe": { "from": "undefsafe", "version": "2.0.5", "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undefsafe@2.0.5/node_modules/undefsafe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/undefsafe@2.0.5/node_modules/undefsafe" }, "simple-update-notifier": { "from": "simple-update-notifier", "version": "1.1.0", "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/simple-update-notifier@1.1.0/node_modules/simple-update-notifier", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/simple-update-notifier@1.1.0/node_modules/simple-update-notifier", "dependencies": { "semver": { "from": "semver", "version": "7.0.0", "resolved": "https://registry.npmjs.org/semver/-/semver-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@7.0.0/node_modules/semver" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/semver@7.0.0/node_modules/semver" } } }, @@ -593,13 +593,13 @@ "from": "supports-color", "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", "dependencies": { "has-flag": { "from": "has-flag", "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" } } }, @@ -607,25 +607,25 @@ "from": "debug", "version": "3.2.7", "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.2.7_supports-color@5.5.0/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@3.2.7_supports-color@5.5.0/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "supports-color": { "from": "supports-color", "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/supports-color@5.5.0/node_modules/supports-color", "dependencies": { "has-flag": { "from": "has-flag", "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-flag@3.0.0/node_modules/has-flag" } } } @@ -635,25 +635,25 @@ "from": "minimatch", "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/minimatch@3.1.2/node_modules/minimatch", "dependencies": { "brace-expansion": { "from": "brace-expansion", "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/brace-expansion@1.1.11/node_modules/brace-expansion", "dependencies": { "balanced-match": { "from": "balanced-match", "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/balanced-match@1.0.2/node_modules/balanced-match" }, "concat-map": { "from": "concat-map", "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/concat-map@0.0.1/node_modules/concat-map" } } } @@ -663,37 +663,37 @@ "from": "chokidar", "version": "3.6.0", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/chokidar@3.6.0/node_modules/chokidar", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/chokidar@3.6.0/node_modules/chokidar", "dependencies": { "normalize-path": { "from": "normalize-path", "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" }, "fsevents": { "from": "fsevents", "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fsevents@2.3.3/node_modules/fsevents" }, "anymatch": { "from": "anymatch", "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/anymatch@3.1.3/node_modules/anymatch", "dependencies": { "normalize-path": { "from": "normalize-path", "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/normalize-path@3.0.0/node_modules/normalize-path" }, "picomatch": { "from": "picomatch", "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" } } }, @@ -701,13 +701,13 @@ "from": "is-binary-path", "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-binary-path@2.1.0/node_modules/is-binary-path", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-binary-path@2.1.0/node_modules/is-binary-path", "dependencies": { "binary-extensions": { "from": "binary-extensions", "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/binary-extensions@2.3.0/node_modules/binary-extensions" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/binary-extensions@2.3.0/node_modules/binary-extensions" } } }, @@ -715,13 +715,13 @@ "from": "is-glob", "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", "dependencies": { "is-extglob": { "from": "is-extglob", "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" } } }, @@ -729,13 +729,13 @@ "from": "readdirp", "version": "3.6.0", "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/readdirp@3.6.0/node_modules/readdirp", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/readdirp@3.6.0/node_modules/readdirp", "dependencies": { "picomatch": { "from": "picomatch", "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/picomatch@2.3.1/node_modules/picomatch" } } }, @@ -743,19 +743,19 @@ "from": "glob-parent", "version": "5.1.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/glob-parent@5.1.2/node_modules/glob-parent", "dependencies": { "is-glob": { "from": "is-glob", "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-glob@4.0.3/node_modules/is-glob", "dependencies": { "is-extglob": { "from": "is-extglob", "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-extglob@2.1.1/node_modules/is-extglob" } } } @@ -765,25 +765,25 @@ "from": "braces", "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/braces@3.0.3/node_modules/braces", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/braces@3.0.3/node_modules/braces", "dependencies": { "fill-range": { "from": "fill-range", "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range", "dependencies": { "to-regex-range": { "from": "to-regex-range", "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range", "dependencies": { "is-number": { "from": "is-number", "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/is-number@7.0.0/node_modules/is-number" } } } @@ -799,133 +799,133 @@ "from": "express", "version": "4.21.2", "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/express@4.21.2/node_modules/express", "dependencies": { "array-flatten": { "from": "array-flatten", "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/array-flatten@1.1.1/node_modules/array-flatten" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/array-flatten@1.1.1/node_modules/array-flatten" }, "content-type": { "from": "content-type", "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" }, "cookie": { "from": "cookie", "version": "0.7.1", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/cookie@0.7.1/node_modules/cookie" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/cookie@0.7.1/node_modules/cookie" }, "cookie-signature": { "from": "cookie-signature", "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/cookie-signature@1.0.6/node_modules/cookie-signature" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/cookie-signature@1.0.6/node_modules/cookie-signature" }, "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "merge-descriptors": { "from": "merge-descriptors", "version": "1.0.3", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/merge-descriptors@1.0.3/node_modules/merge-descriptors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/merge-descriptors@1.0.3/node_modules/merge-descriptors" }, "methods": { "from": "methods", "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/methods@1.1.2/node_modules/methods" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/methods@1.1.2/node_modules/methods" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "path-to-regexp": { "from": "path-to-regexp", "version": "0.1.12", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/path-to-regexp@0.1.12/node_modules/path-to-regexp" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/path-to-regexp@0.1.12/node_modules/path-to-regexp" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "utils-merge": { "from": "utils-merge", "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/utils-merge@1.0.1/node_modules/utils-merge" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/utils-merge@1.0.1/node_modules/utils-merge" }, "vary": { "from": "vary", "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/vary@1.1.2/node_modules/vary" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/vary@1.1.2/node_modules/vary" }, "content-disposition": { "from": "content-disposition", "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-disposition@0.5.4/node_modules/content-disposition", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-disposition@0.5.4/node_modules/content-disposition", "dependencies": { "safe-buffer": { "from": "safe-buffer", "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safe-buffer@5.2.1/node_modules/safe-buffer" } } }, @@ -933,13 +933,13 @@ "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -947,37 +947,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -985,13 +985,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } }, @@ -999,19 +999,19 @@ "from": "proxy-addr", "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/proxy-addr@2.0.7/node_modules/proxy-addr", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/proxy-addr@2.0.7/node_modules/proxy-addr", "dependencies": { "forwarded": { "from": "forwarded", "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/forwarded@0.2.0/node_modules/forwarded" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/forwarded@0.2.0/node_modules/forwarded" }, "ipaddr.js": { "from": "ipaddr.js", "version": "1.9.1", "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ipaddr.js@1.9.1/node_modules/ipaddr.js" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ipaddr.js@1.9.1/node_modules/ipaddr.js" } } }, @@ -1019,25 +1019,25 @@ "from": "accepts", "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/accepts@1.3.8/node_modules/accepts", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/accepts@1.3.8/node_modules/accepts", "dependencies": { "negotiator": { "from": "negotiator", "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/negotiator@0.6.3/node_modules/negotiator" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/negotiator@0.6.3/node_modules/negotiator" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -1047,49 +1047,49 @@ "from": "finalhandler", "version": "1.3.1", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/finalhandler@1.3.1/node_modules/finalhandler", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/finalhandler@1.3.1/node_modules/finalhandler", "dependencies": { "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1097,13 +1097,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -1113,79 +1113,79 @@ "from": "send", "version": "0.19.0", "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "encodeurl": { "from": "encodeurl", "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "mime": { "from": "mime", "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1193,37 +1193,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -1231,13 +1231,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -1247,25 +1247,25 @@ "from": "type-is", "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", "dependencies": { "media-typer": { "from": "media-typer", "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -1275,103 +1275,103 @@ "from": "serve-static", "version": "1.16.2", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/serve-static@1.16.2/node_modules/serve-static", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/serve-static@1.16.2/node_modules/serve-static", "dependencies": { "encodeurl": { "from": "encodeurl", "version": "2.0.0", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@2.0.0/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "parseurl": { "from": "parseurl", "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/parseurl@1.3.3/node_modules/parseurl" }, "send": { "from": "send", "version": "0.19.0", "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/send@0.19.0/node_modules/send", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "encodeurl": { "from": "encodeurl", "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/encodeurl@1.0.2/node_modules/encodeurl" }, "escape-html": { "from": "escape-html", "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/escape-html@1.0.3/node_modules/escape-html" }, "etag": { "from": "etag", "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/etag@1.8.1/node_modules/etag" }, "fresh": { "from": "fresh", "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/fresh@0.5.2/node_modules/fresh" }, "mime": { "from": "mime", "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime@1.6.0/node_modules/mime" }, "ms": { "from": "ms", "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.1.3/node_modules/ms" }, "range-parser": { "from": "range-parser", "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/range-parser@1.2.1/node_modules/range-parser" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -1379,37 +1379,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -1417,13 +1417,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } } @@ -1435,43 +1435,43 @@ "from": "qs", "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", "dependencies": { "side-channel": { "from": "side-channel", "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "side-channel-list": { "from": "side-channel-list", "version": "1.0.0", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" } } }, @@ -1479,79 +1479,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1559,13 +1559,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1573,13 +1573,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1587,19 +1587,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1607,37 +1607,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -1651,25 +1651,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1677,61 +1677,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1739,13 +1739,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1753,13 +1753,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1767,19 +1767,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1787,37 +1787,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -1835,79 +1835,79 @@ "from": "side-channel-weakmap", "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1915,13 +1915,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1929,13 +1929,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -1943,19 +1943,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -1963,37 +1963,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2007,25 +2007,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2033,61 +2033,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2095,13 +2095,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2109,13 +2109,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2123,19 +2123,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2143,37 +2143,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2189,79 +2189,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2269,13 +2269,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2283,13 +2283,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2297,19 +2297,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2317,37 +2317,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2361,25 +2361,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2387,61 +2387,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2449,13 +2449,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2463,13 +2463,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2477,19 +2477,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2497,37 +2497,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2551,49 +2551,49 @@ "from": "body-parser", "version": "1.20.3", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/body-parser@1.20.3/node_modules/body-parser", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/body-parser@1.20.3/node_modules/body-parser", "dependencies": { "bytes": { "from": "bytes", "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" }, "content-type": { "from": "content-type", "version": "1.0.5", "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/content-type@1.0.5/node_modules/content-type" }, "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "destroy": { "from": "destroy", "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/destroy@1.2.0/node_modules/destroy" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "debug": { "from": "debug", "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/debug@2.6.9/node_modules/debug", "dependencies": { "ms": { "from": "ms", "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ms@2.0.0/node_modules/ms" } } }, @@ -2601,37 +2601,37 @@ "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -2639,13 +2639,13 @@ "from": "iconv-lite", "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } }, @@ -2653,13 +2653,13 @@ "from": "on-finished", "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/on-finished@2.4.1/node_modules/on-finished", "dependencies": { "ee-first": { "from": "ee-first", "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/ee-first@1.1.1/node_modules/ee-first" } } }, @@ -2667,55 +2667,55 @@ "from": "raw-body", "version": "2.5.2", "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/raw-body@2.5.2/node_modules/raw-body", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/raw-body@2.5.2/node_modules/raw-body", "dependencies": { "bytes": { "from": "bytes", "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/bytes@3.1.2/node_modules/bytes" }, "unpipe": { "from": "unpipe", "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/unpipe@1.0.0/node_modules/unpipe" }, "http-errors": { "from": "http-errors", "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/http-errors@2.0.0/node_modules/http-errors", "dependencies": { "depd": { "from": "depd", "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/depd@2.0.0/node_modules/depd" }, "inherits": { "from": "inherits", "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits" }, "setprototypeof": { "from": "setprototypeof", "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/setprototypeof@1.2.0/node_modules/setprototypeof" }, "statuses": { "from": "statuses", "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/statuses@2.0.1/node_modules/statuses" }, "toidentifier": { "from": "toidentifier", "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/toidentifier@1.0.1/node_modules/toidentifier" } } }, @@ -2723,13 +2723,13 @@ "from": "iconv-lite", "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/iconv-lite@0.4.24/node_modules/iconv-lite", "dependencies": { "safer-buffer": { "from": "safer-buffer", "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/safer-buffer@2.1.2/node_modules/safer-buffer" } } } @@ -2739,25 +2739,25 @@ "from": "type-is", "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/type-is@1.6.18/node_modules/type-is", "dependencies": { "media-typer": { "from": "media-typer", "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/media-typer@0.3.0/node_modules/media-typer" }, "mime-types": { "from": "mime-types", "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-types@2.1.35/node_modules/mime-types", "dependencies": { "mime-db": { "from": "mime-db", "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/mime-db@1.52.0/node_modules/mime-db" } } } @@ -2767,43 +2767,43 @@ "from": "qs", "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/qs@6.13.0/node_modules/qs", "dependencies": { "side-channel": { "from": "side-channel", "version": "1.1.0", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "side-channel-list": { "from": "side-channel-list", "version": "1.0.0", "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-list@1.0.0/node_modules/side-channel-list", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" } } }, @@ -2811,79 +2811,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2891,13 +2891,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2905,13 +2905,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -2919,19 +2919,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -2939,37 +2939,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -2983,25 +2983,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3009,61 +3009,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3071,13 +3071,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3085,13 +3085,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3099,19 +3099,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3119,37 +3119,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3167,79 +3167,79 @@ "from": "side-channel-weakmap", "version": "1.0.2", "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-weakmap@1.0.2/node_modules/side-channel-weakmap", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3247,13 +3247,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3261,13 +3261,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3275,19 +3275,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3295,37 +3295,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3339,25 +3339,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3365,61 +3365,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3427,13 +3427,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3441,13 +3441,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3455,19 +3455,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3475,37 +3475,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3521,79 +3521,79 @@ "from": "side-channel-map", "version": "1.0.1", "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/side-channel-map@1.0.1/node_modules/side-channel-map", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "object-inspect": { "from": "object-inspect", "version": "1.13.4", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/object-inspect@1.13.4/node_modules/object-inspect" }, "get-intrinsic": { "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3601,13 +3601,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3615,13 +3615,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3629,19 +3629,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3649,37 +3649,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } @@ -3693,25 +3693,25 @@ "from": "call-bound", "version": "1.0.4", "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound", "dependencies": { "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3719,61 +3719,61 @@ "from": "get-intrinsic", "version": "1.3.0", "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic", "dependencies": { "es-define-property": { "from": "es-define-property", "version": "1.0.1", "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property" }, "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "has-symbols": { "from": "has-symbols", "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols" }, "math-intrinsics": { "from": "math-intrinsics", "version": "1.1.0", "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3781,13 +3781,13 @@ "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3795,13 +3795,13 @@ "from": "hasown", "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown", "dependencies": { "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } }, @@ -3809,19 +3809,19 @@ "from": "get-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto", "dependencies": { "es-object-atoms": { "from": "es-object-atoms", "version": "1.1.1", "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" } } }, @@ -3829,37 +3829,37 @@ "from": "dunder-proto", "version": "1.0.1", "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "gopd": { "from": "gopd", "version": "1.2.0", "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd" }, "call-bind-apply-helpers": { "from": "call-bind-apply-helpers", "version": "1.0.2", "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers", "dependencies": { "es-errors": { "from": "es-errors", "version": "1.3.0", "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors" }, "function-bind": { "from": "function-bind", "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "path": "/Users/rromerom/workspace/github.com/trustification/exhort-java-api/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" + "path": "/Users/rromerom/workspace/github.com/guacsec/trustify-da-java-client/src/test/resources/tst_manifests/pnpm/deps_with_no_ignore/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind" } } } From a40ea3170f4293701a1f1e06616a218c874a4921 Mon Sep 17 00:00:00 2001 From: Chao Wang Date: Wed, 12 Nov 2025 09:05:57 +0800 Subject: [PATCH 02/10] chore: rename CodeReady or Red Hat references to Trustify --- README.md | 2 +- src/main/resources/exhort/openapi.yaml | 2 +- .../maven/analysis-report.html | 20 +++++++++---------- .../maven/analysis-report.mixed | 18 ++++++++--------- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index eb80f486..0ce8e8c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CodeReady Dependency Analytics Java API
![latest-no-snapshot][0] ![latest-snapshot][1] +# Trustify Dependency Analytics Java API
![latest-no-snapshot][0] ![latest-snapshot][1] * Looking for our JavaScript/TypeScript API? Try [Trustify DA JavaScript Client](https://github.com/guacsec/trustify-da-javascript-client). * Looking for our Backend implementation? Try [Trustify Dependency Analytics](https://github.com/guacsec/trustify-dependency-analytics). diff --git a/src/main/resources/exhort/openapi.yaml b/src/main/resources/exhort/openapi.yaml index 2cc153f5..cfcda5f5 100644 --- a/src/main/resources/exhort/openapi.yaml +++ b/src/main/resources/exhort/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.3 info: title: Exhort API - description: Vulnerability analysis with Red Hat Trusted Profile Analyzer + description: Vulnerability analysis with Trustify - Dependency Analytics license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html diff --git a/src/test/resources/dummy_responses/maven/analysis-report.html b/src/test/resources/dummy_responses/maven/analysis-report.html index 14a74c61..def12152 100644 --- a/src/test/resources/dummy_responses/maven/analysis-report.html +++ b/src/test/resources/dummy_responses/maven/analysis-report.html @@ -192,7 +192,7 @@ # Transitive Highest CVSS Highest Severity - Red Hat remediation available + Trustify remediation available @@ -232,7 +232,7 @@ - SNYK-JAVA-LOG4J-1300176 @@ -289,7 +289,7 @@ CVE-2019-17571 - SNYK-JAVA-LOG4J-572732 @@ -325,7 +325,7 @@ CVE-2022-23305 - SNYK-JAVA-LOG4J-2342645 @@ -361,7 +361,7 @@ CVE-2022-23307 - SNYK-JAVA-LOG4J-2342646 @@ -397,7 +397,7 @@ CVE-2022-23302 - SNYK-JAVA-LOG4J-2342647 @@ -433,7 +433,7 @@ CVE-2021-4104 - SNYK-JAVA-LOG4J-2316893 @@ -469,7 +469,7 @@ CVE-2023-26464 - SNYK-JAVA-LOG4J-3358774 @@ -505,7 +505,7 @@ CVE-2020-9488 - SNYK-JAVA-LOG4J-1300176 @@ -590,4 +590,4 @@