| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -159,7 +159,7 @@ <h3 id="description">Description</h3> | |||
| 159 | 159 | the results to only the paths to the packages named. Note that nested | |
| 160 | 160 | packages will <em>also</em> show the paths to the specified packages. For | |
| 161 | 161 | example, running <code>npm ls promzard</code> in npm’s source tree will show:</p> | |
| 162 | - <pre lang="bash"><code>npm@8.1.0 /path/to/npm | ||
| 162 | + <pre lang="bash"><code>npm@8.1.1 /path/to/npm | ||
| 163 | 163 | └─┬ init-package-json@0.0.4 | |
| 164 | 164 | └── promzard@0.1.5 | |
| 165 | 165 | </code></pre> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -148,7 +148,7 @@ <h2 id="table-of-contents">Table of contents</h2> | |||
| 148 | 148 | <pre lang="bash"><code>npm <command> [args] | |
| 149 | 149 | </code></pre> | |
| 150 | 150 | <h3 id="version">Version</h3> | |
| 151 | - <p>8.1.0</p> | ||
| 151 | + <p>8.1.1</p> | ||
| 152 | 152 | <h3 id="description">Description</h3> | |
| 153 | 153 | <p>npm is the package manager for the Node JavaScript platform. It puts | |
| 154 | 154 | modules in place so that node can find them, and manages dependency | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,7 +26,7 @@ example, running \fBnpm ls promzard\fP in npm's source tree will show: | |||
| 26 | 26 | .P | |
| 27 | 27 | .RS 2 | |
| 28 | 28 | .nf | |
| 29 | - npm@8\.1\.0 /path/to/npm | ||
| 29 | + npm@8\.1\.1 /path/to/npm | ||
| 30 | 30 | └─┬ init\-package\-json@0\.0\.4 | |
| 31 | 31 | └── promzard@0\.1\.5 | |
| 32 | 32 | .fi | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ npm <command> [args] | |||
| 10 | 10 | .RE | |
| 11 | 11 | .SS Version | |
| 12 | 12 | .P | |
| 13 | - 8\.1\.0 | ||
| 13 | + 8\.1\.1 | ||
| 14 | 14 | .SS Description | |
| 15 | 15 | .P | |
| 16 | 16 | npm is the package manager for the Node JavaScript platform\. It puts | |
| Back | FazBrowse Home | New Git URL |
0 commit comments