blob: 9963edd15d665bcc1c4da2e63b8adb1a397641bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.TH "NPM\-PING" "3" "October 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\fP
object with various metadata if it succeeds\.
.P
This function is primarily useful for debugging connection issues
to npm registries\.
|