diff --git a/deps/npm/doc/cli/npm-bin.md b/deps/npm/doc/cli/npm-bin.md index 49d209d7f9..33863b4571 100644 --- a/deps/npm/doc/cli/npm-bin.md +++ b/deps/npm/doc/cli/npm-bin.md @@ -13,7 +13,7 @@ Print the folder where npm will install executables. * npm-prefix(1) * npm-root(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-cache.md b/deps/npm/doc/cli/npm-cache.md index 195c4aa202..90a55d9b2a 100644 --- a/deps/npm/doc/cli/npm-cache.md +++ b/deps/npm/doc/cli/npm-cache.md @@ -63,7 +63,7 @@ The root cache folder. ## SEE ALSO -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-edit.md b/deps/npm/doc/cli/npm-edit.md index d833bc06f7..6a73317b81 100644 --- a/deps/npm/doc/cli/npm-edit.md +++ b/deps/npm/doc/cli/npm-edit.md @@ -29,7 +29,7 @@ The command to run for `npm edit` or `npm config edit`. ## SEE ALSO -* npm-folders(7) +* npm-folders(5) * npm-explore(1) * npm-install(1) * npm-config(1) diff --git a/deps/npm/doc/cli/npm-explore.md b/deps/npm/doc/cli/npm-explore.md index 51846f5313..1c611211b3 100644 --- a/deps/npm/doc/cli/npm-explore.md +++ b/deps/npm/doc/cli/npm-explore.md @@ -33,7 +33,7 @@ The shell to run for the `npm explore` command. ## SEE ALSO * npm-submodule(1) -* npm-folders(7) +* npm-folders(5) * npm-edit(1) * npm-rebuild(1) * npm-build(1) diff --git a/deps/npm/doc/cli/npm-help.md b/deps/npm/doc/cli/npm-help.md index 7a7eadf1f4..7991b1d38d 100644 --- a/deps/npm/doc/cli/npm-help.md +++ b/deps/npm/doc/cli/npm-help.md @@ -31,7 +31,7 @@ Set to `"browser"` to view html help content in the default web browser. * npm(1) * README * npm-faq(7) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-install.md b/deps/npm/doc/cli/npm-install.md index f460f2c96d..5baa78b0fd 100644 --- a/deps/npm/doc/cli/npm-install.md +++ b/deps/npm/doc/cli/npm-install.md @@ -11,7 +11,6 @@ npm-install(1) -- Install a package npm install @ npm install @ npm install @ - npm install @ ## DESCRIPTION @@ -160,7 +159,7 @@ local copy exists on disk. npm install sax --force The `--global` argument will cause npm to install the package globally -rather than locally. See `npm-folders(7)`. +rather than locally. See `npm-folders(5)`. The `--link` argument will cause npm to link global installs into the local space in some cases. @@ -202,7 +201,7 @@ this algorithm produces: That is, the dependency from B to C is satisfied by the fact that A already caused C to be installed at a higher level. -See npm-folders(7) for a more detailed description of the specific +See npm-folders(5) for a more detailed description of the specific folder structures that npm creates. ### Limitations of npm's Install Algorithm @@ -228,7 +227,7 @@ affects a real use-case, it will be investigated. ## SEE ALSO -* npm-folders(7) +* npm-folders(5) * npm-update(1) * npm-link(1) * npm-rebuild(1) @@ -238,7 +237,7 @@ affects a real use-case, it will be investigated. * npm-config(7) * npmrc(5) * npm-registry(7) -* npm-folders(7) +* npm-folders(5) * npm-tag(1) * npm-rm(1) * npm-shrinkwrap(1) diff --git a/deps/npm/doc/cli/npm-link.md b/deps/npm/doc/cli/npm-link.md index 65476d5c1e..cfd7f3a76d 100644 --- a/deps/npm/doc/cli/npm-link.md +++ b/deps/npm/doc/cli/npm-link.md @@ -56,7 +56,7 @@ installation target into your project's `node_modules` folder. * npm-faq(7) * package.json(5) * npm-install(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-ls.md b/deps/npm/doc/cli/npm-ls.md index 7f1fda6699..d80a2cc27a 100644 --- a/deps/npm/doc/cli/npm-ls.md +++ b/deps/npm/doc/cli/npm-ls.md @@ -66,7 +66,7 @@ project. * npm-config(1) * npm-config(7) * npmrc(5) -* npm-folders(7) +* npm-folders(5) * npm-install(1) * npm-link(1) * npm-prune(1) diff --git a/deps/npm/doc/cli/npm-outdated.md b/deps/npm/doc/cli/npm-outdated.md index b82b666fd2..25269eb8c0 100644 --- a/deps/npm/doc/cli/npm-outdated.md +++ b/deps/npm/doc/cli/npm-outdated.md @@ -14,4 +14,4 @@ packages are currently outdated. * npm-update(1) * npm-registry(7) -* npm-folders(7) +* npm-folders(5) diff --git a/deps/npm/doc/cli/npm-prefix.md b/deps/npm/doc/cli/npm-prefix.md index 8d88737a9a..f99a401d14 100644 --- a/deps/npm/doc/cli/npm-prefix.md +++ b/deps/npm/doc/cli/npm-prefix.md @@ -13,7 +13,7 @@ Print the prefix to standard out. * npm-root(1) * npm-bin(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-prune.md b/deps/npm/doc/cli/npm-prune.md index 292bacc91d..0410214d8d 100644 --- a/deps/npm/doc/cli/npm-prune.md +++ b/deps/npm/doc/cli/npm-prune.md @@ -17,5 +17,5 @@ package's dependencies list. ## SEE ALSO * npm-rm(1) -* npm-folders(7) -* npm-list(1) +* npm-folders(5) +* npm-ls(1) diff --git a/deps/npm/doc/cli/npm-rm.md b/deps/npm/doc/cli/npm-rm.md index 7839d9dddb..21cc16e69c 100644 --- a/deps/npm/doc/cli/npm-rm.md +++ b/deps/npm/doc/cli/npm-rm.md @@ -15,7 +15,7 @@ on its behalf. * npm-prune(1) * npm-install(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-root.md b/deps/npm/doc/cli/npm-root.md index 3467331609..ca99e1206b 100644 --- a/deps/npm/doc/cli/npm-root.md +++ b/deps/npm/doc/cli/npm-root.md @@ -13,7 +13,7 @@ Print the effective `node_modules` folder to standard out. * npm-prefix(1) * npm-bin(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-shrinkwrap.md b/deps/npm/doc/cli/npm-shrinkwrap.md index 0ecf64466f..70f330be8c 100644 --- a/deps/npm/doc/cli/npm-shrinkwrap.md +++ b/deps/npm/doc/cli/npm-shrinkwrap.md @@ -182,4 +182,4 @@ contents rather than versions. * npm-install(1) * package.json(5) -* npm-list(1) +* npm-ls(1) diff --git a/deps/npm/doc/cli/npm-uninstall.md b/deps/npm/doc/cli/npm-uninstall.md index 7839d9dddb..21cc16e69c 100644 --- a/deps/npm/doc/cli/npm-uninstall.md +++ b/deps/npm/doc/cli/npm-uninstall.md @@ -15,7 +15,7 @@ on its behalf. * npm-prune(1) * npm-install(1) -* npm-folders(7) +* npm-folders(5) * npm-config(1) * npm-config(7) * npmrc(5) diff --git a/deps/npm/doc/cli/npm-update.md b/deps/npm/doc/cli/npm-update.md index 9ebdda72ab..1ea6b62756 100644 --- a/deps/npm/doc/cli/npm-update.md +++ b/deps/npm/doc/cli/npm-update.md @@ -20,5 +20,5 @@ If no package name is specified, all packages in the specified location (global * npm-install(1) * npm-outdated(1) * npm-registry(7) -* npm-folders(7) -* npm-list(1) +* npm-folders(5) +* npm-ls(1) diff --git a/deps/npm/doc/cli/npm.md b/deps/npm/doc/cli/npm.md index 5c935af847..91357e9300 100644 --- a/deps/npm/doc/cli/npm.md +++ b/deps/npm/doc/cli/npm.md @@ -33,7 +33,7 @@ Use `npm ls` to show everything you've installed. ## DIRECTORIES -See `npm-folders(7)` to learn about where npm puts stuff. +See `npm-folders(5)` to learn about where npm puts stuff. In particular, npm has two modes of operation: diff --git a/deps/npm/doc/misc/npm-config.md b/deps/npm/doc/misc/npm-config.md index d622f07e1f..19eaf9347e 100644 --- a/deps/npm/doc/misc/npm-config.md +++ b/deps/npm/doc/misc/npm-config.md @@ -312,7 +312,7 @@ the git binary. Operates in "global" mode, so that packages are installed into the `prefix` folder instead of the current working directory. See -`npm-folders(7)` for more on the differences in behavior. +`npm-folders(5)` for more on the differences in behavior. * packages are installed into the `{prefix}/lib/node_modules` folder, instead of the current working directory. @@ -525,7 +525,7 @@ standard output. ### prefix -* Default: see npm-folders(7) +* Default: see npm-folders(5) * Type: path The location to install global items. If set on the command line, then diff --git a/deps/npm/html/doc/README.html b/deps/npm/html/doc/README.html index f1611d5386..d9c309b102 100644 --- a/deps/npm/html/doc/README.html +++ b/deps/npm/html/doc/README.html @@ -240,7 +240,7 @@ will no doubt tell you to put the output in a gist or email.

- +