Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the previous section, you discovered all bundles that use the services that the bundle mybundle registers. Let’s follow up on this example and discover all bundles that are importing the packages that the bundle mybundle is exporting.
As you probably guessed, the pattern for doing this should be similar to what you did in the previous example. But there’s one major difference: unlike bundles and services, packages aren’t identified by a long ID, which complicates matters somewhat. Check this out in the next listing.