| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0f88588 commit 21b5ab1
18 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -166,7 +166,7 @@ <h3 id="description">Description</h3> | |||
| 166 | 166 | the results to only the paths to the packages named. Note that nested | |
| 167 | 167 | packages will <em>also</em> show the paths to the specified packages. For | |
| 168 | 168 | example, running <code>npm ls promzard</code> in npm's source tree will show:</p> | |
| 169 | - <pre lang="bash"><code>npm@8.19.1 /path/to/npm | ||
| 169 | + <pre lang="bash"><code>npm@8.19.2 /path/to/npm | ||
| 170 | 170 | └─┬ init-package-json@0.0.4 | |
| 171 | 171 | └── promzard@0.1.5 | |
| 172 | 172 | </code></pre> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -149,7 +149,7 @@ <h2 id="table-of-contents">Table of contents</h2> | |||
| 149 | 149 | <!-- raw HTML omitted --> | |
| 150 | 150 | <!-- raw HTML omitted --> | |
| 151 | 151 | <h3 id="version">Version</h3> | |
| 152 | - <p>8.19.1</p> | ||
| 152 | + <p>8.19.2</p> | ||
| 153 | 153 | <h3 id="description">Description</h3> | |
| 154 | 154 | <p>npm is the package manager for the Node JavaScript platform. It puts | |
| 155 | 155 | 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\.19\.1 /path/to/npm | ||
| 29 | + npm@8\.19\.2 /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 | |
|---|---|---|---|
@@ -4,7 +4,7 @@ | |||
| 4 | 4 | .SS Synopsis | |
| 5 | 5 | .SS Version | |
| 6 | 6 | .P | |
| 7 | - 8\.19\.1 | ||
| 7 | + 8\.19\.2 | ||
| 8 | 8 | .SS Description | |
| 9 | 9 | .P | |
| 10 | 10 | npm is the package manager for the Node JavaScript platform\. It puts | |
| Back | FazBrowse Home | New Git URL |
0 commit comments