.map non è un file, ma una funzione.

dalla doc ufficiale http://api.jquery.com/jquery.map/:
codice:
Translate all items in an array or object to new array of items.

The $.map() method applies a function to each item in an array or object and maps the results into a new array.