summaryrefslogtreecommitdiff
path: root/deps/npm/man/man3/npm-ping.3
blob: 607fc8423e8da310ab34e73f89977c84704441d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH "NPM\-PING" "3" "August 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\.