npmsearch icon indicating copy to clipboard operation
npmsearch copied to clipboard

blazing fast npm search utility

Results 19 npmsearch issues
Sort by recently updated
recently updated
newest added

You can't own a domain like https://npmsearch.com/ and just let it die, that's a legit curse right there! Fix the website please I beg you

Is there a way to search for only global modules / modules with binaries? This meaning, they look like this when you display info on a package: ![Screenshot 2021-01-03 111825](https://user-images.githubusercontent.com/39349712/103483473-727ac580-4db5-11eb-997c-7728f3a18682.png)...

The following yields 3 results as show. Some of which do not have `redi` in the name. ``` http://npmsearch.com/query?q=redi&fields=name {"results":[{"name":["redi"]},{"name":["specialone"]},{"name":["npmtest-socket.io-redis"]}],"total":3,"from":0} ``` By contrast, searching for `redi` on npmjs.com gives ```...

Been hanging out since Jun '17 to get some 👀 on [#62](https://github.com/nodesource/npmsearch/issues/62). Looking activity on this project I'm suspecting it's encroaching towards abandonment. Can any core contributor chime in here?...

I want to find only packages which contain `filesystem` in name **and** `theia-extension` as a keyword. How can I do it? I've tried `q=keywords:theia-extension+filesystem` but it finds packages which have...

Current sorting seems a bit off. E.g. searching "express" (by clicking on example on home page) returns "ifade" as top result. I assume because it has "*Express*ions" in its description....

It seems like the ratings have changed recently. Many more packages have a score of 100, even those which have not had many contributions or downloads.

Add the ability to only return package with `types` in the package.json

enhancement

If you're wanting to upgrade to ES5 for the performance and other benefits of upgrading, then this branch is for you! It actually didn't take a whole lot to make...

Hi, what are the ToS for npmsearch.com? I'm interested in using your API in Komodo IDE to facilitate NPM install completions (npm search is too slow), but I'm uncertain whether...