You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
399 B

.TH "NPM\-PING" "3" "July 2015" "" ""
.SH "NAME"
\fBnpm-ping\fR \- Ping npm registry
.SH SYNOPSIS
.P
.RS 2
.nf
npm\.registry\.ping(registry, options, function (er, pong))
.fi
.RE
.SH DESCRIPTION
.P
Attempts to connect to the given registry, returning a \fBpong\fR
object with various metadata if it succeeds\.
.P
This function is primarily useful for debugging connection issues
to npm registries\.