| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,6 +12,7 @@ node_modules/.bin | |||
| 12 | 12 | node_modules/npm-registry-mock | |
| 13 | 13 | /npmrc | |
| 14 | 14 | /release/ | |
| 15 | + /coverage/ | ||
| 15 | 16 | ||
| 16 | 17 | # don't need these in the npm package. | |
| 17 | 18 | html/*.png | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,23 @@ | |||
| 1 | + ## v7.4.3 (2021-01-21) | ||
| 2 | + | ||
| 3 | + ### DOCUMENTATION | ||
| 4 | + | ||
| 5 | + * [`ec1f06d06`](https://github.com/npm/cli/commit/ec1f06d06447a29c74bee063cff103ede7a2111b) | ||
| 6 | + [#2498](https://github.com/npm/cli/issues/2498) | ||
| 7 | + docs(npm): update `npm` docs | ||
| 8 | + ([@darcyclarke](https://github.com/darcyclarke)) | ||
| 9 | + | ||
| 10 | + ### DEPENDENCIES | ||
| 11 | + * [`bc23284cd`](https://github.com/npm/cli/commit/bc23284cd5c4cc4532875aff14df94213727a509) | ||
| 12 | + [#2511](https://github.com/npm/cli/issues/2511) | ||
| 13 | + remove coverage files | ||
| 14 | + ([@ruyadorno](https://github.com/ruyadorno)) | ||
| 15 | + * [`fcbc676b8`](https://github.com/npm/cli/commit/fcbc676b88e1b7c8d01a3799683cd388a82c44d6) | ||
| 16 | + `pacote@11.2.3` | ||
| 17 | + * [`ebd3a24ff`](https://github.com/npm/cli/commit/ebd3a24ff8381f2def306136b745d1615fd6139f) | ||
| 18 | + `@npmcli/arborist@2.0.6` | ||
| 19 | + * Preserve git+https auth when provided | ||
| 20 | + | ||
| 1 | 21 | ## v7.4.2 (2021-01-15) | |
| 2 | 22 | ||
| 3 | 23 | ### DEPENDENCIES | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -133,19 +133,12 @@ See [`config`](/using-npm/config) for much much more information. | |||
| 133 | 133 | Patches welcome! | |
| 134 | 134 | ||
| 135 | 135 | If you would like to contribute, but don't know what to work on, read | |
| 136 | - the contributing guidelines and check the issues list. | ||
| 137 | - | ||
| 138 | - * [CONTRIBUTING.md](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) | ||
| 139 | - * [Bug tracker](https://github.com/npm/cli/issues) | ||
| 136 | + the [contributing guidelines](https://github.com/npm/cli/blob/latest/CONTRIBUTING.md) | ||
| 137 | + and check the issues list. | ||
| 140 | 138 | ||
| 141 | 139 | ### Bugs | |
| 142 | 140 | ||
| 143 | - When you find issues, please report them: | ||
| 144 | - | ||
| 145 | - * web: | ||
| 146 | - <https://github.com/npm/npm/issues> | ||
| 147 | - * archived web: | ||
| 148 | - <https://npm.community/c/bugs> | ||
| 141 | + When you find issues, please report them: <https://github.com/npm/cli/issues> | ||
| 149 | 142 | ||
| 150 | 143 | Be sure to follow the template and bug reporting guidelines. | |
| 151 | 144 | ||
@@ -159,13 +152,6 @@ Or suggest formal RFC proposals: | |||
| 159 | 152 | ||
| 160 | 153 | * <https://github.com/npm/rfcs> | |
| 161 | 154 | ||
| 162 | - ### Author | ||
| 163 | - | ||
| 164 | - [Isaac Z. Schlueter](http://blog.izs.me/) :: | ||
| 165 | - [isaacs](https://github.com/isaacs/) :: | ||
| 166 | - [@izs](https://twitter.com/izs) :: | ||
| 167 | - <i@izs.me> | ||
| 168 | - | ||
| 169 | 155 | ### See Also | |
| 170 | 156 | * [npm help](/commands/npm-help) | |
| 171 | 157 | * [package.json](/configuring-npm/package-json) | |
| 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@7.4.2 /path/to/npm | ||
| 162 | + <pre lang="bash"><code>npm@7.4.3 /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 | |
|---|---|---|---|
@@ -141,14 +141,14 @@ <h1 id="npm">npm</h1> | |||
| 141 | 141 | ||
| 142 | 142 | <section id="table_of_contents"> | |
| 143 | 143 | <h2 id="table-of-contents">Table of contents</h2> | |
| 144 | - <div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#author">Author</a></li><li><a href="#see-also">See Also</a></li></ul></div> | ||
| 144 | + <div id="_table_of_contents"><ul><li><a href="#synopsis">Synopsis</a></li><li><a href="#version">Version</a></li><li><a href="#description">Description</a></li><li><a href="#important">Important</a></li><li><a href="#introduction">Introduction</a></li><li><a href="#dependencies">Dependencies</a></li><li><a href="#directories">Directories</a></li><li><a href="#developer-usage">Developer Usage</a></li><ul><li><a href="#configuration">Configuration</a></li></ul><li><a href="#contributions">Contributions</a></li><li><a href="#bugs">Bugs</a></li><li><a href="#feature-requests">Feature Requests</a></li><li><a href="#see-also">See Also</a></li></ul></div> | ||
| 145 | 145 | </section> | |
| 146 | 146 | ||
| 147 | 147 | <div id="_content"><h3 id="synopsis">Synopsis</h3> | |
| 148 | 148 | <pre lang="bash"><code>npm <command> [args] | |
| 149 | 149 | </code></pre> | |
| 150 | 150 | <h3 id="version">Version</h3> | |
| 151 | - <p>7.4.2</p> | ||
| 151 | + <p>7.4.3</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 | |
@@ -246,19 +246,10 @@ <h4 id="configuration">Configuration</h4> | |||
| 246 | 246 | <h3 id="contributions">Contributions</h3> | |
| 247 | 247 | <p>Patches welcome!</p> | |
| 248 | 248 | <p>If you would like to contribute, but don’t know what to work on, read | |
| 249 | - the contributing guidelines and check the issues list.</p> | ||
| 250 | - <ul> | ||
| 251 | - <li><a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">CONTRIBUTING.md</a></li> | ||
| 252 | - <li><a href="https://github.com/npm/cli/issues">Bug tracker</a></li> | ||
| 253 | - </ul> | ||
| 249 | + the <a href="https://github.com/npm/cli/blob/latest/CONTRIBUTING.md">contributing guidelines</a> | ||
| 250 | + and check the issues list.</p> | ||
| 254 | 251 | <h3 id="bugs">Bugs</h3> | |
| 255 | - <p>When you find issues, please report them:</p> | ||
| 256 | - <ul> | ||
| 257 | - <li>web: | ||
| 258 | - <a href="https://github.com/npm/npm/issues">https://github.com/npm/npm/issues</a></li> | ||
| 259 | - <li>archived web: | ||
| 260 | - <a href="https://npm.community/c/bugs">https://npm.community/c/bugs</a></li> | ||
| 261 | - </ul> | ||
| 252 | + <p>When you find issues, please report them: <a href="https://github.com/npm/cli/issues">https://github.com/npm/cli/issues</a></p> | ||
| 262 | 253 | <p>Be sure to follow the template and bug reporting guidelines.</p> | |
| 263 | 254 | <h3 id="feature-requests">Feature Requests</h3> | |
| 264 | 255 | <p>Discuss new feature ideas on our discussion forum:</p> | |
@@ -269,11 +260,6 @@ <h3 id="feature-requests">Feature Requests</h3> | |||
| 269 | 260 | <ul> | |
| 270 | 261 | <li><a href="https://github.com/npm/rfcs">https://github.com/npm/rfcs</a></li> | |
| 271 | 262 | </ul> | |
| 272 | - <h3 id="author">Author</h3> | ||
| 273 | - <p><a href="http://blog.izs.me/">Isaac Z. Schlueter</a> :: | ||
| 274 | - <a href="https://github.com/isaacs/">isaacs</a> :: | ||
| 275 | - <a href="https://twitter.com/izs">@izs</a> :: | ||
| 276 | - <a href="mailto:i@izs.me">i@izs.me</a></p> | ||
| 277 | 263 | <h3 id="see-also">See Also</h3> | |
| 278 | 264 | <ul> | |
| 279 | 265 | <li><a href="../commands/npm-help.html">npm help</a></li> | |
| 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@7\.4\.2 /path/to/npm | ||
| 29 | + npm@7\.4\.3 /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 | - 7\.4\.2 | ||
| 13 | + 7\.4\.3 | ||
| 14 | 14 | .SS Description | |
| 15 | 15 | .P | |
| 16 | 16 | npm is the package manager for the Node JavaScript platform\. It puts | |
@@ -141,26 +141,11 @@ See npm help \fBconfig\fP for much much more information\. | |||
| 141 | 141 | Patches welcome! | |
| 142 | 142 | .P | |
| 143 | 143 | If you would like to contribute, but don't know what to work on, read | |
| 144 | - the contributing guidelines and check the issues list\. | ||
| 145 | - .RS 0 | ||
| 146 | - .IP \(bu 2 | ||
| 147 | - CONTRIBUTING\.md \fIhttps://github\.com/npm/cli/blob/latest/CONTRIBUTING\.md\fR | ||
| 148 | - .IP \(bu 2 | ||
| 149 | - Bug tracker \fIhttps://github\.com/npm/cli/issues\fR | ||
| 150 | - | ||
| 151 | - .RE | ||
| 144 | + the contributing guidelines \fIhttps://github\.com/npm/cli/blob/latest/CONTRIBUTING\.md\fR | ||
| 145 | + and check the issues list\. | ||
| 152 | 146 | .SS Bugs | |
| 153 | 147 | .P | |
| 154 | - When you find issues, please report them: | ||
| 155 | - .RS 0 | ||
| 156 | - .IP \(bu 2 | ||
| 157 | - web: | ||
| 158 | - https://github\.com/npm/npm/issues | ||
| 159 | - .IP \(bu 2 | ||
| 160 | - archived web: | ||
| 161 | - https://npm\.community/c/bugs | ||
| 162 | - | ||
| 163 | - .RE | ||
| 148 | + When you find issues, please report them: https://github\.com/npm/cli/issues | ||
| 164 | 149 | .P | |
| 165 | 150 | Be sure to follow the template and bug reporting guidelines\. | |
| 166 | 151 | .SS Feature Requests | |
@@ -178,12 +163,6 @@ Or suggest formal RFC proposals: | |||
| 178 | 163 | https://github\.com/npm/rfcs | |
| 179 | 164 | ||
| 180 | 165 | .RE | |
| 181 | - .SS Author | ||
| 182 | - .P | ||
| 183 | - Isaac Z\. Schlueter \fIhttp://blog\.izs\.me/\fR :: | ||
| 184 | - isaacs \fIhttps://github\.com/isaacs/\fR :: | ||
| 185 | - @izs \fIhttps://twitter\.com/izs\fR :: | ||
| 186 | - i@izs\.me | ||
| 187 | 166 | .SS See Also | |
| 188 | 167 | .RS 0 | |
| 189 | 168 | .IP \(bu 2 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments