```js
bower.commands.
search('jquery', {}).
on('end', function (results) {
console.log(results);
});
```
Triggering signature info for `search` shows it as `command(...)`. Ditto for other commands like `install`.
bower.commands.
search('jquery', {}).
on('end', function (results) {
console.log(results);
});
```
Triggering signature info for `search` shows it as `command(...)`. Ditto for other commands like `install`.