npm Node Version
Display the required Node.js version for any npm package.
Show the Node.js version requirement from a package's engines.node field.
GET/npm/node/:package.svg
Path Parameters
required

URL format
/npm/node/{package}.svg
Examples



Styling examples
<!-- Outline variant -->

<!-- Green theme -->

<!-- With Node.js logo -->

Notes
- Returns the
engines.nodevalue from package.json - Shows "any" if no Node version is specified
Data source
Uses registry.npmjs.org. No API key required. Cached 1 hour.