.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH BIN.JS "1" "March 2022" "bin.js 13.0.5" "User Commands" .SH NAME bin.js \- The JavaScript Package Handler .SH DESCRIPTION Pacote \- The JavaScript Package Handler, v13.0.5 .PP Usage: .IP pacote resolve .IP Resolve a specifier and output the fully resolved target Returns integrity and from if '\-\-long' flag is set. .IP pacote manifest .IP Fetch a manifest and print to stdout .IP pacote packument .IP Fetch a full packument and print to stdout .IP pacote tarball [] .IP Fetch a package tarball and save to If is missing or '\-', the tarball will be streamed to stdout. .IP pacote extract .IP Extract a package to the destination folder. .PP Configuration values all match the names of configs passed to npm, or options passed to Pacote. Additional flags for this executable: .TP \fB\-\-long\fR Print an object from 'resolve', including integrity and spec. .TP \fB\-\-json\fR Print result objects as JSON rather than node's default. (This is the default if stdout is not a TTY.) .TP \fB\-\-help\fR \fB\-h\fR Print this helpful text. .PP For example '\-\-cache=/path/to/folder' will use that folder as the cache.