Skip to content

aube view

  • Usage: aube view [--json] <PACKAGE> [FIELD]
  • Aliases: info, show

Print package metadata from the registry

Arguments

<PACKAGE>

Package to view, optionally with a version or dist-tag (lodash, lodash@4.17.21, react@next, express@^4)

[FIELD]

Dotted path into the version metadata to print (version, dependencies, dist.tarball, maintainers.0.name). When omitted, prints a formatted summary

Flags

--json

Print the full JSON of the selected version instead of the summary. Mutually exclusive with field

Released under the MIT License.