npm: Upgrade to 1.1.37
authorisaacs <i@izs.me>
Tue, 10 Jul 2012 23:16:25 +0000 (16:16 -0700)
committerisaacs <i@izs.me>
Tue, 10 Jul 2012 23:16:25 +0000 (16:16 -0700)
commitae5a209b114508ec4290ab31b37ef3a34bdab15a
treef2e8765624006d23747d3c6a81a0ab025ae6b729
parent8a946c2ee7aba1722aab9773bbf8534d063870e4
npm: Upgrade to 1.1.37
396 files changed:
deps/npm/.npmignore
deps/npm/AUTHORS
deps/npm/LICENSE
deps/npm/README.md
deps/npm/bin/npm
deps/npm/bin/npm-cli.js
deps/npm/bin/read-package-json.js
deps/npm/doc/cli/coding-style.md
deps/npm/doc/cli/config.md
deps/npm/doc/cli/init.md
deps/npm/doc/cli/install.md
deps/npm/doc/cli/json.md
deps/npm/doc/cli/list.md
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html
deps/npm/html/api/edit.html
deps/npm/html/api/explore.html
deps/npm/html/api/help-search.html
deps/npm/html/api/init.html
deps/npm/html/api/install.html
deps/npm/html/api/link.html
deps/npm/html/api/load.html
deps/npm/html/api/ls.html
deps/npm/html/api/npm.html
deps/npm/html/api/outdated.html
deps/npm/html/api/owner.html
deps/npm/html/api/pack.html
deps/npm/html/api/prefix.html
deps/npm/html/api/prune.html
deps/npm/html/api/publish.html
deps/npm/html/api/rebuild.html
deps/npm/html/api/restart.html
deps/npm/html/api/root.html
deps/npm/html/api/run-script.html
deps/npm/html/api/search.html
deps/npm/html/api/shrinkwrap.html
deps/npm/html/api/start.html
deps/npm/html/api/stop.html
deps/npm/html/api/submodule.html
deps/npm/html/api/tag.html
deps/npm/html/api/test.html
deps/npm/html/api/uninstall.html
deps/npm/html/api/unpublish.html
deps/npm/html/api/update.html
deps/npm/html/api/version.html
deps/npm/html/api/view.html
deps/npm/html/api/whoami.html
deps/npm/html/doc/README.html
deps/npm/html/doc/adduser.html
deps/npm/html/doc/bin.html
deps/npm/html/doc/bugs.html
deps/npm/html/doc/build.html
deps/npm/html/doc/bundle.html
deps/npm/html/doc/cache.html
deps/npm/html/doc/changelog.html
deps/npm/html/doc/coding-style.html
deps/npm/html/doc/completion.html
deps/npm/html/doc/config.html
deps/npm/html/doc/deprecate.html
deps/npm/html/doc/developers.html
deps/npm/html/doc/disputes.html
deps/npm/html/doc/docs.html
deps/npm/html/doc/edit.html
deps/npm/html/doc/explore.html
deps/npm/html/doc/faq.html
deps/npm/html/doc/folders.html
deps/npm/html/doc/help-search.html
deps/npm/html/doc/help.html
deps/npm/html/doc/index.html
deps/npm/html/doc/init.html
deps/npm/html/doc/install.html
deps/npm/html/doc/json.html
deps/npm/html/doc/link.html
deps/npm/html/doc/list.html
deps/npm/html/doc/npm.html
deps/npm/html/doc/outdated.html
deps/npm/html/doc/owner.html
deps/npm/html/doc/pack.html
deps/npm/html/doc/prefix.html
deps/npm/html/doc/prune.html
deps/npm/html/doc/publish.html
deps/npm/html/doc/rebuild.html
deps/npm/html/doc/registry.html
deps/npm/html/doc/removing-npm.html
deps/npm/html/doc/restart.html
deps/npm/html/doc/root.html
deps/npm/html/doc/run-script.html
deps/npm/html/doc/scripts.html
deps/npm/html/doc/search.html
deps/npm/html/doc/semver.html
deps/npm/html/doc/shrinkwrap.html
deps/npm/html/doc/star.html
deps/npm/html/doc/start.html
deps/npm/html/doc/stop.html
deps/npm/html/doc/submodule.html
deps/npm/html/doc/tag.html
deps/npm/html/doc/test.html
deps/npm/html/doc/uninstall.html
deps/npm/html/doc/unpublish.html
deps/npm/html/doc/update.html
deps/npm/html/doc/version.html
deps/npm/html/doc/view.html
deps/npm/html/doc/whoami.html
deps/npm/html/style.css
deps/npm/lib/adduser.js
deps/npm/lib/bugs.js
deps/npm/lib/build.js
deps/npm/lib/cache.js
deps/npm/lib/config.js
deps/npm/lib/deprecate.js
deps/npm/lib/docs.js
deps/npm/lib/edit.js
deps/npm/lib/help-search.js
deps/npm/lib/help.js
deps/npm/lib/init.js
deps/npm/lib/install.js
deps/npm/lib/link.js
deps/npm/lib/ls.js
deps/npm/lib/npm.js
deps/npm/lib/outdated.js
deps/npm/lib/owner.js
deps/npm/lib/pack.js
deps/npm/lib/prune.js
deps/npm/lib/publish.js
deps/npm/lib/rebuild.js
deps/npm/lib/root.js
deps/npm/lib/run-script.js
deps/npm/lib/search.js
deps/npm/lib/shrinkwrap.js
deps/npm/lib/star.js
deps/npm/lib/submodule.js
deps/npm/lib/substack.js
deps/npm/lib/tag.js
deps/npm/lib/test.js
deps/npm/lib/unbuild.js
deps/npm/lib/uninstall.js
deps/npm/lib/unpublish.js
deps/npm/lib/update.js
deps/npm/lib/utils/cmd-shim.js
deps/npm/lib/utils/completion.sh
deps/npm/lib/utils/completion/file-completion.js
deps/npm/lib/utils/completion/installed-deep.js
deps/npm/lib/utils/completion/installed-shallow.js
deps/npm/lib/utils/completion/remote-packages.js
deps/npm/lib/utils/completion/users.js
deps/npm/lib/utils/config-defs.js
deps/npm/lib/utils/error-handler.js
deps/npm/lib/utils/exec.js
deps/npm/lib/utils/fetch.js
deps/npm/lib/utils/find.js [deleted file]
deps/npm/lib/utils/ini.js
deps/npm/lib/utils/lifecycle.js
deps/npm/lib/utils/link.js
deps/npm/lib/utils/load-package-defaults.js [deleted file]
deps/npm/lib/utils/log.js [deleted file]
deps/npm/lib/utils/npm-registry-client/adduser.js [deleted file]
deps/npm/lib/utils/npm-registry-client/index.js [deleted file]
deps/npm/lib/utils/npm-registry-client/publish.js [deleted file]
deps/npm/lib/utils/npm-registry-client/request.js [deleted file]
deps/npm/lib/utils/npm-registry-client/star.js [deleted file]
deps/npm/lib/utils/npm-registry-client/tag.js [deleted file]
deps/npm/lib/utils/npm-registry-client/unpublish.js [deleted file]
deps/npm/lib/utils/promise-chain.js [deleted file]
deps/npm/lib/utils/read-json.js [deleted file]
deps/npm/lib/utils/relativize.js [deleted file]
deps/npm/lib/utils/sha.js
deps/npm/lib/utils/tar.js
deps/npm/lib/version.js
deps/npm/lib/view.js
deps/npm/lib/whoami.js
deps/npm/lib/xmas.js
deps/npm/man/man1/README.1
deps/npm/man/man1/adduser.1
deps/npm/man/man1/bin.1
deps/npm/man/man1/bugs.1
deps/npm/man/man1/build.1
deps/npm/man/man1/bundle.1
deps/npm/man/man1/cache.1
deps/npm/man/man1/changelog.1
deps/npm/man/man1/coding-style.1
deps/npm/man/man1/completion.1
deps/npm/man/man1/config.1
deps/npm/man/man1/deprecate.1
deps/npm/man/man1/developers.1
deps/npm/man/man1/disputes.1
deps/npm/man/man1/docs.1
deps/npm/man/man1/edit.1
deps/npm/man/man1/explore.1
deps/npm/man/man1/faq.1
deps/npm/man/man1/folders.1
deps/npm/man/man1/help-search.1
deps/npm/man/man1/help.1
deps/npm/man/man1/index.1
deps/npm/man/man1/init.1
deps/npm/man/man1/install.1
deps/npm/man/man1/json.1
deps/npm/man/man1/link.1
deps/npm/man/man1/list.1
deps/npm/man/man1/npm.1
deps/npm/man/man1/outdated.1
deps/npm/man/man1/owner.1
deps/npm/man/man1/pack.1
deps/npm/man/man1/prefix.1
deps/npm/man/man1/prune.1
deps/npm/man/man1/publish.1
deps/npm/man/man1/rebuild.1
deps/npm/man/man1/registry.1
deps/npm/man/man1/removing-npm.1
deps/npm/man/man1/restart.1
deps/npm/man/man1/root.1
deps/npm/man/man1/run-script.1
deps/npm/man/man1/scripts.1
deps/npm/man/man1/search.1
deps/npm/man/man1/semver.1
deps/npm/man/man1/shrinkwrap.1
deps/npm/man/man1/star.1
deps/npm/man/man1/start.1
deps/npm/man/man1/stop.1
deps/npm/man/man1/submodule.1
deps/npm/man/man1/tag.1
deps/npm/man/man1/test.1
deps/npm/man/man1/uninstall.1
deps/npm/man/man1/unpublish.1
deps/npm/man/man1/update.1
deps/npm/man/man1/version.1
deps/npm/man/man1/view.1
deps/npm/man/man1/whoami.1
deps/npm/man/man3/bin.3
deps/npm/man/man3/bugs.3
deps/npm/man/man3/commands.3
deps/npm/man/man3/config.3
deps/npm/man/man3/deprecate.3
deps/npm/man/man3/docs.3
deps/npm/man/man3/edit.3
deps/npm/man/man3/explore.3
deps/npm/man/man3/help-search.3
deps/npm/man/man3/init.3
deps/npm/man/man3/install.3
deps/npm/man/man3/link.3
deps/npm/man/man3/load.3
deps/npm/man/man3/ls.3
deps/npm/man/man3/npm.3
deps/npm/man/man3/outdated.3
deps/npm/man/man3/owner.3
deps/npm/man/man3/pack.3
deps/npm/man/man3/prefix.3
deps/npm/man/man3/prune.3
deps/npm/man/man3/publish.3
deps/npm/man/man3/rebuild.3
deps/npm/man/man3/restart.3
deps/npm/man/man3/root.3
deps/npm/man/man3/run-script.3
deps/npm/man/man3/search.3
deps/npm/man/man3/shrinkwrap.3
deps/npm/man/man3/start.3
deps/npm/man/man3/stop.3
deps/npm/man/man3/submodule.3
deps/npm/man/man3/tag.3
deps/npm/man/man3/test.3
deps/npm/man/man3/uninstall.3
deps/npm/man/man3/unpublish.3
deps/npm/man/man3/update.3
deps/npm/man/man3/version.3
deps/npm/man/man3/view.3
deps/npm/man/man3/whoami.3
deps/npm/node_modules/ansi/.npmignore [moved from deps/npm/node_modules/node-gyp/node_modules/ansi/.npmignore with 100% similarity]
deps/npm/node_modules/ansi/README.md [moved from deps/npm/node_modules/node-gyp/node_modules/ansi/README.md with 78% similarity]
deps/npm/node_modules/ansi/lib/ansi.js [new file with mode: 0644]
deps/npm/node_modules/ansi/lib/newlines.js [new file with mode: 0644]
deps/npm/node_modules/ansi/package.json [moved from deps/npm/node_modules/node-gyp/node_modules/ansi/package.json with 65% similarity]
deps/npm/node_modules/chownr/LICENCE [moved from deps/npm/node_modules/node-gyp/node_modules/glob/LICENCE with 100% similarity]
deps/npm/node_modules/couch-login/README.md [new file with mode: 0644]
deps/npm/node_modules/couch-login/couch-login.js [new file with mode: 0644]
deps/npm/node_modules/couch-login/package.json [new file with mode: 0644]
deps/npm/node_modules/fstream-npm/LICENCE [new file with mode: 0644]
deps/npm/node_modules/glob/.npmignore [moved from deps/npm/node_modules/node-gyp/node_modules/glob/.npmignore with 100% similarity]
deps/npm/node_modules/glob/.travis.yml [moved from deps/npm/node_modules/node-gyp/node_modules/glob/.travis.yml with 100% similarity]
deps/npm/node_modules/glob/LICENCE [new file with mode: 0644]
deps/npm/node_modules/glob/README.md [moved from deps/npm/node_modules/node-gyp/node_modules/glob/README.md with 100% similarity]
deps/npm/node_modules/glob/glob.js [moved from deps/npm/node_modules/node-gyp/node_modules/glob/glob.js with 99% similarity]
deps/npm/node_modules/glob/package.json [new file with mode: 0644]
deps/npm/node_modules/init-package-json/README.md [new file with mode: 0644]
deps/npm/node_modules/init-package-json/default-input.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/init-package-json.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/.npmignore [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/README.md [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/index.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/README.md [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/init-input.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/init.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/npm-init/package.json [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/example/substack-input.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/package.json [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/promzard.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/basic.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/exports.input [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/exports.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/fn.input [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/fn.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/simple.input [new file with mode: 0644]
deps/npm/node_modules/init-package-json/node_modules/promzard/test/simple.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/package.json [new file with mode: 0644]
deps/npm/node_modules/lockfile/LICENSE [new file with mode: 0644]
deps/npm/node_modules/lockfile/README.md [new file with mode: 0644]
deps/npm/node_modules/lockfile/lockfile.js [new file with mode: 0644]
deps/npm/node_modules/lockfile/package.json [new file with mode: 0644]
deps/npm/node_modules/lru-cache/AUTHORS [new file with mode: 0644]
deps/npm/node_modules/lru-cache/README.md
deps/npm/node_modules/lru-cache/lib/lru-cache.js
deps/npm/node_modules/lru-cache/package.json
deps/npm/node_modules/minimatch/minimatch.js
deps/npm/node_modules/minimatch/package.json
deps/npm/node_modules/mkdirp/.gitignore.orig [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.gitignore.rej [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.npmignore [new file with mode: 0644]
deps/npm/node_modules/mkdirp/.travis.yml [new file with mode: 0644]
deps/npm/node_modules/mkdirp/package.json
deps/npm/node_modules/node-gyp/README.md
deps/npm/node_modules/node-gyp/bin/node-gyp.js
deps/npm/node_modules/node-gyp/legacy/common.gypi
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/clean.js
deps/npm/node_modules/node-gyp/lib/configure.js
deps/npm/node_modules/node-gyp/lib/install.js
deps/npm/node_modules/node-gyp/lib/list.js
deps/npm/node_modules/node-gyp/lib/node-gyp.js
deps/npm/node_modules/node-gyp/lib/rebuild.js
deps/npm/node_modules/node-gyp/lib/remove.js
deps/npm/node_modules/node-gyp/lib/util/mkdirp.js [deleted file]
deps/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js [deleted file]
deps/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png [deleted file]
deps/npm/node_modules/node-gyp/node_modules/ansi/server.js [deleted file]
deps/npm/node_modules/node-gyp/package.json
deps/npm/node_modules/npm-registry-client/.npmignore [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/LICENSE [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/README.md [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/index.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/adduser.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/get.js [moved from deps/npm/lib/utils/npm-registry-client/get.js with 61% similarity]
deps/npm/node_modules/npm-registry-client/lib/publish.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/request.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/star.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/tag.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/unpublish.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/upload.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/package.json [new file with mode: 0644]
deps/npm/node_modules/npmlog/LICENSE [new file with mode: 0644]
deps/npm/node_modules/npmlog/README.md [new file with mode: 0644]
deps/npm/node_modules/npmlog/log.js [new file with mode: 0644]
deps/npm/node_modules/npmlog/package.json [moved from deps/npm/node_modules/node-gyp/node_modules/glob/package.json with 58% similarity]
deps/npm/node_modules/osenv/LICENSE [new file with mode: 0644]
deps/npm/node_modules/osenv/README.md [new file with mode: 0644]
deps/npm/node_modules/osenv/osenv.js [new file with mode: 0644]
deps/npm/node_modules/osenv/package.json [new file with mode: 0644]
deps/npm/node_modules/read-installed/README.md [new file with mode: 0644]
deps/npm/node_modules/read-installed/package.json [new file with mode: 0644]
deps/npm/node_modules/read-installed/read-installed.js [moved from deps/npm/lib/utils/read-installed.js with 84% similarity]
deps/npm/node_modules/read-package-json/README.md [new file with mode: 0644]
deps/npm/node_modules/read-package-json/package.json [new file with mode: 0644]
deps/npm/node_modules/read-package-json/read-json.js [new file with mode: 0644]
deps/npm/node_modules/read/README.md
deps/npm/node_modules/read/lib/read.js
deps/npm/node_modules/read/package.json
deps/npm/node_modules/request/README.md
deps/npm/node_modules/request/aws.js [new file with mode: 0644]
deps/npm/node_modules/request/aws2.js [new file with mode: 0644]
deps/npm/node_modules/request/main.js
deps/npm/node_modules/request/oauth.js
deps/npm/node_modules/request/package.json
deps/npm/node_modules/retry/.npmignore [new file with mode: 0644]
deps/npm/node_modules/retry/License [new file with mode: 0644]
deps/npm/node_modules/retry/Makefile [new file with mode: 0644]
deps/npm/node_modules/retry/Readme.md [new file with mode: 0644]
deps/npm/node_modules/retry/equation.gif [new file with mode: 0644]
deps/npm/node_modules/retry/index.js [new file with mode: 0644]
deps/npm/node_modules/retry/lib/retry.js [new file with mode: 0644]
deps/npm/node_modules/retry/lib/retry_operation.js [new file with mode: 0644]
deps/npm/node_modules/retry/package.json [new file with mode: 0644]
deps/npm/node_modules/rimraf/package.json
deps/npm/node_modules/rimraf/rimraf.js
deps/npm/node_modules/uid-number/LICENCE [new file with mode: 0644]
deps/npm/package.json
deps/npm/test/packages/npm-test-array-bin/bin/array-bin [new file with mode: 0644]
deps/npm/test/packages/npm-test-array-bin/package.json [new file with mode: 0644]
deps/npm/test/packages/npm-test-array-bin/test.js [new file with mode: 0644]
deps/npm/test/packages/npm-test-dir-bin/bin/dir-bin [new file with mode: 0644]
deps/npm/test/packages/npm-test-dir-bin/package.json [new file with mode: 0644]
deps/npm/test/packages/npm-test-dir-bin/test.js [new file with mode: 0644]
deps/npm/test/packages/npm-test-ignore-nested-nm/lib/node_modules/foo [new file with mode: 0644]
deps/npm/test/tap/false_name.js [new file with mode: 0644]
deps/npm/test/tap/false_name/index.js [new file with mode: 0644]
deps/npm/test/tap/false_name/package.json [new file with mode: 0644]