diff options
Diffstat (limited to 'deps/npm/html/doc/view.html')
-rw-r--r-- | deps/npm/html/doc/view.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/deps/npm/html/doc/view.html b/deps/npm/html/doc/view.html index 6172ff875..1225f06e7 100644 --- a/deps/npm/html/doc/view.html +++ b/deps/npm/html/doc/view.html @@ -22,7 +22,7 @@ this:</p> <pre><code>npm view connect</code></pre> -<p>The default version is "latest" if unspecified.</p> +<p>The default version is "latest" if unspecified.</p> <p>Field names can be specified after the package descriptor. For example, to show the dependencies of the <code>ronn</code> package at version @@ -44,7 +44,7 @@ opts that ronn depends on, you can do this:</p> <p>For fields that are arrays, requesting a non-numeric field will return all of the values from the objects in the list. For example, to get all -the contributor names for the "express" project, you can do this:</p> +the contributor names for the "express" project, you can do this:</p> <pre><code>npm view express contributors.email</code></pre> @@ -60,7 +60,7 @@ can do this:</p> <pre><code>npm view express contributors.name contributors.email</code></pre> -<p>"Person" fields are shown as a string if they would be shown as an +<p>"Person" fields are shown as a string if they would be shown as an object. So, for example, this will show the list of npm contributors in the shortened string format. (See <code><a href="../doc/json.html">json(1)</a></code> for more on this.)</p> @@ -70,7 +70,7 @@ the shortened string format. (See <code><a href="../doc/json.html">json(1)</a>< matching version of the package. This will show which version of jsdom was required by each matching version of yui3:</p> -<pre><code>npm view yui3@'>0.5.4' dependencies.jsdom</code></pre> +<pre><code>npm view yui3@'>0.5.4' dependencies.jsdom</code></pre> <h2 id="OUTPUT">OUTPUT</h2> @@ -88,7 +88,7 @@ the field name.</p> <ul><li><a href="../doc/search.html">search(1)</a></li><li><a href="../doc/registry.html">registry(1)</a></li><li><a href="../doc/config.html">config(1)</a></li><li><a href="../doc/docs.html">docs(1)</a></li></ul> </div> -<p id="footer">view — npm@1.1.46</p> +<p id="footer">view — npm@1.1.47</p> <script> ;(function () { var wrapper = document.getElementById("wrapper") |