/* IMPORTANT * This snapshot file is auto-generated, but designed for humans. * It should be checked into source control and tracked carefully. * Re-generate by setting TAP_SNAPSHOT=1 and running tests. * Make sure to inspect the output below. Do not ignore changes! */ 'use strict' exports[`test/lib/utils/npm-usage.js TAP usage basic usage > must match snapshot 1`] = ` npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access, adduser, audit, bin, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rebuild, repo, restart, root, run-script, search, set, set-script, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /some/config/file/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@{VERSION} {BASEDIR} ` exports[`test/lib/utils/npm-usage.js TAP usage set process.stdout.columns columns=0 > must match snapshot 1`] = ` npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access, adduser, audit, bin, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rebuild, repo, restart, root, run-script, search, set, set-script, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /some/config/file/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@{VERSION} {BASEDIR} ` exports[`test/lib/utils/npm-usage.js TAP usage set process.stdout.columns columns=90 > must match snapshot 1`] = ` npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access, adduser, audit, bin, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rebuild, repo, restart, root, run-script, search, set, set-script, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /some/config/file/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@{VERSION} {BASEDIR} ` exports[`test/lib/utils/npm-usage.js TAP usage with browser > must match snapshot 1`] = ` npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on (in a browser) npm help npm more involved overview (in a browser) All commands: access, adduser, audit, bin, bugs, cache, ci, completion, config, dedupe, deprecate, diff, dist-tag, docs, doctor, edit, exec, explain, explore, find-dupes, fund, get, help, hook, init, install, install-ci-test, install-test, link, ll, login, logout, ls, org, outdated, owner, pack, ping, prefix, profile, prune, publish, rebuild, repo, restart, root, run-script, search, set, set-script, shrinkwrap, star, stars, start, stop, team, test, token, uninstall, unpublish, unstar, update, version, view, whoami Specify configs in the ini-formatted file: /some/config/file/.npmrc or on the command line via: npm --key=value More configuration info: npm help config Configuration fields: npm help 7 config npm@{VERSION} {BASEDIR} ` exports[`test/lib/utils/npm-usage.js TAP usage with long > must match snapshot 1`] = ` npm Usage: npm install install all the dependencies in your project npm install add the dependency to your project npm test run this project's tests npm run run the script named npm -h quick help on npm -l display usage info for all commands npm help search for help on npm help npm more involved overview All commands: access npm access Set access level on published packages Usage: npm access public [] npm access restricted [] npm access grant [] npm access revoke [] npm access 2fa-required [] npm access 2fa-not-required [] npm access ls-packages [||] npm access ls-collaborators [ []] npm access edit [] Options: [--registry ] [--otp ] Run "npm help access" for more info adduser npm adduser Add a registry user account Usage: npm adduser Options: [--registry ] [--scope <@scope>] aliases: login, add-user Run "npm help adduser" for more info audit npm audit Run a security audit Usage: npm audit [fix] Options: [--audit-level ] [--dry-run] [-f|--force] [--json] [--package-lock-only] [--omit [--omit ...]] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help audit" for more info bin npm bin Display npm bin folder Usage: npm bin Options: [-g|--global] Run "npm help bin" for more info bugs npm bugs Report bugs for a package in a web browser Usage: npm bugs [] Options: [--browser|--browser ] [--registry ] alias: issues Run "npm help bugs" for more info cache npm cache Manipulates packages cache Usage: npm cache add npm cache add npm cache add npm cache add npm cache add @ npm cache clean npm cache verify Options: [--cache ] Run "npm help cache" for more info ci npm ci Install a project with a clean slate Usage: npm ci Options: [--ignore-scripts] [--script-shell ] aliases: clean-install, ic, install-clean, isntall-clean Run "npm help ci" for more info completion npm completion Tab Completion for npm Usage: npm completion Run "npm help completion" for more info config npm config Manage the npm configuration files Usage: npm config set = [= ...] npm config get [ [ ...]] npm config delete [ ...] npm config list [--json] npm config edit Options: [--json] [-g|--global] [--editor ] [-l|--long] alias: c Run "npm help config" for more info dedupe npm dedupe Reduce duplication in the package tree Usage: npm dedupe Options: [--global-style] [--legacy-bundling] [--strict-peer-deps] [--package-lock] [--omit [--omit ...]] [--ignore-scripts] [--audit] [--bin-links] [--fund] [--dry-run] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: ddp Run "npm help dedupe" for more info deprecate npm deprecate Deprecate a version of a package Usage: npm deprecate [@] Options: [--registry ] [--otp ] Run "npm help deprecate" for more info diff npm diff The registry diff command Usage: npm diff [...] Options: [--diff [--diff ...]] [--diff-name-only] [--diff-unified ] [--diff-ignore-all-space] [--diff-no-prefix] [--diff-src-prefix ] [--diff-dst-prefix ] [--diff-text] [-g|--global] [--tag ] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help diff" for more info dist-tag npm dist-tag Modify package distribution tags Usage: npm dist-tag add @ [] npm dist-tag rm npm dist-tag ls [] Options: [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: dist-tags Run "npm help dist-tag" for more info docs npm docs Open documentation for a package in a web browser Usage: npm docs [ [ ...]] Options: [--browser|--browser ] [--registry ] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: home Run "npm help docs" for more info doctor npm doctor Check your npm environment Usage: npm doctor Options: [--registry ] Run "npm help doctor" for more info edit npm edit Edit an installed package Usage: npm edit [/...] Options: [--editor ] Run "npm help edit" for more info exec npm exec Run a command from a local or remote npm package Usage: npm exec -- [@] [args...] npm exec --package=[@] -- [args...] npm exec -c ' [args...]' npm exec --package=foo -c ' [args...]' Options: [--package [@] [--package [@] ...]] [-c|--call ] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: x Run "npm help exec" for more info explain npm explain Explain installed packages Usage: npm explain Options: [--json] [-w|--workspace [-w|--workspace ...]] alias: why Run "npm help explain" for more info explore npm explore Browse an installed package Usage: npm explore [ -- ] Options: [--shell ] Run "npm help explore" for more info find-dupes npm find-dupes Find duplication in the package tree Usage: npm find-dupes Options: [--global-style] [--legacy-bundling] [--strict-peer-deps] [--package-lock] [--omit [--omit ...]] [--ignore-scripts] [--audit] [--bin-links] [--fund] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help find-dupes" for more info fund npm fund Retrieve funding information Usage: npm fund [[<@scope>/]] Options: [--json] [--browser|--browser ] [--unicode] [-w|--workspace [-w|--workspace ...]] [--which ] Run "npm help fund" for more info get npm get Get a value from the npm configuration Usage: npm get [ ...] (See \`npm config\`) Run "npm help get" for more info help npm help Get help on npm Usage: npm help [] Options: [--viewer ] alias: hlep Run "npm help help" for more info hook npm hook Manage registry hooks Usage: npm hook add [--type=] npm hook ls [pkg] npm hook rm npm hook update Options: [--registry ] [--otp ] Run "npm help hook" for more info init npm init Create a package.json file Usage: npm init [--force|-f|--yes|-y|--scope] npm init <@scope> (same as \`npx <@scope>/create\`) npm init [<@scope>/] (same as \`npx [<@scope>/]create-\`) Options: [-y|--yes] [-f|--force] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] aliases: create, innit Run "npm help init" for more info install npm install Install a package Usage: npm install [<@scope>/] npm install [<@scope>/]@ npm install [<@scope>/]@ npm install [<@scope>/]@ npm install @npm: npm install npm install npm install npm install npm install / Options: [-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer] [-E|--save-exact] [-g|--global] [--global-style] [--legacy-bundling] [--strict-peer-deps] [--package-lock] [--omit [--omit ...]] [--ignore-scripts] [--audit] [--bin-links] [--fund] [--dry-run] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, add Run "npm help install" for more info install-ci-test npm install-ci-test Install a project with a clean slate and run tests Usage: npm install-ci-test Options: [--ignore-scripts] [--script-shell ] alias: cit Run "npm help install-ci-test" for more info install-test npm install-test Install package(s) and run tests Usage: npm install-test [<@scope>/] npm install-test [<@scope>/]@ npm install-test [<@scope>/]@ npm install-test [<@scope>/]@ npm install-test @npm: npm install-test npm install-test npm install-test npm install-test npm install-test / Options: [-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer] [-E|--save-exact] [-g|--global] [--global-style] [--legacy-bundling] [--strict-peer-deps] [--package-lock] [--omit [--omit ...]] [--ignore-scripts] [--audit] [--bin-links] [--fund] [--dry-run] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: it Run "npm help install-test" for more info link npm link Symlink a package folder Usage: npm link (in package dir) npm link [<@scope>/][@] Options: [-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer] [-E|--save-exact] [-g|--global] [--global-style] [--legacy-bundling] [--strict-peer-deps] [--package-lock] [--omit [--omit ...]] [--ignore-scripts] [--audit] [--bin-links] [--fund] [--dry-run] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: ln Run "npm help link" for more info ll npm ll List installed packages Usage: npm ll [[<@scope>/] ...] Options: [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth ] [--omit [--omit ...]] [--link] [--unicode] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: la Run "npm help ll" for more info login npm adduser Add a registry user account Usage: npm adduser Options: [--registry ] [--scope <@scope>] aliases: login, add-user Run "npm help adduser" for more info logout npm logout Log out of the registry Usage: npm logout Options: [--registry ] [--scope <@scope>] Run "npm help logout" for more info ls npm ls List installed packages Usage: npm ls npm ls [[<@scope>/] ...] Options: [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [--depth ] [--omit [--omit ...]] [--link] [--unicode] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: list Run "npm help ls" for more info org npm org Manage orgs Usage: npm org set orgname username [developer | admin | owner] npm org rm orgname username npm org ls orgname [] Options: [--registry ] [--otp ] [--json] [-p|--parseable] alias: ogr Run "npm help org" for more info outdated npm outdated Check for outdated packages Usage: npm outdated [[<@scope>/] ...] Options: [-a|--all] [--json] [-l|--long] [-p|--parseable] [-g|--global] [-w|--workspace [-w|--workspace ...]] Run "npm help outdated" for more info owner npm owner Manage package owners Usage: npm owner add [<@scope>/] npm owner rm [<@scope>/] npm owner ls [<@scope>/] Options: [--registry ] [--otp ] alias: author Run "npm help owner" for more info pack npm pack Create a tarball from a package Usage: npm pack [[<@scope>/]...] Options: [--dry-run] [--json] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help pack" for more info ping npm ping Ping npm registry Usage: npm ping Options: [--registry ] Run "npm help ping" for more info prefix npm prefix Display prefix Usage: npm prefix [-g] Options: [-g|--global] Run "npm help prefix" for more info profile npm profile Change settings on your registry profile Usage: npm profile enable-2fa [auth-only|auth-and-writes] npm profile disable-2fa npm profile get [] npm profile set Options: [--registry ] [--json] [-p|--parseable] [--otp ] Run "npm help profile" for more info prune npm prune Remove extraneous packages Usage: npm prune [[<@scope>/]...] Options: [--omit [--omit ...]] [--dry-run] [--json] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help prune" for more info publish npm publish Publish a package Usage: npm publish [] Options: [--tag ] [--access ] [--dry-run] [--otp ] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help publish" for more info rebuild npm rebuild Rebuild a package Usage: npm rebuild [[<@scope>/][@] ...] Options: [-g|--global] [--bin-links] [--ignore-scripts] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] alias: rb Run "npm help rebuild" for more info repo npm repo Open package repository page in the browser Usage: npm repo [ [ ...]] Options: [--browser|--browser ] [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] Run "npm help repo" for more info restart npm restart Restart a package Usage: npm restart [-- ] Options: [--ignore-scripts] [--script-shell ] Run "npm help restart" for more info root npm root Display npm root Usage: npm root Options: [-g|--global] Run "npm help root" for more info run-script npm run-script Run arbitrary package scripts Usage: npm run-script [-- ] Options: [-w|--workspace [-w|--workspace ...]] [-ws|--workspaces] [--if-present] [--ignore-scripts] [--script-shell ] aliases: run, rum, urn Run "npm help run-script" for more info search npm search Search for packages Usage: npm search [search terms ...] Options: [-l|--long] [--json] [--color|--color ] [-p|--parseable] [--no-description] [--searchopts ] [--searchexclude ] [--registry ] [--prefer-online] [--prefer-offline] [--offline] aliases: s, se, find Run "npm help search" for more info set npm set Set a value in the npm configuration Usage: npm set = [= ...] (See \`npm config\`) Run "npm help set" for more info set-script npm set-script Set tasks in the scripts section of package.json Usage: npm set-script [