From 0a0002b480dc40ecd94c542d1101e87404a47692 Mon Sep 17 00:00:00 2001 From: isaacs Date: Tue, 24 Jul 2012 12:34:13 -0700 Subject: [PATCH] npm: Upgrade to 1.1.45 This includes node-gyp 0.6.1 --- deps/npm/html/api/bin.html | 2 +- deps/npm/html/api/bugs.html | 2 +- deps/npm/html/api/commands.html | 2 +- deps/npm/html/api/config.html | 2 +- deps/npm/html/api/deprecate.html | 2 +- deps/npm/html/api/docs.html | 2 +- deps/npm/html/api/edit.html | 2 +- deps/npm/html/api/explore.html | 2 +- deps/npm/html/api/help-search.html | 2 +- deps/npm/html/api/init.html | 2 +- deps/npm/html/api/install.html | 2 +- deps/npm/html/api/link.html | 2 +- deps/npm/html/api/load.html | 2 +- deps/npm/html/api/ls.html | 2 +- deps/npm/html/api/npm.html | 4 +- deps/npm/html/api/outdated.html | 2 +- deps/npm/html/api/owner.html | 2 +- deps/npm/html/api/pack.html | 2 +- deps/npm/html/api/prefix.html | 2 +- deps/npm/html/api/prune.html | 2 +- deps/npm/html/api/publish.html | 2 +- deps/npm/html/api/rebuild.html | 2 +- deps/npm/html/api/restart.html | 2 +- deps/npm/html/api/root.html | 2 +- deps/npm/html/api/run-script.html | 2 +- deps/npm/html/api/search.html | 2 +- deps/npm/html/api/shrinkwrap.html | 2 +- deps/npm/html/api/start.html | 2 +- deps/npm/html/api/stop.html | 2 +- deps/npm/html/api/submodule.html | 2 +- deps/npm/html/api/tag.html | 2 +- deps/npm/html/api/test.html | 2 +- deps/npm/html/api/uninstall.html | 2 +- deps/npm/html/api/unpublish.html | 2 +- deps/npm/html/api/update.html | 2 +- deps/npm/html/api/version.html | 2 +- deps/npm/html/api/view.html | 2 +- deps/npm/html/api/whoami.html | 2 +- deps/npm/html/doc/README.html | 2 +- deps/npm/html/doc/adduser.html | 2 +- deps/npm/html/doc/bin.html | 2 +- deps/npm/html/doc/bugs.html | 2 +- deps/npm/html/doc/build.html | 2 +- deps/npm/html/doc/bundle.html | 2 +- deps/npm/html/doc/cache.html | 2 +- deps/npm/html/doc/changelog.html | 2 +- deps/npm/html/doc/coding-style.html | 2 +- deps/npm/html/doc/completion.html | 2 +- deps/npm/html/doc/config.html | 2 +- deps/npm/html/doc/deprecate.html | 2 +- deps/npm/html/doc/developers.html | 2 +- deps/npm/html/doc/disputes.html | 2 +- deps/npm/html/doc/docs.html | 2 +- deps/npm/html/doc/edit.html | 2 +- deps/npm/html/doc/explore.html | 2 +- deps/npm/html/doc/faq.html | 2 +- deps/npm/html/doc/folders.html | 2 +- deps/npm/html/doc/help-search.html | 2 +- deps/npm/html/doc/help.html | 2 +- deps/npm/html/doc/index.html | 2 +- deps/npm/html/doc/init.html | 2 +- deps/npm/html/doc/install.html | 2 +- deps/npm/html/doc/json.html | 2 +- deps/npm/html/doc/link.html | 2 +- deps/npm/html/doc/list.html | 4 +- deps/npm/html/doc/npm.html | 4 +- deps/npm/html/doc/outdated.html | 2 +- deps/npm/html/doc/owner.html | 2 +- deps/npm/html/doc/pack.html | 2 +- deps/npm/html/doc/prefix.html | 2 +- deps/npm/html/doc/prune.html | 2 +- deps/npm/html/doc/publish.html | 2 +- deps/npm/html/doc/rebuild.html | 2 +- deps/npm/html/doc/registry.html | 2 +- deps/npm/html/doc/removing-npm.html | 2 +- deps/npm/html/doc/restart.html | 2 +- deps/npm/html/doc/root.html | 2 +- deps/npm/html/doc/run-script.html | 2 +- deps/npm/html/doc/scripts.html | 2 +- deps/npm/html/doc/search.html | 2 +- deps/npm/html/doc/semver.html | 2 +- deps/npm/html/doc/shrinkwrap.html | 2 +- deps/npm/html/doc/star.html | 2 +- deps/npm/html/doc/start.html | 2 +- deps/npm/html/doc/stop.html | 2 +- deps/npm/html/doc/submodule.html | 2 +- deps/npm/html/doc/tag.html | 2 +- deps/npm/html/doc/test.html | 2 +- deps/npm/html/doc/uninstall.html | 2 +- deps/npm/html/doc/unpublish.html | 2 +- deps/npm/html/doc/update.html | 2 +- deps/npm/html/doc/version.html | 2 +- deps/npm/html/doc/view.html | 2 +- deps/npm/html/doc/whoami.html | 2 +- deps/npm/lib/adduser.js | 54 +++++ deps/npm/lib/npm.js | 2 +- deps/npm/lib/utils/error-handler.js | 8 +- deps/npm/lib/version.js | 18 +- deps/npm/man/man1/list.1 | 2 +- deps/npm/man/man1/npm.1 | 2 +- deps/npm/man/man3/npm.3 | 2 +- .../node_modules/couch-login/couch-login.js | 17 +- .../npm/node_modules/couch-login/package.json | 4 +- .../node_modules/couch-login/test/basic.js | 2 +- .../node_modules/promzard/README.md | 3 + .../node_modules/promzard/package.json | 12 +- .../node_modules/promzard/promzard.js | 2 +- .../node_modules/promzard/test/exports.js | 68 ++++-- .../node_modules/promzard/test/fn.js | 85 ++++--- .../init-package-json/package.json | 10 +- deps/npm/node_modules/node-gyp/README.md | 18 +- .../npm/node_modules/node-gyp/bin/node-gyp.js | 55 +++-- deps/npm/node_modules/node-gyp/lib/build.js | 26 +- deps/npm/node_modules/node-gyp/lib/install.js | 7 +- .../npm/node_modules/node-gyp/lib/node-gyp.js | 28 ++- deps/npm/node_modules/node-gyp/lib/rebuild.js | 18 +- deps/npm/node_modules/node-gyp/package.json | 12 +- .../node_modules/nopt/examples/my-program.js | 30 +++ deps/npm/node_modules/nopt/lib/nopt.js | 15 +- deps/npm/node_modules/nopt/package.json | 43 +++- .../npm-registry-client/.npmignore | 2 + .../node_modules/npm-registry-client/LICENSE | 22 +- .../npm-registry-client/lib/adduser.js | 47 +++- .../npm-registry-client/package.json | 4 +- deps/npm/node_modules/read/.npmignore | 2 + deps/npm/node_modules/read/README.md | 29 +-- deps/npm/node_modules/read/example/example.js | 17 +- deps/npm/node_modules/read/lib/read.js | 224 ++++++------------ .../read/node_modules/mute-stream/LICENSE | 27 +++ .../read/node_modules/mute-stream/README.md | 54 +++++ .../read/node_modules/mute-stream/mute.js | 96 ++++++++ .../node_modules/mute-stream/package.json | 33 +++ .../node_modules/mute-stream/test/basic.js | 135 +++++++++++ deps/npm/node_modules/read/package.json | 14 +- deps/npm/node_modules/read/test/basic.js | 29 ++- deps/npm/node_modules/read/test/defaults.js | 53 +++++ deps/npm/package.json | 8 +- 137 files changed, 1046 insertions(+), 487 deletions(-) create mode 100755 deps/npm/node_modules/nopt/examples/my-program.js create mode 100644 deps/npm/node_modules/read/.npmignore create mode 100644 deps/npm/node_modules/read/node_modules/mute-stream/LICENSE create mode 100644 deps/npm/node_modules/read/node_modules/mute-stream/README.md create mode 100644 deps/npm/node_modules/read/node_modules/mute-stream/mute.js create mode 100644 deps/npm/node_modules/read/node_modules/mute-stream/package.json create mode 100644 deps/npm/node_modules/read/node_modules/mute-stream/test/basic.js create mode 100644 deps/npm/node_modules/read/test/defaults.js diff --git a/deps/npm/html/api/bin.html b/deps/npm/html/api/bin.html index 189ccee91b..7a76479d66 100644 --- a/deps/npm/html/api/bin.html +++ b/deps/npm/html/api/bin.html @@ -19,7 +19,7 @@

This function should not be used programmatically. Instead, just refer to the npm.bin member.

- +