Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/api/npm-commands.md2
-rw-r--r--doc/api/npm-deprecate.md2
-rw-r--r--doc/api/npm-owner.md2
-rw-r--r--doc/api/npm-publish.md2
-rw-r--r--doc/api/npm-run-script.md2
-rw-r--r--doc/api/npm.md2
-rw-r--r--doc/cli/npm-adduser.md2
-rw-r--r--doc/cli/npm-bugs.md2
-rw-r--r--doc/cli/npm-build.md2
-rw-r--r--doc/cli/npm-completion.md4
-rw-r--r--doc/cli/npm-deprecate.md2
-rw-r--r--doc/cli/npm-docs.md2
-rw-r--r--doc/cli/npm-help-search.md2
-rw-r--r--doc/cli/npm-help.md4
-rw-r--r--doc/cli/npm-install.md4
-rw-r--r--doc/cli/npm-link.md4
-rw-r--r--doc/cli/npm-outdated.md2
-rw-r--r--doc/cli/npm-owner.md4
-rw-r--r--doc/cli/npm-publish.md2
-rw-r--r--doc/cli/npm-restart.md2
-rw-r--r--doc/cli/npm-run-script.md2
-rw-r--r--doc/cli/npm-search.md2
-rw-r--r--doc/cli/npm-start.md2
-rw-r--r--doc/cli/npm-stop.md2
-rw-r--r--doc/cli/npm-tag.md2
-rw-r--r--doc/cli/npm-test.md2
-rw-r--r--doc/cli/npm-unpublish.md2
-rw-r--r--doc/cli/npm-update.md2
-rw-r--r--doc/cli/npm-version.md2
-rw-r--r--doc/cli/npm-view.md2
-rw-r--r--doc/cli/npm.md6
-rw-r--r--doc/misc/npm-developers.md2
32 files changed, 39 insertions, 39 deletions
diff --git a/doc/api/npm-commands.md b/doc/api/npm-commands.md
index eb7545639..36dcfd8d6 100644
--- a/doc/api/npm-commands.md
+++ b/doc/api/npm-commands.md
@@ -19,4 +19,4 @@ usage, or `man 3 npm-<command>` for programmatic usage.
## SEE ALSO
-* npm-index(1)
+* npm-index(7)
diff --git a/doc/api/npm-deprecate.md b/doc/api/npm-deprecate.md
index 0608d3864..200fb9c30 100644
--- a/doc/api/npm-deprecate.md
+++ b/doc/api/npm-deprecate.md
@@ -31,4 +31,4 @@ To un-deprecate a package, specify an empty string (`""`) for the `message` argu
* npm-publish(3)
* npm-unpublish(3)
-* npm-registry(1)
+* npm-registry(7)
diff --git a/doc/api/npm-owner.md b/doc/api/npm-owner.md
index de203c072..71fcccff5 100644
--- a/doc/api/npm-owner.md
+++ b/doc/api/npm-owner.md
@@ -28,4 +28,4 @@ that is not implemented at this time.
## SEE ALSO
* npm-publish(3)
-* npm-registry(1)
+* npm-registry(7)
diff --git a/doc/api/npm-publish.md b/doc/api/npm-publish.md
index a743303f8..6871dafb8 100644
--- a/doc/api/npm-publish.md
+++ b/doc/api/npm-publish.md
@@ -25,6 +25,6 @@ the registry. Overwrites when the "force" environment variable is set.
## SEE ALSO
-* npm-registry(1)
+* npm-registry(7)
* npm-adduser(1)
* npm-owner(3)
diff --git a/doc/api/npm-run-script.md b/doc/api/npm-run-script.md
index f15900ecb..91ad95351 100644
--- a/doc/api/npm-run-script.md
+++ b/doc/api/npm-run-script.md
@@ -20,7 +20,7 @@ assumed to be the command to run. All other elements are ignored.
## SEE ALSO
-* npm-scripts(1)
+* npm-scripts(7)
* npm-test(3)
* npm-start(3)
* npm-restart(3)
diff --git a/doc/api/npm.md b/doc/api/npm.md
index 8c7a8168e..3c2a3b95c 100644
--- a/doc/api/npm.md
+++ b/doc/api/npm.md
@@ -34,7 +34,7 @@ params are loaded from two configuration files. See `npm-config(1)`
for more information.
After that, each of the functions are accessible in the
-commands object: `npm.commands.<cmd>`. See `npm-index(1)` for a list of
+commands object: `npm.commands.<cmd>`. See `npm-index(7)` for a list of
all possible commands.
All commands on the command object take an **array** of positional argument
diff --git a/doc/cli/npm-adduser.md b/doc/cli/npm-adduser.md
index 51aa6f6a3..c50511a2a 100644
--- a/doc/cli/npm-adduser.md
+++ b/doc/cli/npm-adduser.md
@@ -30,7 +30,7 @@ The base URL of the npm package registry.
## SEE ALSO
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
* npm-owner(1)
* npm-whoami(1)
diff --git a/doc/cli/npm-bugs.md b/doc/cli/npm-bugs.md
index d5b8e7f75..9307d4e1e 100644
--- a/doc/cli/npm-bugs.md
+++ b/doc/cli/npm-bugs.md
@@ -33,6 +33,6 @@ The base URL of the npm package registry.
* npm-docs(1)
* npm-view(1)
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
* package.json(5)
diff --git a/doc/cli/npm-build.md b/doc/cli/npm-build.md
index ee183c199..53813c1fd 100644
--- a/doc/cli/npm-build.md
+++ b/doc/cli/npm-build.md
@@ -18,5 +18,5 @@ It should generally not be called directly.
* npm-install(1)
* npm-link(1)
-* npm-scripts(1)
+* npm-scripts(7)
* package.json(5)
diff --git a/doc/cli/npm-completion.md b/doc/cli/npm-completion.md
index 48bc50fd8..bec0f6086 100644
--- a/doc/cli/npm-completion.md
+++ b/doc/cli/npm-completion.md
@@ -24,6 +24,6 @@ completions based on the arguments.
## SEE ALSO
-* npm-developers(1)
-* npm-faq(1)
+* npm-developers(7)
+* npm-faq(7)
* npm(1)
diff --git a/doc/cli/npm-deprecate.md b/doc/cli/npm-deprecate.md
index c45245f09..e62579349 100644
--- a/doc/cli/npm-deprecate.md
+++ b/doc/cli/npm-deprecate.md
@@ -23,4 +23,4 @@ To un-deprecate a package, specify an empty string (`""`) for the `message` argu
## SEE ALSO
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
diff --git a/doc/cli/npm-docs.md b/doc/cli/npm-docs.md
index 634ed4030..b42fe4a77 100644
--- a/doc/cli/npm-docs.md
+++ b/doc/cli/npm-docs.md
@@ -33,6 +33,6 @@ The base URL of the npm package registry.
* npm-view(1)
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
* package.json(5)
diff --git a/doc/cli/npm-help-search.md b/doc/cli/npm-help-search.md
index 9c16901eb..7bf7401ba 100644
--- a/doc/cli/npm-help-search.md
+++ b/doc/cli/npm-help-search.md
@@ -31,5 +31,5 @@ If false, then help-search will just list out the help topics found.
## SEE ALSO
* npm(1)
-* npm-faq(1)
+* npm-faq(7)
* npm-help(1)
diff --git a/doc/cli/npm-help.md b/doc/cli/npm-help.md
index ab1e40f46..0094b3070 100644
--- a/doc/cli/npm-help.md
+++ b/doc/cli/npm-help.md
@@ -30,9 +30,9 @@ Set to `"browser"` to view html help content in the default web browser.
* npm(1)
* README
-* npm-faq(1)
+* npm-faq(7)
* npm-folders(7)
* npm-config(1)
* package.json(5)
* npm-help-search(1)
-* npm-index(1)
+* npm-index(7)
diff --git a/doc/cli/npm-install.md b/doc/cli/npm-install.md
index e1448f971..f64f2a827 100644
--- a/doc/cli/npm-install.md
+++ b/doc/cli/npm-install.md
@@ -232,10 +232,10 @@ affects a real use-case, it will be investigated.
* npm-update(1)
* npm-link(1)
* npm-rebuild(1)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-build(1)
* npm-config(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-folders(7)
* npm-tag(1)
* npm-rm(1)
diff --git a/doc/cli/npm-link.md b/doc/cli/npm-link.md
index 82f024903..8510d5d2f 100644
--- a/doc/cli/npm-link.md
+++ b/doc/cli/npm-link.md
@@ -52,8 +52,8 @@ installation target into your project's `node_modules` folder.
## SEE ALSO
-* npm-developers(1)
-* npm-faq(1)
+* npm-developers(7)
+* npm-faq(7)
* package.json(5)
* npm-install(1)
* npm-folders(7)
diff --git a/doc/cli/npm-outdated.md b/doc/cli/npm-outdated.md
index 197c1a22f..b82b666fd 100644
--- a/doc/cli/npm-outdated.md
+++ b/doc/cli/npm-outdated.md
@@ -13,5 +13,5 @@ packages are currently outdated.
## SEE ALSO
* npm-update(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-folders(7)
diff --git a/doc/cli/npm-owner.md b/doc/cli/npm-owner.md
index 902e083fc..b400f7637 100644
--- a/doc/cli/npm-owner.md
+++ b/doc/cli/npm-owner.md
@@ -28,6 +28,6 @@ that is not implemented at this time.
## SEE ALSO
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-adduser(1)
-* npm-disputes(1)
+* npm-disputes(7)
diff --git a/doc/cli/npm-publish.md b/doc/cli/npm-publish.md
index 621932f07..d849c2860 100644
--- a/doc/cli/npm-publish.md
+++ b/doc/cli/npm-publish.md
@@ -23,7 +23,7 @@ the registry. Overwrites when the "--force" flag is set.
## SEE ALSO
-* npm-registry(1)
+* npm-registry(7)
* npm-adduser(1)
* npm-owner(1)
* npm-deprecate(1)
diff --git a/doc/cli/npm-restart.md b/doc/cli/npm-restart.md
index 6139dbeef..4661d6b23 100644
--- a/doc/cli/npm-restart.md
+++ b/doc/cli/npm-restart.md
@@ -16,7 +16,7 @@ If no version is specified, then it restarts the "active" version.
## SEE ALSO
* npm-run-script(1)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-test(1)
* npm-start(1)
* npm-stop(1)
diff --git a/doc/cli/npm-run-script.md b/doc/cli/npm-run-script.md
index 41ef5e787..6c3c2b7a9 100644
--- a/doc/cli/npm-run-script.md
+++ b/doc/cli/npm-run-script.md
@@ -14,7 +14,7 @@ called directly, as well.
## SEE ALSO
-* npm-scripts(1)
+* npm-scripts(7)
* npm-test(1)
* npm-start(1)
* npm-restart(1)
diff --git a/doc/cli/npm-search.md b/doc/cli/npm-search.md
index e9e408c67..2587ef2ec 100644
--- a/doc/cli/npm-search.md
+++ b/doc/cli/npm-search.md
@@ -15,6 +15,6 @@ expression characters must be escaped or quoted in most shells.)
## SEE ALSO
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
* npm-view(1)
diff --git a/doc/cli/npm-start.md b/doc/cli/npm-start.md
index cc897bbc0..01347d2e4 100644
--- a/doc/cli/npm-start.md
+++ b/doc/cli/npm-start.md
@@ -12,7 +12,7 @@ This runs a package's "start" script, if one was provided.
## SEE ALSO
* npm-run-script(1)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-test(1)
* npm-restart(1)
* npm-stop(1)
diff --git a/doc/cli/npm-stop.md b/doc/cli/npm-stop.md
index 1ab3e9975..bda5cc8f4 100644
--- a/doc/cli/npm-stop.md
+++ b/doc/cli/npm-stop.md
@@ -12,7 +12,7 @@ This runs a package's "stop" script, if one was provided.
## SEE ALSO
* npm-run-script(1)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-test(1)
* npm-start(1)
* npm-restart(1)
diff --git a/doc/cli/npm-tag.md b/doc/cli/npm-tag.md
index 2f1ca4373..3f8cd6f50 100644
--- a/doc/cli/npm-tag.md
+++ b/doc/cli/npm-tag.md
@@ -13,5 +13,5 @@ Tags the specified version of the package with the specified tag, or the
## SEE ALSO
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
diff --git a/doc/cli/npm-test.md b/doc/cli/npm-test.md
index bc634efbf..159914cb0 100644
--- a/doc/cli/npm-test.md
+++ b/doc/cli/npm-test.md
@@ -15,7 +15,7 @@ true.
## SEE ALSO
* npm-run-script(1)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-start(1)
* npm-restart(1)
* npm-stop(1)
diff --git a/doc/cli/npm-unpublish.md b/doc/cli/npm-unpublish.md
index 0f4446c4e..f749ab7a6 100644
--- a/doc/cli/npm-unpublish.md
+++ b/doc/cli/npm-unpublish.md
@@ -27,6 +27,6 @@ the root package entry is removed from the registry entirely.
* npm-deprecate(1)
* npm-publish(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-adduser(1)
* npm-owner(1)
diff --git a/doc/cli/npm-update.md b/doc/cli/npm-update.md
index e8d52aafd..9ebdda72a 100644
--- a/doc/cli/npm-update.md
+++ b/doc/cli/npm-update.md
@@ -19,6 +19,6 @@ If no package name is specified, all packages in the specified location (global
* npm-install(1)
* npm-outdated(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-folders(7)
* npm-list(1)
diff --git a/doc/cli/npm-version.md b/doc/cli/npm-version.md
index a874ef3c4..1cacd8d00 100644
--- a/doc/cli/npm-version.md
+++ b/doc/cli/npm-version.md
@@ -42,4 +42,4 @@ in your git config for this to work properly. For example:
* npm-init(1)
* package.json(5)
-* npm-semver(1)
+* npm-semver(7)
diff --git a/doc/cli/npm-view.md b/doc/cli/npm-view.md
index b88f0a521..57ae09ee1 100644
--- a/doc/cli/npm-view.md
+++ b/doc/cli/npm-view.md
@@ -82,6 +82,6 @@ the field name.
## SEE ALSO
* npm-search(1)
-* npm-registry(1)
+* npm-registry(7)
* npm-config(1)
* npm-docs(1)
diff --git a/doc/cli/npm.md b/doc/cli/npm.md
index b5b4758c2..19a3797e8 100644
--- a/doc/cli/npm.md
+++ b/doc/cli/npm.md
@@ -102,7 +102,7 @@ See `npm-config(1)` for much much more information.
Patches welcome!
* code:
- Read through `npm-coding-style(1)` if you plan to submit code.
+ Read through `npm-coding-style(7)` if you plan to submit code.
You don't have to agree with it, but you do have to follow it.
* docs:
If you find an error in the documentation, edit the appropriate markdown
@@ -146,10 +146,10 @@ See npm-changelog(1)
## SEE ALSO
* npm-help(1)
-* npm-faq(1)
+* npm-faq(7)
* README
* package.json(5)
* npm-install(1)
* npm-config(1)
-* npm-index(1)
+* npm-index(7)
* npm(3)
diff --git a/doc/misc/npm-developers.md b/doc/misc/npm-developers.md
index 9d5dac9d2..5e53301f3 100644
--- a/doc/misc/npm-developers.md
+++ b/doc/misc/npm-developers.md
@@ -201,7 +201,7 @@ Tell the world how easy it is to install your program!
* npm(1)
* npm-init(1)
* package.json(5)
-* npm-scripts(1)
+* npm-scripts(7)
* npm-publish(1)
* npm-adduser(1)
* npm-registry(7)