File tree
5 files changed
+5
-5
lines changed- cli
- content/cli/v8/commands
5 files changed
+5
-5
lines changed- docs/content/commands/npm-install.md+1-1
- docs/content/commands/npm-search.md+1-1
- docs/content/commands/npm-uninstall.md+1-1
- docs/content/commands/npm-view.md+1-1
- lib/cli.js+19-3
- lib/commands/bin.js+6-2
- lib/commands/birthday.js+2
- lib/commands/completion.js+4-5
- lib/commands/exec.js+1
- lib/commands/run-script.js+2-1
- lib/lifecycle-cmd.js+1
- lib/npm.js+20-5
- lib/utils/cmd-list.js+80-92
- lib/utils/config/definitions.js+1-1
- lib/utils/deref-command.js-31
- lib/utils/error-message.js+1-1
- lib/utils/exit-handler.js+1-1
- lib/utils/is-windows-bash.js-3
- lib/utils/is-windows-shell.js-3
- lib/utils/is-windows.js+6-1
- lib/utils/npm-usage.js+1-1
- lib/utils/path.js-4
- lib/utils/unsupported.js-39
- node_modules/.gitignore+3-19
- node_modules/debug/package.json+1-1
- node_modules/debug/src/common.js+1-1
- node_modules/gauge/lib/index.js+1-2
- node_modules/gauge/package.json+13-11
- node_modules/just-diff-apply/index.d.ts+17
- node_modules/just-diff-apply/index.js+67-11
- node_modules/just-diff-apply/index.mjs+13-12
- node_modules/just-diff-apply/index.tests.ts+108
- node_modules/just-diff-apply/package.json+2-1
- node_modules/make-fetch-happen/lib/agent.js+5
- node_modules/make-fetch-happen/lib/cache/index.js+2-2
- node_modules/make-fetch-happen/lib/dns.js+49
- node_modules/make-fetch-happen/lib/options.js+4
- node_modules/make-fetch-happen/package.json+18-14
- node_modules/minipass-fetch/lib/body.js+4-2
- node_modules/minipass-fetch/lib/index.js+3-2
- node_modules/minipass-fetch/package.json+14-12
- node_modules/npm-audit-report/lib/colors.js+1-1
- node_modules/npm-audit-report/lib/exit-code.js+1-1
- node_modules/npm-audit-report/lib/index.js+7-5
- node_modules/npm-audit-report/lib/reporters/detail.js+12-10
- node_modules/npm-audit-report/lib/reporters/install.js+5-5
- node_modules/npm-audit-report/package.json+19-8
- node_modules/parse-conflict-json/package.json+17-12
- node_modules/proc-log/package.json+17-12
- package-lock.json+767-1.4k
- package.json+6-6
- tap-snapshots/test/lib/commands/completion.js.test.cjs+68-68
- tap-snapshots/test/lib/load-all-commands.js.test.cjs+25-4
- tap-snapshots/test/lib/utils/cmd-list.js.test.cjs+395-122
- tap-snapshots/test/lib/utils/npm-usage.js.test.cjs+4-4
- test/lib/cli.js+35-4
- test/lib/commands/bin.js+17-45
- test/lib/commands/completion.js+1-1
- test/lib/commands/exec.js+3-5
- test/lib/commands/explore.js-1
- test/lib/commands/run-script.js+3-3
- test/lib/load-all-commands.js+4-3
- test/lib/npm.js+7-6
- test/lib/utils/config/definitions.js+9-9
- test/lib/utils/deref-command.js-9
- test/lib/utils/exit-handler.js+4-1
- test/lib/utils/is-windows-bash.js-30
- test/lib/utils/is-windows-shell.js-8
- test/lib/utils/is-windows.js+37-6
- test/lib/utils/path.js-12
- test/lib/utils/unsupported.js-102
- workspaces/arborist/lib/arborist/build-ideal-tree.js+22-2
- workspaces/arborist/lib/arborist/load-virtual.js+3-2
- workspaces/arborist/lib/arborist/reify.js+1-1
- workspaces/arborist/tap-snapshots/test/arborist/build-ideal-tree.js.test.cjs+56-12
- workspaces/arborist/test/arborist/build-ideal-tree.js+23-3
- workspaces/arborist/test/arborist/reify.js+28
- workspaces/arborist/test/fixtures/old-lock-with-link/link-dep/package.json+4
- workspaces/arborist/test/fixtures/old-lock-with-link/package-lock.json+11
- workspaces/arborist/test/fixtures/old-lock-with-link/package.json+7
- workspaces/libnpmaccess/package.json+1-1
- workspaces/libnpmhook/package.json+1-1
- workspaces/libnpmorg/package.json+1-1
- workspaces/libnpmpublish/package.json+1-1
- workspaces/libnpmsearch/package.json+1-1
- workspaces/libnpmteam/package.json+1-1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
| 26 | + | |
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
|
0 commit comments