diff options
author | Luca Casonato <hello@lcas.dev> | 2024-10-14 13:29:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 14:29:50 +0200 |
commit | 3eda179220370e9c9093427fb694eed746548008 (patch) | |
tree | 519a76c935f5332c1116aab565b6761c59f628ea /tests/specs/npm/info_cli_chalk_json/info/chalk_json.out | |
parent | bbad7c592282dace88c77b0e089d53cb32878673 (diff) |
feat(cli): improve deno info output for npm packages (#25906)
Diffstat (limited to 'tests/specs/npm/info_cli_chalk_json/info/chalk_json.out')
-rw-r--r-- | tests/specs/npm/info_cli_chalk_json/info/chalk_json.out | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/tests/specs/npm/info_cli_chalk_json/info/chalk_json.out b/tests/specs/npm/info_cli_chalk_json/info/chalk_json.out index 21fc7edf1..fd2aa9ab0 100644 --- a/tests/specs/npm/info_cli_chalk_json/info/chalk_json.out +++ b/tests/specs/npm/info_cli_chalk_json/info/chalk_json.out @@ -19,7 +19,8 @@ "version": "4.3.0", "dependencies": [ "color-convert@2.0.1" - ] + ], + "registryUrl": "http://localhost:4260/" }, "chalk@4.1.2": { "name": "chalk", @@ -27,31 +28,36 @@ "dependencies": [ "ansi-styles@4.3.0", "supports-color@7.2.0" - ] + ], + "registryUrl": "http://localhost:4260/" }, "color-convert@2.0.1": { "name": "color-convert", "version": "2.0.1", "dependencies": [ "color-name@1.1.4" - ] + ], + "registryUrl": "http://localhost:4260/" }, "color-name@1.1.4": { "name": "color-name", "version": "1.1.4", - "dependencies": [] + "dependencies": [], + "registryUrl": "http://localhost:4260/" }, "has-flag@4.0.0": { "name": "has-flag", "version": "4.0.0", - "dependencies": [] + "dependencies": [], + "registryUrl": "http://localhost:4260/" }, "supports-color@7.2.0": { "name": "supports-color", "version": "7.2.0", "dependencies": [ "has-flag@4.0.0" - ] + ], + "registryUrl": "http://localhost:4260/" } } } |