aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-05-08 11:58:26 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-05-08 11:58:26 +0800
commitfead84e59343c5de7b788cb81d5c21eefa2523f6 (patch)
treec892fed387ec703f5aa29e0e7c6b5e9eeb9935fa /www
parent0378bf3af4ac71058cf51d196bbe358aaa53a2aa (diff)
downloadfreebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.tar.gz
freebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.tar.zst
freebsd-ports-gnome-fead84e59343c5de7b788cb81d5c21eefa2523f6.zip
- Add npm 1.1.21
npm is a package manager for node. You can use it to install and publish your node programs. It manages dependencies and does other cool stuff. WWW: http://npmjs.org/ WWW: https://github.com/isaacs/npm
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/npm/Makefile45
-rw-r--r--www/npm/distinfo2
-rw-r--r--www/npm/pkg-descr5
-rw-r--r--www/npm/pkg-plist783
5 files changed, 836 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 4e6b50a9f996..7aa805705aff 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -563,6 +563,7 @@
SUBDIR += notftp
SUBDIR += npapi-xine
SUBDIR += npc
+ SUBDIR += npm
SUBDIR += nscache
SUBDIR += nspluginwrapper
SUBDIR += nspluginwrapper-devel
diff --git a/www/npm/Makefile b/www/npm/Makefile
new file mode 100644
index 000000000000..efe8617e4443
--- /dev/null
+++ b/www/npm/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: npm
+# Date created: 2011-12-18
+# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= npm
+PORTVERSION= 1.1.21
+CATEGORIES= www
+MASTER_SITES= LOCAL/sunpoet
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Node package manager
+
+RUN_DEPENDS= node>=0.6:${PORTSDIR}/www/node
+
+NO_BUILD= yes
+USE_XZ= yes
+
+MAN1= npm.1 npm-README.1 npm-adduser.1 npm-bin.1 npm-bugs.1 \
+ npm-build.1 npm-bundle.1 npm-cache.1 npm-changelog.1 \
+ npm-coding-style.1 npm-completion.1 npm-config.1 \
+ npm-deprecate.1 npm-developers.1 npm-disputes.1 npm-docs.1 \
+ npm-edit.1 npm-explore.1 npm-faq.1 npm-folders.1 \
+ npm-help-search.1 npm-help.1 npm-index.1 npm-init.1 \
+ npm-install.1 npm-json.1 npm-link.1 npm-list.1 npm-outdated.1 \
+ npm-owner.1 npm-pack.1 npm-prefix.1 npm-prune.1 npm-publish.1 \
+ npm-rebuild.1 npm-registry.1 npm-removing-npm.1 npm-restart.1 \
+ npm-root.1 npm-run-script.1 npm-scripts.1 npm-search.1 \
+ npm-semver.1 npm-shrinkwrap.1 npm-star.1 npm-start.1 \
+ npm-stop.1 npm-submodule.1 npm-tag.1 npm-test.1 \
+ npm-uninstall.1 npm-unpublish.1 npm-update.1 npm-version.1 \
+ npm-view.1 npm-whoami.1
+MAN3= npm.3 npm-bin.3 npm-bugs.3 npm-commands.3 npm-config.3 \
+ npm-deprecate.3 npm-docs.3 npm-edit.3 npm-explore.3 \
+ npm-help-search.3 npm-init.3 npm-install.3 npm-link.3 \
+ npm-load.3 npm-ls.3 npm-outdated.3 npm-owner.3 npm-pack.3 \
+ npm-prefix.3 npm-prune.3 npm-publish.3 npm-rebuild.3 \
+ npm-restart.3 npm-root.3 npm-run-script.3 npm-search.3 \
+ npm-shrinkwrap.3 npm-start.3 npm-stop.3 npm-submodule.3 \
+ npm-tag.3 npm-test.3 npm-uninstall.3 npm-unpublish.3 \
+ npm-update.3 npm-version.3 npm-view.3 npm-whoami.3
+
+.include <bsd.port.mk>
diff --git a/www/npm/distinfo b/www/npm/distinfo
new file mode 100644
index 000000000000..42b094151477
--- /dev/null
+++ b/www/npm/distinfo
@@ -0,0 +1,2 @@
+SHA256 (npm-1.1.21.tar.xz) = 0d957cf5fe2453c3daec2f6336a88ab0b1ba19b313fabb43f50d17d623e9c801
+SIZE (npm-1.1.21.tar.xz) = 1280116
diff --git a/www/npm/pkg-descr b/www/npm/pkg-descr
new file mode 100644
index 000000000000..57ddec5a98f1
--- /dev/null
+++ b/www/npm/pkg-descr
@@ -0,0 +1,5 @@
+npm is a package manager for node. You can use it to install and publish your
+node programs. It manages dependencies and does other cool stuff.
+
+WWW: http://npmjs.org/
+WWW: https://github.com/isaacs/npm
diff --git a/www/npm/pkg-plist b/www/npm/pkg-plist
new file mode 100644
index 000000000000..a300e5fcc592
--- /dev/null
+++ b/www/npm/pkg-plist
@@ -0,0 +1,783 @@
+bin/npm
+lib/node_modules/npm/.npmignore
+lib/node_modules/npm/.travis.yml
+lib/node_modules/npm/AUTHORS
+lib/node_modules/npm/LICENSE
+lib/node_modules/npm/Makefile
+lib/node_modules/npm/README.md
+lib/node_modules/npm/bin/node-gyp-bin/node-gyp
+lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd
+lib/node_modules/npm/bin/npm
+lib/node_modules/npm/bin/npm-cli.js
+lib/node_modules/npm/bin/npm.cmd
+lib/node_modules/npm/bin/read-package-json.js
+lib/node_modules/npm/cli.js
+lib/node_modules/npm/configure
+lib/node_modules/npm/doc/api/bin.md
+lib/node_modules/npm/doc/api/bugs.md
+lib/node_modules/npm/doc/api/commands.md
+lib/node_modules/npm/doc/api/config.md
+lib/node_modules/npm/doc/api/deprecate.md
+lib/node_modules/npm/doc/api/docs.md
+lib/node_modules/npm/doc/api/edit.md
+lib/node_modules/npm/doc/api/explore.md
+lib/node_modules/npm/doc/api/help-search.md
+lib/node_modules/npm/doc/api/init.md
+lib/node_modules/npm/doc/api/install.md
+lib/node_modules/npm/doc/api/link.md
+lib/node_modules/npm/doc/api/load.md
+lib/node_modules/npm/doc/api/ls.md
+lib/node_modules/npm/doc/api/npm.md
+lib/node_modules/npm/doc/api/outdated.md
+lib/node_modules/npm/doc/api/owner.md
+lib/node_modules/npm/doc/api/pack.md
+lib/node_modules/npm/doc/api/prefix.md
+lib/node_modules/npm/doc/api/prune.md
+lib/node_modules/npm/doc/api/publish.md
+lib/node_modules/npm/doc/api/rebuild.md
+lib/node_modules/npm/doc/api/restart.md
+lib/node_modules/npm/doc/api/root.md
+lib/node_modules/npm/doc/api/run-script.md
+lib/node_modules/npm/doc/api/search.md
+lib/node_modules/npm/doc/api/shrinkwrap.md
+lib/node_modules/npm/doc/api/start.md
+lib/node_modules/npm/doc/api/stop.md
+lib/node_modules/npm/doc/api/submodule.md
+lib/node_modules/npm/doc/api/tag.md
+lib/node_modules/npm/doc/api/test.md
+lib/node_modules/npm/doc/api/uninstall.md
+lib/node_modules/npm/doc/api/unpublish.md
+lib/node_modules/npm/doc/api/update.md
+lib/node_modules/npm/doc/api/version.md
+lib/node_modules/npm/doc/api/view.md
+lib/node_modules/npm/doc/api/whoami.md
+lib/node_modules/npm/doc/cli/adduser.md
+lib/node_modules/npm/doc/cli/bin.md
+lib/node_modules/npm/doc/cli/bugs.md
+lib/node_modules/npm/doc/cli/build.md
+lib/node_modules/npm/doc/cli/bundle.md
+lib/node_modules/npm/doc/cli/cache.md
+lib/node_modules/npm/doc/cli/changelog.md
+lib/node_modules/npm/doc/cli/coding-style.md
+lib/node_modules/npm/doc/cli/completion.md
+lib/node_modules/npm/doc/cli/config.md
+lib/node_modules/npm/doc/cli/deprecate.md
+lib/node_modules/npm/doc/cli/developers.md
+lib/node_modules/npm/doc/cli/disputes.md
+lib/node_modules/npm/doc/cli/docs.md
+lib/node_modules/npm/doc/cli/edit.md
+lib/node_modules/npm/doc/cli/explore.md
+lib/node_modules/npm/doc/cli/faq.md
+lib/node_modules/npm/doc/cli/folders.md
+lib/node_modules/npm/doc/cli/help-search.md
+lib/node_modules/npm/doc/cli/help.md
+lib/node_modules/npm/doc/cli/index.md
+lib/node_modules/npm/doc/cli/init.md
+lib/node_modules/npm/doc/cli/install.md
+lib/node_modules/npm/doc/cli/json.md
+lib/node_modules/npm/doc/cli/link.md
+lib/node_modules/npm/doc/cli/list.md
+lib/node_modules/npm/doc/cli/npm.md
+lib/node_modules/npm/doc/cli/outdated.md
+lib/node_modules/npm/doc/cli/owner.md
+lib/node_modules/npm/doc/cli/pack.md
+lib/node_modules/npm/doc/cli/prefix.md
+lib/node_modules/npm/doc/cli/prune.md
+lib/node_modules/npm/doc/cli/publish.md
+lib/node_modules/npm/doc/cli/rebuild.md
+lib/node_modules/npm/doc/cli/registry.md
+lib/node_modules/npm/doc/cli/removing-npm.md
+lib/node_modules/npm/doc/cli/restart.md
+lib/node_modules/npm/doc/cli/root.md
+lib/node_modules/npm/doc/cli/run-script.md
+lib/node_modules/npm/doc/cli/scripts.md
+lib/node_modules/npm/doc/cli/search.md
+lib/node_modules/npm/doc/cli/semver.md
+lib/node_modules/npm/doc/cli/shrinkwrap.md
+lib/node_modules/npm/doc/cli/star.md
+lib/node_modules/npm/doc/cli/start.md
+lib/node_modules/npm/doc/cli/stop.md
+lib/node_modules/npm/doc/cli/submodule.md
+lib/node_modules/npm/doc/cli/tag.md
+lib/node_modules/npm/doc/cli/test.md
+lib/node_modules/npm/doc/cli/uninstall.md
+lib/node_modules/npm/doc/cli/unpublish.md
+lib/node_modules/npm/doc/cli/update.md
+lib/node_modules/npm/doc/cli/version.md
+lib/node_modules/npm/doc/cli/view.md
+lib/node_modules/npm/doc/cli/whoami.md
+lib/node_modules/npm/html/api/GubbleBum-Blocky.ttf
+lib/node_modules/npm/html/api/bin.html
+lib/node_modules/npm/html/api/bugs.html
+lib/node_modules/npm/html/api/commands.html
+lib/node_modules/npm/html/api/config.html
+lib/node_modules/npm/html/api/deprecate.html
+lib/node_modules/npm/html/api/docs.html
+lib/node_modules/npm/html/api/edit.html
+lib/node_modules/npm/html/api/explore.html
+lib/node_modules/npm/html/api/help-search.html
+lib/node_modules/npm/html/api/init.html
+lib/node_modules/npm/html/api/install.html
+lib/node_modules/npm/html/api/link.html
+lib/node_modules/npm/html/api/load.html
+lib/node_modules/npm/html/api/ls.html
+lib/node_modules/npm/html/api/npm.html
+lib/node_modules/npm/html/api/outdated.html
+lib/node_modules/npm/html/api/owner.html
+lib/node_modules/npm/html/api/pack.html
+lib/node_modules/npm/html/api/prefix.html
+lib/node_modules/npm/html/api/prune.html
+lib/node_modules/npm/html/api/publish.html
+lib/node_modules/npm/html/api/rebuild.html
+lib/node_modules/npm/html/api/restart.html
+lib/node_modules/npm/html/api/root.html
+lib/node_modules/npm/html/api/run-script.html
+lib/node_modules/npm/html/api/search.html
+lib/node_modules/npm/html/api/shrinkwrap.html
+lib/node_modules/npm/html/api/start.html
+lib/node_modules/npm/html/api/stop.html
+lib/node_modules/npm/html/api/style.css
+lib/node_modules/npm/html/api/submodule.html
+lib/node_modules/npm/html/api/tag.html
+lib/node_modules/npm/html/api/test.html
+lib/node_modules/npm/html/api/uninstall.html
+lib/node_modules/npm/html/api/unpublish.html
+lib/node_modules/npm/html/api/update.html
+lib/node_modules/npm/html/api/version.html
+lib/node_modules/npm/html/api/view.html
+lib/node_modules/npm/html/api/whoami.html
+lib/node_modules/npm/html/doc/GubbleBum-Blocky.ttf
+lib/node_modules/npm/html/doc/README.html
+lib/node_modules/npm/html/doc/adduser.html
+lib/node_modules/npm/html/doc/bin.html
+lib/node_modules/npm/html/doc/bugs.html
+lib/node_modules/npm/html/doc/build.html
+lib/node_modules/npm/html/doc/bundle.html
+lib/node_modules/npm/html/doc/cache.html
+lib/node_modules/npm/html/doc/changelog.html
+lib/node_modules/npm/html/doc/coding-style.html
+lib/node_modules/npm/html/doc/completion.html
+lib/node_modules/npm/html/doc/config.html
+lib/node_modules/npm/html/doc/deprecate.html
+lib/node_modules/npm/html/doc/developers.html
+lib/node_modules/npm/html/doc/disputes.html
+lib/node_modules/npm/html/doc/docs.html
+lib/node_modules/npm/html/doc/edit.html
+lib/node_modules/npm/html/doc/explore.html
+lib/node_modules/npm/html/doc/faq.html
+lib/node_modules/npm/html/doc/folders.html
+lib/node_modules/npm/html/doc/help-search.html
+lib/node_modules/npm/html/doc/help.html
+lib/node_modules/npm/html/doc/index.html
+lib/node_modules/npm/html/doc/init.html
+lib/node_modules/npm/html/doc/install.html
+lib/node_modules/npm/html/doc/json.html
+lib/node_modules/npm/html/doc/link.html
+lib/node_modules/npm/html/doc/list.html
+lib/node_modules/npm/html/doc/npm.html
+lib/node_modules/npm/html/doc/outdated.html
+lib/node_modules/npm/html/doc/owner.html
+lib/node_modules/npm/html/doc/pack.html
+lib/node_modules/npm/html/doc/prefix.html
+lib/node_modules/npm/html/doc/prune.html
+lib/node_modules/npm/html/doc/publish.html
+lib/node_modules/npm/html/doc/rebuild.html
+lib/node_modules/npm/html/doc/registry.html
+lib/node_modules/npm/html/doc/removing-npm.html
+lib/node_modules/npm/html/doc/restart.html
+lib/node_modules/npm/html/doc/root.html
+lib/node_modules/npm/html/doc/run-script.html
+lib/node_modules/npm/html/doc/scripts.html
+lib/node_modules/npm/html/doc/search.html
+lib/node_modules/npm/html/doc/semver.html
+lib/node_modules/npm/html/doc/shrinkwrap.html
+lib/node_modules/npm/html/doc/star.html
+lib/node_modules/npm/html/doc/start.html
+lib/node_modules/npm/html/doc/stop.html
+lib/node_modules/npm/html/doc/style.css
+lib/node_modules/npm/html/doc/submodule.html
+lib/node_modules/npm/html/doc/tag.html
+lib/node_modules/npm/html/doc/test.html
+lib/node_modules/npm/html/doc/uninstall.html
+lib/node_modules/npm/html/doc/unpublish.html
+lib/node_modules/npm/html/doc/update.html
+lib/node_modules/npm/html/doc/version.html
+lib/node_modules/npm/html/doc/view.html
+lib/node_modules/npm/html/doc/whoami.html
+lib/node_modules/npm/html/docfoot.html
+lib/node_modules/npm/html/dochead.html
+lib/node_modules/npm/html/favicon.ico
+lib/node_modules/npm/html/index.html
+lib/node_modules/npm/html/n-64.png
+lib/node_modules/npm/html/n-large.png
+lib/node_modules/npm/html/npm-16.png
+lib/node_modules/npm/html/npm-256-square.png
+lib/node_modules/npm/html/npm-256w.png
+lib/node_modules/npm/html/npm-64-square.png
+lib/node_modules/npm/html/npm-fin.png
+lib/node_modules/npm/html/npm-large-trans.png
+lib/node_modules/npm/html/npm-large.png
+lib/node_modules/npm/html/npm-logo-white-trans.png
+lib/node_modules/npm/html/npm.png
+lib/node_modules/npm/lib/adduser.js
+lib/node_modules/npm/lib/bin.js
+lib/node_modules/npm/lib/bugs.js
+lib/node_modules/npm/lib/build.js
+lib/node_modules/npm/lib/cache.js
+lib/node_modules/npm/lib/completion.js
+lib/node_modules/npm/lib/config.js
+lib/node_modules/npm/lib/deprecate.js
+lib/node_modules/npm/lib/docs.js
+lib/node_modules/npm/lib/edit.js
+lib/node_modules/npm/lib/explore.js
+lib/node_modules/npm/lib/faq.js
+lib/node_modules/npm/lib/get.js
+lib/node_modules/npm/lib/help-search.js
+lib/node_modules/npm/lib/help.js
+lib/node_modules/npm/lib/init.js
+lib/node_modules/npm/lib/install.js
+lib/node_modules/npm/lib/link.js
+lib/node_modules/npm/lib/ls.js
+lib/node_modules/npm/lib/npm.js
+lib/node_modules/npm/lib/outdated.js
+lib/node_modules/npm/lib/owner.js
+lib/node_modules/npm/lib/pack.js
+lib/node_modules/npm/lib/prefix.js
+lib/node_modules/npm/lib/prune.js
+lib/node_modules/npm/lib/publish.js
+lib/node_modules/npm/lib/rebuild.js
+lib/node_modules/npm/lib/restart.js
+lib/node_modules/npm/lib/root.js
+lib/node_modules/npm/lib/run-script.js
+lib/node_modules/npm/lib/search.js
+lib/node_modules/npm/lib/set.js
+lib/node_modules/npm/lib/shrinkwrap.js
+lib/node_modules/npm/lib/star.js
+lib/node_modules/npm/lib/start.js
+lib/node_modules/npm/lib/stop.js
+lib/node_modules/npm/lib/submodule.js
+lib/node_modules/npm/lib/substack.js
+lib/node_modules/npm/lib/tag.js
+lib/node_modules/npm/lib/test.js
+lib/node_modules/npm/lib/unbuild.js
+lib/node_modules/npm/lib/uninstall.js
+lib/node_modules/npm/lib/unpublish.js
+lib/node_modules/npm/lib/update.js
+lib/node_modules/npm/lib/utils/cmd-shim.js
+lib/node_modules/npm/lib/utils/completion.sh
+lib/node_modules/npm/lib/utils/completion/file-completion.js
+lib/node_modules/npm/lib/utils/completion/installed-deep.js
+lib/node_modules/npm/lib/utils/completion/installed-shallow.js
+lib/node_modules/npm/lib/utils/completion/remote-packages.js
+lib/node_modules/npm/lib/utils/completion/users.js
+lib/node_modules/npm/lib/utils/config-defs.js
+lib/node_modules/npm/lib/utils/error-handler.js
+lib/node_modules/npm/lib/utils/exec.js
+lib/node_modules/npm/lib/utils/fetch.js
+lib/node_modules/npm/lib/utils/find-prefix.js
+lib/node_modules/npm/lib/utils/find.js
+lib/node_modules/npm/lib/utils/gently-rm.js
+lib/node_modules/npm/lib/utils/ini.js
+lib/node_modules/npm/lib/utils/lifecycle.js
+lib/node_modules/npm/lib/utils/link.js
+lib/node_modules/npm/lib/utils/load-package-defaults.js
+lib/node_modules/npm/lib/utils/log.js
+lib/node_modules/npm/lib/utils/npm-registry-client/adduser.js
+lib/node_modules/npm/lib/utils/npm-registry-client/get.js
+lib/node_modules/npm/lib/utils/npm-registry-client/index.js
+lib/node_modules/npm/lib/utils/npm-registry-client/publish.js
+lib/node_modules/npm/lib/utils/npm-registry-client/request.js
+lib/node_modules/npm/lib/utils/npm-registry-client/star.js
+lib/node_modules/npm/lib/utils/npm-registry-client/tag.js
+lib/node_modules/npm/lib/utils/npm-registry-client/unpublish.js
+lib/node_modules/npm/lib/utils/output.js
+lib/node_modules/npm/lib/utils/promise-chain.js
+lib/node_modules/npm/lib/utils/read-installed.js
+lib/node_modules/npm/lib/utils/read-json.js
+lib/node_modules/npm/lib/utils/relativize.js
+lib/node_modules/npm/lib/utils/sha.js
+lib/node_modules/npm/lib/utils/tar.js
+lib/node_modules/npm/lib/version.js
+lib/node_modules/npm/lib/view.js
+lib/node_modules/npm/lib/whoami.js
+lib/node_modules/npm/lib/xmas.js
+lib/node_modules/npm/man/man1/README.1
+lib/node_modules/npm/man/man1/adduser.1
+lib/node_modules/npm/man/man1/bin.1
+lib/node_modules/npm/man/man1/bugs.1
+lib/node_modules/npm/man/man1/build.1
+lib/node_modules/npm/man/man1/bundle.1
+lib/node_modules/npm/man/man1/cache.1
+lib/node_modules/npm/man/man1/changelog.1
+lib/node_modules/npm/man/man1/coding-style.1
+lib/node_modules/npm/man/man1/completion.1
+lib/node_modules/npm/man/man1/config.1
+lib/node_modules/npm/man/man1/deprecate.1
+lib/node_modules/npm/man/man1/developers.1
+lib/node_modules/npm/man/man1/disputes.1
+lib/node_modules/npm/man/man1/docs.1
+lib/node_modules/npm/man/man1/edit.1
+lib/node_modules/npm/man/man1/explore.1
+lib/node_modules/npm/man/man1/faq.1
+lib/node_modules/npm/man/man1/folders.1
+lib/node_modules/npm/man/man1/help-search.1
+lib/node_modules/npm/man/man1/help.1
+lib/node_modules/npm/man/man1/index.1
+lib/node_modules/npm/man/man1/init.1
+lib/node_modules/npm/man/man1/install.1
+lib/node_modules/npm/man/man1/json.1
+lib/node_modules/npm/man/man1/link.1
+lib/node_modules/npm/man/man1/list.1
+lib/node_modules/npm/man/man1/npm.1
+lib/node_modules/npm/man/man1/outdated.1
+lib/node_modules/npm/man/man1/owner.1
+lib/node_modules/npm/man/man1/pack.1
+lib/node_modules/npm/man/man1/prefix.1
+lib/node_modules/npm/man/man1/prune.1
+lib/node_modules/npm/man/man1/publish.1
+lib/node_modules/npm/man/man1/rebuild.1
+lib/node_modules/npm/man/man1/registry.1
+lib/node_modules/npm/man/man1/removing-npm.1
+lib/node_modules/npm/man/man1/restart.1
+lib/node_modules/npm/man/man1/root.1
+lib/node_modules/npm/man/man1/run-script.1
+lib/node_modules/npm/man/man1/scripts.1
+lib/node_modules/npm/man/man1/search.1
+lib/node_modules/npm/man/man1/semver.1
+lib/node_modules/npm/man/man1/shrinkwrap.1
+lib/node_modules/npm/man/man1/star.1
+lib/node_modules/npm/man/man1/start.1
+lib/node_modules/npm/man/man1/stop.1
+lib/node_modules/npm/man/man1/submodule.1
+lib/node_modules/npm/man/man1/tag.1
+lib/node_modules/npm/man/man1/test.1
+lib/node_modules/npm/man/man1/uninstall.1
+lib/node_modules/npm/man/man1/unpublish.1
+lib/node_modules/npm/man/man1/update.1
+lib/node_modules/npm/man/man1/version.1
+lib/node_modules/npm/man/man1/view.1
+lib/node_modules/npm/man/man1/whoami.1
+lib/node_modules/npm/man/man3/bin.3
+lib/node_modules/npm/man/man3/bugs.3
+lib/node_modules/npm/man/man3/commands.3
+lib/node_modules/npm/man/man3/config.3
+lib/node_modules/npm/man/man3/deprecate.3
+lib/node_modules/npm/man/man3/docs.3
+lib/node_modules/npm/man/man3/edit.3
+lib/node_modules/npm/man/man3/explore.3
+lib/node_modules/npm/man/man3/help-search.3
+lib/node_modules/npm/man/man3/init.3
+lib/node_modules/npm/man/man3/install.3
+lib/node_modules/npm/man/man3/link.3
+lib/node_modules/npm/man/man3/load.3
+lib/node_modules/npm/man/man3/ls.3
+lib/node_modules/npm/man/man3/npm.3
+lib/node_modules/npm/man/man3/outdated.3
+lib/node_modules/npm/man/man3/owner.3
+lib/node_modules/npm/man/man3/pack.3
+lib/node_modules/npm/man/man3/prefix.3
+lib/node_modules/npm/man/man3/prune.3
+lib/node_modules/npm/man/man3/publish.3
+lib/node_modules/npm/man/man3/rebuild.3
+lib/node_modules/npm/man/man3/restart.3
+lib/node_modules/npm/man/man3/root.3
+lib/node_modules/npm/man/man3/run-script.3
+lib/node_modules/npm/man/man3/search.3
+lib/node_modules/npm/man/man3/shrinkwrap.3
+lib/node_modules/npm/man/man3/start.3
+lib/node_modules/npm/man/man3/stop.3
+lib/node_modules/npm/man/man3/submodule.3
+lib/node_modules/npm/man/man3/tag.3
+lib/node_modules/npm/man/man3/test.3
+lib/node_modules/npm/man/man3/uninstall.3
+lib/node_modules/npm/man/man3/unpublish.3
+lib/node_modules/npm/man/man3/update.3
+lib/node_modules/npm/man/man3/version.3
+lib/node_modules/npm/man/man3/view.3
+lib/node_modules/npm/man/man3/whoami.3
+lib/node_modules/npm/node_modules/.bin/node-gyp
+lib/node_modules/npm/node_modules/.bin/nopt
+lib/node_modules/npm/node_modules/.bin/semver
+lib/node_modules/npm/node_modules/.bin/which
+lib/node_modules/npm/node_modules/abbrev/LICENSE
+lib/node_modules/npm/node_modules/abbrev/README.md
+lib/node_modules/npm/node_modules/abbrev/lib/abbrev.js
+lib/node_modules/npm/node_modules/abbrev/package.json
+lib/node_modules/npm/node_modules/archy/README.markdown
+lib/node_modules/npm/node_modules/archy/index.js
+lib/node_modules/npm/node_modules/archy/package.json
+lib/node_modules/npm/node_modules/block-stream/README.md
+lib/node_modules/npm/node_modules/block-stream/block-stream.js
+lib/node_modules/npm/node_modules/block-stream/package.json
+lib/node_modules/npm/node_modules/chownr/README.md
+lib/node_modules/npm/node_modules/chownr/chownr.js
+lib/node_modules/npm/node_modules/chownr/package.json
+lib/node_modules/npm/node_modules/fstream-npm/.npmignore
+lib/node_modules/npm/node_modules/fstream-npm/README.md
+lib/node_modules/npm/node_modules/fstream-npm/fstream-npm.js
+lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/.npmignore
+lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/README.md
+lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/ignore.js
+lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore/package.json
+lib/node_modules/npm/node_modules/fstream-npm/package.json
+lib/node_modules/npm/node_modules/fstream/.npmignore
+lib/node_modules/npm/node_modules/fstream/.travis.yml
+lib/node_modules/npm/node_modules/fstream/LICENCE
+lib/node_modules/npm/node_modules/fstream/README.md
+lib/node_modules/npm/node_modules/fstream/fstream.js
+lib/node_modules/npm/node_modules/fstream/lib/abstract.js
+lib/node_modules/npm/node_modules/fstream/lib/collect.js
+lib/node_modules/npm/node_modules/fstream/lib/dir-reader.js
+lib/node_modules/npm/node_modules/fstream/lib/dir-writer.js
+lib/node_modules/npm/node_modules/fstream/lib/file-reader.js
+lib/node_modules/npm/node_modules/fstream/lib/file-writer.js
+lib/node_modules/npm/node_modules/fstream/lib/get-type.js
+lib/node_modules/npm/node_modules/fstream/lib/link-reader.js
+lib/node_modules/npm/node_modules/fstream/lib/link-writer.js
+lib/node_modules/npm/node_modules/fstream/lib/proxy-reader.js
+lib/node_modules/npm/node_modules/fstream/lib/proxy-writer.js
+lib/node_modules/npm/node_modules/fstream/lib/reader.js
+lib/node_modules/npm/node_modules/fstream/lib/socket-reader.js
+lib/node_modules/npm/node_modules/fstream/lib/writer.js
+lib/node_modules/npm/node_modules/fstream/package.json
+lib/node_modules/npm/node_modules/graceful-fs/.npmignore
+lib/node_modules/npm/node_modules/graceful-fs/LICENSE
+lib/node_modules/npm/node_modules/graceful-fs/README.md
+lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js
+lib/node_modules/npm/node_modules/graceful-fs/package.json
+lib/node_modules/npm/node_modules/inherits/LICENSE
+lib/node_modules/npm/node_modules/inherits/README.md
+lib/node_modules/npm/node_modules/inherits/inherits-old.js
+lib/node_modules/npm/node_modules/inherits/inherits.js
+lib/node_modules/npm/node_modules/inherits/package.json
+lib/node_modules/npm/node_modules/ini/LICENSE
+lib/node_modules/npm/node_modules/ini/README.md
+lib/node_modules/npm/node_modules/ini/ini.js
+lib/node_modules/npm/node_modules/ini/package.json
+lib/node_modules/npm/node_modules/lru-cache/.npmignore
+lib/node_modules/npm/node_modules/lru-cache/LICENSE
+lib/node_modules/npm/node_modules/lru-cache/README.md
+lib/node_modules/npm/node_modules/lru-cache/lib/lru-cache.js
+lib/node_modules/npm/node_modules/lru-cache/package.json
+lib/node_modules/npm/node_modules/minimatch/.travis.yml
+lib/node_modules/npm/node_modules/minimatch/LICENSE
+lib/node_modules/npm/node_modules/minimatch/README.md
+lib/node_modules/npm/node_modules/minimatch/minimatch.js
+lib/node_modules/npm/node_modules/minimatch/package.json
+lib/node_modules/npm/node_modules/mkdirp/LICENSE
+lib/node_modules/npm/node_modules/mkdirp/README.markdown
+lib/node_modules/npm/node_modules/mkdirp/index.js
+lib/node_modules/npm/node_modules/mkdirp/package.json
+lib/node_modules/npm/node_modules/node-gyp/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/README.md
+lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js
+lib/node_modules/npm/node_modules/node-gyp/legacy/common.gypi
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/addon.gypi
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/AUTHORS
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/DEPS
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/LICENSE
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/MANIFEST
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/OWNERS
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/PRESUBMIT.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot/buildbot_run.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/codereview.settings
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp.bat
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyp_dummy.c
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/gyptest.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSNew.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSProject.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSSettings_test.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSToolFile.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSUserFile.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/MSVSVersion.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/SCons.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/__init__.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/common.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/easy_xml_test.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/__init__.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/dump_dependency_json.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypd.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/gypsh.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/make.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/msvs_test.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/ninja_test.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/scons.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator/xcode.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/input.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/mac_tool.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/ninja_syntax.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/sun_tool.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/system_test.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcode_emulation.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xcodeproj_file.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/xml_fix.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylintrc
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples/samples.bat
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/setup.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/README
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/README
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.pbfilespec
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications/gyp.xclangspec
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/graphviz.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_gyp.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_sln.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/pretty_vcproj.py
+lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp_addon
+lib/node_modules/npm/node_modules/node-gyp/lib/build.js
+lib/node_modules/npm/node_modules/node-gyp/lib/clean.js
+lib/node_modules/npm/node_modules/node-gyp/lib/configure.js
+lib/node_modules/npm/node_modules/node-gyp/lib/install.js
+lib/node_modules/npm/node_modules/node-gyp/lib/list.js
+lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js
+lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js
+lib/node_modules/npm/node_modules/node-gyp/lib/remove.js
+lib/node_modules/npm/node_modules/node-gyp/lib/util/mkdirp.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/lib/ansi.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/nodejs.png
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/package.json
+lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/server.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.npmignore
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/.travis.yml
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/LICENCE
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/README.md
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/glob.js
+lib/node_modules/npm/node_modules/node-gyp/node_modules/glob/package.json
+lib/node_modules/npm/node_modules/node-gyp/package.json
+lib/node_modules/npm/node_modules/node-gyp/updateLegacy.sh
+lib/node_modules/npm/node_modules/node-uuid/.npmignore
+lib/node_modules/npm/node_modules/node-uuid/LICENSE.md
+lib/node_modules/npm/node_modules/node-uuid/README.md
+lib/node_modules/npm/node_modules/node-uuid/package.json
+lib/node_modules/npm/node_modules/node-uuid/uuid.js
+lib/node_modules/npm/node_modules/nopt/.npmignore
+lib/node_modules/npm/node_modules/nopt/LICENSE
+lib/node_modules/npm/node_modules/nopt/README.md
+lib/node_modules/npm/node_modules/nopt/bin/nopt.js
+lib/node_modules/npm/node_modules/nopt/lib/nopt.js
+lib/node_modules/npm/node_modules/nopt/package.json
+lib/node_modules/npm/node_modules/proto-list/LICENSE
+lib/node_modules/npm/node_modules/proto-list/README.md
+lib/node_modules/npm/node_modules/proto-list/package.json
+lib/node_modules/npm/node_modules/proto-list/proto-list.js
+lib/node_modules/npm/node_modules/read/LICENCE
+lib/node_modules/npm/node_modules/read/README.md
+lib/node_modules/npm/node_modules/read/lib/read.js
+lib/node_modules/npm/node_modules/read/package.json
+lib/node_modules/npm/node_modules/request/LICENSE
+lib/node_modules/npm/node_modules/request/README.md
+lib/node_modules/npm/node_modules/request/forever.js
+lib/node_modules/npm/node_modules/request/main.js
+lib/node_modules/npm/node_modules/request/mimetypes.js
+lib/node_modules/npm/node_modules/request/oauth.js
+lib/node_modules/npm/node_modules/request/package.json
+lib/node_modules/npm/node_modules/request/tunnel.js
+lib/node_modules/npm/node_modules/request/uuid.js
+lib/node_modules/npm/node_modules/request/vendor/cookie/index.js
+lib/node_modules/npm/node_modules/request/vendor/cookie/jar.js
+lib/node_modules/npm/node_modules/rimraf/AUTHORS
+lib/node_modules/npm/node_modules/rimraf/LICENSE
+lib/node_modules/npm/node_modules/rimraf/README.md
+lib/node_modules/npm/node_modules/rimraf/package.json
+lib/node_modules/npm/node_modules/rimraf/rimraf.js
+lib/node_modules/npm/node_modules/semver/LICENSE
+lib/node_modules/npm/node_modules/semver/README.md
+lib/node_modules/npm/node_modules/semver/bin/semver
+lib/node_modules/npm/node_modules/semver/package.json
+lib/node_modules/npm/node_modules/semver/semver.js
+lib/node_modules/npm/node_modules/slide/.npmignore
+lib/node_modules/npm/node_modules/slide/LICENSE
+lib/node_modules/npm/node_modules/slide/README.md
+lib/node_modules/npm/node_modules/slide/index.js
+lib/node_modules/npm/node_modules/slide/lib/async-map-ordered.js
+lib/node_modules/npm/node_modules/slide/lib/async-map.js
+lib/node_modules/npm/node_modules/slide/lib/bind-actor.js
+lib/node_modules/npm/node_modules/slide/lib/chain.js
+lib/node_modules/npm/node_modules/slide/lib/slide.js
+lib/node_modules/npm/node_modules/slide/package.json
+lib/node_modules/npm/node_modules/tar/.npmignore
+lib/node_modules/npm/node_modules/tar/.travis.yml
+lib/node_modules/npm/node_modules/tar/README.md
+lib/node_modules/npm/node_modules/tar/lib/buffer-entry.js
+lib/node_modules/npm/node_modules/tar/lib/entry-writer.js
+lib/node_modules/npm/node_modules/tar/lib/entry.js
+lib/node_modules/npm/node_modules/tar/lib/extended-header-writer.js
+lib/node_modules/npm/node_modules/tar/lib/extended-header.js
+lib/node_modules/npm/node_modules/tar/lib/extract.js
+lib/node_modules/npm/node_modules/tar/lib/global-header-writer.js
+lib/node_modules/npm/node_modules/tar/lib/header.js
+lib/node_modules/npm/node_modules/tar/lib/pack.js
+lib/node_modules/npm/node_modules/tar/lib/parse.js
+lib/node_modules/npm/node_modules/tar/package.json
+lib/node_modules/npm/node_modules/tar/tar.js
+lib/node_modules/npm/node_modules/uid-number/README.md
+lib/node_modules/npm/node_modules/uid-number/get-uid-gid.js
+lib/node_modules/npm/node_modules/uid-number/package.json
+lib/node_modules/npm/node_modules/uid-number/uid-number.js
+lib/node_modules/npm/node_modules/which/LICENSE
+lib/node_modules/npm/node_modules/which/README.md
+lib/node_modules/npm/node_modules/which/bin/which
+lib/node_modules/npm/node_modules/which/package.json
+lib/node_modules/npm/node_modules/which/which.js
+lib/node_modules/npm/package.json
+lib/node_modules/npm/scripts/clean-old.sh
+lib/node_modules/npm/scripts/doc-build.sh
+lib/node_modules/npm/scripts/index-build.js
+lib/node_modules/npm/scripts/install.sh
+lib/node_modules/npm/scripts/release.sh
+lib/node_modules/npm/test/common.js
+lib/node_modules/npm/test/disabled/bundlerecurs/package.json
+lib/node_modules/npm/test/disabled/failer/package.json
+lib/node_modules/npm/test/disabled/fast/package.json
+lib/node_modules/npm/test/disabled/package-bar/package.json
+lib/node_modules/npm/test/disabled/package-config/package.json
+lib/node_modules/npm/test/disabled/package-config/test.js
+lib/node_modules/npm/test/disabled/package-foo/package.json
+lib/node_modules/npm/test/disabled/slow/package.json
+lib/node_modules/npm/test/disabled/startstop/package.json
+lib/node_modules/npm/test/packages/npm-test-blerg/package.json
+lib/node_modules/npm/test/packages/npm-test-blerg/test.js
+lib/node_modules/npm/test/packages/npm-test-bundled-git/minimatch-expected.json
+lib/node_modules/npm/test/packages/npm-test-bundled-git/package.json
+lib/node_modules/npm/test/packages/npm-test-bundled-git/test.js
+lib/node_modules/npm/test/packages/npm-test-env-reader/package.json
+lib/node_modules/npm/test/packages/npm-test-env-reader/test.js
+lib/node_modules/npm/test/packages/npm-test-files/.npmignore
+lib/node_modules/npm/test/packages/npm-test-files/include4
+lib/node_modules/npm/test/packages/npm-test-files/package.json
+lib/node_modules/npm/test/packages/npm-test-files/sub/include
+lib/node_modules/npm/test/packages/npm-test-files/sub/include2
+lib/node_modules/npm/test/packages/npm-test-files/sub/include4
+lib/node_modules/npm/test/packages/npm-test-files/test.sh
+lib/node_modules/npm/test/packages/npm-test-ignore/.npmignore
+lib/node_modules/npm/test/packages/npm-test-ignore/include4
+lib/node_modules/npm/test/packages/npm-test-ignore/package.json
+lib/node_modules/npm/test/packages/npm-test-ignore/sub/include
+lib/node_modules/npm/test/packages/npm-test-ignore/sub/include2
+lib/node_modules/npm/test/packages/npm-test-ignore/sub/include4
+lib/node_modules/npm/test/packages/npm-test-ignore/test.sh
+lib/node_modules/npm/test/packages/npm-test-missing-bindir/package.json
+lib/node_modules/npm/test/packages/npm-test-missing-bindir/test.js
+lib/node_modules/npm/test/packages/npm-test-optional-deps/package.json
+lib/node_modules/npm/test/packages/npm-test-optional-deps/test.js
+lib/node_modules/npm/test/packages/npm-test-platform-all/package.json
+lib/node_modules/npm/test/packages/npm-test-platform/package.json
+lib/node_modules/npm/test/packages/npm-test-private/package.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/npm-shrinkwrap.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/package.json
+lib/node_modules/npm/test/packages/npm-test-shrinkwrap/test.sh
+lib/node_modules/npm/test/packages/npm-test-test-package/package.json
+lib/node_modules/npm/test/packages/npm-test-url-dep/package.json
+lib/node_modules/npm/test/run.js
+lib/node_modules/npm/test/update-test.sh
+@dirrm lib/node_modules/npm/test/packages/npm-test-url-dep
+@dirrm lib/node_modules/npm/test/packages/npm-test-test-package
+@dirrm lib/node_modules/npm/test/packages/npm-test-shrinkwrap
+@dirrm lib/node_modules/npm/test/packages/npm-test-private
+@dirrm lib/node_modules/npm/test/packages/npm-test-platform-all
+@dirrm lib/node_modules/npm/test/packages/npm-test-platform
+@dirrm lib/node_modules/npm/test/packages/npm-test-optional-deps
+@dirrm lib/node_modules/npm/test/packages/npm-test-missing-bindir
+@dirrm lib/node_modules/npm/test/packages/npm-test-ignore/sub
+@dirrm lib/node_modules/npm/test/packages/npm-test-ignore
+@dirrm lib/node_modules/npm/test/packages/npm-test-files/sub
+@dirrm lib/node_modules/npm/test/packages/npm-test-files
+@dirrm lib/node_modules/npm/test/packages/npm-test-env-reader
+@dirrm lib/node_modules/npm/test/packages/npm-test-bundled-git
+@dirrm lib/node_modules/npm/test/packages/npm-test-blerg
+@dirrm lib/node_modules/npm/test/packages
+@dirrm lib/node_modules/npm/test/disabled/startstop
+@dirrm lib/node_modules/npm/test/disabled/slow
+@dirrm lib/node_modules/npm/test/disabled/package-foo
+@dirrm lib/node_modules/npm/test/disabled/package-config
+@dirrm lib/node_modules/npm/test/disabled/package-bar
+@dirrm lib/node_modules/npm/test/disabled/fast
+@dirrm lib/node_modules/npm/test/disabled/failer
+@dirrm lib/node_modules/npm/test/disabled/bundlerecurs
+@dirrm lib/node_modules/npm/test/disabled
+@dirrm lib/node_modules/npm/test
+@dirrm lib/node_modules/npm/scripts
+@dirrm lib/node_modules/npm/node_modules/which/bin
+@dirrm lib/node_modules/npm/node_modules/which
+@dirrm lib/node_modules/npm/node_modules/uid-number
+@dirrm lib/node_modules/npm/node_modules/tar/lib
+@dirrm lib/node_modules/npm/node_modules/tar
+@dirrm lib/node_modules/npm/node_modules/slide/lib
+@dirrm lib/node_modules/npm/node_modules/slide
+@dirrm lib/node_modules/npm/node_modules/semver/bin
+@dirrm lib/node_modules/npm/node_modules/semver
+@dirrm lib/node_modules/npm/node_modules/rimraf
+@dirrm lib/node_modules/npm/node_modules/request/vendor/cookie
+@dirrm lib/node_modules/npm/node_modules/request/vendor
+@dirrm lib/node_modules/npm/node_modules/request
+@dirrm lib/node_modules/npm/node_modules/read/lib
+@dirrm lib/node_modules/npm/node_modules/read
+@dirrm lib/node_modules/npm/node_modules/proto-list
+@dirrm lib/node_modules/npm/node_modules/nopt/lib
+@dirrm lib/node_modules/npm/node_modules/nopt/bin
+@dirrm lib/node_modules/npm/node_modules/nopt
+@dirrm lib/node_modules/npm/node_modules/node-uuid
+@dirrm lib/node_modules/npm/node_modules/node-gyp/node_modules/glob
+@dirrm lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi/lib
+@dirrm lib/node_modules/npm/node_modules/node-gyp/node_modules/ansi
+@dirrm lib/node_modules/npm/node_modules/node-gyp/node_modules
+@dirrm lib/node_modules/npm/node_modules/node-gyp/lib/util
+@dirrm lib/node_modules/npm/node_modules/node-gyp/lib
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode/Specifications
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools/Xcode
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/tools
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/samples
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp/generator
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib/gyp
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/pylib
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp/buildbot
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools/gyp
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy/tools
+@dirrm lib/node_modules/npm/node_modules/node-gyp/legacy
+@dirrm lib/node_modules/npm/node_modules/node-gyp/bin
+@dirrm lib/node_modules/npm/node_modules/node-gyp
+@dirrm lib/node_modules/npm/node_modules/mkdirp
+@dirrm lib/node_modules/npm/node_modules/minimatch
+@dirrm lib/node_modules/npm/node_modules/lru-cache/lib
+@dirrm lib/node_modules/npm/node_modules/lru-cache
+@dirrm lib/node_modules/npm/node_modules/ini
+@dirrm lib/node_modules/npm/node_modules/inherits
+@dirrm lib/node_modules/npm/node_modules/graceful-fs
+@dirrm lib/node_modules/npm/node_modules/fstream/lib
+@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules/fstream-ignore
+@dirrm lib/node_modules/npm/node_modules/fstream-npm/node_modules
+@dirrm lib/node_modules/npm/node_modules/fstream-npm
+@dirrm lib/node_modules/npm/node_modules/fstream
+@dirrm lib/node_modules/npm/node_modules/chownr
+@dirrm lib/node_modules/npm/node_modules/block-stream
+@dirrm lib/node_modules/npm/node_modules/archy
+@dirrm lib/node_modules/npm/node_modules/abbrev/lib
+@dirrm lib/node_modules/npm/node_modules/abbrev
+@dirrm lib/node_modules/npm/node_modules/.bin
+@dirrm lib/node_modules/npm/node_modules
+@dirrm lib/node_modules/npm/man/man3
+@dirrm lib/node_modules/npm/man/man1
+@dirrm lib/node_modules/npm/man
+@dirrm lib/node_modules/npm/lib/utils/npm-registry-client
+@dirrm lib/node_modules/npm/lib/utils/completion
+@dirrm lib/node_modules/npm/lib/utils
+@dirrm lib/node_modules/npm/lib
+@dirrm lib/node_modules/npm/html/doc
+@dirrm lib/node_modules/npm/html/api
+@dirrm lib/node_modules/npm/html
+@dirrm lib/node_modules/npm/doc/cli
+@dirrm lib/node_modules/npm/doc/api
+@dirrm lib/node_modules/npm/doc
+@dirrm lib/node_modules/npm/bin/node-gyp-bin
+@dirrm lib/node_modules/npm/bin
+@dirrm lib/node_modules/npm
+@dirrmtry lib/node_modules