File Explorer

/var/lang/lib/node_modules/npm/docs/content/commands

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

0 dirs
70 files
npm-get.md445 B · 33 lines
---title: npm-getsection: 1description: Get a value from the npm configuration--- ### Synopsis ```bashnpm get [<key> ...] (See `npm config`)``` Note: This command is unaware of workspaces. ### Description Get a value from the npm configuration ### Configuration #### `long` * Default: false* Type: Boolean Show extended information in `ls`, `search`, and `help-search`.   ### See Also * [npm help config](/commands/npm-config)