File tree
3 files changed
+7
-1
lines changed- cli
- content/cli/v8
- configuring-npm
- using-npm
3 files changed
+7
-1
lines changed- AUTHORS+1
- CHANGELOG.md+55
- docs/content/configuring-npm/package-json.md+4
- docs/content/using-npm/config.md+2
- docs/package-lock.json-4.8k
- lib/commands/access.js+5-1
- lib/commands/ci.js+24
- lib/commands/deprecate.js+3
- lib/commands/diff.js+2
- lib/commands/dist-tag.js+4-1
- lib/commands/hook.js+5-1
- lib/commands/logout.js+1
- lib/commands/outdated.js+8-3
- lib/commands/owner.js+5-1
- lib/commands/ping.js+1-1
- lib/commands/profile.js+4-4
- lib/commands/publish.js+1-1
- lib/commands/star.js+3-1
- lib/commands/team.js+2-1
- lib/commands/token.js+1-1
- lib/commands/unpublish.js+1-1
- lib/commands/whoami.js+2-1
- lib/utils/config/definitions.js+2
- lib/utils/validate-lockfile.js+29
- node_modules/.gitignore+1
- node_modules/@npmcli/fs/LICENSE.md+2
- node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js+2-1
- node_modules/@npmcli/fs/lib/cp/LICENSE+15
- node_modules/@npmcli/fs/lib/cp/index.js+22
- node_modules/@npmcli/fs/lib/cp/polyfill.js+428
- node_modules/@npmcli/fs/lib/errors.js+129
- node_modules/@npmcli/fs/lib/index.js+1
- node_modules/@npmcli/fs/lib/rm/polyfill.js+2-1
- node_modules/@npmcli/fs/package.json+12-7
- node_modules/cli-table3/package.json+4-5
- node_modules/cli-table3/src/layout-manager.js+4-3
- node_modules/cli-table3/src/utils.js+4-5
- node_modules/debug/LICENSE+10-9
- node_modules/debug/package.json+6-6
- node_modules/debug/src/common.js+1-1
- node_modules/graceful-fs/package.json+1-1
- node_modules/graceful-fs/polyfills.js+4-2
- node_modules/is-core-module/core.json+5-5
- node_modules/is-core-module/package.json+7-7
- node_modules/socks-proxy-agent/package.json+2-2
- node_modules/spdx-license-ids/index.json+4
- node_modules/spdx-license-ids/package.json+5-6
- node_modules/wide-align/LICENSE
- node_modules/wide-align/align.js
- node_modules/wide-align/package.json+5-5
- package-lock.json+62-60
- package.json+3-3
- smoke-tests/index.js+29
- tap-snapshots/smoke-tests/index.js.test.cjs+11
- tap-snapshots/test/lib/commands/ci.js.test.cjs+13
- tap-snapshots/test/lib/commands/outdated.js.test.cjs+6
- tap-snapshots/test/lib/utils/config/definitions.js.test.cjs+2
- tap-snapshots/test/lib/utils/config/describe-all.js.test.cjs+2
- tap-snapshots/test/lib/utils/validate-lockfile.js.test.cjs+35
- test/lib/commands/access.js+3-2
- test/lib/commands/ci.js+84-1
- test/lib/commands/deprecate.js+10
- test/lib/commands/diff.js+2-1
- test/lib/commands/dist-tag.js+13-1
- test/lib/commands/hook.js+42-21
- test/lib/commands/logout.js+9-6
- test/lib/commands/outdated.js+25
- test/lib/commands/owner.js+20-6
- test/lib/commands/ping.js+6-3
- test/lib/commands/publish.js+13-7
- test/lib/commands/star.js+25-19
- test/lib/utils/validate-lockfile.js+82
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
848 | 848 |
| |
849 | 849 |
| |
850 | 850 |
| |
| 851 | + | |
| 852 | + | |
| 853 | + | |
| 854 | + | |
851 | 855 |
| |
852 | 856 |
| |
853 | 857 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1198 | 1198 |
| |
1199 | 1199 |
| |
1200 | 1200 |
| |
| 1201 | + | |
| 1202 | + | |
1201 | 1203 |
| |
1202 | 1204 |
| |
1203 | 1205 |
| |
|
0 commit comments