mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
In 'meteor show', display the list of packages implied by a package/version. Implied exports are part of the package's exports, especially for an umbrealla package like 'meteor-platform' or 'cfs:standard-packages'. However, we can't tell you the exact exports (ex: "Mongo") without running the constraint solver (because we don't know what version of the implied package you will end up with). Showing implies also makes umbrella packages like 'meteor-platform' and 'cfs:standard-packages' more obvious -- the user can tell what is going on with the package much better.