Find a Javascript ID when trying to deregister?

There is a global variable $wp_scripts, so pop this in a PHP template and have a look:

global $wp_scripts;
print_r($wp_scripts);

Found it in the Source section of the Codex entry for wp_print_scripts, btw – always a good place to look!