Latest version and metadata for a package
package_infoLook up a package in npm, PyPI or crates.io: latest version, licence, whether it is deprecated or yanked, when it was last published, dependency count and repository. Use before writing a dependency line, or to check whether a pinned version is behind. Registries answer with hundreds of kilobytes; this returns only the facts that decide the question. Costs $0.005 USDC per call via x402 on Base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Package name, e.g. 'express', '@scope/pkg', 'requests', 'serde'. | |
| ecosystem | Yes | One of 'npm', 'pypi', 'crates' (aliases: node, python, rust). |