diff options
Diffstat (limited to 'deps/npm/html/doc/cli/npm-ls.html')
-rw-r--r-- | deps/npm/html/doc/cli/npm-ls.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/deps/npm/html/doc/cli/npm-ls.html b/deps/npm/html/doc/cli/npm-ls.html index 21e83912a..969f3fb76 100644 --- a/deps/npm/html/doc/cli/npm-ls.html +++ b/deps/npm/html/doc/cli/npm-ls.html @@ -25,7 +25,7 @@ limit the results to only the paths to the packages named. Note that nested packages will <em>also</em> show the paths to the specified packages. For example, running <code>npm ls promzard</code> in npm's source tree will show:</p> -<pre><code>npm@1.3.26 /path/to/npm +<pre><code>npm@1.4.0 /path/to/npm └─┬ init-package-json@0.0.4 └── promzard@0.1.5</code></pre> @@ -64,11 +64,17 @@ recognize potential forks of a project.</p> <p>List packages in the global install prefix instead of in the current project.</p> +<h3 id="depth">depth</h3> + +<ul><li>Type: Int</li></ul> + +<p>Max display depth of the dependency tree.</p> + <h2 id="SEE-ALSO">SEE ALSO</h2> <ul><li><a href="../cli/npm-config.html">npm-config(1)</a></li><li><a href="../misc/npm-config.html">npm-config(7)</a></li><li><a href="../files/npmrc.html">npmrc(5)</a></li><li><a href="../files/npm-folders.html">npm-folders(5)</a></li><li><a href="../cli/npm-install.html">npm-install(1)</a></li><li><a href="../cli/npm-link.html">npm-link(1)</a></li><li><a href="../cli/npm-prune.html">npm-prune(1)</a></li><li><a href="../cli/npm-outdated.html">npm-outdated(1)</a></li><li><a href="../cli/npm-update.html">npm-update(1)</a></li></ul> </div> -<p id="footer">npm-ls — npm@1.3.26</p> +<p id="footer">npm-ls — npm@1.4.0</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |