How can I search packages on npmjs.com having two (or more) specific tags? I experimented with some search terms, but to no avail:
keywords:webpack+plugin
keywords:webpack,plugin
keywords:webpack keywords:plugin
The npmjs.com documentation also didn't give me an answer.
The keywords property inside a package. json file is, as you may have guessed, a collection of keywords about a module. Keywords can help identify a package, related modules and software, and concepts.
The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry in the world.
Try to use space
keywords:kw1 kw2
You can do the search from console.
npm find "kw1" "kw2"
https://docs.npmjs.com/cli/search
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With