jpg619/version-bump-tar-2
@reggi/path-to-regexp
dependabot/npm_and_yarn/main/copy-to-clipboard-4.0.2
dependabot/npm_and_yarn/main/eslint-10.4.0
dependabot/npm_and_yarn/main/npmcli/eslint-config-7.0.0
dependabot/npm_and_yarn/main/proc-log-7.0.0
dependabot/npm_and_yarn/npm_and_yarn-826852524d
dependabot/npm_and_yarn/npm_and_yarn-ab9a7f4bc2
deprecate-totp-2fa
dhei/classic-tokens
gat-bypass-2fa-docs
jpg619/fix-accessibility-content-flow
jpg619/version-bump-tar-2
kartykp/gat-bypass-2fa-docs
kartykp/upgrade-path-to-regex
main
maitxn/version-bump-tar
patch-1
reggi/cache-based-on-version
reggi/dev-engines
reggi/fix-transform-prettier
reggi/overrides
update-search-sensitivity
| 1 | --- |
| 2 | title: npm-get |
| 3 | section: 1 |
| 4 | description: Get a value from the npm configuration |
| 5 | github_repo: npm/cli |
| 6 | github_branch: latest |
| 7 | github_path: docs/lib/content/commands/npm-get.md |
| 8 | redirect_from: |
| 9 | - /cli-commands/get |
| 10 | - /cli-commands/npm-get |
| 11 | - /cli-documentation/cli-commands/get |
| 12 | - /cli-documentation/cli-commands/npm-get |
| 13 | - /cli-documentation/commands/get |
| 14 | - /cli-documentation/commands/npm-get |
| 15 | - /cli-documentation/get |
| 16 | - /cli-documentation/npm-get |
| 17 | - /cli-documentation/v11/cli-commands/get |
| 18 | - /cli-documentation/v11/cli-commands/npm-get |
| 19 | - /cli-documentation/v11/commands/get |
| 20 | - /cli-documentation/v11/commands/npm-get |
| 21 | - /cli-documentation/v11/get |
| 22 | - /cli-documentation/v11/npm-get |
| 23 | - /cli/cli-commands/get |
| 24 | - /cli/cli-commands/npm-get |
| 25 | - /cli/commands/get |
| 26 | - /cli/commands/npm-get |
| 27 | - /cli/get |
| 28 | - /cli/npm-get |
| 29 | - /cli/v11/cli-commands/get |
| 30 | - /cli/v11/cli-commands/npm-get |
| 31 | - /cli/v11/commands/get |
| 32 | - /cli/v11/get |
| 33 | - /cli/v11/npm-get |
| 34 | - /commands/get |
| 35 | - /commands/npm-get |
| 36 | --- |
| 37 | |
| 38 | ### Synopsis |
| 39 | |
| 40 | ```bash |
| 41 | npm get [<key> ...] (See `npm config`) |
| 42 | ``` |
| 43 | |
| 44 | Note: This command is unaware of workspaces. |
| 45 | |
| 46 | ### Description |
| 47 | |
| 48 | Get a value from the npm configuration |
| 49 | |
| 50 | ### Configuration |
| 51 | |
| 52 | #### `long` |
| 53 | |
| 54 | - Default: false |
| 55 | - Type: Boolean |
| 56 | |
| 57 | Show extended information in `ls`, `search`, and `help-search`. |
| 58 | |
| 59 | ### See Also |
| 60 | |
| 61 | - [npm help config](/cli/v11/commands/npm-config) |