@@ -195,7 +195,7 @@ safer to use a registry-provided authentication bearer token stored in the
195195If you do not want your scoped package to be publicly viewable (and 
196196installable) set \`--access=restricted\`. 
197197
198- Unscoped packages can not  be set to \`restricted\`. 
198+ Unscoped packages cannot  be set to \`restricted\`. 
199199
200200Note: This defaults to not changing the current access level for existing 
201201packages. Specifying a value of \`restricted\` or \`public\` during publish will 
@@ -405,7 +405,7 @@ are same as \`cpu\` field of package.json, which comes from \`process.arch\`.
405405
406406#### \`depth\` 
407407
408- * Default: \`Infinity\` if \`--all\` is set,  otherwise \`0\` 
408+ * Default: \`Infinity\` if \`--all\` is set;  otherwise,  \`0\` 
409409* Type: null or Number 
410410
411411The depth to go when recursing packages for \`npm ls\`. 
@@ -544,7 +544,7 @@ This can be overridden by setting the \`--force\` flag.
544544
545545Tells to expect a specific number of results from the command. 
546546
547- This config can not  be used with: \`expect-results\` 
547+ This config cannot  be used with: \`expect-results\` 
548548
549549#### \`expect-results\` 
550550
@@ -554,7 +554,7 @@ This config can not be used with: \`expect-results\`
554554Tells npm whether or not to expect results from the command. Can be either 
555555true (expect some results) or false (expect no results). 
556556
557- This config can not  be used with: \`expect-result-count\` 
557+ This config cannot  be used with: \`expect-result-count\` 
558558
559559#### \`fetch-retries\` 
560560
@@ -992,8 +992,8 @@ instead of the current working directory. See
992992
993993#### \`lockfile-version\` 
994994
995- * Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3,  
996-   otherwise maintain current lockfile version. 
995+ * Default: Version 3 if no lockfile, auto-converting v1 lockfiles to v3;  
996+   otherwise,  maintain current lockfile version. 
997997* Type: null, 1, 2, 3, "1", "2", or "3" 
998998
999999Set the lockfile format version to be used in package-lock.json and 
@@ -1129,7 +1129,7 @@ allow the CLI to fill in missing cache data, see \`--prefer-offline\`.
11291129#### \`omit\` 
11301130
11311131* Default: 'dev' if the \`NODE_ENV\` environment variable is set to 
1132-   'production',  otherwise empty. 
1132+   'production';  otherwise,  empty. 
11331133* Type: "dev", "optional", or "peer" (can be set multiple times) 
11341134
11351135Dependency types to omit from the installation tree on disk. 
@@ -1309,7 +1309,7 @@ Set to \`false\` to suppress the progress bar.
13091309When publishing from a supported cloud CI/CD system, the package will be 
13101310publicly linked to where it was built and published from. 
13111311
1312- This config can not  be used with: \`provenance-file\` 
1312+ This config cannot  be used with: \`provenance-file\` 
13131313
13141314#### \`provenance-file\` 
13151315
@@ -1318,7 +1318,7 @@ This config can not be used with: \`provenance-file\`
13181318
13191319When publishing, the provenance bundle at the given path will be used. 
13201320
1321- This config can not  be used with: \`provenance\` 
1321+ This config cannot  be used with: \`provenance\` 
13221322
13231323#### \`proxy\` 
13241324
@@ -1410,7 +1410,7 @@ Ignored if \`--save-peer\` is set, since peerDependencies cannot be bundled.
14101410
14111411Save installed packages to a package.json file as \`devDependencies\`. 
14121412
1413- This config can not  be used with: \`save-optional\`, \`save-peer\`, \`save-prod\` 
1413+ This config cannot  be used with: \`save-optional\`, \`save-peer\`, \`save-prod\` 
14141414
14151415#### \`save-exact\` 
14161416
@@ -1429,7 +1429,7 @@ rather than using npm's default semver range operator.
14291429
14301430Save installed packages to a package.json file as \`optionalDependencies\`. 
14311431
1432- This config can not  be used with: \`save-dev\`, \`save-peer\`, \`save-prod\` 
1432+ This config cannot  be used with: \`save-dev\`, \`save-peer\`, \`save-prod\` 
14331433
14341434#### \`save-peer\` 
14351435
@@ -1438,7 +1438,7 @@ This config can not be used with: \`save-dev\`, \`save-peer\`, \`save-prod\`
14381438
14391439Save installed packages to a package.json file as \`peerDependencies\` 
14401440
1441- This config can not  be used with: \`save-dev\`, \`save-optional\`, \`save-prod\` 
1441+ This config cannot  be used with: \`save-dev\`, \`save-optional\`, \`save-prod\` 
14421442
14431443#### \`save-prefix\` 
14441444
@@ -1467,7 +1467,7 @@ you want to move it to be a non-optional production dependency.
14671467This is the default behavior if \`--save\` is true, and neither \`--save-dev\` 
14681468or \`--save-optional\` are true. 
14691469
1470- This config can not  be used with: \`save-dev\`, \`save-optional\`, \`save-peer\` 
1470+ This config cannot  be used with: \`save-dev\`, \`save-optional\`, \`save-peer\` 
14711471
14721472#### \`sbom-format\` 
14731473
0 commit comments