When a dependency is missing and its nested in the array of the meta.json dependencies, it doesnt show in the list "References", the package will have a red color but the only alternative will be to open the var and read the meta.json (A difficult thing for most).
Example:
Thanks in advance,
Example:
JSON:
"dependencies": {
"AcidBubbles.ImprovedPoV.latest": {
"dependencies": {},
"licenseType": "CC BY-SA"
},
"AcidBubbles.Passenger.latest": {
"dependencies": {},
"licenseType": "CC BY-SA"
},
"AcidBubbles.Timeline.latest": {
"dependencies": {},
"licenseType": "CC BY-SA"
},
"AdamAnt5.Realtime_LipSync.latest": {
"dependencies": {},
"licenseType": "Questionable"
},
"DoesNotCat.RealFakeLabias.latest": {
"dependencies": {},
"licenseType": "CC BY-NC-SA"
},
"MacGruber.Life.latest": {
"dependencies": {},
"licenseType": "CC BY-SA"
},
"Spacedog.EasyGaze_FingerMotion_KissMotion_Collection.latest": {
"dependencies": {},
"licenseType": "CC BY"
},
"Testitou.nico_dmc5.latest": {
"dependencies": {
"MacGruber.Life.latest": {
"dependencies": {},
"licenseType": "MISSING",
"missing": "true"
},
"MacGruber.PostMagic.latest": {
"dependencies": {},
"licenseType": "CC BY-SA"
},
"Scamp.PyssyHairParadise.latest": {
"dependencies": {},
"licenseType": "MISSING",
"missing": "true"
},
"prestigitis.hair-20191213.latest": {
"dependencies": {},
"licenseType": "MISSING",
"missing": "true"
}
},
"licenseType": "CC BY-NC"
}
}
Thanks in advance,