npm is the default package manager for JavaScript and Node.js, facilitating the sharing and reuse of code, managing dependencies, and streamlining project workflows.
Tool to get npm package download counts over a period. use after confirming package name and time period.
Tool to get daily download counts for an npm package over a date range. use after confirming package name and dates.
Tool to get download counts for an npm package over a specified date range. use when you need historical daily download data.
Tool to get npm registry metadata. use when calling meta sub-endpoints (ping, whoami, all, short) after confirming registry access.
Tool to get download counts for a package over a period. use when you need npm package download metrics for a given period.
Tool to fetch metadata for a specified npm package. use after confirming the exact package name, including scope.