mirror of https://github.com/lukechilds/node.git
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.
15 lines
352 B
15 lines
352 B
10 years ago
|
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.
|