Lines Matching full:npm
2 title: npm-ls
10 npm ls <package-spec>
22 tree at all, use [`npm explain`](/commands/npm-explain).
27 example, running `npm ls promzard` in npm's source tree will show:
30 npm@10.5.0 /path/to/npm
48 The `npm ls` command's output and behavior made a _ton_ of sense when npm
54 npm v3, the `ls` output was modified to display the logical dependency
56 However, without using `npm ls -l`, it became impossible to show _where_ a
59 With the advent of automatic installation of `peerDependencies` in npm v7,
64 Also, in the years since npm got an `ls` command (in version 0.0.2!),
66 order to avoid dumping an excessive amount of content to the terminal, `npm
72 least the default human-readable `npm ls` output in npm v8.
81 When running `npm outdated` and `npm ls`, setting `--all` will show all
94 * In `npm pkg set` it enables parsing set values with JSON.parse() before
97 Not supported by all npm commands.
116 `npm search`, this will be tab-separated table format.
127 [folders](/configuring-npm/folders) for more on the differences in behavior.
141 The depth to go when recursing packages for `npm ls`.
143 If not set, `npm ls` will show only the immediate dependencies of the root
144 project. If `--all` is set, then npm will show all dependencies by default.
157 `package-lock.json` or `npm-shrinkwrap.json` file. They are just not
187 Used with `npm ls`, limiting output to only those packages that are linked.
213 When set to true, npm uses unicode characters in the tree output. When
234 When set for the `npm init` command, this may be set to the folder of a
266 all workspaces via the `workspaces` flag, will cause npm to operate only on
284 * [package spec](/using-npm/package-spec)
285 * [npm explain](/commands/npm-explain)
286 * [npm config](/commands/npm-config)
287 * [npmrc](/configuring-npm/npmrc)
288 * [npm folders](/configuring-npm/folders)
289 * [npm explain](/commands/npm-explain)
290 * [npm install](/commands/npm-install)
291 * [npm link](/commands/npm-link)
292 * [npm prune](/commands/npm-prune)
293 * [npm outdated](/commands/npm-outdated)
294 * [npm update](/commands/npm-update)