How can I locate remote packages using NPM?

Using NPM v0.2.19, remote package queries show only local modules. Is there a command or config to query remote sources? For example:

$ npm fetchRemotes

i guess updating npm is your best bet coz v0.2.19 doesn’t support remote fetching. npm search seems to be the only option in older versions.