From 1be93659303c89c4cae2b7974e41c8fbeb7ea108 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 6 Jan 2014 17:02:07 -0800 Subject: npm: Upgrade to 1.3.23 --- deps/npm/html/doc/api/npm-repo.html | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 deps/npm/html/doc/api/npm-repo.html (limited to 'deps/npm/html/doc/api/npm-repo.html') diff --git a/deps/npm/html/doc/api/npm-repo.html b/deps/npm/html/doc/api/npm-repo.html new file mode 100644 index 0000000000..f6e5ccce6a --- /dev/null +++ b/deps/npm/html/doc/api/npm-repo.html @@ -0,0 +1,59 @@ + + + npm-repo + + + + +
+

npm-repo

Open package repository page in the browser

+ +

SYNOPSIS

+ +
npm.commands.repo(package, callback)
+ +

DESCRIPTION

+ +

This command tries to guess at the likely location of a package's +repository URL, and then tries to open it using the --browser +config param.

+ +

Like other commands, the first parameter is an array. This command only +uses the first element, which is expected to be a package name with an +optional version number.

+ +

This command will launch a browser, so this command may not be the most +friendly for programmatic use.

+
+ + -- cgit v1.2.1