deps: upgrade npm to 2.4.1
authorForrest L Norvell <forrest@npmjs.com>
Fri, 30 Jan 2015 11:12:07 +0000 (03:12 -0800)
committerBen Noordhuis <info@bnoordhuis.nl>
Sat, 31 Jan 2015 17:57:30 +0000 (18:57 +0100)
commitfaf34ffbd321f4657bd99fb82931e1c9a4dda6af
tree0a4e900a3efe87603c5256d6870f5b68d72334e3
parent40e29dcbbf33d919f5cc0cbab5fa65a282adb04b
deps: upgrade npm to 2.4.1

PR-URL: https://github.com/iojs/io.js/pull/663
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
202 files changed:
deps/npm/CHANGELOG.md
deps/npm/doc/cli/npm-access.md [new file with mode: 0644]
deps/npm/doc/cli/npm-dist-tag.md [new file with mode: 0644]
deps/npm/doc/cli/npm-publish.md
deps/npm/doc/cli/npm-tag.md
deps/npm/doc/misc/npm-config.md
deps/npm/doc/misc/npm-index.md
deps/npm/html/doc/README.html
deps/npm/html/doc/api/npm-bin.html
deps/npm/html/doc/api/npm-bugs.html
deps/npm/html/doc/api/npm-cache.html
deps/npm/html/doc/api/npm-commands.html
deps/npm/html/doc/api/npm-config.html
deps/npm/html/doc/api/npm-deprecate.html
deps/npm/html/doc/api/npm-docs.html
deps/npm/html/doc/api/npm-edit.html
deps/npm/html/doc/api/npm-explore.html
deps/npm/html/doc/api/npm-help-search.html
deps/npm/html/doc/api/npm-init.html
deps/npm/html/doc/api/npm-install.html
deps/npm/html/doc/api/npm-link.html
deps/npm/html/doc/api/npm-load.html
deps/npm/html/doc/api/npm-ls.html
deps/npm/html/doc/api/npm-outdated.html
deps/npm/html/doc/api/npm-owner.html
deps/npm/html/doc/api/npm-pack.html
deps/npm/html/doc/api/npm-prefix.html
deps/npm/html/doc/api/npm-prune.html
deps/npm/html/doc/api/npm-publish.html
deps/npm/html/doc/api/npm-rebuild.html
deps/npm/html/doc/api/npm-repo.html
deps/npm/html/doc/api/npm-restart.html
deps/npm/html/doc/api/npm-root.html
deps/npm/html/doc/api/npm-run-script.html
deps/npm/html/doc/api/npm-search.html
deps/npm/html/doc/api/npm-shrinkwrap.html
deps/npm/html/doc/api/npm-start.html
deps/npm/html/doc/api/npm-stop.html
deps/npm/html/doc/api/npm-tag.html
deps/npm/html/doc/api/npm-test.html
deps/npm/html/doc/api/npm-uninstall.html
deps/npm/html/doc/api/npm-unpublish.html
deps/npm/html/doc/api/npm-update.html
deps/npm/html/doc/api/npm-version.html
deps/npm/html/doc/api/npm-view.html
deps/npm/html/doc/api/npm-whoami.html
deps/npm/html/doc/api/npm.html
deps/npm/html/doc/cli/npm-access.html [new file with mode: 0644]
deps/npm/html/doc/cli/npm-adduser.html
deps/npm/html/doc/cli/npm-bin.html
deps/npm/html/doc/cli/npm-bugs.html
deps/npm/html/doc/cli/npm-build.html
deps/npm/html/doc/cli/npm-bundle.html
deps/npm/html/doc/cli/npm-cache.html
deps/npm/html/doc/cli/npm-completion.html
deps/npm/html/doc/cli/npm-config.html
deps/npm/html/doc/cli/npm-dedupe.html
deps/npm/html/doc/cli/npm-deprecate.html
deps/npm/html/doc/cli/npm-dist-tag.html [new file with mode: 0644]
deps/npm/html/doc/cli/npm-docs.html
deps/npm/html/doc/cli/npm-edit.html
deps/npm/html/doc/cli/npm-explore.html
deps/npm/html/doc/cli/npm-help-search.html
deps/npm/html/doc/cli/npm-help.html
deps/npm/html/doc/cli/npm-init.html
deps/npm/html/doc/cli/npm-install.html
deps/npm/html/doc/cli/npm-link.html
deps/npm/html/doc/cli/npm-ls.html
deps/npm/html/doc/cli/npm-outdated.html
deps/npm/html/doc/cli/npm-owner.html
deps/npm/html/doc/cli/npm-pack.html
deps/npm/html/doc/cli/npm-prefix.html
deps/npm/html/doc/cli/npm-prune.html
deps/npm/html/doc/cli/npm-publish.html
deps/npm/html/doc/cli/npm-rebuild.html
deps/npm/html/doc/cli/npm-repo.html
deps/npm/html/doc/cli/npm-restart.html
deps/npm/html/doc/cli/npm-rm.html
deps/npm/html/doc/cli/npm-root.html
deps/npm/html/doc/cli/npm-run-script.html
deps/npm/html/doc/cli/npm-search.html
deps/npm/html/doc/cli/npm-shrinkwrap.html
deps/npm/html/doc/cli/npm-star.html
deps/npm/html/doc/cli/npm-stars.html
deps/npm/html/doc/cli/npm-start.html
deps/npm/html/doc/cli/npm-stop.html
deps/npm/html/doc/cli/npm-tag.html
deps/npm/html/doc/cli/npm-test.html
deps/npm/html/doc/cli/npm-uninstall.html
deps/npm/html/doc/cli/npm-unpublish.html
deps/npm/html/doc/cli/npm-update.html
deps/npm/html/doc/cli/npm-version.html
deps/npm/html/doc/cli/npm-view.html
deps/npm/html/doc/cli/npm-whoami.html
deps/npm/html/doc/cli/npm.html
deps/npm/html/doc/files/npm-folders.html
deps/npm/html/doc/files/npm-global.html
deps/npm/html/doc/files/npm-json.html
deps/npm/html/doc/files/npmrc.html
deps/npm/html/doc/files/package.json.html
deps/npm/html/doc/index.html
deps/npm/html/doc/misc/npm-coding-style.html
deps/npm/html/doc/misc/npm-config.html
deps/npm/html/doc/misc/npm-developers.html
deps/npm/html/doc/misc/npm-disputes.html
deps/npm/html/doc/misc/npm-faq.html
deps/npm/html/doc/misc/npm-index.html
deps/npm/html/doc/misc/npm-registry.html
deps/npm/html/doc/misc/npm-scope.html
deps/npm/html/doc/misc/npm-scripts.html
deps/npm/html/doc/misc/removing-npm.html
deps/npm/html/doc/misc/semver.html
deps/npm/html/partial/doc/README.html
deps/npm/html/partial/doc/api/npm.html
deps/npm/html/partial/doc/cli/npm-access.html [new file with mode: 0644]
deps/npm/html/partial/doc/cli/npm-dist-tag.html [new file with mode: 0644]
deps/npm/html/partial/doc/cli/npm-ls.html
deps/npm/html/partial/doc/cli/npm-publish.html
deps/npm/html/partial/doc/cli/npm-tag.html
deps/npm/html/partial/doc/cli/npm.html
deps/npm/html/partial/doc/index.html
deps/npm/html/partial/doc/misc/npm-config.html
deps/npm/html/partial/doc/misc/npm-disputes.html
deps/npm/html/partial/doc/misc/npm-faq.html
deps/npm/html/partial/doc/misc/npm-index.html
deps/npm/lib/access.js [new file with mode: 0644]
deps/npm/lib/cache/caching-client.js
deps/npm/lib/config/defaults.js
deps/npm/lib/dist-tag.js [new file with mode: 0644]
deps/npm/lib/npm.js
deps/npm/lib/owner.js
deps/npm/lib/publish.js
deps/npm/lib/tag.js
deps/npm/lib/unbuild.js
deps/npm/lib/utils/read-local-package.js [new file with mode: 0644]
deps/npm/man/man1/npm-access.1 [new file with mode: 0644]
deps/npm/man/man1/npm-dist-tag.1 [new file with mode: 0644]
deps/npm/man/man1/npm-ls.1
deps/npm/man/man1/npm-publish.1
deps/npm/man/man1/npm-tag.1
deps/npm/man/man1/npm.1
deps/npm/man/man3/npm.3
deps/npm/man/man7/npm-config.7
deps/npm/man/man7/npm-index.7
deps/npm/node_modules/init-package-json/default-input.js
deps/npm/node_modules/init-package-json/node_modules/promzard/package.json
deps/npm/node_modules/init-package-json/package.json
deps/npm/node_modules/init-package-json/test/npm-defaults.js
deps/npm/node_modules/node-gyp/addon.gypi
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/install.js
deps/npm/node_modules/npm-registry-client/README.md
deps/npm/node_modules/npm-registry-client/index.js
deps/npm/node_modules/npm-registry-client/lib/access.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/dist-tags/add.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/dist-tags/fetch.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/dist-tags/rm.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/dist-tags/set.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/dist-tags/update.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/lib/publish.js
deps/npm/node_modules/npm-registry-client/lib/tag.js
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/LICENSE [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/README.md [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.npmignore [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/.travis.yml [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/README.md [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/index.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/package.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/basic.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/bitbucket.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gist.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/github.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/gitlab.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/node_modules/hosted-git-info/test/lib/standard-tests.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/npa.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/package.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/basic.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/bitbucket.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/github.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/gitlab.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/npm-package-arg/test/windows.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/package.json
deps/npm/node_modules/npm-registry-client/test/access.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/dist-tags-add.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/dist-tags-fetch.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/dist-tags-rm.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/dist-tags-set.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/dist-tags-update.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/publish-again-scoped.js
deps/npm/node_modules/npm-registry-client/test/publish-again.js
deps/npm/node_modules/npm-registry-client/test/publish-failed-no-message.js
deps/npm/node_modules/npm-registry-client/test/publish-scoped-auth-token.js
deps/npm/node_modules/npm-registry-client/test/publish-scoped.js
deps/npm/node_modules/npm-registry-client/test/publish.js
deps/npm/node_modules/npm-registry-client/test/tag.js
deps/npm/node_modules/npm-registry-client/test/whoami.js
deps/npm/package.json
deps/npm/test/tap/access.js [new file with mode: 0644]
deps/npm/test/tap/dist-tag.js [new file with mode: 0644]
deps/npm/test/tap/owner.js
deps/npm/test/tap/publish-access-scoped.js [new file with mode: 0644]
deps/npm/test/tap/publish-access-unscoped.js [new file with mode: 0644]