Currently, it seems like I have to build out the propper components for Frogbot. I should be able to reference this via the use of a JF_FROGBOT_PACKAGE_MANAGER, for python there are several ways people manage packages, and the package handlers should account for this. The same goes for Java and Javascript. (yarn, npm, gradle, maven, etc). Right now the package-manager handlers do no justice to individuals consuming Frogbot. Frogbot should be able to traverse the structure and tell me what kind of package it is, but there should also be an overwrite input as well for the language it should scan JF_FROGBOT_PACKAGE_LANGUAGE, which should also help the scan be significantly faster than what it currently does in terms of it's functionality.