aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/internal/lockfile/testdata/pnpm-absolute.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cli/internal/lockfile/testdata/pnpm-absolute.yaml')
-rw-r--r--cli/internal/lockfile/testdata/pnpm-absolute.yaml38
1 files changed, 0 insertions, 38 deletions
diff --git a/cli/internal/lockfile/testdata/pnpm-absolute.yaml b/cli/internal/lockfile/testdata/pnpm-absolute.yaml
deleted file mode 100644
index d39f802..0000000
--- a/cli/internal/lockfile/testdata/pnpm-absolute.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-lockfileVersion: 5.4
-importers:
- packages/a:
- specifiers:
- another: ^1.0.0
- "@scope/parent": ^1.0.0
- special: npm:Special@1.2.3
- dependencies:
- another: 1.0.0
- "@scope/parent": 1.0.0
- special: /Special/1.2.3
-
-packages:
- /@scope/parent/1.0.0:
- resolution: { integrity: junk }
- dependencies:
- child: /@scope/child/1.0.0
- dev: false
-
- /@scope/child/1.0.0:
- resolution: { integrity: junk }
- dev: false
-
- /another/1.0.0:
- resolution: { integrity: junk }
- dev: false
- dependencies:
- foo: 1.0.0
-
- /foo/1.0.0:
- resolution: { integrity: junk }
- dev: false
- dependencies:
- Special: 1.2.3
-
- /Special/1.2.3:
- resolution: { integrity: junk }
- dev: false