@@ -28,11 +28,7 @@ expected_importers = {
28
28
expected_packages = {
29
29
"@aspect-test/[email protected] " : {
30
30
"name" : "@aspect-test/a" ,
31
- "dependencies" : {
32
- "@aspect-test/b" : "5.0.0" ,
33
- "@aspect-test/c" : "1.0.0" ,
34
- "@aspect-test/d" : "2.0.0_at_aspect-test_c_1.0.0" ,
35
- },
31
+ "dependencies" : {},
36
32
"optional_dependencies" : {},
37
33
"dev_only" : False ,
38
34
"has_bin" : True ,
@@ -81,11 +77,7 @@ def _parse_lockfile_v5_test_impl(ctx):
81
77
"integrity": "sha512-t/lwpVXG/jmxTotGEsmjwuihC2Lvz/Iqt63o78SI3O5XallxtFp5j2WM2M6HwkFiii9I42KdlAF8B3plZMz0Fw=="
82
78
},
83
79
"hasBin": true,
84
- "dependencies": {
85
- "@aspect-test/b": "5.0.0",
86
- "@aspect-test/c": "1.0.0",
87
- "@aspect-test/d": "2.0.0_@[email protected] "
88
- },
80
+ "dependencies": {},
89
81
"dev": false
90
82
},
91
83
"file:lodash-4.17.21.tgz": {
@@ -135,11 +127,7 @@ def _parse_lockfile_v6_test_impl(ctx):
135
127
"integrity": "sha512-t/lwpVXG/jmxTotGEsmjwuihC2Lvz/Iqt63o78SI3O5XallxtFp5j2WM2M6HwkFiii9I42KdlAF8B3plZMz0Fw=="
136
128
},
137
129
"hasBin": true,
138
- "dependencies": {
139
- "@aspect-test/b": "5.0.0",
140
- "@aspect-test/c": "1.0.0",
141
- "@aspect-test/d": "2.0.0(@aspect-test/[email protected] )"
142
- },
130
+ "dependencies": {},
143
131
"dev": false
144
132
},
145
133
"file:lodash-4.17.21.tgz": {
@@ -208,11 +196,7 @@ def _parse_lockfile_v9_test_impl(ctx):
208
196
},
209
197
"snapshots": {
210
198
"@aspect-test/[email protected] ": {
211
- "dependencies": {
212
- "@aspect-test/b": "5.0.0",
213
- "@aspect-test/c": "1.0.0",
214
- "@aspect-test/d": "2.0.0(@aspect-test/[email protected] )"
215
- }
199
+ "dependencies": {}
216
200
},
217
201
"lodash@file:lodash-4.17.21.tgz": { }
218
202
}
0 commit comments