summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/info
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-08-21 11:53:52 +0200
committerGitHub <noreply@github.com>2023-08-21 09:53:52 +0000
commit5834d282d4de5d0b5cacb9bf068f3896bef0a48a (patch)
tree0e1d15e9f81600ce3c910a70c6e7c12952778f72 /cli/tests/testdata/npm/info
parentaf125c8e700eacc7360b3d81ffe4de13e12a612a (diff)
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
Diffstat (limited to 'cli/tests/testdata/npm/info')
-rw-r--r--cli/tests/testdata/npm/info/chalk.out12
-rw-r--r--cli/tests/testdata/npm/info/chalk_json.out4
2 files changed, 8 insertions, 8 deletions
diff --git a/cli/tests/testdata/npm/info/chalk.out b/cli/tests/testdata/npm/info/chalk.out
index d7ac95120..63fa20da5 100644
--- a/cli/tests/testdata/npm/info/chalk.out
+++ b/cli/tests/testdata/npm/info/chalk.out
@@ -1,9 +1,9 @@
dependencies: 5 unique
size: [WILDCARD]
-npm:chalk@4.1.2 ([WILDCARD])
-├─┬ npm:ansi-styles@4.3.0 ([WILDCARD])
-│ └─┬ npm:color-convert@2.0.1 ([WILDCARD])
-│ └── npm:color-name@1.1.4 ([WILDCARD])
-└─┬ npm:supports-color@7.2.0 ([WILDCARD])
- └── npm:has-flag@4.0.0 ([WILDCARD])
+npm:/chalk@4.1.2 ([WILDCARD])
+├─┬ npm:/ansi-styles@4.3.0 ([WILDCARD])
+│ └─┬ npm:/color-convert@2.0.1 ([WILDCARD])
+│ └── npm:/color-name@1.1.4 ([WILDCARD])
+└─┬ npm:/supports-color@7.2.0 ([WILDCARD])
+ └── npm:/has-flag@4.0.0 ([WILDCARD])
diff --git a/cli/tests/testdata/npm/info/chalk_json.out b/cli/tests/testdata/npm/info/chalk_json.out
index 0f86bc994..bffed4ad4 100644
--- a/cli/tests/testdata/npm/info/chalk_json.out
+++ b/cli/tests/testdata/npm/info/chalk_json.out
@@ -5,12 +5,12 @@
"modules": [
{
"kind": "npm",
- "specifier": "npm:chalk@4.1.2",
+ "specifier": "npm:/chalk@4.1.2",
"npmPackage": "chalk@4.1.2"
}
],
"redirects": {
- "npm:chalk@4": "npm:chalk@4.1.2"
+ "npm:chalk@4": "npm:/chalk@4.1.2"
},
"npmPackages": {
"ansi-styles@4.3.0": {