Get npm Package Score
npm_package_scoreRetrieve quality, popularity, and maintenance scores for any npm package, including download counts, GitHub stars, test coverage, and release frequency.
Instructions
Get quality, popularity, and maintenance scores for an npm package from npms.io.
Provides detailed metrics including download counts, GitHub stars, test coverage indicators, and release frequency.
Args:
package_name (string): The npm package name
Returns: Comprehensive scoring breakdown:
Overall score (0-100%)
Quality score: carefulness, tests, health, branding
Popularity: community interest, downloads, dependents
Maintenance: release frequency, commit frequency, open issues
GitHub stats: stars, forks, issues
Download statistics
Examples:
"react" -> High scores across all categories
"lodash" -> Well-maintained with high popularity
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| package_name | Yes | npm package name |