mirror of https://github.com/nodejs/node.git
15 lines
352 B
Markdown
15 lines
352 B
Markdown
|
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.
|