deps: upgrade to npm 2.14.2
authorKat Marchán <kzm@sykosomatic.org>
Fri, 4 Sep 2015 21:47:14 +0000 (14:47 -0700)
committerRod Vagg <rod@vagg.org>
Mon, 7 Sep 2015 02:01:37 +0000 (12:01 +1000)
commitbabdbfdbd595b9a71430d63260f3055c1e39cef7
tree352cc3454ac950e5ced19488e2f4b6701ae0c8ac
parent155783d8765211d0aebff77d7a936447d1992cb6
deps: upgrade to npm 2.14.2

PR-URL: https://github.com/nodejs/node/pull/2696
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Rod Vagg <rod@vagg.org>
499 files changed:
deps/npm/.npmrc [deleted file]
deps/npm/AUTHORS
deps/npm/CHANGELOG.md
deps/npm/Makefile
deps/npm/README.md
deps/npm/bin/npm
deps/npm/bin/npm.cmd
deps/npm/doc/api/npm-view.md
deps/npm/doc/cli/npm-access.md
deps/npm/doc/cli/npm-team.md [new file with mode: 0644]
deps/npm/doc/files/package.json.md
deps/npm/doc/misc/npm-developers.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-ping.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
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
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-logout.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-ping.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-team.html [new file with mode: 0644]
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 [deleted file]
deps/npm/html/partial/doc/api/npm-bin.html [deleted file]
deps/npm/html/partial/doc/api/npm-bugs.html [deleted file]
deps/npm/html/partial/doc/api/npm-cache.html [deleted file]
deps/npm/html/partial/doc/api/npm-commands.html [deleted file]
deps/npm/html/partial/doc/api/npm-config.html [deleted file]
deps/npm/html/partial/doc/api/npm-deprecate.html [deleted file]
deps/npm/html/partial/doc/api/npm-docs.html [deleted file]
deps/npm/html/partial/doc/api/npm-edit.html [deleted file]
deps/npm/html/partial/doc/api/npm-explore.html [deleted file]
deps/npm/html/partial/doc/api/npm-help-search.html [deleted file]
deps/npm/html/partial/doc/api/npm-init.html [deleted file]
deps/npm/html/partial/doc/api/npm-install.html [deleted file]
deps/npm/html/partial/doc/api/npm-link.html [deleted file]
deps/npm/html/partial/doc/api/npm-load.html [deleted file]
deps/npm/html/partial/doc/api/npm-ls.html [deleted file]
deps/npm/html/partial/doc/api/npm-outdated.html [deleted file]
deps/npm/html/partial/doc/api/npm-owner.html [deleted file]
deps/npm/html/partial/doc/api/npm-pack.html [deleted file]
deps/npm/html/partial/doc/api/npm-ping.html [deleted file]
deps/npm/html/partial/doc/api/npm-prefix.html [deleted file]
deps/npm/html/partial/doc/api/npm-prune.html [deleted file]
deps/npm/html/partial/doc/api/npm-publish.html [deleted file]
deps/npm/html/partial/doc/api/npm-rebuild.html [deleted file]
deps/npm/html/partial/doc/api/npm-repo.html [deleted file]
deps/npm/html/partial/doc/api/npm-restart.html [deleted file]
deps/npm/html/partial/doc/api/npm-root.html [deleted file]
deps/npm/html/partial/doc/api/npm-run-script.html [deleted file]
deps/npm/html/partial/doc/api/npm-search.html [deleted file]
deps/npm/html/partial/doc/api/npm-shrinkwrap.html [deleted file]
deps/npm/html/partial/doc/api/npm-start.html [deleted file]
deps/npm/html/partial/doc/api/npm-stop.html [deleted file]
deps/npm/html/partial/doc/api/npm-tag.html [deleted file]
deps/npm/html/partial/doc/api/npm-test.html [deleted file]
deps/npm/html/partial/doc/api/npm-uninstall.html [deleted file]
deps/npm/html/partial/doc/api/npm-unpublish.html [deleted file]
deps/npm/html/partial/doc/api/npm-update.html [deleted file]
deps/npm/html/partial/doc/api/npm-version.html [deleted file]
deps/npm/html/partial/doc/api/npm-view.html [deleted file]
deps/npm/html/partial/doc/api/npm-whoami.html [deleted file]
deps/npm/html/partial/doc/api/npm.html [deleted file]
deps/npm/html/partial/doc/cli/npm-access.html [deleted file]
deps/npm/html/partial/doc/cli/npm-adduser.html [deleted file]
deps/npm/html/partial/doc/cli/npm-bin.html [deleted file]
deps/npm/html/partial/doc/cli/npm-bugs.html [deleted file]
deps/npm/html/partial/doc/cli/npm-build.html [deleted file]
deps/npm/html/partial/doc/cli/npm-bundle.html [deleted file]
deps/npm/html/partial/doc/cli/npm-cache.html [deleted file]
deps/npm/html/partial/doc/cli/npm-completion.html [deleted file]
deps/npm/html/partial/doc/cli/npm-config.html [deleted file]
deps/npm/html/partial/doc/cli/npm-dedupe.html [deleted file]
deps/npm/html/partial/doc/cli/npm-deprecate.html [deleted file]
deps/npm/html/partial/doc/cli/npm-dist-tag.html [deleted file]
deps/npm/html/partial/doc/cli/npm-docs.html [deleted file]
deps/npm/html/partial/doc/cli/npm-edit.html [deleted file]
deps/npm/html/partial/doc/cli/npm-explore.html [deleted file]
deps/npm/html/partial/doc/cli/npm-help-search.html [deleted file]
deps/npm/html/partial/doc/cli/npm-help.html [deleted file]
deps/npm/html/partial/doc/cli/npm-init.html [deleted file]
deps/npm/html/partial/doc/cli/npm-install.html [deleted file]
deps/npm/html/partial/doc/cli/npm-link.html [deleted file]
deps/npm/html/partial/doc/cli/npm-logout.html [deleted file]
deps/npm/html/partial/doc/cli/npm-ls.html [deleted file]
deps/npm/html/partial/doc/cli/npm-outdated.html [deleted file]
deps/npm/html/partial/doc/cli/npm-owner.html [deleted file]
deps/npm/html/partial/doc/cli/npm-pack.html [deleted file]
deps/npm/html/partial/doc/cli/npm-ping.html [deleted file]
deps/npm/html/partial/doc/cli/npm-prefix.html [deleted file]
deps/npm/html/partial/doc/cli/npm-prune.html [deleted file]
deps/npm/html/partial/doc/cli/npm-publish.html [deleted file]
deps/npm/html/partial/doc/cli/npm-rebuild.html [deleted file]
deps/npm/html/partial/doc/cli/npm-repo.html [deleted file]
deps/npm/html/partial/doc/cli/npm-restart.html [deleted file]
deps/npm/html/partial/doc/cli/npm-rm.html [deleted file]
deps/npm/html/partial/doc/cli/npm-root.html [deleted file]
deps/npm/html/partial/doc/cli/npm-run-script.html [deleted file]
deps/npm/html/partial/doc/cli/npm-search.html [deleted file]
deps/npm/html/partial/doc/cli/npm-shrinkwrap.html [deleted file]
deps/npm/html/partial/doc/cli/npm-star.html [deleted file]
deps/npm/html/partial/doc/cli/npm-stars.html [deleted file]
deps/npm/html/partial/doc/cli/npm-start.html [deleted file]
deps/npm/html/partial/doc/cli/npm-stop.html [deleted file]
deps/npm/html/partial/doc/cli/npm-tag.html [deleted file]
deps/npm/html/partial/doc/cli/npm-test.html [deleted file]
deps/npm/html/partial/doc/cli/npm-uninstall.html [deleted file]
deps/npm/html/partial/doc/cli/npm-unpublish.html [deleted file]
deps/npm/html/partial/doc/cli/npm-update.html [deleted file]
deps/npm/html/partial/doc/cli/npm-version.html [deleted file]
deps/npm/html/partial/doc/cli/npm-view.html [deleted file]
deps/npm/html/partial/doc/cli/npm-whoami.html [deleted file]
deps/npm/html/partial/doc/cli/npm.html [deleted file]
deps/npm/html/partial/doc/files/npm-folders.html [deleted file]
deps/npm/html/partial/doc/files/npm-global.html [deleted file]
deps/npm/html/partial/doc/files/npm-json.html [deleted file]
deps/npm/html/partial/doc/files/npmrc.html [deleted file]
deps/npm/html/partial/doc/files/package.json.html [deleted file]
deps/npm/html/partial/doc/index.html [deleted file]
deps/npm/html/partial/doc/misc/npm-coding-style.html [deleted file]
deps/npm/html/partial/doc/misc/npm-config.html [deleted file]
deps/npm/html/partial/doc/misc/npm-developers.html [deleted file]
deps/npm/html/partial/doc/misc/npm-disputes.html [deleted file]
deps/npm/html/partial/doc/misc/npm-faq.html [deleted file]
deps/npm/html/partial/doc/misc/npm-index.html [deleted file]
deps/npm/html/partial/doc/misc/npm-registry.html [deleted file]
deps/npm/html/partial/doc/misc/npm-scope.html [deleted file]
deps/npm/html/partial/doc/misc/npm-scripts.html [deleted file]
deps/npm/html/partial/doc/misc/removing-npm.html [deleted file]
deps/npm/html/partial/doc/misc/semver.html [deleted file]
deps/npm/lib/access.js
deps/npm/lib/build.js
deps/npm/lib/link.js
deps/npm/lib/npm.js
deps/npm/lib/run-script.js
deps/npm/lib/team.js [new file with mode: 0644]
deps/npm/lib/utils/completion.sh
deps/npm/lib/utils/error-handler.js
deps/npm/lib/utils/lifecycle.js
deps/npm/lib/version.js
deps/npm/lib/whoami.js
deps/npm/man/man1/npm-README.1
deps/npm/man/man1/npm-access.1
deps/npm/man/man1/npm-adduser.1
deps/npm/man/man1/npm-bin.1
deps/npm/man/man1/npm-bugs.1
deps/npm/man/man1/npm-build.1
deps/npm/man/man1/npm-bundle.1
deps/npm/man/man1/npm-cache.1
deps/npm/man/man1/npm-completion.1
deps/npm/man/man1/npm-config.1
deps/npm/man/man1/npm-dedupe.1
deps/npm/man/man1/npm-deprecate.1
deps/npm/man/man1/npm-dist-tag.1
deps/npm/man/man1/npm-docs.1
deps/npm/man/man1/npm-edit.1
deps/npm/man/man1/npm-explore.1
deps/npm/man/man1/npm-help-search.1
deps/npm/man/man1/npm-help.1
deps/npm/man/man1/npm-init.1
deps/npm/man/man1/npm-install.1
deps/npm/man/man1/npm-link.1
deps/npm/man/man1/npm-logout.1
deps/npm/man/man1/npm-ls.1
deps/npm/man/man1/npm-outdated.1
deps/npm/man/man1/npm-owner.1
deps/npm/man/man1/npm-pack.1
deps/npm/man/man1/npm-ping.1
deps/npm/man/man1/npm-prefix.1
deps/npm/man/man1/npm-prune.1
deps/npm/man/man1/npm-publish.1
deps/npm/man/man1/npm-rebuild.1
deps/npm/man/man1/npm-repo.1
deps/npm/man/man1/npm-restart.1
deps/npm/man/man1/npm-rm.1
deps/npm/man/man1/npm-root.1
deps/npm/man/man1/npm-run-script.1
deps/npm/man/man1/npm-search.1
deps/npm/man/man1/npm-shrinkwrap.1
deps/npm/man/man1/npm-star.1
deps/npm/man/man1/npm-stars.1
deps/npm/man/man1/npm-start.1
deps/npm/man/man1/npm-stop.1
deps/npm/man/man1/npm-tag.1
deps/npm/man/man1/npm-team.1 [new file with mode: 0644]
deps/npm/man/man1/npm-test.1
deps/npm/man/man1/npm-uninstall.1
deps/npm/man/man1/npm-unpublish.1
deps/npm/man/man1/npm-update.1
deps/npm/man/man1/npm-version.1
deps/npm/man/man1/npm-view.1
deps/npm/man/man1/npm-whoami.1
deps/npm/man/man1/npm.1
deps/npm/man/man3/npm-bin.3
deps/npm/man/man3/npm-bugs.3
deps/npm/man/man3/npm-cache.3
deps/npm/man/man3/npm-commands.3
deps/npm/man/man3/npm-config.3
deps/npm/man/man3/npm-deprecate.3
deps/npm/man/man3/npm-docs.3
deps/npm/man/man3/npm-edit.3
deps/npm/man/man3/npm-explore.3
deps/npm/man/man3/npm-help-search.3
deps/npm/man/man3/npm-init.3
deps/npm/man/man3/npm-install.3
deps/npm/man/man3/npm-link.3
deps/npm/man/man3/npm-load.3
deps/npm/man/man3/npm-ls.3
deps/npm/man/man3/npm-outdated.3
deps/npm/man/man3/npm-owner.3
deps/npm/man/man3/npm-pack.3
deps/npm/man/man3/npm-ping.3
deps/npm/man/man3/npm-prefix.3
deps/npm/man/man3/npm-prune.3
deps/npm/man/man3/npm-publish.3
deps/npm/man/man3/npm-rebuild.3
deps/npm/man/man3/npm-repo.3
deps/npm/man/man3/npm-restart.3
deps/npm/man/man3/npm-root.3
deps/npm/man/man3/npm-run-script.3
deps/npm/man/man3/npm-search.3
deps/npm/man/man3/npm-shrinkwrap.3
deps/npm/man/man3/npm-start.3
deps/npm/man/man3/npm-stop.3
deps/npm/man/man3/npm-tag.3
deps/npm/man/man3/npm-test.3
deps/npm/man/man3/npm-uninstall.3
deps/npm/man/man3/npm-unpublish.3
deps/npm/man/man3/npm-update.3
deps/npm/man/man3/npm-version.3
deps/npm/man/man3/npm-view.3
deps/npm/man/man3/npm-whoami.3
deps/npm/man/man3/npm.3
deps/npm/man/man5/npm-folders.5
deps/npm/man/man5/npm-global.5
deps/npm/man/man5/npm-json.5
deps/npm/man/man5/npmrc.5
deps/npm/man/man5/package.json.5
deps/npm/man/man7/npm-coding-style.7
deps/npm/man/man7/npm-config.7
deps/npm/man/man7/npm-developers.7
deps/npm/man/man7/npm-disputes.7
deps/npm/man/man7/npm-faq.7
deps/npm/man/man7/npm-index.7
deps/npm/man/man7/npm-registry.7
deps/npm/man/man7/npm-scope.7
deps/npm/man/man7/npm-scripts.7
deps/npm/man/man7/removing-npm.7
deps/npm/man/man7/semver.7
deps/npm/node_modules/chmodr/chmodr.js
deps/npm/node_modules/chmodr/package.json
deps/npm/node_modules/chmodr/test/basic.js [deleted file]
deps/npm/node_modules/chmodr/test/sync.js [deleted file]
deps/npm/node_modules/chownr/LICENCE [deleted file]
deps/npm/node_modules/chownr/chownr.js
deps/npm/node_modules/chownr/package.json
deps/npm/node_modules/chownr/test/basic.js [deleted file]
deps/npm/node_modules/chownr/test/sync.js [deleted file]
deps/npm/node_modules/columnify/columnify.js
deps/npm/node_modules/columnify/node_modules/strip-ansi/cli.js [deleted file]
deps/npm/node_modules/columnify/node_modules/strip-ansi/license [new file with mode: 0644]
deps/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/index.js
deps/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/package.json
deps/npm/node_modules/columnify/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
deps/npm/node_modules/columnify/node_modules/strip-ansi/package.json
deps/npm/node_modules/columnify/node_modules/strip-ansi/readme.md
deps/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/node_modules/clone/package.json
deps/npm/node_modules/columnify/node_modules/wcwidth/node_modules/defaults/package.json
deps/npm/node_modules/columnify/node_modules/wcwidth/package.json
deps/npm/node_modules/columnify/package.json
deps/npm/node_modules/fstream-npm/.travis.yml [new file with mode: 0644]
deps/npm/node_modules/fstream-npm/fstream-npm.js
deps/npm/node_modules/fstream-npm/package.json
deps/npm/node_modules/fstream-npm/test/ignores.js [new file with mode: 0644]
deps/npm/node_modules/init-package-json/default-input.js
deps/npm/node_modules/init-package-json/init-package-json.js
deps/npm/node_modules/init-package-json/package.json
deps/npm/node_modules/init-package-json/test/silent.js [new file with mode: 0644]
deps/npm/node_modules/node-gyp/addon.gypi
deps/npm/node_modules/node-gyp/lib/build.js
deps/npm/node_modules/node-gyp/lib/configure.js
deps/npm/node_modules/node-gyp/lib/install.js
deps/npm/node_modules/normalize-package-data/package.json
deps/npm/node_modules/npm-registry-client/lib/access.js
deps/npm/node_modules/npm-registry-client/lib/request.js
deps/npm/node_modules/npm-registry-client/lib/team.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/chownr/LICENSE [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/chownr/README.md [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/chownr/chownr.js [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/chownr/package.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/core-util-is/package.json
deps/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/isarray/package.json
deps/npm/node_modules/npm-registry-client/node_modules/concat-stream/node_modules/readable-stream/node_modules/string_decoder/package.json
deps/npm/node_modules/npm-registry-client/package.json
deps/npm/node_modules/npm-registry-client/test/access.js
deps/npm/node_modules/npm-registry-client/test/fetch-404.js
deps/npm/node_modules/npm-registry-client/test/fixtures/@npm/npm-registry-client/cache.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/fixtures/underscore/1.3.3/cache.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/fixtures/underscore/1.3.3/package.tgz [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/fixtures/underscore/cache.json [new file with mode: 0644]
deps/npm/node_modules/npm-registry-client/test/request.js
deps/npm/node_modules/npm-registry-client/test/team.js [new file with mode: 0644]
deps/npm/node_modules/npmlog/.npmrc [deleted file]
deps/npm/node_modules/read/.npmignore [deleted file]
deps/npm/node_modules/read/LICENCE [deleted file]
deps/npm/node_modules/read/example/example.js [deleted file]
deps/npm/node_modules/read/package.json
deps/npm/node_modules/read/rs.js [deleted file]
deps/npm/node_modules/read/test/basic.js [deleted file]
deps/npm/node_modules/read/test/defaults.js [deleted file]
deps/npm/node_modules/read/test/many.js [deleted file]
deps/npm/node_modules/request/CHANGELOG.md
deps/npm/node_modules/request/README.md
deps/npm/node_modules/request/index.js
deps/npm/node_modules/request/node_modules/aws-sign2/package.json
deps/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is/package.json
deps/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray/package.json
deps/npm/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder/package.json
deps/npm/node_modules/request/node_modules/forever-agent/package.json
deps/npm/node_modules/request/node_modules/form-data/Readme.md
deps/npm/node_modules/request/node_modules/form-data/lib/form_data.js
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/.jscsrc [deleted file]
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/CHANGELOG.md
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/README.md [deleted file]
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/lib/async.js
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/package.json
deps/npm/node_modules/request/node_modules/form-data/node_modules/async/support/sync-package-managers.js [deleted file]
deps/npm/node_modules/request/node_modules/form-data/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/index.js
deps/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/chalk/readme.md
deps/npm/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/index.js
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json
deps/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/test/json-schema-draft4/nullAndObject.json [new file with mode: 0644]
deps/npm/node_modules/request/node_modules/hawk/node_modules/cryptiles/package.json
deps/npm/node_modules/request/node_modules/hawk/node_modules/sntp/package.json
deps/npm/node_modules/request/node_modules/http-signature/node_modules/asn1/package.json
deps/npm/node_modules/request/node_modules/http-signature/node_modules/assert-plus/package.json
deps/npm/node_modules/request/node_modules/http-signature/node_modules/ctype/package.json
deps/npm/node_modules/request/node_modules/isstream/package.json
deps/npm/node_modules/request/node_modules/mime-types/HISTORY.md
deps/npm/node_modules/request/node_modules/mime-types/index.js
deps/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/HISTORY.md
deps/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/db.json
deps/npm/node_modules/request/node_modules/mime-types/node_modules/mime-db/package.json
deps/npm/node_modules/request/node_modules/mime-types/package.json
deps/npm/node_modules/request/node_modules/stringstream/package.json
deps/npm/node_modules/request/package.json
deps/npm/node_modules/request/request.js
deps/npm/node_modules/rimraf/package.json
deps/npm/node_modules/rimraf/rimraf.js
deps/npm/node_modules/tar/lib/entry.js
deps/npm/node_modules/tar/lib/parse.js
deps/npm/node_modules/tar/package.json
deps/npm/node_modules/tar/test/parse-discard.js [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/README.md
deps/npm/node_modules/validate-npm-package-license/index.js
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/LICENSE [deleted file]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/README.md
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/index.js [moved from deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/spdx-correct.js with 98% similarity]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/LICENSE [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/README.md [new file with mode: 0755]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/package.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/node_modules/spdx-license-ids/spdx-license-ids.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-correct/package.json
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/README.md [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-exceptions/.npmignore [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-exceptions/LICENSE.md [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-exceptions/README.md [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-exceptions/index.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-exceptions/package.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-license-ids/LICENSE [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-license-ids/README.md [new file with mode: 0755]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-license-ids/package.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/node_modules/spdx-license-ids/spdx-license-ids.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parser.generated.js [new file with mode: 0644]
deps/npm/node_modules/validate-npm-package-license/package.json
deps/npm/package.json
deps/npm/scripts/doc-build.sh
deps/npm/test/fixtures/config/.npmrc [deleted file]
deps/npm/test/npm_cache/npm-test-preferglobal-dep/0.0.0/package.tgz [deleted file]
deps/npm/test/npm_cache/npm-test-preferglobal-dep/0.0.0/package/package.json [deleted file]
deps/npm/test/npm_cache/registry.npmjs.org/jshint/.cache.json [deleted file]
deps/npm/test/tap/access.js
deps/npm/test/tap/install-link-scripts.js [new file with mode: 0644]
deps/npm/test/tap/install-preferglobal-warnings.js [new file with mode: 0644]
deps/npm/test/tap/run-script-filter-private.js [new file with mode: 0644]
deps/npm/test/tap/run-script.js
deps/npm/test/tap/tag-version-prefix.js
deps/npm/test/tap/team.js [new file with mode: 0644]