@jspm/generator
    Preparing search index...

    Function lookup

    • Get the lookup resolution information for a specific install.

      Parameters

      • install: string | Install

        The install object

      • lookupOptions: LookupOptions = {}

        Provider and cache defaults for lookup

      Returns Promise<
          {
              install: {
                  target: { registry: string; name: string; range: string };
                  installSubpath: "." | `./${string}`;
                  subpath: "." | `./${string}`;
                  alias: string;
              };
              resolved: ExactPackage;
          },
      >

      The resolved install and exact package { install, resolved }