]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/html/doc/api/npm-view.html
Adding integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / html / doc / api / npm-view.html
1 <!doctype html>
2 <html>
3   <title>npm-view</title>
4   <meta charset="utf-8">
5   <link rel="stylesheet" type="text/css" href="../../static/style.css">
6   <link rel="canonical" href="https://www.npmjs.org/doc/api/npm-view.html">
7   <script async=true src="../../static/toc.js"></script>
8
9   <body>
10     <div id="wrapper">
11
12 <h1><a href="../api/npm-view.html">npm-view</a></h1> <p>View registry info</p>
13 <h2 id="synopsis">SYNOPSIS</h2>
14 <pre><code>npm.commands.view(args, [silent,] callback)
15 </code></pre><h2 id="description">DESCRIPTION</h2>
16 <p>This command shows data about a package and prints it to the stream
17 referenced by the <code>outfd</code> config, which defaults to stdout.</p>
18 <p>The &quot;args&quot; parameter is an ordered list that closely resembles the command-line
19 usage. The elements should be ordered such that the first element is
20 the package and version (package@version). The version is optional. After that,
21 the rest of the parameters are fields with optional subfields (&quot;field.subfield&quot;)
22 which can be used to get only the information desired from the registry.</p>
23 <p>The callback will be passed all of the data returned by the query.</p>
24 <p>For example, to get the package registry entry for the <code>connect</code> package,
25 you can do this:</p>
26 <pre><code>npm.commands.view([&quot;connect&quot;], callback)
27 </code></pre><p>If no version is specified, &quot;latest&quot; is assumed.</p>
28 <p>Field names can be specified after the package descriptor.
29 For example, to show the dependencies of the <code>ronn</code> package at version
30 0.3.5, you could do the following:</p>
31 <pre><code>npm.commands.view([&quot;ronn@0.3.5&quot;, &quot;dependencies&quot;], callback)
32 </code></pre><p>You can view child field by separating them with a period.
33 To view the git repository URL for the latest version of npm, you could
34 do this:</p>
35 <pre><code>npm.commands.view([&quot;npm&quot;, &quot;repository.url&quot;], callback)
36 </code></pre><p>For fields that are arrays, requesting a non-numeric field will return
37 all of the values from the objects in the list.  For example, to get all
38 the contributor names for the &quot;express&quot; project, you can do this:</p>
39 <pre><code>npm.commands.view([&quot;express&quot;, &quot;contributors.email&quot;], callback)
40 </code></pre><p>You may also use numeric indices in square braces to specifically select
41 an item in an array field.  To just get the email address of the first
42 contributor in the list, you can do this:</p>
43 <pre><code>npm.commands.view([&quot;express&quot;, &quot;contributors[0].email&quot;], callback)
44 </code></pre><p>Multiple fields may be specified, and will be printed one after another.
45 For exampls, to get all the contributor names and email addresses, you
46 can do this:</p>
47 <pre><code>npm.commands.view([&quot;express&quot;, &quot;contributors.name&quot;, &quot;contributors.email&quot;], callback)
48 </code></pre><p>&quot;Person&quot; fields are shown as a string if they would be shown as an
49 object.  So, for example, this will show the list of npm contributors in
50 the shortened string format.  (See <code>npm help json</code> for more on this.)</p>
51 <pre><code>npm.commands.view([&quot;npm&quot;, &quot;contributors&quot;], callback)
52 </code></pre><p>If a version range is provided, then data will be printed for every
53 matching version of the package.  This will show which version of jsdom
54 was required by each matching version of yui3:</p>
55 <pre><code>npm.commands.view([&quot;yui3@&gt;0.5.4&quot;, &quot;dependencies.jsdom&quot;], callback)
56 </code></pre><h2 id="output">OUTPUT</h2>
57 <p>If only a single string field for a single version is output, then it
58 will not be colorized or quoted, so as to enable piping the output to
59 another command.</p>
60 <p>If the version range matches multiple versions, than each printed value
61 will be prefixed with the version it applies to.</p>
62 <p>If multiple fields are requested, than each of them are prefixed with
63 the field name.</p>
64 <p>Console output can be disabled by setting the &#39;silent&#39; parameter to true.</p>
65 <h2 id="return-value">RETURN VALUE</h2>
66 <p>The data returned will be an object in this formation:</p>
67 <pre><code>{ &lt;version&gt;:
68   { &lt;field&gt;: &lt;value&gt;
69   , ... }
70 , ... }
71 </code></pre><p>corresponding to the list of fields selected.</p>
72
73 </div>
74
75 <table border=0 cellspacing=0 cellpadding=0 id=npmlogo>
76 <tr><td style="width:180px;height:10px;background:rgb(237,127,127)" colspan=18>&nbsp;</td></tr>
77 <tr><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td><td style="width:40px;height:10px;background:#fff" colspan=4>&nbsp;</td><td rowspan=4 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td><td colspan=6 style="width:60px;height:10px;background:#fff">&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=4>&nbsp;</td></tr>
78 <tr><td colspan=2 style="width:20px;height:30px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=4 colspan=2>&nbsp;</td><td style="width:10px;height:20px;background:rgb(237,127,127)" rowspan=2>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:20px;height:10px;background:#fff" rowspan=3 colspan=2>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:#fff" rowspan=3>&nbsp;</td><td style="width:10px;height:10px;background:rgb(237,127,127)" rowspan=3>&nbsp;</td></tr>
79 <tr><td style="width:10px;height:10px;background:#fff" rowspan=2>&nbsp;</td></tr>
80 <tr><td style="width:10px;height:10px;background:#fff">&nbsp;</td></tr>
81 <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
82 <tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
83 </table>
84 <p id="footer">npm-view &mdash; npm@2.15.11</p>
85