-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR-URL: nodejs/node-v0.x-archive#25825 Reviewed-By: James M Snell <[email protected]>
- Loading branch information
Showing
828 changed files
with
32,460 additions
and
11,829 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,3 +288,17 @@ Cedric Nelson <[email protected]> | |
Kat Marchán <[email protected]> | ||
Andrew <[email protected]> | ||
Eduardo Pinho <[email protected]> | ||
Rachel Hutchison <[email protected]> | ||
Ryan Temple <[email protected]> | ||
Eugene Sharygin <[email protected]> | ||
Nick Heiner <[email protected]> | ||
James Talmage <[email protected]> | ||
jane arc <[email protected]> | ||
Joseph Dykstra <[email protected]> | ||
Joshua Egan <[email protected]> | ||
Thomas Cort <[email protected]> | ||
Thaddee Tyl <[email protected]> | ||
Steve Klabnik <[email protected]> | ||
Andrew Murray <[email protected]> | ||
Stephan Bönnemann <[email protected]> | ||
Kyle M. Tarplee <[email protected]> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
npm-ping(3) -- Ping npm registry | ||
================================ | ||
|
||
## SYNOPSIS | ||
|
||
npm.registry.ping(registry, options, function (er, pong)) | ||
|
||
## DESCRIPTION | ||
|
||
Attempts to connect to the given registry, returning a `pong` | ||
object with various metadata if it succeeds. | ||
|
||
This function is primarily useful for debugging connection issues | ||
to npm registries. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -166,11 +166,24 @@ after packing it up into a tarball (b). | |
`git+https`. If no `<commit-ish>` is specified, then `master` is | ||
used. | ||
|
||
The following git environment variables are recognized by npm and will be added | ||
to the environment when running git: | ||
|
||
* `GIT_ASKPASS` | ||
* `GIT_PROXY_COMMAND` | ||
* `GIT_SSH` | ||
* `GIT_SSH_COMMAND` | ||
* `GIT_SSL_CAINFO` | ||
* `GIT_SSL_NO_VERIFY` | ||
|
||
See the git man page for details. | ||
|
||
Examples: | ||
|
||
git+ssh://[email protected]:npm/npm.git#v1.0.27 | ||
git+https://[email protected]/npm/npm.git | ||
git://github.com/npm/npm.git#v1.0.27 | ||
npm install git+ssh://[email protected]:npm/npm.git#v1.0.27 | ||
npm install git+https://[email protected]/npm/npm.git | ||
npm install git://github.com/npm/npm.git#v1.0.27 | ||
GIT_SSH_COMMAND='ssh -i ~/.ssh/custom_ident' npm install git+ssh://[email protected]:npm/npm.git | ||
|
||
* `npm install <githubname>/<githubrepo>[#<commit-ish>]`: | ||
* `npm install github:<githubname>/<githubrepo>[#<commit-ish>]`: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
npm-ping(1) -- Ping npm registry | ||
================================ | ||
|
||
## SYNOPSIS | ||
|
||
npm ping [--registry <registry>] | ||
|
||
## DESCRIPTION | ||
|
||
Ping the configured or given npm registry and verify authentication. | ||
|
||
## SEE ALSO | ||
|
||
* npm-config(1) | ||
* npm-config(7) | ||
* npmrc(5) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.