Display package metadata from the npm registry.
Display the package metadata
bun info package_name
Display the specific version metadata
bun info package_name@version
Show a specific property of a package
bun info package_name property
Output results in JSON format
bun info package_name --json