npmsearch
npmsearch copied to clipboard
How to find packages matching several fields?
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 theia-extension as a keyword or filesystem in name.