For e.g.: I would like to find out which npm published packages use the package {xyz}, in which case I would like to search by the dependencies.
Asked
Active
Viewed 27 times
-1
-
Ok, so I have found the answer, but why the downvote? – XZSid May 03 '16 at 19:02
1 Answers
0
https://npmsearch.com/ gives the ability to search using attributes, for instance: ?q=dependencies:amqplib. Found this while browsing this: How to find search/find npm packages.