List Versions
list_versionsList published versions of an npm package with publish dates, dist-tags (latest/next/beta), and deprecation notices — answers "what versions of exist", "when was last published", "is the latest version deprecated". Returns versions newest-first, plus the package created/last-modified timestamps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact package name (e.g. "express", "@types/node"). | |
| limit | No | Number of recent versions to return (default 20, max 100). |