While the presence of the module entrypoint automatically suggests the libraries don't have es5, it is helpful because of the following case: We polyfill using core-js and the "usage" mechanism. If a module has the `module` entrypoint we need it to be transpiled so that it is polyfilled. if `are-you-es5` had an option to return libraries that have a module entrypoint we could use that to decide if they would be transpiled.