Search code examples
npmnpm-registry

Get package dependencies from NPM registry API


Given a package name and version, I want to find out what its dependencies are, ideally using an HTTP request.


Solution

  • Try sending a GET request to e.g. https://registry.npmjs.org/ansi-codes or https://registry.npmjs.org/ansi-codes/0.0.2. See the API documentation.