-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Newbie having problems setting up a new hubot-irc in an old 64-bit Debian stable/Jessie box. #164
Comments
Did you install node via apt-get ? What are the output of:
|
Which node? If you mean "which node" command? Then, I got nothing with and without sudo. I used apt-get command to install npm stuff: $ dpkg -l | grep nodejs $ node --version $ locate bin/node Do I need to install Debian's node package? |
Seems you already have the nodejs debian package installed, but it's named nodejs. You probably can have it all fixed with
on my debian that link exists, it's weird you don't have it. |
Thanks, Mose. It worked. I got farther, but ran into another issue: $ node --version $ hubot --create myhubot So, I went to https://github.com/github/hubot/blob/master/docs/index.md and followed its instructions (I assume I don't need to do its git part?). $ pwd $ ls -all $ ./hubot |
you should call |
Thanks. :) Now, I need to make this work. |
👍 good luck!! |
I resumed working on it, but it didn't have much: $ ./bin/hubot Your hubot-scripts.json is empty, so you just need to remove it. I was searching for scripts for my hubot, but I ran into more issues on my old Debian box with 2 GB of RAM: |
hehe, you better search directly on https://www.npmjs.com/browse/keyword/hubot-scripts |
Ah thanks, mose. Shouldn't all of my default scripts be showing up? I don't see google-images, google-translate, pugme, shipit, diagnostics, etc. |
I suppose that's because all of those are included in the |
Interesting. Sheesh, this is NOT easy compared to rbot and other IRC bots. |
@mose you probably have the |
@antdude did you have any success with this? I'm having difficulty getting the adapter to work when prompted in |
@miklb can you be more specific? Perhaps provide the error text, etc.? |
@strugee when prompted in the
Installing
So not sure what is going on. I did run |
Also, apologies to piggyback on a Debian thread, I am on macOS, but general hurdles seems the same. |
Seems those errors weren't fatal. I somehow seemed to get it working by changing the command in the procfile to Sorry for the noise. |
@miklb I believe you need to give And yes, those failures are for optional dependencies. |
Based on https://github.com/nandub/hubot-irc:
I got "npm install -g hubot coffee-script" part done, but had to do with sudo command (why?). However, "hubot --create myhubot" failed with and without sudo:
$ hubot --create myhubot
/usr/bin/env: node: No such file or directory
$ locate hubot
/home/ant/.npm/88f12b28-usr-local-lib-node-modules-hubot.lock
/home/ant/.npm/fc2be8ef-ant-npm-hubot-2-19-0-package-tgz.lock
/home/ant/.npm/hubot
/home/ant/.npm/hubot/2.19.0
/home/ant/.npm/hubot/2.19.0/package
/home/ant/.npm/hubot/2.19.0/package.tgz
/home/ant/.npm/hubot/2.19.0/package/package.json
/home/ant/.npm/registry.npmjs.org/hubot
/home/ant/.npm/registry.npmjs.org/hubot/.cache.json
/usr/local/bin/hubot
/usr/local/lib/node_modules/hubot
/usr/local/lib/node_modules/hubot/.npmignore
/usr/local/lib/node_modules/hubot/.travis.yml
/usr/local/lib/node_modules/hubot/CHANGELOG.md
/usr/local/lib/node_modules/hubot/CHANGELOG.md.orig
/usr/local/lib/node_modules/hubot/CONTRIBUTING.md
/usr/local/lib/node_modules/hubot/LICENSE.md
/usr/local/lib/node_modules/hubot/Makefile
/usr/local/lib/node_modules/hubot/README.md
/usr/local/lib/node_modules/hubot/bin
/usr/local/lib/node_modules/hubot/docs
/usr/local/lib/node_modules/hubot/examples
/usr/local/lib/node_modules/hubot/index.coffee
/usr/local/lib/node_modules/hubot/node_modules
/usr/local/lib/node_modules/hubot/package.json
/usr/local/lib/node_modules/hubot/script
/usr/local/lib/node_modules/hubot/src
/usr/local/lib/node_modules/hubot/test
/usr/local/lib/node_modules/hubot/bin/hubot
/usr/local/lib/node_modules/hubot/docs/adapters
/usr/local/lib/node_modules/hubot/docs/adapters.md
/usr/local/lib/node_modules/hubot/docs/deploying
/usr/local/lib/node_modules/hubot/docs/deploying.md
/usr/local/lib/node_modules/hubot/docs/implementation.md
/usr/local/lib/node_modules/hubot/docs/index.md
/usr/local/lib/node_modules/hubot/docs/patterns.md
/usr/local/lib/node_modules/hubot/docs/scripting.md
/usr/local/lib/node_modules/hubot/docs/adapters/campfire.md
/usr/local/lib/node_modules/hubot/docs/adapters/development.md
/usr/local/lib/node_modules/hubot/docs/adapters/shell.md
/usr/local/lib/node_modules/hubot/docs/deploying/azure.md
/usr/local/lib/node_modules/hubot/docs/deploying/bluemix.md
/usr/local/lib/node_modules/hubot/docs/deploying/heroku.md
/usr/local/lib/node_modules/hubot/docs/deploying/unix.md
/usr/local/lib/node_modules/hubot/docs/deploying/windows.md
/usr/local/lib/node_modules/hubot/examples/hubot-start.ps1
/usr/local/lib/node_modules/hubot/examples/hubot.service
/usr/local/lib/node_modules/hubot/node_modules/.bin
/usr/local/lib/node_modules/hubot/node_modules/async
/usr/local/lib/node_modules/hubot/node_modules/chalk
/usr/local/lib/node_modules/hubot/node_modules/cline
/usr/local/lib/node_modules/hubot/node_modules/coffee-script
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty
/usr/local/lib/node_modules/hubot/node_modules/express
/usr/local/lib/node_modules/hubot/node_modules/log
/usr/local/lib/node_modules/hubot/node_modules/optparse
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client
/usr/local/lib/node_modules/hubot/node_modules/.bin/cake
/usr/local/lib/node_modules/hubot/node_modules/.bin/coffee
/usr/local/lib/node_modules/hubot/node_modules/.bin/express
/usr/local/lib/node_modules/hubot/node_modules/async/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/async/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/async/README.md
/usr/local/lib/node_modules/hubot/node_modules/async/bower.json
/usr/local/lib/node_modules/hubot/node_modules/async/component.json
/usr/local/lib/node_modules/hubot/node_modules/async/lib
/usr/local/lib/node_modules/hubot/node_modules/async/package.json
/usr/local/lib/node_modules/hubot/node_modules/async/support
/usr/local/lib/node_modules/hubot/node_modules/async/lib/async.js
/usr/local/lib/node_modules/hubot/node_modules/async/support/sync-package-managers.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules
/usr/local/lib/node_modules/hubot/node_modules/chalk/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/ansi-styles
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/escape-string-regexp
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/supports-color
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/ansi-styles/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/ansi-styles/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/ansi-styles/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/ansi-styles/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/escape-string-regexp/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/escape-string-regexp/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/escape-string-regexp/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/escape-string-regexp/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex/readme.md
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/supports-color/index.js
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/supports-color/license
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/supports-color/package.json
/usr/local/lib/node_modules/hubot/node_modules/chalk/node_modules/supports-color/readme.md
/usr/local/lib/node_modules/hubot/node_modules/cline/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/cline/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/cline/README.md
/usr/local/lib/node_modules/hubot/node_modules/cline/example.js
/usr/local/lib/node_modules/hubot/node_modules/cline/index.js
/usr/local/lib/node_modules/hubot/node_modules/cline/modes-example.js
/usr/local/lib/node_modules/hubot/node_modules/cline/package.json
/usr/local/lib/node_modules/hubot/node_modules/cline/tests.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/CNAME
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/CONTRIBUTING.md
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/README
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/Rakefile
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/bin
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/package.json
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/bin/cake
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/bin/coffee
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/browser.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/cake.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/coffee-script.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/command.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/grammar.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/helpers.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/index.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/lexer.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/nodes.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/optparse.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/parser.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/repl.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/rewriter.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/scope.js
/usr/local/lib/node_modules/hubot/node_modules/coffee-script/lib/coffee-script/sourcemap.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/CHANGELOG.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/.jshintrc
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/CHANGELOG.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/duplex.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/float.patch
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/passthrough.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/readable.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/transform.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/writable.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib/_stream_duplex.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib/_stream_passthrough.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib/_stream_readable.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib/_stream_transform.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/lib/_stream_writable.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/float.patch
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/lib
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/test.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/inherits.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/inherits_browser.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/test.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/build
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/component.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/build/build.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/test
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/test/test.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/multiparty/node_modules/stream-counter/test/test.txt
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/.jshintignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/.jshintrc
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/CHANGELOG.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/CONTRIBUTING.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/Makefile
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/lib
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/test
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/lib/parse.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/lib/stringify.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/lib/utils.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/test/parse.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/qs/test/stringify.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/media-typer/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/package.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/connect-multiparty/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/bin
/usr/local/lib/node_modules/hubot/node_modules/express/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/bin/express
/usr/local/lib/node_modules/hubot/node_modules/express/lib/application.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/express.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/middleware.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/request.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/response.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/router
/usr/local/lib/node_modules/hubot/node_modules/express/lib/utils.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/view.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/router/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/lib/router/route.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/.bin
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/commander
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/escape-html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/merge-descriptors
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/.bin/mkdirp
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/basic-auth/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/commander/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/commander/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/commander/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/commander/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/cache.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/connect.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/patch.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/proto.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/public
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/utils.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/basicAuth.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/bodyParser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/compress.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/cookieParser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/cookieSession.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/csrf.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/directory.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/errorHandler.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/favicon.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/json.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/limit.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/logger.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/methodOverride.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/multipart.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/query.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/responseTime.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/session.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/static.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/staticCache.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/timeout.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/urlencoded.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/middleware/vhost.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/lib/public/favicon.ico
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/bytes
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/Makefile
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/basic-auth-connect/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/read.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/types
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/types/json.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/types/raw.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/types/text.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/lib/types/urlencoded.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/Changelog.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/dbcs-codec.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/dbcs-data.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/internal.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-codec.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data-generated.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/sbcs-data.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/utf16.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/utf7.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/big5-added.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp936.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp949.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/cp950.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/eucjp.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/gbk-added.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/encodings/tables/shiftjis.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/lib/bom-handling.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/lib/extend-node.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/iconv-lite/lib/streams.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/bytes/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/Changelog.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-codec.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/dbcs-data.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/internal.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-codec.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data-generated.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/sbcs-data.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/utf16.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/utf7.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/big5-added.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp936.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp949.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/cp950.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/eucjp.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/gbk-added.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/encodings/tables/shiftjis.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/lib/bom-handling.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/lib/extend-node.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/iconv-lite/lib/streams.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/body-parser/node_modules/raw-body/node_modules/unpipe/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/bytes/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/bytes/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/bytes/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/bytes/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/lib/charset.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/lib/encoding.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/lib/language.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/accepts/node_modules/negotiator/lib/mediaType.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/compression/node_modules/compressible/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/connect-timeout/node_modules/ms/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/cookie-parser/lib/parse.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/base64-url
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/rndm
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/base64-url/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/base64-url/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/base64-url/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/base64-url/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/rndm/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/rndm/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/rndm/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/rndm/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/appveyor.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/test/benchmark
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/test/unit
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/test/benchmark/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/tsscmp/test/unit/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/csurf/node_modules/csrf/node_modules/uid-safe/node_modules/random-bytes/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/public
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/escape-html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/mime-types/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/lib/charset.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/lib/encoding.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/lib/language.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/accepts/node_modules/negotiator/lib/mediaType.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/escape-html/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/escape-html/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/escape-html/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/node_modules/escape-html/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/public/error.html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/errorhandler/public/style.css
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/session
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc1.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc16.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc16_ccitt.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc16_modbus.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc16_xmodem.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc24.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc32.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc8.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/crc8_1wire.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/create.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/hex.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/crc/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules/base64-url
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules/base64-url/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules/base64-url/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules/base64-url/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/node_modules/uid-safe/node_modules/base64-url/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/session/cookie.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/session/memory.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/session/session.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/express-session/session/store.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/finalhandler/node_modules/unpipe/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/inherits.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/inherits_browser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/inherits/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/codes.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/http-errors/node_modules/statuses/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/method-override/node_modules/vary/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/morgan/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/.jshintrc
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/CHANGELOG.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/duplex.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/float.patch
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/passthrough.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/readable.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/transform.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/writable.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib/_stream_duplex.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib/_stream_passthrough.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib/_stream_readable.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib/_stream_transform.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/lib/_stream_writable.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/float.patch
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/core-util-is/lib/util.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/inherits.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/inherits_browser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/inherits/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/build
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/component.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/isarray/build/build.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/readable-stream/node_modules/string_decoder/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/test/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/multiparty/node_modules/stream-counter/test/test.txt
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/on-headers/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/pause/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/.eslintignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/CHANGELOG.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/CONTRIBUTING.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/bower.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/lib/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/lib/parse.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/lib/stringify.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/lib/utils.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/test/parse.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/test/stringify.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/qs/test/utils.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/response-time/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-favicon/node_modules/ms/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/escape-html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/lib/charset.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/lib/encoding.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/lib/language.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/accepts/node_modules/negotiator/lib/mediaType.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/Makefile
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/component.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/batch/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/escape-html/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/escape-html/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/escape-html/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/escape-html/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/node_modules/mime-types/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/directory.html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/style.css
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/application_xp.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/application_xp_terminal.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/box.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/cd.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/controller.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/drive.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/film.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/folder.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/font.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/image.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/map.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_add.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_attach.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_code.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_copy.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_delete.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_edit.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_error.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_excel.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_find.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_gear.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_go.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_green.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_key.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_lightning.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_link.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_paintbrush.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_paste.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_red.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_refresh.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_save.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_acrobat.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_actionscript.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_add.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_c.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_camera.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_cd.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_code.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_code_red.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_coldfusion.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_compressed.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_copy.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_cplusplus.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_csharp.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_cup.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_database.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_delete.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_dvd.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_edit.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_error.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_excel.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_find.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_flash.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_freehand.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_gear.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_get.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_go.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_h.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_horizontal.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_key.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_lightning.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_link.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_magnify.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_medal.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_office.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_paint.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_paintbrush.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_paste.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_php.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_picture.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_powerpoint.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_put.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_ruby.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_stack.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_star.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_swoosh.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_text.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_text_width.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_tux.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_vector.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_visualstudio.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_width.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_word.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_world.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_wrench.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_white_zip.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_word.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-index/public/icons/page_world.png
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/escape-html
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/escape-html/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/escape-html/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/escape-html/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/escape-html/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/.bin
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/destroy
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/.bin/mime
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/browser
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/compat
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/browser/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/compat/buffer-concat.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/compat/callsite-tostring.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/compat/event-listener-count.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/depd/lib/compat/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/destroy/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/destroy/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/destroy/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/destroy/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/build
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/cli.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/mime.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/types.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/build/build.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/mime/build/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/ms/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses/codes.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/serve-static/node_modules/send/node_modules/statuses/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/media-typer/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/db.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/type-is/node_modules/mime-types/node_modules/mime-db/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/connect/node_modules/vhost/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-disposition/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/content-type/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/cookie-signature/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/.jshintrc
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/Makefile
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/bower.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/browser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/component.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/debug.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/debug/node_modules/ms/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/lib/compat
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/lib/compat/buffer-concat.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/lib/compat/callsite-tostring.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/depd/lib/compat/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/escape-html/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/escape-html/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/escape-html/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/escape-html/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/etag/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/fresh/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/merge-descriptors/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/merge-descriptors/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/merge-descriptors/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/merge-descriptors/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/methods/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/bin
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/examples
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/readme.markdown
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/bin/cmd.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/bin/usage.txt
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/examples/pow.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/example
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/readme.markdown
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/example/parse.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/dash.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/default_bool.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/dotted.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/long.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/parse.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/parse_modified.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/short.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/node_modules/minimist/test/whitespace.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/chmod.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/clobber.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/mkdirp.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/opts_fs.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/opts_fs_sync.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/perm.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/perm_sync.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/race.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/rel.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/return.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/return_sync.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/root.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/sync.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/umask.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/mkdirp/test/umask_sync.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/parseurl/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/Cakefile
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/bower.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/ipaddr.min.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/lib
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/src
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/test
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/lib/ipaddr.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/src/ipaddr.coffee
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/proxy-addr/node_modules/ipaddr.js/test/ipaddr.test.coffee
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/range-parser/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/.bin
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/destroy
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/.bin/mime
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/destroy/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/destroy/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/destroy/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/inherits.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/inherits_browser.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/http-errors/node_modules/inherits/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/build
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/cli.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/mime.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/types.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/build/build.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/mime/build/test.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/History.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/ms/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules/ee-first
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules/ee-first/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules/ee-first/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules/ee-first/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/on-finished/node_modules/ee-first/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses/codes.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/send/node_modules/statuses/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/utils-merge/package.json
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary/HISTORY.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary/README.md
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary/index.js
/usr/local/lib/node_modules/hubot/node_modules/express/node_modules/vary/package.json
/usr/local/lib/node_modules/hubot/node_modules/log/History.md
/usr/local/lib/node_modules/hubot/node_modules/log/Makefile
/usr/local/lib/node_modules/hubot/node_modules/log/Readme.md
/usr/local/lib/node_modules/hubot/node_modules/log/examples
/usr/local/lib/node_modules/hubot/node_modules/log/index.html
/usr/local/lib/node_modules/hubot/node_modules/log/index.js
/usr/local/lib/node_modules/hubot/node_modules/log/lib
/usr/local/lib/node_modules/hubot/node_modules/log/package.json
/usr/local/lib/node_modules/hubot/node_modules/log/examples/file.js
/usr/local/lib/node_modules/hubot/node_modules/log/examples/file.log
/usr/local/lib/node_modules/hubot/node_modules/log/examples/reader.js
/usr/local/lib/node_modules/hubot/node_modules/log/examples/stdout.js
/usr/local/lib/node_modules/hubot/node_modules/log/lib/log.js
/usr/local/lib/node_modules/hubot/node_modules/optparse/README.md
/usr/local/lib/node_modules/hubot/node_modules/optparse/TODO
/usr/local/lib/node_modules/hubot/node_modules/optparse/examples
/usr/local/lib/node_modules/hubot/node_modules/optparse/lib
/usr/local/lib/node_modules/hubot/node_modules/optparse/package.json
/usr/local/lib/node_modules/hubot/node_modules/optparse/seed.yml
/usr/local/lib/node_modules/hubot/node_modules/optparse/examples/browser-test.html
/usr/local/lib/node_modules/hubot/node_modules/optparse/examples/nodejs-test.js
/usr/local/lib/node_modules/hubot/node_modules/optparse/lib/optparse.js
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/.npmignore
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/.travis.yml
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/LICENSE
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/Makefile
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/README.md
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/package.json
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/src
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/src/index.js
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/src/npm-version.js
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/agent_test.coffee
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/get_test.coffee
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/post_test.coffee
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/request_test.coffee
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/timeout_test.coffee
/usr/local/lib/node_modules/hubot/node_modules/scoped-http-client/test/url_test.coffee
/usr/local/lib/node_modules/hubot/script/bootstrap
/usr/local/lib/node_modules/hubot/script/cibuild
/usr/local/lib/node_modules/hubot/script/release
/usr/local/lib/node_modules/hubot/script/server
/usr/local/lib/node_modules/hubot/script/smoke-test
/usr/local/lib/node_modules/hubot/script/test
/usr/local/lib/node_modules/hubot/src/adapter.coffee
/usr/local/lib/node_modules/hubot/src/adapters
/usr/local/lib/node_modules/hubot/src/brain.coffee
/usr/local/lib/node_modules/hubot/src/listener.coffee
/usr/local/lib/node_modules/hubot/src/message.coffee
/usr/local/lib/node_modules/hubot/src/middleware.coffee
/usr/local/lib/node_modules/hubot/src/response.coffee
/usr/local/lib/node_modules/hubot/src/robot.coffee
/usr/local/lib/node_modules/hubot/src/user.coffee
/usr/local/lib/node_modules/hubot/src/adapters/campfire.coffee
/usr/local/lib/node_modules/hubot/src/adapters/shell.coffee
/usr/local/lib/node_modules/hubot/test/adapter_test.coffee
/usr/local/lib/node_modules/hubot/test/brain_test.coffee
/usr/local/lib/node_modules/hubot/test/listener_test.coffee
/usr/local/lib/node_modules/hubot/test/message_test.coffee
/usr/local/lib/node_modules/hubot/test/middleware_test.coffee
/usr/local/lib/node_modules/hubot/test/robot_test.coffee
/usr/local/lib/node_modules/hubot/test/user_test.coffee
Thank you in advance. :)
The text was updated successfully, but these errors were encountered: