Gets a list of plugins stolen by a file (or plugin w/i a folder)
steal.get.steals("https://github.com/jupiterjs/mxui/tree/master/data/grid", {getter: steal.get.git}); // -> ['mxui/layout/table_scroll','mxui/data','jquery/controller/view',..]
steal.get.steals(url, options) -> Array
{Object}
{Array}
an array of stolen JS files.
Gets a list of plugins stolen by a file (or plugin w/i a folder)