File tree
15 files changed
+235
-71
lines changed- cli
- content/cli/v8
- commands
- configuring-npm
- using-npm
15 files changed
+235
-71
lines changed- AUTHORS-1
- CHANGELOG.md+46
- Makefile+3-3
- docs/content/commands/npm-audit.md+31
- docs/content/commands/npm-ci.md+15
- docs/content/commands/npm-init.md+1
- docs/content/commands/npm-install-ci-test.md+15
- docs/content/commands/npm-install-test.md+29-14
- docs/content/commands/npm-install.md+30-15
- docs/content/commands/npm-pkg.md+3
- docs/content/commands/npm-prune.md+30
- docs/content/commands/npm-rebuild.md+15
- docs/content/commands/npm-unpublish.md+12-10
- docs/content/commands/npm-update.md+44-29
- docs/content/commands/npm-version.md+2-1
- docs/content/configuring-npm/package-json.md+4
- docs/content/using-npm/config.md+3-1
- lib/commands/audit.js+2
- lib/commands/ci.js+1
- lib/commands/install.js+4-1
- lib/commands/prune.js+9-1
- lib/commands/rebuild.js+1
- lib/commands/update.js+4-2
- lib/commands/view.js+3-3
- lib/utils/cmd-list.js+1
- lib/utils/config/definitions.js+3-1
- lib/utils/error-message.js+1-6
- node_modules/cacache/lib/memoization.js+1-1
- node_modules/cacache/package.json+2-2
- package-lock.json+29-29
- package.json+12-12
- tap-snapshots/test/lib/commands/completion.js.test.cjs+1
- tap-snapshots/test/lib/commands/view.js.test.cjs+17
- tap-snapshots/test/lib/load-all-commands.js.test.cjs+19-15
- tap-snapshots/test/lib/utils/cmd-list.js.test.cjs+2
- tap-snapshots/test/lib/utils/config/definitions.js.test.cjs+3-1
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+3-1
- tap-snapshots/test/lib/utils/error-message.js.test.cjs-4
- tap-snapshots/test/lib/utils/npm-usage.js.test.cjs+19-15
- test/lib/commands/view.js+13-2
- workspaces/arborist/CHANGELOG.md+15
- workspaces/arborist/lib/arborist/reify.js+17-8
- workspaces/arborist/package.json+1-1
- workspaces/arborist/tap-snapshots/test/arborist/reify.js.test.cjs+230-1
- workspaces/arborist/test/arborist/reify.js+11-3
- workspaces/libnpmaccess/CHANGELOG.md+12
- workspaces/libnpmaccess/package.json+1-1
- workspaces/libnpmdiff/CHANGELOG.md+9
- workspaces/libnpmdiff/package.json+1-1
- workspaces/libnpmexec/CHANGELOG.md+9
- workspaces/libnpmexec/package.json+1-1
- workspaces/libnpmhook/CHANGELOG.md+7
- workspaces/libnpmhook/package.json+1-1
- workspaces/libnpmorg/CHANGELOG.md+7
- workspaces/libnpmorg/package.json+1-1
- workspaces/libnpmpack/CHANGELOG.md+14
- workspaces/libnpmpack/package.json+1-1
- workspaces/libnpmpublish/CHANGELOG.md+13
- workspaces/libnpmpublish/package.json+1-1
- workspaces/libnpmsearch/CHANGELOG.md+7
- workspaces/libnpmsearch/package.json+1-1
- workspaces/libnpmteam/CHANGELOG.md+7
- workspaces/libnpmteam/package.json+1-1
Lines changed: 31 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
256 | 256 |
| |
257 | 257 |
| |
258 | 258 |
| |
| 259 | + | |
259 | 260 |
| |
260 | 261 |
| |
261 | 262 |
| |
| |||
316 | 317 |
| |
317 | 318 |
| |
318 | 319 |
| |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
319 | 350 |
| |
320 | 351 |
| |
321 | 352 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
104 | 104 |
| |
105 | 105 |
| |
106 | 106 |
| |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
107 | 122 |
| |
108 | 123 |
| |
109 | 124 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
56 | 71 |
| |
57 | 72 |
| |
58 | 73 |
| |
|
Lines changed: 29 additions & 14 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
125 | 146 |
| |
126 | 147 |
| |
127 | 148 |
| |
| |||
161 | 182 |
| |
162 | 183 |
| |
163 | 184 |
| |
164 |
| - | |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
| 185 | + | |
171 | 186 |
| |
172 |
| - | |
173 |
| - | |
174 |
| - | |
| 187 | + | |
| 188 | + | |
175 | 189 |
| |
176 |
| - | |
177 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
178 | 193 |
| |
179 |
| - | |
180 |
| - | |
| 194 | + | |
| 195 | + | |
181 | 196 |
| |
182 | 197 |
| |
183 | 198 |
| |
|
Lines changed: 30 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| |||
513 | 513 |
| |
514 | 514 |
| |
515 | 515 |
| |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
516 | 537 |
| |
517 | 538 |
| |
518 | 539 |
| |
| |||
552 | 573 |
| |
553 | 574 |
| |
554 | 575 |
| |
555 |
| - | |
556 |
| - | |
557 |
| - | |
558 |
| - | |
559 |
| - | |
560 |
| - | |
561 |
| - | |
| 576 | + | |
562 | 577 |
| |
563 |
| - | |
564 |
| - | |
565 |
| - | |
| 578 | + | |
| 579 | + | |
566 | 580 |
| |
567 |
| - | |
568 |
| - | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
569 | 584 |
| |
570 |
| - | |
571 |
| - | |
| 585 | + | |
| 586 | + | |
572 | 587 |
| |
573 | 588 |
| |
574 | 589 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
207 | 209 |
| |
208 | 210 |
| |
209 | 211 |
| |
| 212 | + | |
210 | 213 |
| |
211 | 214 |
| |
212 | 215 |
| |
|
Lines changed: 30 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
112 | 142 |
| |
113 | 143 |
| |
114 | 144 |
| |
|
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
83 | 98 |
| |
84 | 99 |
| |
85 | 100 |
| |
|
Lines changed: 12 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
| 24 | + | |
27 | 25 |
| |
28 | 26 |
| |
29 |
| - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
30 | 31 |
| |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
97 | 98 |
| |
98 | 99 |
| |
99 | 100 |
| |
| 101 | + | |
100 | 102 |
| |
101 | 103 |
| |
102 | 104 |
| |
|
0 commit comments