| 12345678910111213141516171819202122232425262728293031 |
- .TH "NPM-GET" "1" "March 2026" "NPM@11.12.0" ""
- .SH "NAME"
- \fBnpm-get\fR - Get a value from the npm configuration
- .SS "Synopsis"
- .P
- .RS 2
- .nf
- npm get \[lB]<key> ...\[rB] (See `npm config`)
- .fi
- .RE
- .P
- Note: This command is unaware of workspaces.
- .SS "Description"
- .P
- Get a value from the npm configuration
- .SS "Configuration"
- .SS "\fBlong\fR"
- .RS 0
- .IP \(bu 4
- Default: false
- .IP \(bu 4
- Type: Boolean
- .RE 0
- .P
- Show extended information in \fBls\fR, \fBsearch\fR, and \fBhelp-search\fR.
- .SS "See Also"
- .RS 0
- .IP \(bu 4
- npm help "help config"
- .RE 0
|