summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/cli/npm-shrinkwrap.html
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2016-02-22 11:59:14 -0800
committerMyles Borins <mborins@us.ibm.com>2016-03-07 15:20:36 -0800
commit4ed038808f7bb78cc00fce6162b3f71b45abbd66 (patch)
tree0fc314b5f3e9d64862fddf5bdee7765050527b7c /deps/npm/html/doc/cli/npm-shrinkwrap.html
parent061ebb39c94eea22d34d20c6936787310f7bf9b0 (diff)
downloadandroid-node-v8-4ed038808f7bb78cc00fce6162b3f71b45abbd66.tar.gz
android-node-v8-4ed038808f7bb78cc00fce6162b3f71b45abbd66.tar.bz2
android-node-v8-4ed038808f7bb78cc00fce6162b3f71b45abbd66.zip
deps: upgrade to npm 3.7.3
PR-URL: https://github.com/nodejs/node/pull/5369 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
Diffstat (limited to 'deps/npm/html/doc/cli/npm-shrinkwrap.html')
-rw-r--r--deps/npm/html/doc/cli/npm-shrinkwrap.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/deps/npm/html/doc/cli/npm-shrinkwrap.html b/deps/npm/html/doc/cli/npm-shrinkwrap.html
index 8b550e04d4..941fa58724 100644
--- a/deps/npm/html/doc/cli/npm-shrinkwrap.html
+++ b/deps/npm/html/doc/cli/npm-shrinkwrap.html
@@ -72,16 +72,16 @@ when B hasn&#39;t changed at all.</p>
</code></pre><p>This generates <code>npm-shrinkwrap.json</code>, which will look something like this:</p>
<pre><code>{
&quot;name&quot;: &quot;A&quot;,
- &quot;version&quot;: &quot;1.1.0&quot;,
+ &quot;version&quot;: &quot;0.1.0&quot;,
&quot;dependencies&quot;: {
&quot;B&quot;: {
- &quot;version&quot;: &quot;1.0.1&quot;,
- &quot;from&quot;: &quot;B@^1.0.0&quot;,
- &quot;resolved&quot;: &quot;https://registry.npmjs.org/B/-/B-1.0.1.tgz&quot;,
+ &quot;version&quot;: &quot;0.0.1&quot;,
+ &quot;from&quot;: &quot;B@^0.0.1&quot;,
+ &quot;resolved&quot;: &quot;https://registry.npmjs.org/B/-/B-0.0.1.tgz&quot;,
&quot;dependencies&quot;: {
&quot;C&quot;: {
- &quot;version&quot;: &quot;1.0.1&quot;,
- &quot;from&quot;: &quot;org/C#v1.0.1&quot;,
+ &quot;version&quot;: &quot;0.0.1&quot;,
+ &quot;from&quot;: &quot;org/C#v0.0.1&quot;,
&quot;resolved&quot;: &quot;git://github.com/org/C.git#5c380ae319fc4efe9e7f2d9c78b0faa588fd99b4&quot;
}
}
@@ -169,5 +169,5 @@ contents rather than versions.</p>
<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>
<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>
</table>
-<p id="footer">npm-shrinkwrap &mdash; npm@3.6.0</p>
+<p id="footer">npm-shrinkwrap &mdash; npm@3.7.3</p>