File tree
16 files changed
+29
-32
lines changed- cli
- content/cli/v7
- commands
- configuring-npm
- using-npm
16 files changed
+29
-32
lines changed- AUTHORS+2
- CHANGELOG.md+42-2
- docs/content/commands/npm-cache.md+5-5
- docs/content/commands/npm-ci.md+1-1
- docs/content/commands/npm-dedupe.md+4-4
- docs/content/commands/npm-deprecate.md+2-2
- docs/content/commands/npm-explore.md-1
- docs/content/commands/npm-find-dupes.md+4-4
- docs/content/commands/npm-install.md-1
- docs/content/commands/npm-unpublish.md+2-2
- docs/content/commands/npm-view.md+1-1
- docs/content/commands/npm.md+1-1
- docs/content/configuring-npm/folders.md+1-1
- docs/content/configuring-npm/package-json.md+1-1
- docs/content/using-npm/config.md+4-1
- docs/content/using-npm/scripts.md+1-6
- lib/cache.js+19-21
- lib/utils/config/definitions.js+7
- node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js+84-82
- node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js+1
- node_modules/@npmcli/arborist/lib/arborist/index.js+3
- node_modules/@npmcli/arborist/lib/arborist/reify.js+48-15
- node_modules/@npmcli/arborist/lib/audit-report.js+13-6
- node_modules/@npmcli/arborist/lib/dep-spec.js-43
- node_modules/@npmcli/arborist/lib/inventory.js+1-1
- node_modules/@npmcli/arborist/lib/node.js+23-22
- node_modules/@npmcli/arborist/lib/printable.js+2-2
- node_modules/@npmcli/arborist/lib/shrinkwrap.js+5-5
- node_modules/@npmcli/arborist/lib/update-root-package-json.js+14-2
- node_modules/@npmcli/arborist/lib/vuln.js+3
- node_modules/@npmcli/arborist/package.json+1-1
- node_modules/@npmcli/git/lib/clone.js+1-1
- node_modules/@npmcli/git/lib/spawn.js+8-3
- node_modules/@npmcli/git/package.json+2-2
- node_modules/libnpmexec/CHANGELOG.md+9
- node_modules/libnpmexec/README.md+1-1
- node_modules/libnpmexec/lib/file-exists.js+29
- node_modules/libnpmexec/lib/index.js+7-9
- node_modules/libnpmexec/package.json+4-3
- node_modules/npm-packlist/index.js+1-2
- node_modules/npm-packlist/package.json+3-3
- package-lock.json+52-46
- package.json+5-5
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+4-1
- test/lib/cache.js+6-5
- test/lib/exec.js+14-6
- test/lib/utils/config/definitions.js+18-1
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
| 58 | + |
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 | 57 |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
34 | 34 |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
549 | 549 |
| |
550 | 550 |
| |
551 | 551 |
| |
552 |
| - | |
553 | 552 |
| |
554 | 553 |
| |
555 | 554 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + |
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 |
| - | |
| 119 | + | |
120 | 120 |
| |
121 | 121 |
| |
122 | 122 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
216 |
| - | |
| 216 | + | |
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
576 | 576 |
| |
577 | 577 |
| |
578 | 578 |
| |
579 |
| - | |
| 579 | + | |
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1261 | 1261 |
| |
1262 | 1262 |
| |
1263 | 1263 |
| |
1264 |
| - | |
| 1264 | + | |
| 1265 | + | |
1265 | 1266 |
| |
1266 | 1267 |
| |
1267 | 1268 |
| |
| |||
1271 | 1272 |
| |
1272 | 1273 |
| |
1273 | 1274 |
| |
| 1275 | + | |
| 1276 | + | |
1274 | 1277 |
| |
1275 | 1278 |
| |
1276 | 1279 |
| |
|
Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 |
| - | |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 | 129 |
| |
135 | 130 |
| |
136 | 131 |
| |
| |||
187 | 182 |
| |
188 | 183 |
| |
189 | 184 |
| |
190 |
| - | |
| 185 | + | |
191 | 186 |
| |
192 | 187 |
| |
193 | 188 |
| |
|
Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments