hemanth / broccoli-es6-arrow

ES6 arrow functions compiled to ES5 compliant code.
4 stars 0 forks source link

NPM install fails #1

Closed brandonparsons closed 8 years ago

brandonparsons commented 10 years ago

Error: version not found: broccoli-filter@0.0.1

hemanth commented 10 years ago

https://www.npmjs.org/package/broccoli-es6-arrow ?

npm install broccoli-es6-arrow works fine for me.

Can you npm cache clear and try again?

brandonparsons commented 10 years ago

Didn't work for me. I'm trying to use this in an ember-cli app.... Not sure if there's something else that is messing me up?

myapp@0.0.0
│ /Users/brandon/projects/erp/ember/ember-app
│ Myapp ======================================
│ https://bitbucket.org/myorg/myapp
├─┬ body-parser@1.2.0
│ │ Node.js body parsing middleware
│ │ git://github.com/expressjs/body-parser
│ │ https://github.com/expressjs/body-parser
│ ├── bytes@1.0.0
│ │   byte size string parser / serializer
│ │   https://github.com/visionmedia/bytes.js.git
│ │   https://github.com/visionmedia/bytes.js
│ ├── qs@0.6.6
│ │   querystring parser
│ │   git://github.com/visionmedia/node-querystring.git
│ │   https://github.com/visionmedia/node-querystring
│ ├─┬ raw-body@1.1.4
│ │ │ Get and validate the raw body of a readable stream.
│ │ │ https://github.com/stream-utils/raw-body.git
│ │ │ https://github.com/stream-utils/raw-body
│ │ └── bytes@0.3.0
│ │     byte size string parser / serializer
│ │     https://github.com/visionmedia/bytes.js.git
│ │     https://github.com/visionmedia/bytes.js
│ └─┬ type-is@1.2.0
│   │ Infer the content type if a request
│   │ git://github.com/expressjs/type-is
│   │ https://github.com/expressjs/type-is
│   └── mime@1.2.11
│       A comprehensive library for mime-type mapping
│       https://github.com/broofa/node-mime
│       https://github.com/broofa/node-mime
├─┬ broccoli-coffee@0.1.0
│ │ CoffeeScript filter for Broccoli
│ │ https://github.com/joliss/broccoli-coffee
│ │ https://github.com/joliss/broccoli-coffee
│ ├─┬ broccoli-filter@0.1.6
│ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ https://github.com/joliss/broccoli-filter
│ │ │ https://github.com/joliss/broccoli-filter
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.2
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├─┬ quick-temp@0.1.2
│ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ ├── mktemp@0.3.4
│ │ │ │   mktemp command for node.js
│ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ ├── rimraf@2.2.8
│ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │   https://github.com/isaacs/rimraf
│ │ │ └── underscore.string@2.3.3
│ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │     https://github.com/epeli/underscore.string.git
│ │ │     http://epeli.github.com/underscore.string/
│ │ ├── rsvp@3.0.6
│ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │   https://github.com/tildeio/rsvp.js
│ │ └── walk-sync@0.1.2
│ │     Get an array of recursive directory contents
│ │     https://github.com/joliss/node-walk-sync
│ │     https://github.com/joliss/node-walk-sync
│ └─┬ coffee-script@1.7.1
│   │ Unfancy JavaScript
│   │ git://github.com/jashkenas/coffee-script.git
│   │ http://coffeescript.org
│   └── mkdirp@0.3.5
│       Recursively mkdir, like `mkdir -p`
│       http://github.com/substack/node-mkdirp.git
│       https://github.com/substack/node-mkdirp
├─┬ broccoli-ember-hbs-template-compiler@1.5.0
│ │ ember.js precompiler for projects that use broccoli
│ │ https://github.com/toranb/broccoli-ember-hbs-template-compiler
│ │ https://github.com/toranb/broccoli-ember-hbs-template-compiler
│ ├─┬ broccoli-filter@0.1.6
│ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ https://github.com/joliss/broccoli-filter
│ │ │ https://github.com/joliss/broccoli-filter
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.2
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├─┬ quick-temp@0.1.2
│ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ ├── mktemp@0.3.4
│ │ │ │   mktemp command for node.js
│ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ ├── rimraf@2.2.8
│ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │   https://github.com/isaacs/rimraf
│ │ │ └── underscore.string@2.3.3
│ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │     https://github.com/epeli/underscore.string.git
│ │ │     http://epeli.github.com/underscore.string/
│ │ ├── rsvp@3.0.6
│ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │   https://github.com/tildeio/rsvp.js
│ │ └── walk-sync@0.1.2
│ │     Get an array of recursive directory contents
│ │     https://github.com/joliss/node-walk-sync
│ │     https://github.com/joliss/node-walk-sync
│ ├── ember-template-compiler@1.5.0
│ │   An npm module for the ember-template-compiler.js file that ships with ember.js
│ │   https://github.com/toranb/ember-template-compiler
│ │   https://github.com/toranb/ember-template-compiler
│ ├─┬ handlebars@1.3.0
│ │ │ Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
│ │ │ https://github.com/wycats/handlebars.js.git
│ │ │ http://www.handlebarsjs.com/
│ │ ├─┬ optimist@0.3.7
│ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ https://github.com/substack/node-optimist
│ │ │ └── wordwrap@0.0.2
│ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │     git://github.com/substack/node-wordwrap.git
│ │ │     https://github.com/substack/node-wordwrap
│ │ └─┬ uglify-js@2.3.6
│ │   │ JavaScript parser, mangler/compressor and beautifier toolkit
│ │   │ https://github.com/mishoo/UglifyJS2.git
│ │   │ http://lisperator.net/uglifyjs
│ │   ├── async@0.2.10
│ │   │   Higher-order functions and common patterns for asynchronous code
│ │   │   https://github.com/caolan/async.git
│ │   │   https://github.com/caolan/async
│ │   ├── optimist@0.3.7
│ │   │   Light-weight option parsing with an argv hash. No optstrings attached.
│ │   │   http://github.com/substack/node-optimist.git
│ │   │   https://github.com/substack/node-optimist
│ │   └─┬ source-map@0.1.33
│ │     │ Generates and consumes source maps
│ │     │ http://github.com/mozilla/source-map.git
│ │     │ https://github.com/mozilla/source-map
│ │     └── amdefine@0.1.0
│ │         Provide AMD's define() API for declaring modules in the AMD format
│ │         https://github.com/jrburke/amdefine.git
│ │         http://github.com/jrburke/amdefine
│ └── js-string-escape@1.0.0
│     Escape strings for use as JavaScript string literals
│     https://github.com/joliss/js-string-escape
│     https://github.com/joliss/js-string-escape
├─┬ broccoli-sass@0.1.4
│ │ Libsass-based Sass compiler for Broccoli
│ │ https://github.com/joliss/broccoli-sass
│ │ https://github.com/joliss/broccoli-sass
│ ├─┬ broccoli-writer@0.1.1
│ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ https://github.com/joliss/broccoli-writer
│ │ │ https://github.com/joliss/broccoli-writer
│ │ ├─┬ quick-temp@0.1.2
│ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ ├── mktemp@0.3.4
│ │ │ │   mktemp command for node.js
│ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ ├── rimraf@2.2.8
│ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │   https://github.com/isaacs/rimraf
│ │ │ └── underscore.string@2.3.3
│ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │     https://github.com/epeli/underscore.string.git
│ │ │     http://epeli.github.com/underscore.string/
│ │ └── rsvp@3.0.6
│ │     A lightweight library that provides tools for organizing asynchronous code
│ │     https://github.com/tildeio/rsvp.js.git
│ │     https://github.com/tildeio/rsvp.js
│ ├── include-path-searcher@0.1.0
│ │   Helper functions for searching for files in multiple include paths
│ │   https://github.com/joliss/include-path-searcher
│ │   https://github.com/joliss/include-path-searcher
│ ├── lodash@2.4.1
│ │   A utility library delivering consistency, customization, performance, & extras.
│ │   https://github.com/lodash/lodash.git
│ │   http://lodash.com/
│ ├── mkdirp@0.3.5
│ │   Recursively mkdir, like `mkdir -p`
│ │   http://github.com/substack/node-mkdirp.git
│ │   https://github.com/substack/node-mkdirp
│ ├─┬ node-sass@0.8.6
│ │ │ wrapper around libsass
│ │ │ git://github.com/andrew/node-sass.git
│ │ │ https://github.com/andrew/node-sass
│ │ ├─┬ chalk@0.4.0
│ │ │ │ Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │ │ git://github.com/sindresorhus/chalk
│ │ │ │ https://github.com/sindresorhus/chalk
│ │ │ ├── ansi-styles@1.0.0
│ │ │ │   ANSI escape codes for colorizing strings in the terminal
│ │ │ │   git://github.com/sindresorhus/ansi-styles.git
│ │ │ │   https://github.com/sindresorhus/ansi-styles
│ │ │ ├── has-color@0.1.7
│ │ │ │   Detect whether a terminal supports color
│ │ │ │   git://github.com/sindresorhus/has-color
│ │ │ │   https://github.com/sindresorhus/has-color
│ │ │ └── strip-ansi@0.1.1
│ │ │     Strip ANSI escape codes (used for colorizing strings in the terminal)
│ │ │     git://github.com/sindresorhus/strip-ansi
│ │ │     https://github.com/sindresorhus/strip-ansi
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├─┬ mocha@1.18.2
│ │ │ │ simple, flexible, fun test framework
│ │ │ │ git://github.com/visionmedia/mocha.git
│ │ │ │ https://github.com/visionmedia/mocha
│ │ │ ├── commander@2.0.0
│ │ │ │   the complete solution for node.js command-line programs
│ │ │ │   https://github.com/visionmedia/commander.js.git
│ │ │ │   https://github.com/visionmedia/commander.js
│ │ │ ├── debug@0.8.1
│ │ │ │   small debugging utility
│ │ │ │   git://github.com/visionmedia/debug.git
│ │ │ │   https://github.com/visionmedia/debug
│ │ │ ├── diff@1.0.7
│ │ │ │   A javascript text diff implementation.
│ │ │ │   git://github.com/kpdecker/jsdiff.git
│ │ │ │   https://github.com/kpdecker/jsdiff
│ │ │ ├─┬ glob@3.2.3
│ │ │ │ │ a little globber
│ │ │ │ │ git://github.com/isaacs/node-glob.git
│ │ │ │ │ https://github.com/isaacs/node-glob
│ │ │ │ ├── graceful-fs@2.0.3
│ │ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │ │   git://github.com/isaacs/inherits
│ │ │ │ │   https://github.com/isaacs/inherits
│ │ │ │ └─┬ minimatch@0.2.14
│ │ │ │   │ a glob matcher in javascript
│ │ │ │   │ git://github.com/isaacs/minimatch.git
│ │ │ │   │ https://github.com/isaacs/minimatch
│ │ │ │   ├── lru-cache@2.5.0
│ │ │ │   │   A cache object that deletes the least-recently-used items.
│ │ │ │   │   git://github.com/isaacs/node-lru-cache.git
│ │ │ │   │   https://github.com/isaacs/node-lru-cache
│ │ │ │   └── sigmund@1.0.0
│ │ │ │       Quick and dirty signatures for Objects.
│ │ │ │       git://github.com/isaacs/sigmund
│ │ │ │       https://github.com/isaacs/sigmund
│ │ │ ├── growl@1.7.0
│ │ │ │   Growl unobtrusive notifications
│ │ │ ├─┬ jade@0.26.3
│ │ │ │ │ Jade template engine
│ │ │ │ │ git://github.com/visionmedia/jade
│ │ │ │ │ https://github.com/visionmedia/jade
│ │ │ │ ├── commander@0.6.1
│ │ │ │ │   the complete solution for node.js command-line programs
│ │ │ │ │   https://github.com/visionmedia/commander.js.git
│ │ │ │ │   https://github.com/visionmedia/commander.js
│ │ │ │ └── mkdirp@0.3.0
│ │ │ │     Recursively mkdir, like `mkdir -p`
│ │ │ │     http://github.com/substack/node-mkdirp.git
│ │ │ │     https://github.com/substack/node-mkdirp
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├── nan@0.8.0
│ │ │   Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility
│ │ │   git://github.com/rvagg/nan.git
│ │ │   https://github.com/rvagg/nan
│ │ ├── node-watch@0.3.4
│ │ │   fs.watch() wrapper of Nodejs 
│ │ │   git://github.com/yuanchuan/node-watch.git
│ │ │   https://github.com/yuanchuan/node-watch
│ │ ├─┬ optimist@0.6.1
│ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ https://github.com/substack/node-optimist
│ │ │ ├── minimist@0.0.10
│ │ │ │   parse argument options
│ │ │ │   git://github.com/substack/minimist.git
│ │ │ │   https://github.com/substack/minimist
│ │ │ └── wordwrap@0.0.2
│ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │     git://github.com/substack/node-wordwrap.git
│ │ │     https://github.com/substack/node-wordwrap
│ │ └─┬ sinon@1.9.1
│ │   │ JavaScript test spies, stubs and mocks.
│ │   │ http://github.com/cjohansen/Sinon.JS.git
│ │   │ http://cjohansen.no/sinon/
│ │   ├─┬ formatio@1.0.2
│ │   │ │ Human-readable object formatting
│ │   │ │ https://github.com/busterjs/formatio.git
│ │   │ │ http://busterjs.org/docs/formatio/
│ │   │ └── samsam@1.1.1
│ │   │     Value identification and comparison functions
│ │   │     https://github.com/busterjs/samsam.git
│ │   │     http://busterjs.org/docs/buster-assertions
│ │   └─┬ util@0.10.3
│ │     │ Node.JS util module
│ │     │ git://github.com/defunctzombie/node-util
│ │     │ https://github.com/defunctzombie/node-util
│ │     └── inherits@2.0.1
│ │         Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │         git://github.com/isaacs/inherits
│ │         https://github.com/isaacs/inherits
│ ├─┬ promise-map-series@0.2.0
│ │ │ Map over array avoiding parallel execution, using promises
│ │ │ https://github.com/joliss/promise-map-series
│ │ │ https://github.com/joliss/promise-map-series
│ │ └── rsvp@3.0.6
│ │     A lightweight library that provides tools for organizing asynchronous code
│ │     https://github.com/tildeio/rsvp.js.git
│ │     https://github.com/tildeio/rsvp.js
│ └── rsvp@3.0.6
│     A lightweight library that provides tools for organizing asynchronous code
│     https://github.com/tildeio/rsvp.js.git
│     https://github.com/tildeio/rsvp.js
├─┬ ember-cli@0.0.28
│ │ Command line tool for developing ambitious ember.js apps
│ │ https://github.com/stefanpenner/ember-cli.git
│ │ https://github.com/stefanpenner/ember-cli
│ ├─┬ bower@1.3.3
│ │ │ The browser package manager
│ │ │ git://github.com/bower/bower
│ │ │ http://bower.io
│ │ ├── abbrev@1.0.5
│ │ │   Like ruby's abbrev module, but in js
│ │ │   http://github.com/isaacs/abbrev-js
│ │ │   https://github.com/isaacs/abbrev-js
│ │ ├── archy@0.0.2
│ │ │   render nested hierarchies `npm ls` style with unicode pipes
│ │ │   http://github.com/substack/node-archy.git
│ │ │   https://github.com/substack/node-archy
│ │ ├── bower-config@0.5.0
│ │ │   The Bower config reader and writer.
│ │ │   git://github.com/bower/config.git
│ │ │   http://bower.io
│ │ ├── bower-endpoint-parser@0.2.1
│ │ │   Little module that helps with endpoints parsing.
│ │ │   git://github.com/bower/endpoint-parser.git
│ │ │   https://github.com/bower/endpoint-parser
│ │ ├─┬ bower-json@0.4.0
│ │ │ │ Read bower.json files with semantics, normalisation, defaults and validation.
│ │ │ │ git://github.com/bower/json.git
│ │ │ │ https://github.com/bower/json
│ │ │ ├── deep-extend@0.2.8
│ │ │ │   Recursive object extending.
│ │ │ │   git://github.com/unclechu/node-deep-extend.git
│ │ │ │   https://github.com/unclechu/node-deep-extend
│ │ │ ├── graceful-fs@2.0.3
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ └── intersect@0.0.3
│ │ │     Find the intersection of two arrays
│ │ │     git://github.com/juliangruber/intersect.git
│ │ │     https://github.com/juliangruber/intersect
│ │ ├── bower-logger@0.2.2
│ │ │   The logger used in the various architecture components of Bower.
│ │ │   git://github.com/bower/logger.git
│ │ │   https://github.com/bower/logger
│ │ ├─┬ bower-registry-client@0.2.0
│ │ │ │ Provides easy interaction with the Bower registry.
│ │ │ │ git://github.com/bower/registry-client.git
│ │ │ │ https://github.com/bower/registry-client
│ │ │ ├── async@0.2.10
│ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │   https://github.com/caolan/async.git
│ │ │ │   https://github.com/caolan/async
│ │ │ ├─┬ bower-config@0.4.5
│ │ │ │ │ The Bower config reader and writer.
│ │ │ │ │ git://github.com/bower/config.git
│ │ │ │ │ http://bower.io
│ │ │ │ ├── graceful-fs@2.0.3
│ │ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ │ ├── mout@0.6.0
│ │ │ │ │   Modular Utilities
│ │ │ │ │   git://github.com/mout/mout.git
│ │ │ │ │   http://moutjs.com/
│ │ │ │ ├─┬ optimist@0.6.1
│ │ │ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ │ │ https://github.com/substack/node-optimist
│ │ │ │ │ ├── minimist@0.0.10
│ │ │ │ │ │   parse argument options
│ │ │ │ │ │   git://github.com/substack/minimist.git
│ │ │ │ │ │   https://github.com/substack/minimist
│ │ │ │ │ └── wordwrap@0.0.2
│ │ │ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │ │ │     git://github.com/substack/node-wordwrap.git
│ │ │ │ │     https://github.com/substack/node-wordwrap
│ │ │ │ └── osenv@0.0.3
│ │ │ │     Look up environment settings specific to different operating systems
│ │ │ │     git://github.com/isaacs/osenv
│ │ │ │     https://github.com/isaacs/osenv
│ │ │ ├── graceful-fs@2.0.3
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── lru-cache@2.3.1
│ │ │ │   A cache object that deletes the least-recently-used items.
│ │ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │ │   https://github.com/isaacs/node-lru-cache
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ request@2.27.0
│ │ │ │ │ Simplified HTTP request client.
│ │ │ │ │ http://github.com/mikeal/request.git
│ │ │ │ │ https://github.com/mikeal/request
│ │ │ │ ├── aws-sign@0.3.0
│ │ │ │ │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │ ├── cookie-jar@0.3.0
│ │ │ │ │   Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ │ ├── forever-agent@0.5.2
│ │ │ │ │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │ ├─┬ form-data@0.1.2
│ │ │ │ │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │ │ │ │ git://github.com/felixge/node-form-data.git
│ │ │ │ │ │ https://github.com/felixge/node-form-data
│ │ │ │ │ ├── async@0.2.10
│ │ │ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │ │ │   https://github.com/caolan/async.git
│ │ │ │ │ │   https://github.com/caolan/async
│ │ │ │ │ ├─┬ combined-stream@0.0.4
│ │ │ │ │ │ │ A stream that emits multiple other streams one after another.
│ │ │ │ │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │ │ │ │ │ https://github.com/felixge/node-combined-stream
│ │ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ │ │     Buffers events from a stream until you are ready to handle them.
│ │ │ │ │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │ │ │ │     https://github.com/felixge/node-delayed-stream
│ │ │ │ │ └── mime@1.2.11
│ │ │ │ │     A comprehensive library for mime-type mapping
│ │ │ │ │     https://github.com/broofa/node-mime
│ │ │ │ │     https://github.com/broofa/node-mime
│ │ │ │ ├─┬ hawk@1.0.0
│ │ │ │ │ │ HTTP Hawk Authentication Scheme
│ │ │ │ │ │ git://github.com/hueniverse/hawk
│ │ │ │ │ │ https://github.com/hueniverse/hawk
│ │ │ │ │ ├─┬ boom@0.4.2
│ │ │ │ │ │ │ HTTP-friendly error objects
│ │ │ │ │ │ │ git://github.com/spumko/boom
│ │ │ │ │ │ │ https://github.com/spumko/boom
│ │ │ │ │ │ └── hoek@0.9.1
│ │ │ │ │ │     General purpose node utilities
│ │ │ │ │ │     git://github.com/spumko/hoek
│ │ │ │ │ │     https://github.com/spumko/hoek
│ │ │ │ │ ├─┬ cryptiles@0.2.2
│ │ │ │ │ │ │ General purpose crypto utilities
│ │ │ │ │ │ │ git://github.com/hueniverse/cryptiles
│ │ │ │ │ │ │ https://github.com/hueniverse/cryptiles
│ │ │ │ │ │ └── boom@0.4.2
│ │ │ │ │ │     HTTP-friendly error objects
│ │ │ │ │ │     git://github.com/spumko/boom
│ │ │ │ │ │     https://github.com/spumko/boom
│ │ │ │ │ ├── hoek@0.9.1
│ │ │ │ │ │   General purpose node utilities
│ │ │ │ │ │   git://github.com/spumko/hoek
│ │ │ │ │ │   https://github.com/spumko/hoek
│ │ │ │ │ └─┬ sntp@0.2.4
│ │ │ │ │   │ SNTP Client
│ │ │ │ │   │ git://github.com/hueniverse/sntp
│ │ │ │ │   │ https://github.com/hueniverse/sntp
│ │ │ │ │   └── hoek@0.9.1
│ │ │ │ │       General purpose node utilities
│ │ │ │ │       git://github.com/spumko/hoek
│ │ │ │ │       https://github.com/spumko/hoek
│ │ │ │ ├─┬ http-signature@0.10.0
│ │ │ │ │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │ │ │ │ git://github.com/joyent/node-http-signature.git
│ │ │ │ │ │ https://github.com/joyent/node-http-signature
│ │ │ │ │ ├── asn1@0.1.11
│ │ │ │ │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │ │ │ │   git://github.com/mcavage/node-asn1.git
│ │ │ │ │ │   https://github.com/mcavage/node-asn1
│ │ │ │ │ ├── assert-plus@0.1.2
│ │ │ │ │ │   Extra assertions on top of node's assert module
│ │ │ │ │ └── ctype@0.5.2
│ │ │ │ │     read and write binary structures and data types
│ │ │ │ │     https://github.com/rmustacc/node-ctype
│ │ │ │ ├── json-stringify-safe@5.0.0
│ │ │ │ │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │ │ │   git://github.com/isaacs/json-stringify-safe
│ │ │ │ │   https://github.com/isaacs/json-stringify-safe
│ │ │ │ ├── mime@1.2.11
│ │ │ │ │   A comprehensive library for mime-type mapping
│ │ │ │ │   https://github.com/broofa/node-mime
│ │ │ │ │   https://github.com/broofa/node-mime
│ │ │ │ ├── node-uuid@1.4.1
│ │ │ │ │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │ │ │   https://github.com/broofa/node-uuid.git
│ │ │ │ │   https://github.com/broofa/node-uuid
│ │ │ │ ├── oauth-sign@0.3.0
│ │ │ │ │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │ ├── qs@0.6.6
│ │ │ │ │   querystring parser
│ │ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ │ └── tunnel-agent@0.3.0
│ │ │ │     HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │ │     https://github.com/mikeal/tunnel-agent
│ │ │ │     https://github.com/mikeal/tunnel-agent
│ │ │ ├─┬ request-replay@0.2.0
│ │ │ │ │ Replays a request when a network error occurs
│ │ │ │ │ git://github.com/IndigoUnited/node-request-replay
│ │ │ │ │ https://github.com/IndigoUnited/node-request-replay
│ │ │ │ └── retry@0.6.0
│ │ │ │     Abstraction for exponential and custom retry strategies for failed operations.
│ │ │ │     git://github.com/felixge/node-retry.git
│ │ │ │     https://github.com/tim-kos/node-retry
│ │ │ └── rimraf@2.2.8
│ │ │     A deep deletion module for node (like `rm -rf`)
│ │ │     git://github.com/isaacs/rimraf.git
│ │ │     https://github.com/isaacs/rimraf
│ │ ├─┬ cardinal@0.4.4
│ │ │ │ Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.
│ │ │ │ git://github.com/thlorenz/cardinal.git
│ │ │ │ https://github.com/thlorenz/cardinal
│ │ │ ├── ansicolors@0.2.1
│ │ │ │   Functions that surround a string with ansicolor codes so it prints in color.
│ │ │ │   git://github.com/thlorenz/ansicolors.git
│ │ │ │   https://github.com/thlorenz/ansicolors
│ │ │ └─┬ redeyed@0.4.4
│ │ │   │ Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.
│ │ │   │ git://github.com/thlorenz/redeyed.git
│ │ │   │ https://github.com/thlorenz/redeyed
│ │ │   └── esprima@1.0.4
│ │ │       ECMAScript parsing infrastructure for multipurpose analysis
│ │ │       http://github.com/ariya/esprima.git
│ │ │       http://esprima.org
│ │ ├── chalk@0.4.0
│ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │   git://github.com/sindresorhus/chalk
│ │ │   https://github.com/sindresorhus/chalk
│ │ ├── chmodr@0.1.0
│ │ │   like `chmod -R`
│ │ │   git://github.com/isaacs/chmodr.git
│ │ │   https://github.com/isaacs/chmodr
│ │ ├─┬ decompress-zip@0.0.6
│ │ │ │ A library for reading data from zip files
│ │ │ │ https://github.com/bower/decompress-zip.git
│ │ │ │ https://github.com/bower/decompress-zip
│ │ │ ├─┬ binary@0.3.0
│ │ │ │ │ Unpack multibyte binary values from buffers
│ │ │ │ │ http://github.com/substack/node-binary.git
│ │ │ │ │ https://github.com/substack/node-binary
│ │ │ │ ├── buffers@0.1.1
│ │ │ │ │   Treat a collection of Buffers as a single contiguous partially mutable Buffer.
│ │ │ │ │   http://github.com/substack/node-buffers.git
│ │ │ │ │   https://github.com/substack/node-buffers
│ │ │ │ └─┬ chainsaw@0.1.0
│ │ │ │   │ Build chainable fluent interfaces the easy way... with a freakin' chainsaw!
│ │ │ │   │ http://github.com/substack/node-chainsaw.git
│ │ │ │   │ https://github.com/substack/node-chainsaw
│ │ │ │   └── traverse@0.3.9
│ │ │ │       Traverse and transform objects by visiting every node on a recursive walk
│ │ │ │       http://github.com/substack/js-traverse.git
│ │ │ │       https://github.com/substack/js-traverse
│ │ │ ├── mkpath@0.1.0
│ │ │ │   Make all directories in a path, like mkdir -p
│ │ │ │   https://github.com/jrajav/mkpath
│ │ │ │   https://github.com/jrajav/mkpath
│ │ │ ├── nopt@2.2.1
│ │ │ │   Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ │   http://github.com/isaacs/nopt
│ │ │ │   https://github.com/isaacs/nopt
│ │ │ ├── q@1.0.1
│ │ │ │   A library for promises (CommonJS/Promises/A,B,D)
│ │ │ │   git://github.com/kriskowal/q.git
│ │ │ │   https://github.com/kriskowal/q
│ │ │ ├─┬ readable-stream@1.1.13-1
│ │ │ │ │ Streams3, a user-land copy of the stream library from Node.js v0.11.x
│ │ │ │ │ git://github.com/isaacs/readable-stream
│ │ │ │ │ https://github.com/isaacs/readable-stream
│ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │   The `util.is*` functions introduced in Node v0.12.
│ │ │ │ │   git://github.com/isaacs/core-util-is
│ │ │ │ │   https://github.com/isaacs/core-util-is
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │ │   git://github.com/isaacs/inherits
│ │ │ │ │   https://github.com/isaacs/inherits
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ │   Array#isArray for older browsers
│ │ │ │ │   git://github.com/juliangruber/isarray.git
│ │ │ │ │   https://github.com/juliangruber/isarray
│ │ │ │ └── string_decoder@0.10.25-1
│ │ │ │     The string_decoder module from Node core
│ │ │ │     git://github.com/rvagg/string_decoder.git
│ │ │ │     https://github.com/rvagg/string_decoder
│ │ │ └─┬ touch@0.0.2
│ │ │   │ like touch(1) in node
│ │ │   │ git://github.com/isaacs/node-touch.git
│ │ │   │ https://github.com/isaacs/node-touch
│ │ │   └─┬ nopt@1.0.10
│ │ │     │ Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │     │ http://github.com/isaacs/nopt
│ │ │     │ https://github.com/isaacs/nopt
│ │ │     └── abbrev@1.0.5
│ │ │         Like ruby's abbrev module, but in js
│ │ │         http://github.com/isaacs/abbrev-js
│ │ │         https://github.com/isaacs/abbrev-js
│ │ ├─┬ fstream@0.1.25
│ │ │ │ Advanced file system stream things
│ │ │ │ git://github.com/isaacs/fstream.git
│ │ │ │ https://github.com/isaacs/fstream
│ │ │ ├── graceful-fs@2.0.3
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── inherits@2.0.1
│ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   git://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ └── rimraf@2.2.8
│ │ │     A deep deletion module for node (like `rm -rf`)
│ │ │     git://github.com/isaacs/rimraf.git
│ │ │     https://github.com/isaacs/rimraf
│ │ ├─┬ fstream-ignore@0.0.7
│ │ │ │ A thing for ignoring files based on globs
│ │ │ │ git://github.com/isaacs/fstream-ignore.git
│ │ │ │ https://github.com/isaacs/fstream-ignore
│ │ │ ├── fstream@0.1.25
│ │ │ │   Advanced file system stream things
│ │ │ │   git://github.com/isaacs/fstream.git
│ │ │ │   https://github.com/isaacs/fstream
│ │ │ ├── inherits@2.0.1
│ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   git://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ └─┬ minimatch@0.2.14
│ │ │   │ a glob matcher in javascript
│ │ │   │ git://github.com/isaacs/minimatch.git
│ │ │   │ https://github.com/isaacs/minimatch
│ │ │   ├── lru-cache@2.5.0
│ │ │   │   A cache object that deletes the least-recently-used items.
│ │ │   │   git://github.com/isaacs/node-lru-cache.git
│ │ │   │   https://github.com/isaacs/node-lru-cache
│ │ │   └── sigmund@1.0.0
│ │ │       Quick and dirty signatures for Objects.
│ │ │       git://github.com/isaacs/sigmund
│ │ │       https://github.com/isaacs/sigmund
│ │ ├── glob@3.2.9
│ │ │   a little globber
│ │ │   git://github.com/isaacs/node-glob.git
│ │ │   https://github.com/isaacs/node-glob
│ │ ├── graceful-fs@2.0.3
│ │ │   A drop-in replacement for fs, making various improvements.
│ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │   https://github.com/isaacs/node-graceful-fs
│ │ ├─┬ handlebars@1.3.0
│ │ │ │ Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
│ │ │ │ https://github.com/wycats/handlebars.js.git
│ │ │ │ http://www.handlebarsjs.com/
│ │ │ ├─┬ optimist@0.3.7
│ │ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ │ https://github.com/substack/node-optimist
│ │ │ │ └── wordwrap@0.0.2
│ │ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │ │     git://github.com/substack/node-wordwrap.git
│ │ │ │     https://github.com/substack/node-wordwrap
│ │ │ └─┬ uglify-js@2.3.6
│ │ │   │ JavaScript parser, mangler/compressor and beautifier toolkit
│ │ │   │ https://github.com/mishoo/UglifyJS2.git
│ │ │   │ http://lisperator.net/uglifyjs
│ │ │   ├── async@0.2.10
│ │ │   │   Higher-order functions and common patterns for asynchronous code
│ │ │   │   https://github.com/caolan/async.git
│ │ │   │   https://github.com/caolan/async
│ │ │   ├── optimist@0.3.7
│ │ │   │   Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │   │   http://github.com/substack/node-optimist.git
│ │ │   │   https://github.com/substack/node-optimist
│ │ │   └─┬ source-map@0.1.33
│ │ │     │ Generates and consumes source maps
│ │ │     │ http://github.com/mozilla/source-map.git
│ │ │     │ https://github.com/mozilla/source-map
│ │ │     └── amdefine@0.1.0
│ │ │         Provide AMD's define() API for declaring modules in the AMD format
│ │ │         https://github.com/jrburke/amdefine.git
│ │ │         http://github.com/jrburke/amdefine
│ │ ├── inquirer@0.4.1
│ │ │   A collection of common interactive command line user interfaces.
│ │ │   git://github.com/SBoudrias/Inquirer.js.git
│ │ │   https://github.com/SBoudrias/Inquirer.js
│ │ ├─┬ insight@0.3.1
│ │ │ │ Understand how your tool is being used by anonymously reporting usage metrics to Google Analytics
│ │ │ │ git://github.com/yeoman/insight.git
│ │ │ │ https://github.com/yeoman/insight
│ │ │ ├── async@0.2.10
│ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │   https://github.com/caolan/async.git
│ │ │ │   https://github.com/caolan/async
│ │ │ ├── chalk@0.4.0
│ │ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │ │   git://github.com/sindresorhus/chalk
│ │ │ │   https://github.com/sindresorhus/chalk
│ │ │ ├── configstore@0.2.3
│ │ │ │   Easily load and save config without having to think about where and how
│ │ │ │   git://github.com/yeoman/configstore.git
│ │ │ │   https://github.com/yeoman/configstore
│ │ │ ├── inquirer@0.4.1
│ │ │ │   A collection of common interactive command line user interfaces.
│ │ │ │   git://github.com/SBoudrias/Inquirer.js.git
│ │ │ │   https://github.com/SBoudrias/Inquirer.js
│ │ │ ├─┬ lodash.debounce@2.4.1
│ │ │ │ │ The Lo-Dash function `_.debounce` as a Node.js module generated by lodash-cli.
│ │ │ │ │ https://github.com/lodash/lodash-cli.git
│ │ │ │ │ http://lodash.com/custom-builds
│ │ │ │ ├── lodash.isfunction@2.4.1
│ │ │ │ │   The Lo-Dash function `_.isFunction` as a Node.js module generated by lodash-cli.
│ │ │ │ │   https://github.com/lodash/lodash-cli.git
│ │ │ │ │   http://lodash.com/custom-builds
│ │ │ │ ├─┬ lodash.isobject@2.4.1
│ │ │ │ │ │ The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli.
│ │ │ │ │ │ https://github.com/lodash/lodash-cli.git
│ │ │ │ │ │ http://lodash.com/custom-builds
│ │ │ │ │ └── lodash._objecttypes@2.4.1
│ │ │ │ │     The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli.
│ │ │ │ │     https://github.com/lodash/lodash-cli.git
│ │ │ │ │     http://lodash.com/custom-builds
│ │ │ │ └─┬ lodash.now@2.4.1
│ │ │ │   │ The Lo-Dash function `_.now` as a Node.js module generated by lodash-cli.
│ │ │ │   │ https://github.com/lodash/lodash-cli.git
│ │ │ │   │ http://lodash.com/custom-builds
│ │ │ │   └── lodash._isnative@2.4.1
│ │ │ │       The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli.
│ │ │ │       https://github.com/lodash/lodash-cli.git
│ │ │ │       http://lodash.com/custom-builds
│ │ │ ├── object-assign@0.1.2
│ │ │ │   ES6 Object.assign() ponyfill
│ │ │ │   git://github.com/sindresorhus/object-assign
│ │ │ │   https://github.com/sindresorhus/object-assign
│ │ │ └─┬ request@2.27.0
│ │ │   │ Simplified HTTP request client.
│ │ │   │ http://github.com/mikeal/request.git
│ │ │   │ https://github.com/mikeal/request
│ │ │   ├── aws-sign@0.3.0
│ │ │   │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │   │   https://github.com/mikeal/aws-sign
│ │ │   │   https://github.com/mikeal/aws-sign
│ │ │   ├── cookie-jar@0.3.0
│ │ │   │   Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.
│ │ │   │   https://github.com/mikeal/cookie-jar
│ │ │   │   https://github.com/mikeal/cookie-jar
│ │ │   ├── forever-agent@0.5.2
│ │ │   │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │   │   https://github.com/mikeal/forever-agent
│ │ │   │   https://github.com/mikeal/forever-agent
│ │ │   ├─┬ form-data@0.1.2
│ │ │   │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │   │ │ git://github.com/felixge/node-form-data.git
│ │ │   │ │ https://github.com/felixge/node-form-data
│ │ │   │ ├── async@0.2.10
│ │ │   │ │   Higher-order functions and common patterns for asynchronous code
│ │ │   │ │   https://github.com/caolan/async.git
│ │ │   │ │   https://github.com/caolan/async
│ │ │   │ ├─┬ combined-stream@0.0.4
│ │ │   │ │ │ A stream that emits multiple other streams one after another.
│ │ │   │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │   │ │ │ https://github.com/felixge/node-combined-stream
│ │ │   │ │ └── delayed-stream@0.0.5
│ │ │   │ │     Buffers events from a stream until you are ready to handle them.
│ │ │   │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │   │ │     https://github.com/felixge/node-delayed-stream
│ │ │   │ └── mime@1.2.11
│ │ │   │     A comprehensive library for mime-type mapping
│ │ │   │     https://github.com/broofa/node-mime
│ │ │   │     https://github.com/broofa/node-mime
│ │ │   ├─┬ hawk@1.0.0
│ │ │   │ │ HTTP Hawk Authentication Scheme
│ │ │   │ │ git://github.com/hueniverse/hawk
│ │ │   │ │ https://github.com/hueniverse/hawk
│ │ │   │ ├─┬ boom@0.4.2
│ │ │   │ │ │ HTTP-friendly error objects
│ │ │   │ │ │ git://github.com/spumko/boom
│ │ │   │ │ │ https://github.com/spumko/boom
│ │ │   │ │ └── hoek@0.9.1
│ │ │   │ │     General purpose node utilities
│ │ │   │ │     git://github.com/spumko/hoek
│ │ │   │ │     https://github.com/spumko/hoek
│ │ │   │ ├─┬ cryptiles@0.2.2
│ │ │   │ │ │ General purpose crypto utilities
│ │ │   │ │ │ git://github.com/hueniverse/cryptiles
│ │ │   │ │ │ https://github.com/hueniverse/cryptiles
│ │ │   │ │ └── boom@0.4.2
│ │ │   │ │     HTTP-friendly error objects
│ │ │   │ │     git://github.com/spumko/boom
│ │ │   │ │     https://github.com/spumko/boom
│ │ │   │ ├── hoek@0.9.1
│ │ │   │ │   General purpose node utilities
│ │ │   │ │   git://github.com/spumko/hoek
│ │ │   │ │   https://github.com/spumko/hoek
│ │ │   │ └─┬ sntp@0.2.4
│ │ │   │   │ SNTP Client
│ │ │   │   │ git://github.com/hueniverse/sntp
│ │ │   │   │ https://github.com/hueniverse/sntp
│ │ │   │   └── hoek@0.9.1
│ │ │   │       General purpose node utilities
│ │ │   │       git://github.com/spumko/hoek
│ │ │   │       https://github.com/spumko/hoek
│ │ │   ├─┬ http-signature@0.10.0
│ │ │   │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │   │ │ git://github.com/joyent/node-http-signature.git
│ │ │   │ │ https://github.com/joyent/node-http-signature
│ │ │   │ ├── asn1@0.1.11
│ │ │   │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │   │ │   git://github.com/mcavage/node-asn1.git
│ │ │   │ │   https://github.com/mcavage/node-asn1
│ │ │   │ ├── assert-plus@0.1.2
│ │ │   │ │   Extra assertions on top of node's assert module
│ │ │   │ └── ctype@0.5.2
│ │ │   │     read and write binary structures and data types
│ │ │   │     https://github.com/rmustacc/node-ctype
│ │ │   ├── json-stringify-safe@5.0.0
│ │ │   │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │   │   git://github.com/isaacs/json-stringify-safe
│ │ │   │   https://github.com/isaacs/json-stringify-safe
│ │ │   ├── mime@1.2.11
│ │ │   │   A comprehensive library for mime-type mapping
│ │ │   │   https://github.com/broofa/node-mime
│ │ │   │   https://github.com/broofa/node-mime
│ │ │   ├── node-uuid@1.4.1
│ │ │   │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │   │   https://github.com/broofa/node-uuid.git
│ │ │   │   https://github.com/broofa/node-uuid
│ │ │   ├── oauth-sign@0.3.0
│ │ │   │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │   │   https://github.com/mikeal/oauth-sign
│ │ │   │   https://github.com/mikeal/oauth-sign
│ │ │   ├── qs@0.6.6
│ │ │   │   querystring parser
│ │ │   │   git://github.com/visionmedia/node-querystring.git
│ │ │   │   https://github.com/visionmedia/node-querystring
│ │ │   └── tunnel-agent@0.3.0
│ │ │       HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │       https://github.com/mikeal/tunnel-agent
│ │ │       https://github.com/mikeal/tunnel-agent
│ │ ├── is-root@0.1.0
│ │ │   Check if the process is running as root user. Eg. started with `sudo`.
│ │ │   git://github.com/sindresorhus/is-root
│ │ │   https://github.com/sindresorhus/is-root
│ │ ├── junk@0.3.0
│ │ │   Filter out OS junk files like .DS_Store and Thumbs.db
│ │ │   git://github.com/sindresorhus/junk
│ │ │   https://github.com/sindresorhus/junk
│ │ ├── lockfile@0.4.2
│ │ │   A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.
│ │ │   git://github.com/isaacs/lockfile
│ │ │   https://github.com/isaacs/lockfile
│ │ ├── lru-cache@2.5.0
│ │ │   A cache object that deletes the least-recently-used items.
│ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │   https://github.com/isaacs/node-lru-cache
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├── mout@0.9.1
│ │ │   Modular Utilities
│ │ │   git://github.com/mout/mout.git
│ │ │   http://moutjs.com/
│ │ ├── nopt@2.2.1
│ │ │   Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │   http://github.com/isaacs/nopt
│ │ │   https://github.com/isaacs/nopt
│ │ ├── opn@0.1.1
│ │ │   A better node-open. Opens stuff like websites, files, executables. Cross-platform.
│ │ │   git://github.com/sindresorhus/opn
│ │ │   https://github.com/sindresorhus/opn
│ │ ├── osenv@0.0.3
│ │ │   Look up environment settings specific to different operating systems
│ │ │   git://github.com/isaacs/osenv
│ │ │   https://github.com/isaacs/osenv
│ │ ├─┬ p-throttler@0.0.1
│ │ │ │ A promise based throttler capable of limiting execution of parallel tasks
│ │ │ │ git://github.com/IndigoUnited/node-p-throttler
│ │ │ │ https://github.com/IndigoUnited/node-p-throttler
│ │ │ └── q@0.9.7
│ │ │     A library for promises (CommonJS/Promises/A,B,D)
│ │ │     git://github.com/kriskowal/q.git
│ │ │     https://github.com/kriskowal/q
│ │ ├─┬ promptly@0.2.0
│ │ │ │ Simple command line prompting utility
│ │ │ │ git://github.com/IndigoUnited/node-promptly
│ │ │ │ https://github.com/IndigoUnited/node-promptly
│ │ │ └─┬ read@1.0.5
│ │ │   │ read(1) for node programs
│ │ │   │ git://github.com/isaacs/read.git
│ │ │   │ https://github.com/isaacs/read
│ │ │   └── mute-stream@0.0.4
│ │ │       Bytes go in, but they don't come out (when muted).
│ │ │       git://github.com/isaacs/mute-stream
│ │ │       https://github.com/isaacs/mute-stream
│ │ ├── q@1.0.1
│ │ │   A library for promises (CommonJS/Promises/A,B,D)
│ │ │   git://github.com/kriskowal/q.git
│ │ │   https://github.com/kriskowal/q
│ │ ├─┬ request@2.34.0
│ │ │ │ Simplified HTTP request client.
│ │ │ │ http://github.com/mikeal/request.git
│ │ │ │ https://github.com/mikeal/request
│ │ │ ├── aws-sign2@0.5.0
│ │ │ │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ ├── forever-agent@0.5.2
│ │ │ │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ ├─┬ form-data@0.1.2
│ │ │ │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │ │ │ git://github.com/felixge/node-form-data.git
│ │ │ │ │ https://github.com/felixge/node-form-data
│ │ │ │ ├── async@0.2.10
│ │ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │ │   https://github.com/caolan/async.git
│ │ │ │ │   https://github.com/caolan/async
│ │ │ │ ├─┬ combined-stream@0.0.4
│ │ │ │ │ │ A stream that emits multiple other streams one after another.
│ │ │ │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │ │ │ │ https://github.com/felixge/node-combined-stream
│ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ │     Buffers events from a stream until you are ready to handle them.
│ │ │ │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │ │ │     https://github.com/felixge/node-delayed-stream
│ │ │ │ └── mime@1.2.11
│ │ │ │     A comprehensive library for mime-type mapping
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ ├─┬ hawk@1.0.0
│ │ │ │ │ HTTP Hawk Authentication Scheme
│ │ │ │ │ git://github.com/hueniverse/hawk
│ │ │ │ │ https://github.com/hueniverse/hawk
│ │ │ │ ├─┬ boom@0.4.2
│ │ │ │ │ │ HTTP-friendly error objects
│ │ │ │ │ │ git://github.com/spumko/boom
│ │ │ │ │ │ https://github.com/spumko/boom
│ │ │ │ │ └── hoek@0.9.1
│ │ │ │ │     General purpose node utilities
│ │ │ │ │     git://github.com/spumko/hoek
│ │ │ │ │     https://github.com/spumko/hoek
│ │ │ │ ├─┬ cryptiles@0.2.2
│ │ │ │ │ │ General purpose crypto utilities
│ │ │ │ │ │ git://github.com/hueniverse/cryptiles
│ │ │ │ │ │ https://github.com/hueniverse/cryptiles
│ │ │ │ │ └── boom@0.4.2
│ │ │ │ │     HTTP-friendly error objects
│ │ │ │ │     git://github.com/spumko/boom
│ │ │ │ │     https://github.com/spumko/boom
│ │ │ │ ├── hoek@0.9.1
│ │ │ │ │   General purpose node utilities
│ │ │ │ │   git://github.com/spumko/hoek
│ │ │ │ │   https://github.com/spumko/hoek
│ │ │ │ └─┬ sntp@0.2.4
│ │ │ │   │ SNTP Client
│ │ │ │   │ git://github.com/hueniverse/sntp
│ │ │ │   │ https://github.com/hueniverse/sntp
│ │ │ │   └── hoek@0.9.1
│ │ │ │       General purpose node utilities
│ │ │ │       git://github.com/spumko/hoek
│ │ │ │       https://github.com/spumko/hoek
│ │ │ ├─┬ http-signature@0.10.0
│ │ │ │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │ │ │ git://github.com/joyent/node-http-signature.git
│ │ │ │ │ https://github.com/joyent/node-http-signature
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │ │ │   git://github.com/mcavage/node-asn1.git
│ │ │ │ │   https://github.com/mcavage/node-asn1
│ │ │ │ ├── assert-plus@0.1.2
│ │ │ │ │   Extra assertions on top of node's assert module
│ │ │ │ └── ctype@0.5.2
│ │ │ │     read and write binary structures and data types
│ │ │ │     https://github.com/rmustacc/node-ctype
│ │ │ ├── json-stringify-safe@5.0.0
│ │ │ │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │ │   git://github.com/isaacs/json-stringify-safe
│ │ │ │   https://github.com/isaacs/json-stringify-safe
│ │ │ ├── mime@1.2.11
│ │ │ │   A comprehensive library for mime-type mapping
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ ├── node-uuid@1.4.1
│ │ │ │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │ │   https://github.com/broofa/node-uuid.git
│ │ │ │   https://github.com/broofa/node-uuid
│ │ │ ├── oauth-sign@0.3.0
│ │ │ │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ ├── qs@0.6.6
│ │ │ │   querystring parser
│ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ ├─┬ tough-cookie@0.12.1
│ │ │ │ │ RFC6265 Cookies and Cookie Jar for node.js
│ │ │ │ │ git://github.com/goinstant/tough-cookie.git
│ │ │ │ │ https://github.com/goinstant/tough-cookie
│ │ │ │ └── punycode@1.2.4
│ │ │ │     A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
│ │ │ │     https://github.com/bestiejs/punycode.js.git
│ │ │ │     http://mths.be/punycode
│ │ │ └── tunnel-agent@0.3.0
│ │ │     HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ ├─┬ request-progress@0.3.1
│ │ │ │ Tracks the download progress of a request made with mikeal/request
│ │ │ │ git://github.com/IndigoUnited/node-request-progress
│ │ │ │ https://github.com/IndigoUnited/node-request-progress
│ │ │ └── throttleit@0.0.2
│ │ │     Throttle a function
│ │ │     git://github.com/component/throttle.git
│ │ │     https://github.com/component/throttle
│ │ ├── retry@0.6.0
│ │ │   Abstraction for exponential and custom retry strategies for failed operations.
│ │ │   git://github.com/felixge/node-retry.git
│ │ │   https://github.com/tim-kos/node-retry
│ │ ├── rimraf@2.2.8
│ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │   git://github.com/isaacs/rimraf.git
│ │ │   https://github.com/isaacs/rimraf
│ │ ├── semver@2.2.1
│ │ │   The semantic version parser used by npm.
│ │ │   git://github.com/isaacs/node-semver.git
│ │ │   https://github.com/isaacs/node-semver
│ │ ├─┬ shell-quote@1.4.1
│ │ │ │ quote and parse shell commands
│ │ │ │ http://github.com/substack/node-shell-quote.git
│ │ │ │ https://github.com/substack/node-shell-quote
│ │ │ ├── array-filter@0.0.1
│ │ │ │   Array#filter for older browsers.
│ │ │ │   git://github.com/juliangruber/array-filter.git
│ │ │ │   https://github.com/juliangruber/array-filter
│ │ │ ├── array-map@0.0.0
│ │ │ │   `[].map(f)` for older browsers
│ │ │ │   git://github.com/substack/array-map.git
│ │ │ │   https://github.com/substack/array-map
│ │ │ ├── array-reduce@0.0.0
│ │ │ │   `[].reduce()` for old browsers
│ │ │ │   git://github.com/substack/array-reduce.git
│ │ │ │   https://github.com/substack/array-reduce
│ │ │ └── jsonify@0.0.0
│ │ │     JSON without touching any globals
│ │ │     http://github.com/substack/jsonify.git
│ │ │     https://github.com/substack/jsonify
│ │ ├── stringify-object@0.2.1
│ │ │   Stringify an object/array like JSON.stringify just without all the double-quotes
│ │ │   git://github.com/yeoman/stringify-object
│ │ │   https://github.com/yeoman/stringify-object
│ │ ├─┬ tar@0.1.19
│ │ │ │ tar for node
│ │ │ │ git://github.com/isaacs/node-tar.git
│ │ │ │ https://github.com/isaacs/node-tar
│ │ │ ├─┬ block-stream@0.0.7
│ │ │ │ │ a stream of blocks
│ │ │ │ │ git://github.com/isaacs/block-stream.git
│ │ │ │ │ https://github.com/isaacs/block-stream
│ │ │ │ └── inherits@2.0.1
│ │ │ │     Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │     git://github.com/isaacs/inherits
│ │ │ │     https://github.com/isaacs/inherits
│ │ │ ├── fstream@0.1.25
│ │ │ │   Advanced file system stream things
│ │ │ │   git://github.com/isaacs/fstream.git
│ │ │ │   https://github.com/isaacs/fstream
│ │ │ └── inherits@2.0.1
│ │ │     Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │     git://github.com/isaacs/inherits
│ │ │     https://github.com/isaacs/inherits
│ │ ├── tmp@0.0.23
│ │ │   Temporary file and directory creator
│ │ │   git://github.com/raszi/node-tmp.git
│ │ │   http://github.com/raszi/node-tmp
│ │ ├─┬ update-notifier@0.1.8
│ │ │ │ Update notifier for your package
│ │ │ │ git://github.com/yeoman/update-notifier.git
│ │ │ │ https://github.com/yeoman/update-notifier
│ │ │ ├── chalk@0.4.0
│ │ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │ │   git://github.com/sindresorhus/chalk
│ │ │ │   https://github.com/sindresorhus/chalk
│ │ │ ├── configstore@0.2.3
│ │ │ │   Easily load and save config without having to think about where and how
│ │ │ │   git://github.com/yeoman/configstore.git
│ │ │ │   https://github.com/yeoman/configstore
│ │ │ ├─┬ request@2.27.0
│ │ │ │ │ Simplified HTTP request client.
│ │ │ │ │ http://github.com/mikeal/request.git
│ │ │ │ │ https://github.com/mikeal/request
│ │ │ │ ├── aws-sign@0.3.0
│ │ │ │ │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │ ├── cookie-jar@0.3.0
│ │ │ │ │   Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ │ ├── forever-agent@0.5.2
│ │ │ │ │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │ ├─┬ form-data@0.1.2
│ │ │ │ │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │ │ │ │ git://github.com/felixge/node-form-data.git
│ │ │ │ │ │ https://github.com/felixge/node-form-data
│ │ │ │ │ ├── async@0.2.10
│ │ │ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │ │ │   https://github.com/caolan/async.git
│ │ │ │ │ │   https://github.com/caolan/async
│ │ │ │ │ ├─┬ combined-stream@0.0.4
│ │ │ │ │ │ │ A stream that emits multiple other streams one after another.
│ │ │ │ │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │ │ │ │ │ https://github.com/felixge/node-combined-stream
│ │ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ │ │     Buffers events from a stream until you are ready to handle them.
│ │ │ │ │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │ │ │ │     https://github.com/felixge/node-delayed-stream
│ │ │ │ │ └── mime@1.2.11
│ │ │ │ │     A comprehensive library for mime-type mapping
│ │ │ │ │     https://github.com/broofa/node-mime
│ │ │ │ │     https://github.com/broofa/node-mime
│ │ │ │ ├─┬ hawk@1.0.0
│ │ │ │ │ │ HTTP Hawk Authentication Scheme
│ │ │ │ │ │ git://github.com/hueniverse/hawk
│ │ │ │ │ │ https://github.com/hueniverse/hawk
│ │ │ │ │ ├─┬ boom@0.4.2
│ │ │ │ │ │ │ HTTP-friendly error objects
│ │ │ │ │ │ │ git://github.com/spumko/boom
│ │ │ │ │ │ │ https://github.com/spumko/boom
│ │ │ │ │ │ └── hoek@0.9.1
│ │ │ │ │ │     General purpose node utilities
│ │ │ │ │ │     git://github.com/spumko/hoek
│ │ │ │ │ │     https://github.com/spumko/hoek
│ │ │ │ │ ├─┬ cryptiles@0.2.2
│ │ │ │ │ │ │ General purpose crypto utilities
│ │ │ │ │ │ │ git://github.com/hueniverse/cryptiles
│ │ │ │ │ │ │ https://github.com/hueniverse/cryptiles
│ │ │ │ │ │ └── boom@0.4.2
│ │ │ │ │ │     HTTP-friendly error objects
│ │ │ │ │ │     git://github.com/spumko/boom
│ │ │ │ │ │     https://github.com/spumko/boom
│ │ │ │ │ ├── hoek@0.9.1
│ │ │ │ │ │   General purpose node utilities
│ │ │ │ │ │   git://github.com/spumko/hoek
│ │ │ │ │ │   https://github.com/spumko/hoek
│ │ │ │ │ └─┬ sntp@0.2.4
│ │ │ │ │   │ SNTP Client
│ │ │ │ │   │ git://github.com/hueniverse/sntp
│ │ │ │ │   │ https://github.com/hueniverse/sntp
│ │ │ │ │   └── hoek@0.9.1
│ │ │ │ │       General purpose node utilities
│ │ │ │ │       git://github.com/spumko/hoek
│ │ │ │ │       https://github.com/spumko/hoek
│ │ │ │ ├─┬ http-signature@0.10.0
│ │ │ │ │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │ │ │ │ git://github.com/joyent/node-http-signature.git
│ │ │ │ │ │ https://github.com/joyent/node-http-signature
│ │ │ │ │ ├── asn1@0.1.11
│ │ │ │ │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │ │ │ │   git://github.com/mcavage/node-asn1.git
│ │ │ │ │ │   https://github.com/mcavage/node-asn1
│ │ │ │ │ ├── assert-plus@0.1.2
│ │ │ │ │ │   Extra assertions on top of node's assert module
│ │ │ │ │ └── ctype@0.5.2
│ │ │ │ │     read and write binary structures and data types
│ │ │ │ │     https://github.com/rmustacc/node-ctype
│ │ │ │ ├── json-stringify-safe@5.0.0
│ │ │ │ │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │ │ │   git://github.com/isaacs/json-stringify-safe
│ │ │ │ │   https://github.com/isaacs/json-stringify-safe
│ │ │ │ ├── mime@1.2.11
│ │ │ │ │   A comprehensive library for mime-type mapping
│ │ │ │ │   https://github.com/broofa/node-mime
│ │ │ │ │   https://github.com/broofa/node-mime
│ │ │ │ ├── node-uuid@1.4.1
│ │ │ │ │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │ │ │   https://github.com/broofa/node-uuid.git
│ │ │ │ │   https://github.com/broofa/node-uuid
│ │ │ │ ├── oauth-sign@0.3.0
│ │ │ │ │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │ ├── qs@0.6.6
│ │ │ │ │   querystring parser
│ │ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ │ └── tunnel-agent@0.3.0
│ │ │ │     HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │ │     https://github.com/mikeal/tunnel-agent
│ │ │ │     https://github.com/mikeal/tunnel-agent
│ │ │ └── semver@2.1.0
│ │ │     The semantic version parser used by npm.
│ │ │     git://github.com/isaacs/node-semver.git
│ │ │     https://github.com/isaacs/node-semver
│ │ └── which@1.0.5
│ │     Like which(1) unix command. Find the first instance of an executable in the PATH.
│ │     git://github.com/isaacs/node-which.git
│ │     https://github.com/isaacs/node-which
│ ├─┬ bower-config@0.5.0
│ │ │ The Bower config reader and writer.
│ │ │ git://github.com/bower/config.git
│ │ │ http://bower.io
│ │ ├── graceful-fs@2.0.3
│ │ │   A drop-in replacement for fs, making various improvements.
│ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │   https://github.com/isaacs/node-graceful-fs
│ │ ├── mout@0.6.0
│ │ │   Modular Utilities
│ │ │   git://github.com/mout/mout.git
│ │ │   http://moutjs.com/
│ │ ├─┬ optimist@0.6.1
│ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ https://github.com/substack/node-optimist
│ │ │ ├── minimist@0.0.10
│ │ │ │   parse argument options
│ │ │ │   git://github.com/substack/minimist.git
│ │ │ │   https://github.com/substack/minimist
│ │ │ └── wordwrap@0.0.2
│ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │     git://github.com/substack/node-wordwrap.git
│ │ │     https://github.com/substack/node-wordwrap
│ │ └── osenv@0.0.3
│ │     Look up environment settings specific to different operating systems
│ │     git://github.com/isaacs/osenv
│ │     https://github.com/isaacs/osenv
│ ├─┬ broccoli@0.12.0
│ │ │ Fast client-side asset builder
│ │ │ https://github.com/broccolijs/broccoli
│ │ │ https://github.com/broccolijs/broccoli
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├── commander@2.2.0
│ │ │   the complete solution for node.js command-line programs
│ │ │   https://github.com/visionmedia/commander.js.git
│ │ │   https://github.com/visionmedia/commander.js
│ │ ├─┬ connect@2.14.5
│ │ │ │ High performance middleware framework
│ │ │ │ git://github.com/senchalabs/connect.git
│ │ │ │ https://github.com/senchalabs/connect
│ │ │ ├── basic-auth-connect@1.0.0
│ │ │ │   Basic auth middleware for node and connect
│ │ │ │   https://github.com/expressjs/basic-auth-connect.git
│ │ │ │   https://github.com/expressjs/basic-auth-connect
│ │ │ ├── bytes@0.3.0
│ │ │ │   byte size string parser / serializer
│ │ │ │   https://github.com/visionmedia/bytes.js.git
│ │ │ │   https://github.com/visionmedia/bytes.js
│ │ │ ├─┬ compression@1.0.0
│ │ │ │ │ Compression middleware for connect and node.js
│ │ │ │ │ https://github.com/expressjs/compression.git
│ │ │ │ │ https://github.com/expressjs/compression
│ │ │ │ ├── bytes@0.2.1
│ │ │ │ │   byte size string parser / serializer
│ │ │ │ ├── compressible@1.0.0
│ │ │ │ │   Compressible Content-Type / mime checking
│ │ │ │ │   https://github.com/expressjs/compressible.git
│ │ │ │ │   https://github.com/expressjs/compressible
│ │ │ │ └── negotiator@0.3.0
│ │ │ │     HTTP content negotiation
│ │ │ │     git://github.com/federomero/negotiator.git
│ │ │ │     https://github.com/federomero/negotiator
│ │ │ ├─┬ connect-timeout@1.0.0
│ │ │ │ │ timeout middleware
│ │ │ │ │ https://github.com/expressjs/timeout.git
│ │ │ │ │ https://github.com/expressjs/timeout
│ │ │ │ └── debug@0.8.1
│ │ │ │     small debugging utility
│ │ │ │     git://github.com/visionmedia/debug.git
│ │ │ │     https://github.com/visionmedia/debug
│ │ │ ├─┬ cookie-parser@1.0.1
│ │ │ │ │ cookie parsing with signatures
│ │ │ │ │ git://github.com/expressjs/cookie-parser.git
│ │ │ │ │ https://github.com/expressjs/cookie-parser
│ │ │ │ ├── cookie@0.1.0
│ │ │ │ │   cookie parsing and serialization
│ │ │ │ │   git://github.com/shtylman/node-cookie.git
│ │ │ │ │   https://github.com/shtylman/node-cookie
│ │ │ │ └── cookie-signature@1.0.3
│ │ │ │     Sign and unsign cookies
│ │ │ │     https://github.com/visionmedia/node-cookie-signature.git
│ │ │ │     https://github.com/visionmedia/node-cookie-signature
│ │ │ ├── cookie-signature@1.0.3
│ │ │ │   Sign and unsign cookies
│ │ │ │   https://github.com/visionmedia/node-cookie-signature.git
│ │ │ │   https://github.com/visionmedia/node-cookie-signature
│ │ │ ├─┬ csurf@1.1.0
│ │ │ │ │ CSRF token middleware
│ │ │ │ │ git://github.com/expressjs/csurf
│ │ │ │ │ https://github.com/expressjs/csurf
│ │ │ │ ├── scmp@0.0.3
│ │ │ │ │   safe, constant-time string-comparison
│ │ │ │ │   git://github.com/freewil/scmp.git
│ │ │ │ │   https://github.com/freewil/scmp
│ │ │ │ └── uid2@0.0.3
│ │ │ │     strong uid
│ │ │ ├── debug@0.8.1
│ │ │ │   small debugging utility
│ │ │ │   git://github.com/visionmedia/debug.git
│ │ │ │   https://github.com/visionmedia/debug
│ │ │ ├── errorhandler@1.0.0
│ │ │ │   connect's default error handler page
│ │ │ │   https://github.com/expressjs/errorhandler.git
│ │ │ │   https://github.com/expressjs/errorhandler
│ │ │ ├─┬ express-session@1.0.2
│ │ │ │ │ Setup session store with the given `options`.
│ │ │ │ ├── buffer-crc32@0.2.1
│ │ │ │ │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │ │ │ │   git://github.com/brianloveswords/buffer-crc32.git
│ │ │ │ │   https://github.com/brianloveswords/buffer-crc32
│ │ │ │ ├── cookie@0.1.0
│ │ │ │ │   cookie parsing and serialization
│ │ │ │ │   git://github.com/shtylman/node-cookie.git
│ │ │ │ │   https://github.com/shtylman/node-cookie
│ │ │ │ ├── cookie-signature@1.0.3
│ │ │ │ │   Sign and unsign cookies
│ │ │ │ │   https://github.com/visionmedia/node-cookie-signature.git
│ │ │ │ │   https://github.com/visionmedia/node-cookie-signature
│ │ │ │ ├── debug@0.7.4
│ │ │ │ │   small debugging utility
│ │ │ │ │   git://github.com/visionmedia/debug.git
│ │ │ │ │   https://github.com/visionmedia/debug
│ │ │ │ ├── uid2@0.0.3
│ │ │ │ │   strong uid
│ │ │ │ └── utils-merge@1.0.0
│ │ │ │     merge() utility function
│ │ │ │     git://github.com/jaredhanson/utils-merge.git
│ │ │ │     https://github.com/jaredhanson/utils-merge
│ │ │ ├── fresh@0.2.2
│ │ │ │   HTTP response freshness testing
│ │ │ │   https://github.com/visionmedia/node-fresh.git
│ │ │ │   https://github.com/visionmedia/node-fresh
│ │ │ ├─┬ method-override@1.0.0
│ │ │ │ │ method override
│ │ │ │ │ https://github.com/expressjs/method-override.git
│ │ │ │ │ https://github.com/expressjs/method-override
│ │ │ │ └── methods@1.0.0
│ │ │ │     HTTP methods that node supports
│ │ │ │     git://github.com/visionmedia/node-methods.git
│ │ │ │     https://github.com/visionmedia/node-methods
│ │ │ ├─┬ morgan@1.0.0
│ │ │ │ │ connect's logger for node.js
│ │ │ │ │ https://github.com/expressjs/morgan.git
│ │ │ │ │ https://github.com/expressjs/morgan
│ │ │ │ └── bytes@0.2.1
│ │ │ │     byte size string parser / serializer
│ │ │ ├─┬ multiparty@2.2.0
│ │ │ │ │ multipart/form-data parser which supports streaming
│ │ │ │ │ git@github.com:superjoe30/node-multiparty.git
│ │ │ │ │ https://github.com/superjoe30/node-multiparty
│ │ │ │ ├─┬ readable-stream@1.1.13-1
│ │ │ │ │ │ Streams3, a user-land copy of the stream library from Node.js v0.11.x
│ │ │ │ │ │ git://github.com/isaacs/readable-stream
│ │ │ │ │ │ https://github.com/isaacs/readable-stream
│ │ │ │ │ ├── core-util-is@1.0.1
│ │ │ │ │ │   The `util.is*` functions introduced in Node v0.12.
│ │ │ │ │ │   git://github.com/isaacs/core-util-is
│ │ │ │ │ │   https://github.com/isaacs/core-util-is
│ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │ │ │   git://github.com/isaacs/inherits
│ │ │ │ │ │   https://github.com/isaacs/inherits
│ │ │ │ │ ├── isarray@0.0.1
│ │ │ │ │ │   Array#isArray for older browsers
│ │ │ │ │ │   git://github.com/juliangruber/isarray.git
│ │ │ │ │ │   https://github.com/juliangruber/isarray
│ │ │ │ │ └── string_decoder@0.10.25-1
│ │ │ │ │     The string_decoder module from Node core
│ │ │ │ │     git://github.com/rvagg/string_decoder.git
│ │ │ │ │     https://github.com/rvagg/string_decoder
│ │ │ │ └─┬ stream-counter@0.2.0
│ │ │ │   │ keeps track of how many bytes have been written to a stream
│ │ │ │   │ git://github.com/superjoe30/node-stream-counter.git
│ │ │ │   │ https://github.com/superjoe30/node-stream-counter
│ │ │ │   └── readable-stream@1.1.13-1
│ │ │ │       Streams3, a user-land copy of the stream library from Node.js v0.11.x
│ │ │ │       git://github.com/isaacs/readable-stream
│ │ │ │       https://github.com/isaacs/readable-stream
│ │ │ ├── pause@0.0.1
│ │ │ │   Pause streams...
│ │ │ ├── qs@0.6.6
│ │ │ │   querystring parser
│ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ ├─┬ raw-body@1.1.4
│ │ │ │ │ Get and validate the raw body of a readable stream.
│ │ │ │ │ https://github.com/stream-utils/raw-body.git
│ │ │ │ │ https://github.com/stream-utils/raw-body
│ │ │ │ └── bytes@0.3.0
│ │ │ │     byte size string parser / serializer
│ │ │ │     https://github.com/visionmedia/bytes.js.git
│ │ │ │     https://github.com/visionmedia/bytes.js
│ │ │ ├── response-time@1.0.0
│ │ │ │   X-Response-Time header for node.js
│ │ │ │   https://github.com/expressjs/response-time.git
│ │ │ │   https://github.com/expressjs/response-time
│ │ │ ├─┬ serve-index@1.0.1
│ │ │ │ │ Serve directory listings
│ │ │ │ │ https://github.com/expressjs/serve-index.git
│ │ │ │ │ https://github.com/expressjs/serve-index
│ │ │ │ ├── batch@0.5.0
│ │ │ │ │   Simple async batch
│ │ │ │ └── negotiator@0.4.2
│ │ │ │     HTTP content negotiation
│ │ │ │     git://github.com/federomero/negotiator.git
│ │ │ │     https://github.com/federomero/negotiator
│ │ │ ├─┬ serve-static@1.1.0
│ │ │ │ │ Serve static files
│ │ │ │ │ https://github.com/expressjs/serve-static.git
│ │ │ │ │ https://github.com/expressjs/serve-static
│ │ │ │ ├── parseurl@1.0.1
│ │ │ │ │   parse a url with memoization
│ │ │ │ │   https://github.com/expressjs/parseurl.git
│ │ │ │ │   https://github.com/expressjs/parseurl
│ │ │ │ └─┬ send@0.3.0
│ │ │ │   │ Better streaming static file server with Range and conditional-GET support
│ │ │ │   │ git://github.com/visionmedia/send.git
│ │ │ │   │ https://github.com/visionmedia/send
│ │ │ │   ├── buffer-crc32@0.2.1
│ │ │ │   │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │ │ │   │   git://github.com/brianloveswords/buffer-crc32.git
│ │ │ │   │   https://github.com/brianloveswords/buffer-crc32
│ │ │ │   ├── debug@0.8.0
│ │ │ │   │   small debugging utility
│ │ │ │   │   git://github.com/visionmedia/debug.git
│ │ │ │   │   https://github.com/visionmedia/debug
│ │ │ │   ├── fresh@0.2.2
│ │ │ │   │   HTTP response freshness testing
│ │ │ │   │   https://github.com/visionmedia/node-fresh.git
│ │ │ │   │   https://github.com/visionmedia/node-fresh
│ │ │ │   ├── mime@1.2.11
│ │ │ │   │   A comprehensive library for mime-type mapping
│ │ │ │   │   https://github.com/broofa/node-mime
│ │ │ │   │   https://github.com/broofa/node-mime
│ │ │ │   └── range-parser@1.0.0
│ │ │ │       Range header field string parser
│ │ │ │       https://github.com/visionmedia/node-range-parser.git
│ │ │ │       https://github.com/visionmedia/node-range-parser
│ │ │ ├── setimmediate@1.0.1
│ │ │ │   A shim for the setImmediate efficient script yielding API
│ │ │ │   git://github.com/NobleJS/setImmediate.git
│ │ │ │   https://github.com/NobleJS/setImmediate
│ │ │ ├── static-favicon@1.0.2
│ │ │ │   favicon serving middleware with caching
│ │ │ │   git://github.com/expressjs/favicon.git
│ │ │ │   https://github.com/expressjs/favicon
│ │ │ └── vhost@1.0.0
│ │ │     virtual domain hosting
│ │ │     https://github.com/expressjs/vhost.git
│ │ │     https://github.com/expressjs/vhost
│ │ ├─┬ findup-sync@0.1.3
│ │ │ │ Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
│ │ │ │ git://github.com/cowboy/node-findup-sync.git
│ │ │ │ https://github.com/cowboy/node-findup-sync
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── lodash@2.4.1
│ │ │     A utility library delivering consistency, customization, performance, & extras.
│ │ │     https://github.com/lodash/lodash.git
│ │ │     http://lodash.com/
│ │ ├─┬ handlebars@1.3.0
│ │ │ │ Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
│ │ │ │ https://github.com/wycats/handlebars.js.git
│ │ │ │ http://www.handlebarsjs.com/
│ │ │ ├─┬ optimist@0.3.7
│ │ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ │ https://github.com/substack/node-optimist
│ │ │ │ └── wordwrap@0.0.2
│ │ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │ │     git://github.com/substack/node-wordwrap.git
│ │ │ │     https://github.com/substack/node-wordwrap
│ │ │ └─┬ uglify-js@2.3.6
│ │ │   │ JavaScript parser, mangler/compressor and beautifier toolkit
│ │ │   │ https://github.com/mishoo/UglifyJS2.git
│ │ │   │ http://lisperator.net/uglifyjs
│ │ │   ├── async@0.2.10
│ │ │   │   Higher-order functions and common patterns for asynchronous code
│ │ │   │   https://github.com/caolan/async.git
│ │ │   │   https://github.com/caolan/async
│ │ │   ├── optimist@0.3.7
│ │ │   │   Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │   │   http://github.com/substack/node-optimist.git
│ │ │   │   https://github.com/substack/node-optimist
│ │ │   └─┬ source-map@0.1.33
│ │ │     │ Generates and consumes source maps
│ │ │     │ http://github.com/mozilla/source-map.git
│ │ │     │ https://github.com/mozilla/source-map
│ │ │     └── amdefine@0.1.0
│ │ │         Provide AMD's define() API for declaring modules in the AMD format
│ │ │         https://github.com/jrburke/amdefine.git
│ │ │         http://github.com/jrburke/amdefine
│ │ ├── mime@1.2.11
│ │ │   A comprehensive library for mime-type mapping
│ │ │   https://github.com/broofa/node-mime
│ │ │   https://github.com/broofa/node-mime
│ │ ├── ncp@0.5.0
│ │ │   Asynchronous recursive file copy utility.
│ │ │   https://github.com/AvianFlu/ncp.git
│ │ │   https://github.com/AvianFlu/ncp
│ │ ├── rsvp@3.0.6
│ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │   https://github.com/tildeio/rsvp.js
│ │ └── tiny-lr@0.0.5
│ │     Tiny LiveReload server, background-friendly
│ │     git://github.com/mklabs/tiny-lr.git
│ │     https://github.com/mklabs/tiny-lr
│ ├─┬ broccoli-clean-css@0.1.5
│ │ │ CSS minifier for Broccoli with clean-css
│ │ │ https://github.com/shinnn/broccoli-clean-css.git
│ │ │ https://github.com/shinnn/broccoli-clean-css
│ │ ├─┬ broccoli-filter@0.1.6
│ │ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ ├── glob@3.2.9
│ │ │ │ │   a little globber
│ │ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │ │   https://github.com/isaacs/node-glob
│ │ │ │ └── mkdirp@0.3.5
│ │ │ │     Recursively mkdir, like `mkdir -p`
│ │ │ │     http://github.com/substack/node-mkdirp.git
│ │ │ │     https://github.com/substack/node-mkdirp
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.1
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ ├── rsvp@3.0.6
│ │ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │ │   https://github.com/tildeio/rsvp.js
│ │ │ └── walk-sync@0.1.2
│ │ │     Get an array of recursive directory contents
│ │ │     https://github.com/joliss/node-walk-sync
│ │ │     https://github.com/joliss/node-walk-sync
│ │ └─┬ clean-css@2.1.8
│ │   │ A well-tested CSS minifier
│ │   │ https://github.com/GoalSmashers/clean-css.git
│ │   │ https://github.com/GoalSmashers/clean-css
│ │   └── commander@2.1.0
│ │       the complete solution for node.js command-line programs
│ │       https://github.com/visionmedia/commander.js.git
│ │       https://github.com/visionmedia/commander.js
│ ├─┬ broccoli-concat@0.0.6
│ │ │ Concatenate broccoli trees
│ │ │ https://github.com/rlivsey/broccoli-concat
│ │ │ https://github.com/rlivsey/broccoli-concat
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├── js-string-escape@1.0.0
│ │ │   Escape strings for use as JavaScript string literals
│ │ │   https://github.com/joliss/js-string-escape
│ │ │   https://github.com/joliss/js-string-escape
│ │ └── mkdirp@0.3.5
│ │     Recursively mkdir, like `mkdir -p`
│ │     http://github.com/substack/node-mkdirp.git
│ │     https://github.com/substack/node-mkdirp
│ ├── broccoli-env@0.0.1
│ │   Get the environment (production, development) from BROCCOLI_ENV
│ │   https://github.com/joliss/broccoli-env
│ │   https://github.com/joliss/broccoli-env
│ ├─┬ broccoli-es6-concatenator@0.1.4
│ │ │ ES6 transpiler and concatenator for Broccoli
│ │ │ https://github.com/joliss/broccoli-es6-concatenator
│ │ │ https://github.com/joliss/broccoli-es6-concatenator
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├─┬ es6-module-transpiler@0.3.6
│ │ │ │ es6-module-transpiler is an experimental compiler that allows you to write your JavaScript using a subset of the current ES6 module syntax, and compile it into AMD, CommonJS, and globals styles.
│ │ │ │ https://github.com/square/es6-module-transpiler.git
│ │ │ │ http://square.github.com/es6-module-transpiler
│ │ │ ├─┬ optimist@0.3.7
│ │ │ │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │ │ │ │ http://github.com/substack/node-optimist.git
│ │ │ │ │ https://github.com/substack/node-optimist
│ │ │ │ └── wordwrap@0.0.2
│ │ │ │     Wrap those words. Show them at what columns to start and stop.
│ │ │ │     git://github.com/substack/node-wordwrap.git
│ │ │ │     https://github.com/substack/node-wordwrap
│ │ │ └── through@2.3.4
│ │ │     simplified stream contsruction
│ │ │     https://github.com/dominictarr/through.git
│ │ │     http://github.com/dominictarr/through
│ │ ├── js-string-escape@1.0.0
│ │ │   Escape strings for use as JavaScript string literals
│ │ │   https://github.com/joliss/js-string-escape
│ │ │   https://github.com/joliss/js-string-escape
│ │ └── mkdirp@0.3.5
│ │     Recursively mkdir, like `mkdir -p`
│ │     http://github.com/substack/node-mkdirp.git
│ │     https://github.com/substack/node-mkdirp
│ ├─┬ broccoli-es6-import-validate@0.1.0
│ │ │ A Broccoli plugin for validating es6 imports
│ │ │ git://github.com/jgable/broccoli-es6-import-validate.git
│ │ │ https://github.com/jgable/broccoli-es6-import-validate
│ │ ├─┬ broccoli-filter@0.1.6
│ │ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ ├── broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │   Collection of helpers that need to be extracted into separate packages
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.1
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ ├── rsvp@3.0.6
│ │ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │ │   https://github.com/tildeio/rsvp.js
│ │ │ └── walk-sync@0.1.2
│ │ │     Get an array of recursive directory contents
│ │ │     https://github.com/joliss/node-walk-sync
│ │ │     https://github.com/joliss/node-walk-sync
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├── chalk@0.4.0
│ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │   git://github.com/sindresorhus/chalk
│ │ │   https://github.com/sindresorhus/chalk
│ │ ├─┬ es6-import-validate@0.0.10
│ │ │ │ A simple ES6 Harmony Module import statement validator
│ │ │ │ git://github.com/sproutsocial/es6-import-validate.git
│ │ │ │ https://github.com/sproutsocial/es6-import-validate
│ │ │ ├── bluebird@1.0.8
│ │ │ │   Full featured Promises/A+ implementation with exceptionally good performance
│ │ │ │   git://github.com/petkaantonov/bluebird.git
│ │ │ │   https://github.com/petkaantonov/bluebird
│ │ │ ├── esprima@1.1.0-dev-harmony (git://github.com/jgable/esprima.git#4d49c123721b22ef452e8ab574eb3e465c3c5cf0)
│ │ │ │   ECMAScript parsing infrastructure for multipurpose analysis
│ │ │ │   http://github.com/ariya/esprima.git
│ │ │ │   http://esprima.org
│ │ │ │   git://github.com/jgable/esprima.git#exportDefaultObject
│ │ │ └── lodash-node@2.4.1
│ │ │     A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.
│ │ │     https://github.com/lodash/lodash-node.git
│ │ │     http://lodash.com/custom-builds
│ │ └── lodash@2.4.1
│ │     A utility library delivering consistency, customization, performance, & extras.
│ │     https://github.com/lodash/lodash.git
│ │     http://lodash.com/
│ ├─┬ broccoli-export-tree@0.3.1
│ │ │ Broccoli plugin to export a tree.
│ │ │ https://github.com/rjackson/broccoli-export-tree.git
│ │ │ https://github.com/rjackson/broccoli-export-tree
│ │ ├─┬ broccoli-caching-writer@0.1.2
│ │ │ │ Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer.git
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer
│ │ │ ├── broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │   Collection of helpers that need to be extracted into separate packages
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.2
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├─┬ mkdirp@0.4.2
│ │ │ │ │ Recursively mkdir, like `mkdir -p`
│ │ │ │ │ https://github.com/substack/node-mkdirp.git
│ │ │ │ │ https://github.com/substack/node-mkdirp
│ │ │ │ └── minimist@0.0.8
│ │ │ │     parse argument options
│ │ │ │     git://github.com/substack/minimist.git
│ │ │ │     https://github.com/substack/minimist
│ │ │ ├─┬ quick-temp@0.1.2
│ │ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ ├── mktemp@0.3.4
│ │ │ │ │   mktemp command for node.js
│ │ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ │ ├── rimraf@2.2.8
│ │ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │ │   https://github.com/isaacs/rimraf
│ │ │ │ └── underscore.string@2.3.3
│ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ └── rimraf@2.2.8
│ │ │     A deep deletion module for node (like `rm -rf`)
│ │ │     git://github.com/isaacs/rimraf.git
│ │ │     https://github.com/isaacs/rimraf
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ └── rimraf@2.2.8
│ │     A deep deletion module for node (like `rm -rf`)
│ │     git://github.com/isaacs/rimraf.git
│ │     https://github.com/isaacs/rimraf
│ ├─┬ broccoli-file-mover@0.3.1
│ │ │ Broccoli plugin to move a single file.
│ │ │ https://github.com/rjackson/broccoli-file-mover.git
│ │ │ https://github.com/rjackson/broccoli-file-mover
│ │ ├─┬ broccoli-caching-writer@0.1.2
│ │ │ │ Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer.git
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer
│ │ │ ├── broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │   Collection of helpers that need to be extracted into separate packages
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.2
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├─┬ mkdirp@0.4.2
│ │ │ │ │ Recursively mkdir, like `mkdir -p`
│ │ │ │ │ https://github.com/substack/node-mkdirp.git
│ │ │ │ │ https://github.com/substack/node-mkdirp
│ │ │ │ └── minimist@0.0.8
│ │ │ │     parse argument options
│ │ │ │     git://github.com/substack/minimist.git
│ │ │ │     https://github.com/substack/minimist
│ │ │ ├─┬ quick-temp@0.1.2
│ │ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ ├── mktemp@0.3.4
│ │ │ │ │   mktemp command for node.js
│ │ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ │ ├── rimraf@2.2.8
│ │ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │ │   https://github.com/isaacs/rimraf
│ │ │ │ └── underscore.string@2.3.3
│ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ └── rimraf@2.2.8
│ │ │     A deep deletion module for node (like `rm -rf`)
│ │ │     git://github.com/isaacs/rimraf.git
│ │ │     https://github.com/isaacs/rimraf
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ └── rimraf@2.2.8
│ │     A deep deletion module for node (like `rm -rf`)
│ │     git://github.com/isaacs/rimraf.git
│ │     https://github.com/isaacs/rimraf
│ ├─┬ broccoli-jshint@0.4.0
│ │ │ Broccoli plugin run JSHint on a specific tree.
│ │ │ https://github.com/rjackson/broccoli-jshint.git
│ │ │ https://github.com/rjackson/broccoli-jshint
│ │ ├─┬ broccoli-caching-writer@0.3.0
│ │ │ │ Broccoli plugin that allows simple caching (while still allowing N:N) based on the input tree hash.
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer.git
│ │ │ │ https://github.com/rjackson/broccoli-caching-writer
│ │ │ ├── broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │   Collection of helpers that need to be extracted into separate packages
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │   https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.2
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── mkdirp@0.4.2
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   https://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ quick-temp@0.1.2
│ │ │ │ │ Create and remove temporary directories with minimal effort
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ │ https://github.com/joliss/node-quick-temp
│ │ │ │ ├── mktemp@0.3.4
│ │ │ │ │   mktemp command for node.js
│ │ │ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │ │ │   https://github.com/sasaplus1/mktemp
│ │ │ │ ├── rimraf@2.2.8
│ │ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │ │   https://github.com/isaacs/rimraf
│ │ │ │ └── underscore.string@2.3.3
│ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ └── walk-sync@0.1.2
│ │ │     Get an array of recursive directory contents
│ │ │     https://github.com/joliss/node-walk-sync
│ │ │     https://github.com/joliss/node-walk-sync
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├── chalk@0.4.0
│ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │   git://github.com/sindresorhus/chalk
│ │ │   https://github.com/sindresorhus/chalk
│ │ ├─┬ findup-sync@0.1.3
│ │ │ │ Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
│ │ │ │ git://github.com/cowboy/node-findup-sync.git
│ │ │ │ https://github.com/cowboy/node-findup-sync
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── lodash@2.4.1
│ │ │     A utility library delivering consistency, customization, performance, & extras.
│ │ │     https://github.com/lodash/lodash.git
│ │ │     http://lodash.com/
│ │ ├─┬ jshint@2.5.1
│ │ │ │ Static analysis tool for JavaScript
│ │ │ │ https://github.com/jshint/jshint.git
│ │ │ │ http://jshint.com/
│ │ │ ├─┬ cli@0.6.2
│ │ │ │ │ A tool for rapidly building command line apps
│ │ │ │ │ http://github.com/chriso/cli.git
│ │ │ │ │ http://github.com/chriso/cli
│ │ │ │ ├── exit@0.1.2
│ │ │ │ │   A replacement for process.exit that ensures stdio are fully drained before exiting.
│ │ │ │ │   git://github.com/cowboy/node-exit.git
│ │ │ │ │   https://github.com/cowboy/node-exit
│ │ │ │ └── glob@3.2.9
│ │ │ │     a little globber
│ │ │ │     git://github.com/isaacs/node-glob.git
│ │ │ │     https://github.com/isaacs/node-glob
│ │ │ ├─┬ console-browserify@1.1.0
│ │ │ │ │ Emulate console for all the browsers
│ │ │ │ │ git://github.com/Raynos/console-browserify.git
│ │ │ │ │ https://github.com/Raynos/console-browserify
│ │ │ │ └── date-now@0.1.4
│ │ │ │     A requirable version of Date.now()
│ │ │ │     git://github.com/Colingo/date-now.git
│ │ │ │     https://github.com/Colingo/date-now
│ │ │ ├── exit@0.1.2
│ │ │ │   A replacement for process.exit that ensures stdio are fully drained before exiting.
│ │ │ │   git://github.com/cowboy/node-exit.git
│ │ │ │   https://github.com/cowboy/node-exit
│ │ │ ├─┬ htmlparser2@3.7.1
│ │ │ │ │ Fast & forgiving HTML/XML/RSS parser
│ │ │ │ │ git://github.com/fb55/htmlparser2.git
│ │ │ │ │ https://github.com/fb55/htmlparser2
│ │ │ │ ├── domelementtype@1.1.1
│ │ │ │ │   all the types of nodes in htmlparser2's dom
│ │ │ │ │   git://github.com/FB55/domelementtype.git
│ │ │ │ │   https://github.com/FB55/domelementtype
│ │ │ │ ├─┬ domhandler@2.2.0
│ │ │ │ │ │ handler for htmlparser2 that turns pages into a dom
│ │ │ │ │ │ git://github.com/fb55/domhandler.git
│ │ │ │ │ │ https://github.com/fb55/domhandler
│ │ │ │ │ └── domelementtype@1.1.1
│ │ │ │ │     all the types of nodes in htmlparser2's dom
│ │ │ │ │     git://github.com/FB55/domelementtype.git
│ │ │ │ │     https://github.com/FB55/domelementtype
│ │ │ │ ├─┬ domutils@1.4.3
│ │ │ │ │ │ utilities for working with htmlparser2's dom
│ │ │ │ │ │ git://github.com/FB55/domutils.git
│ │ │ │ │ │ https://github.com/FB55/domutils
│ │ │ │ │ └── domelementtype@1.1.1
│ │ │ │ │     all the types of nodes in htmlparser2's dom
│ │ │ │ │     git://github.com/FB55/domelementtype.git
│ │ │ │ │     https://github.com/FB55/domelementtype
│ │ │ │ ├── entities@1.0.0
│ │ │ │ │   Encode & decode XML/HTML entities with ease
│ │ │ │ │   git://github.com/fb55/node-entities.git
│ │ │ │ │   https://github.com/fb55/node-entities
│ │ │ │ └─┬ readable-stream@1.1.13-1
│ │ │ │   │ Streams3, a user-land copy of the stream library from Node.js v0.11.x
│ │ │ │   │ git://github.com/isaacs/readable-stream
│ │ │ │   │ https://github.com/isaacs/readable-stream
│ │ │ │   ├── core-util-is@1.0.1
│ │ │ │   │   The `util.is*` functions introduced in Node v0.12.
│ │ │ │   │   git://github.com/isaacs/core-util-is
│ │ │ │   │   https://github.com/isaacs/core-util-is
│ │ │ │   ├── inherits@2.0.1
│ │ │ │   │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   │   git://github.com/isaacs/inherits
│ │ │ │   │   https://github.com/isaacs/inherits
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   │   Array#isArray for older browsers
│ │ │ │   │   git://github.com/juliangruber/isarray.git
│ │ │ │   │   https://github.com/juliangruber/isarray
│ │ │ │   └── string_decoder@0.10.25-1
│ │ │ │       The string_decoder module from Node core
│ │ │ │       git://github.com/rvagg/string_decoder.git
│ │ │ │       https://github.com/rvagg/string_decoder
│ │ │ ├─┬ minimatch@0.3.0
│ │ │ │ │ a glob matcher in javascript
│ │ │ │ │ git://github.com/isaacs/minimatch.git
│ │ │ │ │ https://github.com/isaacs/minimatch
│ │ │ │ ├── lru-cache@2.5.0
│ │ │ │ │   A cache object that deletes the least-recently-used items.
│ │ │ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │ │ │   https://github.com/isaacs/node-lru-cache
│ │ │ │ └── sigmund@1.0.0
│ │ │ │     Quick and dirty signatures for Objects.
│ │ │ │     git://github.com/isaacs/sigmund
│ │ │ │     https://github.com/isaacs/sigmund
│ │ │ ├── shelljs@0.3.0
│ │ │ │   Portable Unix shell commands for Node.js
│ │ │ │   git://github.com/arturadib/shelljs.git
│ │ │ │   http://github.com/arturadib/shelljs
│ │ │ ├── strip-json-comments@0.1.2
│ │ │ │   Strip comments from JSON. Lets you use comments in your JSON files!
│ │ │ │   git://github.com/sindresorhus/strip-json-comments
│ │ │ │   https://github.com/sindresorhus/strip-json-comments
│ │ │ └── underscore@1.6.0
│ │ │     JavaScript's functional programming helper library.
│ │ │     git://github.com/jashkenas/underscore.git
│ │ │     http://underscorejs.org
│ │ ├─┬ mkdirp@0.4.2
│ │ │ │ Recursively mkdir, like `mkdir -p`
│ │ │ │ https://github.com/substack/node-mkdirp.git
│ │ │ │ https://github.com/substack/node-mkdirp
│ │ │ └── minimist@0.0.8
│ │ │     parse argument options
│ │ │     git://github.com/substack/minimist.git
│ │ │     https://github.com/substack/minimist
│ │ └── walk-sync@0.1.2
│ │     Get an array of recursive directory contents
│ │     https://github.com/joliss/node-walk-sync
│ │     https://github.com/joliss/node-walk-sync
│ ├─┬ broccoli-merge-trees@0.1.3
│ │ │ Broccoli plugin to merge multiple trees into one
│ │ │ https://github.com/joliss/broccoli-merge-trees
│ │ │ https://github.com/joliss/broccoli-merge-trees
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ └── walk-sync@0.1.2
│ │     Get an array of recursive directory contents
│ │     https://github.com/joliss/node-walk-sync
│ │     https://github.com/joliss/node-walk-sync
│ ├─┬ broccoli-replace@0.1.6
│ │ │ Replace text patterns with applause.
│ │ │ http://github.com/outaTiME/broccoli-replace.git
│ │ │ http://github.com/outaTiME/broccoli-replace
│ │ ├─┬ applause@0.3.2
│ │ │ │ Replace text patterns with a given replacement.
│ │ │ │ git://github.com/outaTiME/applause
│ │ │ │ https://github.com/outaTiME/applause
│ │ │ ├─┬ cson@1.4.5
│ │ │ │ │ CoffeeScript-Object-Notation Parser. Same as JSON but for CoffeeScript objects
│ │ │ │ │ http://github.com/bevry/cson.git
│ │ │ │ │ https://github.com/bevry/cson
│ │ │ │ ├── coffee-script@1.6.3
│ │ │ │ │   Unfancy JavaScript
│ │ │ │ │   git://github.com/jashkenas/coffee-script.git
│ │ │ │ │   http://coffeescript.org
│ │ │ │ ├─┬ extract-opts@2.2.0
│ │ │ │ │ │ Extract the options and callback from a function's arguments easily
│ │ │ │ │ │ http://github.com/bevry/extract-opts.git
│ │ │ │ │ │ https://github.com/bevry/extract-opts
│ │ │ │ │ └── typechecker@2.0.8
│ │ │ │ │     Utilities to get and check variable types (isString, isPlainObject, isRegExp, etc)
│ │ │ │ │     http://github.com/bevry/typechecker.git
│ │ │ │ │     https://github.com/bevry/typechecker
│ │ │ │ ├─┬ js2coffee@0.2.7
│ │ │ │ │ │ JavaScript to CoffeeScript compiler
│ │ │ │ │ │ https://github.com/rstacruz/js2coffee.git
│ │ │ │ │ │ http://ricostacruz.com/js2coffee
│ │ │ │ │ ├── coffee-script@1.6.3
│ │ │ │ │ │   Unfancy JavaScript
│ │ │ │ │ │   git://github.com/jashkenas/coffee-script.git
│ │ │ │ │ │   http://coffeescript.org
│ │ │ │ │ ├── file@0.2.2
│ │ │ │ │ │   Higher level path and file manipulation functions.
│ │ │ │ │ │   http://github.com/aconbere/node-file-utils.git
│ │ │ │ │ │   https://github.com/aconbere/node-file-utils
│ │ │ │ │ ├─┬ nopt@2.1.2
│ │ │ │ │ │ │ Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ │ │ │ │ http://github.com/isaacs/nopt
│ │ │ │ │ │ │ https://github.com/isaacs/nopt
│ │ │ │ │ │ └── abbrev@1.0.5
│ │ │ │ │ │     Like ruby's abbrev module, but in js
│ │ │ │ │ │     http://github.com/isaacs/abbrev-js
│ │ │ │ │ │     https://github.com/isaacs/abbrev-js
│ │ │ │ │ └── underscore@1.5.2
│ │ │ │ │     JavaScript's functional programming helper library.
│ │ │ │ │     git://github.com/jashkenas/underscore.git
│ │ │ │ │     http://underscorejs.org
│ │ │ │ └── requirefresh@1.1.2
│ │ │ │     Require a file without adding it into the require cache
│ │ │ │     http://github.com/bevry/requirefresh.git
│ │ │ │     https://github.com/bevry/requirefresh
│ │ │ ├─┬ js-yaml@3.0.2
│ │ │ │ │ YAML 1.2 parser and serializer
│ │ │ │ │ git://github.com/nodeca/js-yaml.git
│ │ │ │ │ https://github.com/nodeca/js-yaml
│ │ │ │ ├─┬ argparse@0.1.15
│ │ │ │ │ │ Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
│ │ │ │ │ │ git://github.com/nodeca/argparse.git
│ │ │ │ │ │ https://github.com/nodeca/argparse
│ │ │ │ │ ├── underscore@1.4.4
│ │ │ │ │ │   JavaScript's functional programming helper library.
│ │ │ │ │ │   git://github.com/documentcloud/underscore.git
│ │ │ │ │ │   http://underscorejs.org
│ │ │ │ │ └── underscore.string@2.3.3
│ │ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ │ └── esprima@1.0.4
│ │ │ │     ECMAScript parsing infrastructure for multipurpose analysis
│ │ │ │     http://github.com/ariya/esprima.git
│ │ │ │     http://esprima.org
│ │ │ └── lodash@2.4.1
│ │ │     A utility library delivering consistency, customization, performance, & extras.
│ │ │     https://github.com/lodash/lodash.git
│ │ │     http://lodash.com/
│ │ ├─┬ broccoli-filter@0.1.6
│ │ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ ├── glob@3.2.9
│ │ │ │ │   a little globber
│ │ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │ │   https://github.com/isaacs/node-glob
│ │ │ │ └── mkdirp@0.3.5
│ │ │ │     Recursively mkdir, like `mkdir -p`
│ │ │ │     http://github.com/substack/node-mkdirp.git
│ │ │ │     https://github.com/substack/node-mkdirp
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.1
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ ├── rsvp@3.0.6
│ │ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │ │   https://github.com/tildeio/rsvp.js
│ │ │ └── walk-sync@0.1.2
│ │ │     Get an array of recursive directory contents
│ │ │     https://github.com/joliss/node-walk-sync
│ │ │     https://github.com/joliss/node-walk-sync
│ │ └─┬ minimatch@0.2.14
│ │   │ a glob matcher in javascript
│ │   │ git://github.com/isaacs/minimatch.git
│ │   │ https://github.com/isaacs/minimatch
│ │   ├── lru-cache@2.5.0
│ │   │   A cache object that deletes the least-recently-used items.
│ │   │   git://github.com/isaacs/node-lru-cache.git
│ │   │   https://github.com/isaacs/node-lru-cache
│ │   └── sigmund@1.0.0
│ │       Quick and dirty signatures for Objects.
│ │       git://github.com/isaacs/sigmund
│ │       https://github.com/isaacs/sigmund
│ ├─┬ broccoli-static-compiler@0.1.4
│ │ │ Broccoli compiler to copy static files
│ │ │ https://github.com/joliss/broccoli-static-compiler
│ │ │ https://github.com/joliss/broccoli-static-compiler
│ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ └── rsvp@3.0.6
│ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │     https://github.com/tildeio/rsvp.js
│ │ └── mkdirp@0.3.5
│ │     Recursively mkdir, like `mkdir -p`
│ │     http://github.com/substack/node-mkdirp.git
│ │     https://github.com/substack/node-mkdirp
│ ├─┬ broccoli-uglify-js@0.1.3
│ │ │ UglifyJS2 filter for Broccoli
│ │ │ https://github.com/joliss/broccoli-uglify-js
│ │ │ https://github.com/joliss/broccoli-uglify-js
│ │ ├─┬ broccoli-filter@0.1.6
│ │ │ │ Helper base class for Broccoli plugins that map input files into output files one-to-one
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ │ https://github.com/joliss/broccoli-filter
│ │ │ ├─┬ broccoli-kitchen-sink-helpers@0.2.2
│ │ │ │ │ Collection of helpers that need to be extracted into separate packages
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ │ https://github.com/joliss/broccoli-kitchen-sink-helpers
│ │ │ │ ├── glob@3.2.9
│ │ │ │ │   a little globber
│ │ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │ │   https://github.com/isaacs/node-glob
│ │ │ │ └── mkdirp@0.3.5
│ │ │ │     Recursively mkdir, like `mkdir -p`
│ │ │ │     http://github.com/substack/node-mkdirp.git
│ │ │ │     https://github.com/substack/node-mkdirp
│ │ │ ├─┬ broccoli-writer@0.1.1
│ │ │ │ │ Helper base class for Broccoli plugins that write output files
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ │ https://github.com/joliss/broccoli-writer
│ │ │ │ ├── quick-temp@0.1.1
│ │ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├─┬ promise-map-series@0.2.0
│ │ │ │ │ Map over array avoiding parallel execution, using promises
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ │ https://github.com/joliss/promise-map-series
│ │ │ │ └── rsvp@3.0.6
│ │ │ │     A lightweight library that provides tools for organizing asynchronous code
│ │ │ │     https://github.com/tildeio/rsvp.js.git
│ │ │ │     https://github.com/tildeio/rsvp.js
│ │ │ ├── quick-temp@0.1.1
│ │ │ │   Create and remove temporary directories with minimal effort
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ │   https://github.com/joliss/node-quick-temp
│ │ │ ├── rsvp@3.0.6
│ │ │ │   A lightweight library that provides tools for organizing asynchronous code
│ │ │ │   https://github.com/tildeio/rsvp.js.git
│ │ │ │   https://github.com/tildeio/rsvp.js
│ │ │ └── walk-sync@0.1.2
│ │ │     Get an array of recursive directory contents
│ │ │     https://github.com/joliss/node-walk-sync
│ │ │     https://github.com/joliss/node-walk-sync
│ │ └─┬ uglify-js@2.4.13
│ │   │ JavaScript parser, mangler/compressor and beautifier toolkit
│ │   │ https://github.com/mishoo/UglifyJS2.git
│ │   │ http://lisperator.net/uglifyjs
│ │   ├── async@0.2.10
│ │   │   Higher-order functions and common patterns for asynchronous code
│ │   │   https://github.com/caolan/async.git
│ │   │   https://github.com/caolan/async
│ │   ├─┬ optimist@0.3.7
│ │   │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │   │ │ http://github.com/substack/node-optimist.git
│ │   │ │ https://github.com/substack/node-optimist
│ │   │ └── wordwrap@0.0.2
│ │   │     Wrap those words. Show them at what columns to start and stop.
│ │   │     git://github.com/substack/node-wordwrap.git
│ │   │     https://github.com/substack/node-wordwrap
│ │   ├─┬ source-map@0.1.33
│ │   │ │ Generates and consumes source maps
│ │   │ │ http://github.com/mozilla/source-map.git
│ │   │ │ https://github.com/mozilla/source-map
│ │   │ └── amdefine@0.1.0
│ │   │     Provide AMD's define() API for declaring modules in the AMD format
│ │   │     https://github.com/jrburke/amdefine.git
│ │   │     http://github.com/jrburke/amdefine
│ │   └── uglify-to-browserify@1.0.2
│ │       A transform to make UglifyJS work in browserify.
│ │       https://github.com/ForbesLindesay/uglify-to-browserify.git
│ │       https://github.com/ForbesLindesay/uglify-to-browserify
│ ├── broccoli-unwatched-tree@0.1.1
│ │   Broccoli utlility for creating Trees that are not watched by the standard Broccoli::Watcher, but behave like standard trees.
│ │   https://github.com/rjackson/broccoli-unwatched-tree.git
│ │   https://github.com/rjackson/broccoli-unwatched-tree
│ ├─┬ chalk@0.4.0
│ │ │ Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │ git://github.com/sindresorhus/chalk
│ │ │ https://github.com/sindresorhus/chalk
│ │ ├── ansi-styles@1.0.0
│ │ │   ANSI escape codes for colorizing strings in the terminal
│ │ │   git://github.com/sindresorhus/ansi-styles.git
│ │ │   https://github.com/sindresorhus/ansi-styles
│ │ ├── has-color@0.1.7
│ │ │   Detect whether a terminal supports color
│ │ │   git://github.com/sindresorhus/has-color
│ │ │   https://github.com/sindresorhus/has-color
│ │ └── strip-ansi@0.1.1
│ │     Strip ANSI escape codes (used for colorizing strings in the terminal)
│ │     git://github.com/sindresorhus/strip-ansi
│ │     https://github.com/sindresorhus/strip-ansi
│ ├─┬ configstore@0.2.3
│ │ │ Easily load and save config without having to think about where and how
│ │ │ git://github.com/yeoman/configstore.git
│ │ │ https://github.com/yeoman/configstore
│ │ ├── graceful-fs@2.0.3
│ │ │   A drop-in replacement for fs, making various improvements.
│ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │   https://github.com/isaacs/node-graceful-fs
│ │ ├─┬ js-yaml@3.0.2
│ │ │ │ YAML 1.2 parser and serializer
│ │ │ │ git://github.com/nodeca/js-yaml.git
│ │ │ │ https://github.com/nodeca/js-yaml
│ │ │ ├─┬ argparse@0.1.15
│ │ │ │ │ Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
│ │ │ │ │ git://github.com/nodeca/argparse.git
│ │ │ │ │ https://github.com/nodeca/argparse
│ │ │ │ ├── underscore@1.4.4
│ │ │ │ │   JavaScript's functional programming helper library.
│ │ │ │ │   git://github.com/documentcloud/underscore.git
│ │ │ │ │   http://underscorejs.org
│ │ │ │ └── underscore.string@2.3.3
│ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ └── esprima@1.0.4
│ │ │     ECMAScript parsing infrastructure for multipurpose analysis
│ │ │     http://github.com/ariya/esprima.git
│ │ │     http://esprima.org
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├── object-assign@0.1.2
│ │ │   ES6 Object.assign() ponyfill
│ │ │   git://github.com/sindresorhus/object-assign
│ │ │   https://github.com/sindresorhus/object-assign
│ │ ├── osenv@0.0.3
│ │ │   Look up environment settings specific to different operating systems
│ │ │   git://github.com/isaacs/osenv
│ │ │   https://github.com/isaacs/osenv
│ │ └── uuid@1.4.1
│ │     Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │     https://github.com/shtylman/node-uuid.git
│ │     https://github.com/shtylman/node-uuid
│ ├── connect-chain@0.0.1
│ │   Connect-Chain composes a connect middleware from a chain of middlewares to be called in series.
│ │   git://github.com/goodeggs/connect-chain.git
│ │   http://goodeggs.github.com/connect-chain/
│ ├── connect-livereload@0.3.2
│ │   connect middleware for adding the livereload script to the response
│ │   git://github.com/intesso/connect-livereload
│ │   https://github.com/intesso/connect-livereload
│ ├── diff@1.0.8
│ │   A javascript text diff implementation.
│ │   git://github.com/kpdecker/jsdiff.git
│ │   https://github.com/kpdecker/jsdiff
│ ├─┬ findup@0.1.5
│ │ │ Walk up ancester's dir up to root
│ │ │ https://github.com/Filirom1/findup.git
│ │ │ https://github.com/Filirom1/findup
│ │ ├── colors@0.6.2
│ │ │   get colors in your node.js console like what
│ │ │   http://github.com/Marak/colors.js.git
│ │ │   https://github.com/Marak/colors.js
│ │ └── commander@2.1.0
│ │     the complete solution for node.js command-line programs
│ │     https://github.com/visionmedia/commander.js.git
│ │     https://github.com/visionmedia/commander.js
│ ├─┬ fs-extra@0.8.1
│ │ │ fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ ├── jsonfile@1.1.1
│ │ │   Easily read/write JSON files.
│ │ │   git@github.com:jprichardson/node-jsonfile.git
│ │ │   https://github.com/jprichardson/node-jsonfile
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├── ncp@0.4.2
│ │ │   Asynchronous recursive file copy utility.
│ │ │   https://github.com/AvianFlu/ncp.git
│ │ │   https://github.com/AvianFlu/ncp
│ │ └── rimraf@2.2.8
│ │     A deep deletion module for node (like `rm -rf`)
│ │     git://github.com/isaacs/rimraf.git
│ │     https://github.com/isaacs/rimraf
│ ├── glob@3.2.9
│ │   a little globber
│ │   git://github.com/isaacs/node-glob.git
│ │   https://github.com/isaacs/node-glob
│ ├─┬ inquirer@0.4.1
│ │ │ A collection of common interactive command line user interfaces.
│ │ │ git://github.com/SBoudrias/Inquirer.js.git
│ │ │ https://github.com/SBoudrias/Inquirer.js
│ │ ├── async@0.2.10
│ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │   https://github.com/caolan/async.git
│ │ │   https://github.com/caolan/async
│ │ ├─┬ cli-color@0.2.3
│ │ │ │ Colors, formatting and other tools for the console
│ │ │ │ git://github.com/medikoo/cli-color.git
│ │ │ │ https://github.com/medikoo/cli-color
│ │ │ ├── es5-ext@0.9.2
│ │ │ │   ECMAScript5 extensions
│ │ │ │   git://github.com/medikoo/es5-ext.git
│ │ │ │   https://github.com/medikoo/es5-ext
│ │ │ └─┬ memoizee@0.2.6
│ │ │   │ Complete memoize/cache solution. Works with any type and length of function arguments
│ │ │   │ git://github.com/medikoo/memoize.git
│ │ │   │ https://github.com/medikoo/memoize
│ │ │   ├── es5-ext@0.9.2
│ │ │   │   ECMAScript5 extensions
│ │ │   │   git://github.com/medikoo/es5-ext.git
│ │ │   │   https://github.com/medikoo/es5-ext
│ │ │   ├─┬ event-emitter@0.2.2
│ │ │   │ │ Cross-environment event emitter
│ │ │   │ │ git://github.com/medikoo/event-emitter.git
│ │ │   │ │ https://github.com/medikoo/event-emitter
│ │ │   │ └── es5-ext@0.9.2
│ │ │   │     ECMAScript5 extensions
│ │ │   │     git://github.com/medikoo/es5-ext.git
│ │ │   │     https://github.com/medikoo/es5-ext
│ │ │   └── next-tick@0.1.0
│ │ │       Cross environment nextTick polyfill
│ │ │       git://github.com/medikoo/next-tick.git
│ │ │       https://github.com/medikoo/next-tick
│ │ ├── lodash@2.4.1
│ │ │   A utility library delivering consistency, customization, performance, & extras.
│ │ │   https://github.com/lodash/lodash.git
│ │ │   http://lodash.com/
│ │ ├── mute-stream@0.0.4
│ │ │   Bytes go in, but they don't come out (when muted).
│ │ │   git://github.com/isaacs/mute-stream
│ │ │   https://github.com/isaacs/mute-stream
│ │ ├── readline2@0.1.0
│ │ │   Readline Façade fixing bugs and issues found in releases 0.8 and 0.10
│ │ │   git://github.com/SBoudrias/readline2.git
│ │ │   https://github.com/SBoudrias/readline2
│ │ └── through@2.3.4
│ │     simplified stream contsruction
│ │     https://github.com/dominictarr/through.git
│ │     http://github.com/dominictarr/through
│ ├─┬ leek@0.0.4
│ │ │ GA tracking
│ │ │ https://github.com/twokul/leek
│ │ │ https://github.com/twokul/leek
│ │ ├── async@0.2.10
│ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │   https://github.com/caolan/async.git
│ │ │   https://github.com/caolan/async
│ │ ├── chalk@0.4.0
│ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │   git://github.com/sindresorhus/chalk
│ │ │   https://github.com/sindresorhus/chalk
│ │ ├── commander@2.2.0
│ │ │   the complete solution for node.js command-line programs
│ │ │   https://github.com/visionmedia/commander.js.git
│ │ │   https://github.com/visionmedia/commander.js
│ │ ├── configstore@0.2.3
│ │ │   Easily load and save config without having to think about where and how
│ │ │   git://github.com/yeoman/configstore.git
│ │ │   https://github.com/yeoman/configstore
│ │ ├── lodash@2.4.1
│ │ │   A utility library delivering consistency, customization, performance, & extras.
│ │ │   https://github.com/lodash/lodash.git
│ │ │   http://lodash.com/
│ │ ├── object-assign@0.3.1
│ │ │   ES6 Object.assign() ponyfill
│ │ │   git://github.com/sindresorhus/object-assign
│ │ │   https://github.com/sindresorhus/object-assign
│ │ ├─┬ request@2.27.0
│ │ │ │ Simplified HTTP request client.
│ │ │ │ http://github.com/mikeal/request.git
│ │ │ │ https://github.com/mikeal/request
│ │ │ ├── aws-sign@0.3.0
│ │ │ │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ ├── cookie-jar@0.3.0
│ │ │ │   Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.
│ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ │   https://github.com/mikeal/cookie-jar
│ │ │ ├── forever-agent@0.5.2
│ │ │ │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ ├─┬ form-data@0.1.2
│ │ │ │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │ │ │ git://github.com/felixge/node-form-data.git
│ │ │ │ │ https://github.com/felixge/node-form-data
│ │ │ │ ├── async@0.2.10
│ │ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │ │   https://github.com/caolan/async.git
│ │ │ │ │   https://github.com/caolan/async
│ │ │ │ ├─┬ combined-stream@0.0.4
│ │ │ │ │ │ A stream that emits multiple other streams one after another.
│ │ │ │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │ │ │ │ https://github.com/felixge/node-combined-stream
│ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ │     Buffers events from a stream until you are ready to handle them.
│ │ │ │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │ │ │     https://github.com/felixge/node-delayed-stream
│ │ │ │ └── mime@1.2.11
│ │ │ │     A comprehensive library for mime-type mapping
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ ├─┬ hawk@1.0.0
│ │ │ │ │ HTTP Hawk Authentication Scheme
│ │ │ │ │ git://github.com/hueniverse/hawk
│ │ │ │ │ https://github.com/hueniverse/hawk
│ │ │ │ ├─┬ boom@0.4.2
│ │ │ │ │ │ HTTP-friendly error objects
│ │ │ │ │ │ git://github.com/spumko/boom
│ │ │ │ │ │ https://github.com/spumko/boom
│ │ │ │ │ └── hoek@0.9.1
│ │ │ │ │     General purpose node utilities
│ │ │ │ │     git://github.com/spumko/hoek
│ │ │ │ │     https://github.com/spumko/hoek
│ │ │ │ ├─┬ cryptiles@0.2.2
│ │ │ │ │ │ General purpose crypto utilities
│ │ │ │ │ │ git://github.com/hueniverse/cryptiles
│ │ │ │ │ │ https://github.com/hueniverse/cryptiles
│ │ │ │ │ └── boom@0.4.2
│ │ │ │ │     HTTP-friendly error objects
│ │ │ │ │     git://github.com/spumko/boom
│ │ │ │ │     https://github.com/spumko/boom
│ │ │ │ ├── hoek@0.9.1
│ │ │ │ │   General purpose node utilities
│ │ │ │ │   git://github.com/spumko/hoek
│ │ │ │ │   https://github.com/spumko/hoek
│ │ │ │ └─┬ sntp@0.2.4
│ │ │ │   │ SNTP Client
│ │ │ │   │ git://github.com/hueniverse/sntp
│ │ │ │   │ https://github.com/hueniverse/sntp
│ │ │ │   └── hoek@0.9.1
│ │ │ │       General purpose node utilities
│ │ │ │       git://github.com/spumko/hoek
│ │ │ │       https://github.com/spumko/hoek
│ │ │ ├─┬ http-signature@0.10.0
│ │ │ │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │ │ │ git://github.com/joyent/node-http-signature.git
│ │ │ │ │ https://github.com/joyent/node-http-signature
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │ │ │   git://github.com/mcavage/node-asn1.git
│ │ │ │ │   https://github.com/mcavage/node-asn1
│ │ │ │ ├── assert-plus@0.1.2
│ │ │ │ │   Extra assertions on top of node's assert module
│ │ │ │ └── ctype@0.5.2
│ │ │ │     read and write binary structures and data types
│ │ │ │     https://github.com/rmustacc/node-ctype
│ │ │ ├── json-stringify-safe@5.0.0
│ │ │ │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │ │   git://github.com/isaacs/json-stringify-safe
│ │ │ │   https://github.com/isaacs/json-stringify-safe
│ │ │ ├── mime@1.2.11
│ │ │ │   A comprehensive library for mime-type mapping
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ ├── node-uuid@1.4.1
│ │ │ │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │ │   https://github.com/broofa/node-uuid.git
│ │ │ │   https://github.com/broofa/node-uuid
│ │ │ ├── oauth-sign@0.3.0
│ │ │ │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ ├── qs@0.6.6
│ │ │ │   querystring parser
│ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ └── tunnel-agent@0.3.0
│ │ │     HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ └── rsvp@3.0.6
│ │     A lightweight library that provides tools for organizing asynchronous code
│ │     https://github.com/tildeio/rsvp.js.git
│ │     https://github.com/tildeio/rsvp.js
│ ├── lodash-node@2.4.1
│ │   A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.
│ │   https://github.com/lodash/lodash-node.git
│ │   http://lodash.com/custom-builds
│ ├── loom@3.1.2
│ │   Weave your wefts betwixt the warps of loom generators and scaffolds.
│ │   git://github.com/rpflorence/loom
│ │   https://github.com/rpflorence/loom
│ ├── ncp@0.5.0
│ │   Asynchronous recursive file copy utility.
│ │   https://github.com/AvianFlu/ncp.git
│ │   https://github.com/AvianFlu/ncp
│ ├─┬ nopt@2.2.1
│ │ │ Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ http://github.com/isaacs/nopt
│ │ │ https://github.com/isaacs/nopt
│ │ └── abbrev@1.0.5
│ │     Like ruby's abbrev module, but in js
│ │     http://github.com/isaacs/abbrev-js
│ │     https://github.com/isaacs/abbrev-js
│ ├─┬ npm@1.4.6
│ │ │ A package manager for node
│ │ │ https://github.com/npm/npm
│ │ │ https://npmjs.org/doc/
│ │ ├── abbrev@1.0.4
│ │ │   Like ruby's abbrev module, but in js
│ │ │   http://github.com/isaacs/abbrev-js
│ │ │   https://github.com/isaacs/abbrev-js
│ │ ├── ansi@0.2.1
│ │ │   Advanced ANSI formatting tool for Node.js
│ │ │   git://github.com/TooTallNate/ansi.js.git
│ │ │   https://github.com/TooTallNate/ansi.js
│ │ ├── ansicolors@0.3.2
│ │ │   Functions that surround a string with ansicolor codes so it prints in color.
│ │ │   git://github.com/thlorenz/ansicolors.git
│ │ │   https://github.com/thlorenz/ansicolors
│ │ ├── ansistyles@0.1.3
│ │ │   Functions that surround a string with ansistyle codes so it prints in style.
│ │ │   git://github.com/thlorenz/ansistyles.git
│ │ │   https://github.com/thlorenz/ansistyles
│ │ ├── archy@0.0.2
│ │ │   render nested hierarchies `npm ls` style with unicode pipes
│ │ │   git://github.com/substack/node-archy.git
│ │ │   https://github.com/substack/node-archy
│ │ ├─┬ block-stream@0.0.7
│ │ │ │ a stream of blocks
│ │ │ │ git://github.com/isaacs/block-stream.git
│ │ │ │ https://github.com/isaacs/block-stream
│ │ │ └── inherits@2.0.1
│ │ │     Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │     git://github.com/isaacs/inherits
│ │ │     https://github.com/isaacs/inherits
│ │ ├── child-process-close@0.1.1
│ │ │   Make child_process objects emit 'close' events in node v0.6 like they do in v0.8. This makes it easier to write code that works correctly on both version of node.
│ │ │   git://github.com/piscisaureus/child-process-close.git
│ │ │   https://github.com/piscisaureus/child-process-close
│ │ ├── chmodr@0.1.0
│ │ │   like `chmod -R`
│ │ │   git://github.com/isaacs/chmodr.git
│ │ │   https://github.com/isaacs/chmodr
│ │ ├── chownr@0.0.1
│ │ │   like `chown -R`
│ │ │   git://github.com/isaacs/chownr.git
│ │ │   https://github.com/isaacs/chownr
│ │ ├─┬ cmd-shim@1.1.1
│ │ │ │ Used in npm for command line application support
│ │ │ │ https://github.com/ForbesLindesay/cmd-shim.git
│ │ │ │ https://github.com/ForbesLindesay/cmd-shim
│ │ │ └── mkdirp@0.3.5
│ │ │     Recursively mkdir, like `mkdir -p`
│ │ │     http://github.com/substack/node-mkdirp.git
│ │ │     https://github.com/substack/node-mkdirp
│ │ ├── columnify@0.1.2
│ │ │   Render data in text columns, supports in-column text-wrap.
│ │ │   git://github.com/timoxley/columnify.git
│ │ │   https://github.com/timoxley/columnify
│ │ ├── editor@0.0.5
│ │ │   launch $EDITOR in your program
│ │ │   git://github.com/substack/node-editor.git
│ │ │   https://github.com/substack/node-editor
│ │ ├─┬ fstream@0.1.25
│ │ │ │ Advanced file system stream things
│ │ │ │ git://github.com/isaacs/fstream.git
│ │ │ │ https://github.com/isaacs/fstream
│ │ │ ├── graceful-fs@2.0.2
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── inherits@2.0.1
│ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   git://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ └── rimraf@2.2.6
│ │ │     A deep deletion module for node (like `rm -rf`)
│ │ │     git://github.com/isaacs/rimraf.git
│ │ │     https://github.com/isaacs/rimraf
│ │ ├─┬ fstream-npm@0.1.6
│ │ │ │ fstream class for creating npm packages
│ │ │ │ git://github.com/isaacs/fstream-npm.git
│ │ │ │ https://github.com/isaacs/fstream-npm
│ │ │ ├─┬ fstream-ignore@0.0.7
│ │ │ │ │ A thing for ignoring files based on globs
│ │ │ │ │ git://github.com/isaacs/fstream-ignore.git
│ │ │ │ │ https://github.com/isaacs/fstream-ignore
│ │ │ │ ├── fstream@0.1.25
│ │ │ │ │   Advanced file system stream things
│ │ │ │ │   git://github.com/isaacs/fstream.git
│ │ │ │ │   https://github.com/isaacs/fstream
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │ │   git://github.com/isaacs/inherits
│ │ │ │ │   https://github.com/isaacs/inherits
│ │ │ │ └── minimatch@0.2.14
│ │ │ │     a glob matcher in javascript
│ │ │ │     git://github.com/isaacs/minimatch.git
│ │ │ │     https://github.com/isaacs/minimatch
│ │ │ └── inherits@2.0.1
│ │ │     Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │     git://github.com/isaacs/inherits
│ │ │     https://github.com/isaacs/inherits
│ │ ├── github-url-from-git@1.1.1
│ │ │   Parse a github git url and return the github repo url
│ │ ├── github-url-from-username-repo@0.0.2
│ │ │   Create urls from username/repo
│ │ │   git@github.com:robertkowalski/github-url-from-username-repo.git
│ │ │   https://github.com/robertkowalski/github-url-from-username-repo
│ │ ├─┬ glob@3.2.9
│ │ │ │ a little globber
│ │ │ │ git://github.com/isaacs/node-glob.git
│ │ │ │ https://github.com/isaacs/node-glob
│ │ │ ├── inherits@2.0.1
│ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   git://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ └── minimatch@0.2.14
│ │ │     a glob matcher in javascript
│ │ │     git://github.com/isaacs/minimatch.git
│ │ │     https://github.com/isaacs/minimatch
│ │ ├── graceful-fs@2.0.2
│ │ │   A drop-in replacement for fs, making various improvements.
│ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │   https://github.com/isaacs/node-graceful-fs
│ │ ├── inherits@2.0.1
│ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │   git://github.com/isaacs/inherits
│ │ │   https://github.com/isaacs/inherits
│ │ ├── ini@1.1.0
│ │ │   An ini encoder/decoder for node
│ │ │   git://github.com/isaacs/ini.git
│ │ │   https://github.com/isaacs/ini
│ │ ├─┬ init-package-json@0.0.15
│ │ │ │ A node module to get your node module started
│ │ │ │ git://github.com/isaacs/init-package-json
│ │ │ │ https://github.com/isaacs/init-package-json
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ ├─┬ promzard@0.2.1
│ │ │ │ │ prompting wizardly
│ │ │ │ │ git://github.com/isaacs/promzard
│ │ │ │ │ https://github.com/isaacs/promzard
│ │ │ │ └── read@1.0.5
│ │ │ │     read(1) for node programs
│ │ │ │     git://github.com/isaacs/read.git
│ │ │ │     https://github.com/isaacs/read
│ │ │ ├── read@1.0.5
│ │ │ │   read(1) for node programs
│ │ │ │   git://github.com/isaacs/read.git
│ │ │ │   https://github.com/isaacs/read
│ │ │ ├── read-package-json@1.1.8
│ │ │ │   The thing npm uses to read package.json files with semantics and defaults and validation
│ │ │ │   git://github.com/isaacs/read-package-json.git
│ │ │ │   https://github.com/isaacs/read-package-json
│ │ │ └── semver@2.2.1
│ │ │     The semantic version parser used by npm.
│ │ │     git://github.com/isaacs/node-semver.git
│ │ │     https://github.com/isaacs/node-semver
│ │ ├── lockfile@0.4.2
│ │ │   A very polite lock file utility, which endeavors to not litter, and to wait patiently for others.
│ │ │   git://github.com/isaacs/lockfile
│ │ │   https://github.com/isaacs/lockfile
│ │ ├── lru-cache@2.5.0
│ │ │   A cache object that deletes the least-recently-used items.
│ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │   https://github.com/isaacs/node-lru-cache
│ │ ├─┬ minimatch@0.2.14
│ │ │ │ a glob matcher in javascript
│ │ │ │ git://github.com/isaacs/minimatch.git
│ │ │ │ https://github.com/isaacs/minimatch
│ │ │ ├── lru-cache@2.5.0
│ │ │ │   A cache object that deletes the least-recently-used items.
│ │ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │ │   https://github.com/isaacs/node-lru-cache
│ │ │ └── sigmund@1.0.0
│ │ │     Quick and dirty signatures for Objects.
│ │ │     git://github.com/isaacs/sigmund
│ │ │     https://github.com/isaacs/sigmund
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├─┬ node-gyp@0.13.0
│ │ │ │ Node.js native addon build tool
│ │ │ │ git://github.com/TooTallNate/node-gyp.git
│ │ │ │ https://github.com/TooTallNate/node-gyp
│ │ │ ├── fstream@0.1.25
│ │ │ │   Advanced file system stream things
│ │ │ │   git://github.com/isaacs/fstream.git
│ │ │ │   https://github.com/isaacs/fstream
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ ├── graceful-fs@2.0.2
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── minimatch@0.2.14
│ │ │ │   a glob matcher in javascript
│ │ │ │   git://github.com/isaacs/minimatch.git
│ │ │ │   https://github.com/isaacs/minimatch
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├── nopt@2.2.0
│ │ │ │   Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ │   http://github.com/isaacs/nopt
│ │ │ │   https://github.com/isaacs/nopt
│ │ │ ├── npmlog@0.0.6
│ │ │ │   logger for npm
│ │ │ │   git://github.com/isaacs/npmlog.git
│ │ │ │   https://github.com/isaacs/npmlog
│ │ │ ├── osenv@0.0.3
│ │ │ │   Look up environment settings specific to different operating systems
│ │ │ │   git://github.com/isaacs/osenv
│ │ │ │   https://github.com/isaacs/osenv
│ │ │ ├── request@2.30.0
│ │ │ │   Simplified HTTP request client.
│ │ │ │   http://github.com/mikeal/request.git
│ │ │ │   https://github.com/mikeal/request
│ │ │ ├── rimraf@2.2.6
│ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │   https://github.com/isaacs/rimraf
│ │ │ ├── semver@2.2.1
│ │ │ │   The semantic version parser used by npm.
│ │ │ │   git://github.com/isaacs/node-semver.git
│ │ │ │   https://github.com/isaacs/node-semver
│ │ │ ├── tar@0.1.19
│ │ │ │   tar for node
│ │ │ │   git://github.com/isaacs/node-tar.git
│ │ │ │   https://github.com/isaacs/node-tar
│ │ │ └── which@1.0.5
│ │ │     Like which(1) unix command. Find the first instance of an executable in the PATH.
│ │ │     git://github.com/isaacs/node-which.git
│ │ │     https://github.com/isaacs/node-which
│ │ ├─┬ nopt@2.2.0
│ │ │ │ Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ │ http://github.com/isaacs/nopt
│ │ │ │ https://github.com/isaacs/nopt
│ │ │ └── abbrev@1.0.4
│ │ │     Like ruby's abbrev module, but in js
│ │ │     http://github.com/isaacs/abbrev-js
│ │ │     https://github.com/isaacs/abbrev-js
│ │ ├─┬ npm-install-checks@1.0.0
│ │ │ │ checks that npm runs during the installation of a module
│ │ │ │ git://github.com/robertkowalski/npm-install-checks.git
│ │ │ │ https://github.com/robertkowalski/npm-install-checks
│ │ │ ├── npmlog@0.0.6
│ │ │ │   logger for npm
│ │ │ │   git://github.com/isaacs/npmlog.git
│ │ │ │   https://github.com/isaacs/npmlog
│ │ │ └── semver@2.2.1
│ │ │     The semantic version parser used by npm.
│ │ │     git://github.com/isaacs/node-semver.git
│ │ │     https://github.com/isaacs/node-semver
│ │ ├─┬ npm-registry-client@0.4.5
│ │ │ │ Client for the npm registry
│ │ │ │ git://github.com/isaacs/npm-registry-client
│ │ │ │ https://github.com/isaacs/npm-registry-client
│ │ │ ├── chownr@0.0.1
│ │ │ │   like `chown -R`
│ │ │ │   git://github.com/isaacs/chownr.git
│ │ │ │   https://github.com/isaacs/chownr
│ │ │ ├── graceful-fs@2.0.2
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├── request@2.30.0
│ │ │ │   Simplified HTTP request client.
│ │ │ │   http://github.com/mikeal/request.git
│ │ │ │   https://github.com/mikeal/request
│ │ │ ├── retry@0.6.0
│ │ │ │   Abstraction for exponential and custom retry strategies for failed operations.
│ │ │ │   git://github.com/felixge/node-retry.git
│ │ │ │   https://github.com/tim-kos/node-retry
│ │ │ ├── rimraf@2.2.6
│ │ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │ │   git://github.com/isaacs/rimraf.git
│ │ │ │   https://github.com/isaacs/rimraf
│ │ │ ├── semver@2.2.1
│ │ │ │   The semantic version parser used by npm.
│ │ │ │   git://github.com/isaacs/node-semver.git
│ │ │ │   https://github.com/isaacs/node-semver
│ │ │ └── slide@1.1.5
│ │ │     A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS
│ │ │     git://github.com/isaacs/slide-flow-control.git
│ │ │     https://github.com/isaacs/slide-flow-control
│ │ ├── npm-user-validate@0.0.3
│ │ │   User validations for npm
│ │ │   https://github.com/robertkowalski/npm-user-validate
│ │ │   https://github.com/robertkowalski/npm-user-validate
│ │ ├─┬ npmconf@0.1.13
│ │ │ │ The config thing npm uses
│ │ │ │ git://github.com/isaacs/npmconf
│ │ │ │ https://github.com/isaacs/npmconf
│ │ │ ├─┬ config-chain@1.1.8
│ │ │ │ │ HANDLE CONFIGURATION ONCE AND FOR ALL
│ │ │ │ │ https://github.com/dominictarr/config-chain.git
│ │ │ │ │ http://github.com/dominictarr/config-chain
│ │ │ │ ├── ini@1.1.0
│ │ │ │ │   An ini encoder/decoder for node
│ │ │ │ │   git://github.com/isaacs/ini.git
│ │ │ │ │   https://github.com/isaacs/ini
│ │ │ │ └── proto-list@1.2.2
│ │ │ │     A utility for managing a prototype chain
│ │ │ │     https://github.com/isaacs/proto-list
│ │ │ │     https://github.com/isaacs/proto-list
│ │ │ ├── inherits@2.0.1
│ │ │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │ │   git://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ ├── ini@1.1.0
│ │ │ │   An ini encoder/decoder for node
│ │ │ │   git://github.com/isaacs/ini.git
│ │ │ │   https://github.com/isaacs/ini
│ │ │ ├── mkdirp@0.3.5
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├── nopt@2.2.0
│ │ │ │   Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │ │   http://github.com/isaacs/nopt
│ │ │ │   https://github.com/isaacs/nopt
│ │ │ ├── once@1.3.0
│ │ │ │   Run a function exactly one time
│ │ │ │   git://github.com/isaacs/once
│ │ │ │   https://github.com/isaacs/once
│ │ │ ├── osenv@0.0.3
│ │ │ │   Look up environment settings specific to different operating systems
│ │ │ │   git://github.com/isaacs/osenv
│ │ │ │   https://github.com/isaacs/osenv
│ │ │ └── semver@2.2.1
│ │ │     The semantic version parser used by npm.
│ │ │     git://github.com/isaacs/node-semver.git
│ │ │     https://github.com/isaacs/node-semver
│ │ ├─┬ npmlog@0.0.6
│ │ │ │ logger for npm
│ │ │ │ git://github.com/isaacs/npmlog.git
│ │ │ │ https://github.com/isaacs/npmlog
│ │ │ └── ansi@0.2.1
│ │ │     Advanced ANSI formatting tool for Node.js
│ │ │     git://github.com/TooTallNate/ansi.js.git
│ │ │     https://github.com/TooTallNate/ansi.js
│ │ ├── once@1.3.0
│ │ │   Run a function exactly one time
│ │ │   git://github.com/isaacs/once
│ │ │   https://github.com/isaacs/once
│ │ ├── opener@1.3.0
│ │ │   Opens stuff, like webpages and files and executables, cross-platform
│ │ │   git://github.com/domenic/opener.git
│ │ │   https://github.com/domenic/opener
│ │ ├── osenv@0.0.3
│ │ │   Look up environment settings specific to different operating systems
│ │ │   git://github.com/isaacs/osenv
│ │ │   https://github.com/isaacs/osenv
│ │ ├── path-is-inside@1.0.1
│ │ │   Tests whether one path is inside another path
│ │ │   git://github.com/domenic/path-is-inside.git
│ │ │   https://github.com/domenic/path-is-inside
│ │ ├─┬ read@1.0.5
│ │ │ │ read(1) for node programs
│ │ │ │ git://github.com/isaacs/read.git
│ │ │ │ https://github.com/isaacs/read
│ │ │ └── mute-stream@0.0.4
│ │ │     Bytes go in, but they don't come out (when muted).
│ │ │     git://github.com/isaacs/mute-stream
│ │ │     https://github.com/isaacs/mute-stream
│ │ ├─┬ read-installed@2.0.1
│ │ │ │ Read all the installed packages in a folder, and return a tree structure with all the data.
│ │ │ │ git://github.com/isaacs/read-installed
│ │ │ │ https://github.com/isaacs/read-installed
│ │ │ ├── read-package-json@1.1.8
│ │ │ │   The thing npm uses to read package.json files with semantics and defaults and validation
│ │ │ │   git://github.com/isaacs/read-package-json.git
│ │ │ │   https://github.com/isaacs/read-package-json
│ │ │ ├── semver@2.2.1
│ │ │ │   The semantic version parser used by npm.
│ │ │ │   git://github.com/isaacs/node-semver.git
│ │ │ │   https://github.com/isaacs/node-semver
│ │ │ ├── slide@1.1.5
│ │ │ │   A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS
│ │ │ │   git://github.com/isaacs/slide-flow-control.git
│ │ │ │   https://github.com/isaacs/slide-flow-control
│ │ │ └── util-extend@1.0.1
│ │ │     Node's internal object extension function
│ │ │     git://github.com/isaacs/util-extend
│ │ │     https://github.com/isaacs/util-extend
│ │ ├─┬ read-package-json@1.1.8
│ │ │ │ The thing npm uses to read package.json files with semantics and defaults and validation
│ │ │ │ git://github.com/isaacs/read-package-json.git
│ │ │ │ https://github.com/isaacs/read-package-json
│ │ │ ├── glob@3.2.9
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ ├── lru-cache@2.5.0
│ │ │ │   A cache object that deletes the least-recently-used items.
│ │ │ │   git://github.com/isaacs/node-lru-cache.git
│ │ │ │   https://github.com/isaacs/node-lru-cache
│ │ │ └─┬ normalize-package-data@0.2.12
│ │ │   │ Normalizes data that can be found in package.json files.
│ │ │   │ git://github.com/meryn/normalize-package-data.git
│ │ │   │ https://github.com/meryn/normalize-package-data
│ │ │   ├── github-url-from-git@1.1.1
│ │ │   │   Parse a github git url and return the github repo url
│ │ │   ├── github-url-from-username-repo@0.0.2
│ │ │   │   Create urls from username/repo
│ │ │   │   git@github.com:robertkowalski/github-url-from-username-repo.git
│ │ │   │   https://github.com/robertkowalski/github-url-from-username-repo
│ │ │   └── semver@2.2.1
│ │ │       The semantic version parser used by npm.
│ │ │       git://github.com/isaacs/node-semver.git
│ │ │       https://github.com/isaacs/node-semver
│ │ ├─┬ request@2.30.0
│ │ │ │ Simplified HTTP request client.
│ │ │ │ http://github.com/mikeal/request.git
│ │ │ │ https://github.com/mikeal/request
│ │ │ ├── aws-sign2@0.5.0
│ │ │ │   AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ │   https://github.com/mikeal/aws-sign
│ │ │ ├── forever-agent@0.5.0
│ │ │ │   HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ │   https://github.com/mikeal/forever-agent
│ │ │ ├─┬ form-data@0.1.2
│ │ │ │ │ A module to create readable "multipart/form-data" streams.  Can be used to submit forms and file uploads to other web applications.
│ │ │ │ │ git://github.com/felixge/node-form-data.git
│ │ │ │ │ https://github.com/felixge/node-form-data
│ │ │ │ ├── async@0.2.9
│ │ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │ │   https://github.com/caolan/async.git
│ │ │ │ │   https://github.com/caolan/async
│ │ │ │ ├─┬ combined-stream@0.0.4
│ │ │ │ │ │ A stream that emits multiple other streams one after another.
│ │ │ │ │ │ git://github.com/felixge/node-combined-stream.git
│ │ │ │ │ │ https://github.com/felixge/node-combined-stream
│ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ │     Buffers events from a stream until you are ready to handle them.
│ │ │ │ │     git://github.com/felixge/node-delayed-stream.git
│ │ │ │ │     https://github.com/felixge/node-delayed-stream
│ │ │ │ └── mime@1.2.11
│ │ │ │     A comprehensive library for mime-type mapping
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ │     https://github.com/broofa/node-mime
│ │ │ ├─┬ hawk@1.0.0
│ │ │ │ │ HTTP Hawk Authentication Scheme
│ │ │ │ │ git://github.com/hueniverse/hawk
│ │ │ │ │ https://github.com/hueniverse/hawk
│ │ │ │ ├─┬ boom@0.4.2
│ │ │ │ │ │ HTTP-friendly error objects
│ │ │ │ │ │ git://github.com/spumko/boom
│ │ │ │ │ │ https://github.com/spumko/boom
│ │ │ │ │ └── hoek@0.9.1
│ │ │ │ │     General purpose node utilities
│ │ │ │ │     git://github.com/spumko/hoek
│ │ │ │ │     https://github.com/spumko/hoek
│ │ │ │ ├─┬ cryptiles@0.2.2
│ │ │ │ │ │ General purpose crypto utilities
│ │ │ │ │ │ git://github.com/hueniverse/cryptiles
│ │ │ │ │ │ https://github.com/hueniverse/cryptiles
│ │ │ │ │ └── boom@0.4.2
│ │ │ │ │     HTTP-friendly error objects
│ │ │ │ │     git://github.com/spumko/boom
│ │ │ │ │     https://github.com/spumko/boom
│ │ │ │ ├── hoek@0.9.1
│ │ │ │ │   General purpose node utilities
│ │ │ │ │   git://github.com/spumko/hoek
│ │ │ │ │   https://github.com/spumko/hoek
│ │ │ │ └─┬ sntp@0.2.4
│ │ │ │   │ SNTP Client
│ │ │ │   │ git://github.com/hueniverse/sntp
│ │ │ │   │ https://github.com/hueniverse/sntp
│ │ │ │   └── hoek@0.9.1
│ │ │ │       General purpose node utilities
│ │ │ │       git://github.com/spumko/hoek
│ │ │ │       https://github.com/spumko/hoek
│ │ │ ├─┬ http-signature@0.10.0
│ │ │ │ │ Reference implementation of Joyent's HTTP Signature Scheme
│ │ │ │ │ git://github.com/joyent/node-http-signature.git
│ │ │ │ │ https://github.com/joyent/node-http-signature
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ │   Contains parsers and serializers for ASN.1 (currently BER only)
│ │ │ │ │   git://github.com/mcavage/node-asn1.git
│ │ │ │ │   https://github.com/mcavage/node-asn1
│ │ │ │ ├── assert-plus@0.1.2
│ │ │ │ │   Extra assertions on top of node's assert module
│ │ │ │ └── ctype@0.5.2
│ │ │ │     read and write binary structures and data types
│ │ │ │     https://github.com/rmustacc/node-ctype
│ │ │ ├── json-stringify-safe@5.0.0
│ │ │ │   Like JSON.stringify, but doesn't blow up on circular refs
│ │ │ │   git://github.com/isaacs/json-stringify-safe
│ │ │ │   https://github.com/isaacs/json-stringify-safe
│ │ │ ├── mime@1.2.11
│ │ │ │   A comprehensive library for mime-type mapping
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ │   https://github.com/broofa/node-mime
│ │ │ ├── node-uuid@1.4.1
│ │ │ │   Rigorous implementation of RFC4122 (v1 and v4) UUIDs.
│ │ │ │   https://github.com/broofa/node-uuid.git
│ │ │ │   https://github.com/broofa/node-uuid
│ │ │ ├── oauth-sign@0.3.0
│ │ │ │   OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ │   https://github.com/mikeal/oauth-sign
│ │ │ ├── qs@0.6.6
│ │ │ │   querystring parser
│ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ ├─┬ tough-cookie@0.9.15
│ │ │ │ │ RFC6265 Cookies and Cookie Jar for node.js
│ │ │ │ │ git://github.com/goinstant/node-cookie.git
│ │ │ │ │ https://github.com/goinstant/node-cookie
│ │ │ │ └── punycode@1.2.3
│ │ │ │     A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
│ │ │ │     https://github.com/bestiejs/punycode.js.git
│ │ │ │     http://mths.be/punycode
│ │ │ └── tunnel-agent@0.3.0
│ │ │     HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ │     https://github.com/mikeal/tunnel-agent
│ │ ├── retry@0.6.0
│ │ │   Abstraction for exponential and custom retry strategies for failed operations.
│ │ │   git://github.com/felixge/node-retry.git
│ │ │   https://github.com/tim-kos/node-retry
│ │ ├── rimraf@2.2.6
│ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │   git://github.com/isaacs/rimraf.git
│ │ │   https://github.com/isaacs/rimraf
│ │ ├── semver@2.2.1
│ │ │   The semantic version parser used by npm.
│ │ │   git://github.com/isaacs/node-semver.git
│ │ │   https://github.com/isaacs/node-semver
│ │ ├─┬ sha@1.2.3
│ │ │ │ Check and get file hashes
│ │ │ │ https://github.com/ForbesLindesay/sha.git
│ │ │ │ https://github.com/ForbesLindesay/sha
│ │ │ └── readable-stream@1.0.24
│ │ │     An exploration of a new kind of readable streams for Node.js
│ │ │     git://github.com/isaacs/readable-stream
│ │ │     https://github.com/isaacs/readable-stream
│ │ ├── slide@1.1.5
│ │ │   A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS
│ │ │   git://github.com/isaacs/slide-flow-control.git
│ │ │   https://github.com/isaacs/slide-flow-control
│ │ ├── sorted-object@1.0.0
│ │ │   Returns a copy of an object with its keys sorted
│ │ │   git://github.com/domenic/sorted-object.git
│ │ │   https://github.com/domenic/sorted-object
│ │ ├─┬ tar@0.1.19
│ │ │ │ tar for node
│ │ │ │ git://github.com/isaacs/node-tar.git
│ │ │ │ https://github.com/isaacs/node-tar
│ │ │ ├── block-stream@0.0.7
│ │ │ │   a stream of blocks
│ │ │ │   git://github.com/isaacs/block-stream.git
│ │ │ │   https://github.com/isaacs/block-stream
│ │ │ ├── fstream@0.1.25
│ │ │ │   Advanced file system stream things
│ │ │ │   git://github.com/isaacs/fstream.git
│ │ │ │   https://github.com/isaacs/fstream
│ │ │ └── inherits@2.0.1
│ │ │     Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │ │     git://github.com/isaacs/inherits
│ │ │     https://github.com/isaacs/inherits
│ │ ├── text-table@0.2.0
│ │ │   borderless text tables with alignment
│ │ │   git://github.com/substack/text-table.git
│ │ │   https://github.com/substack/text-table
│ │ ├── uid-number@0.0.5
│ │ │   Convert a username/group name to a uid/gid number
│ │ │   git://github.com/isaacs/uid-number.git
│ │ │   https://github.com/isaacs/uid-number
│ │ └── which@1.0.5
│ │     Like which(1) unix command. Find the first instance of an executable in the PATH.
│ │     git://github.com/isaacs/node-which.git
│ │     https://github.com/isaacs/node-which
│ ├── proxy-middleware@0.5.0
│ │   http(s) proxy as connect middleware
│ │   https://github.com/superjoe30/connect-proxy
│ │   https://github.com/superjoe30/connect-proxy
│ ├─┬ quick-temp@0.1.1
│ │ │ Create and remove temporary directories with minimal effort
│ │ │ https://github.com/joliss/node-quick-temp
│ │ │ https://github.com/joliss/node-quick-temp
│ │ ├── mktemp@0.3.4
│ │ │   mktemp command for node.js
│ │ │   git://github.com/sasaplus1/mktemp.git
│ │ │   https://github.com/sasaplus1/mktemp
│ │ ├── rimraf@2.2.8
│ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │   git://github.com/isaacs/rimraf.git
│ │ │   https://github.com/isaacs/rimraf
│ │ └── underscore.string@2.3.3
│ │     String manipulation extensions for Underscore.js javascript library.
│ │     https://github.com/epeli/underscore.string.git
│ │     http://epeli.github.com/underscore.string/
│ ├─┬ readline2@0.1.0
│ │ │ Readline Façade fixing bugs and issues found in releases 0.8 and 0.10
│ │ │ git://github.com/SBoudrias/readline2.git
│ │ │ https://github.com/SBoudrias/readline2
│ │ ├── chalk@0.4.0
│ │ │   Terminal string styling done right. Created because the `colors` module does some really horrible things.
│ │ │   git://github.com/sindresorhus/chalk
│ │ │   https://github.com/sindresorhus/chalk
│ │ ├── lodash@2.4.1
│ │ │   A utility library delivering consistency, customization, performance, & extras.
│ │ │   https://github.com/lodash/lodash.git
│ │ │   http://lodash.com/
│ │ └── mute-stream@0.0.4
│ │     Bytes go in, but they don't come out (when muted).
│ │     git://github.com/isaacs/mute-stream
│ │     https://github.com/isaacs/mute-stream
│ ├── resolve@0.6.2
│ │   resolve like require.resolve() on behalf of files asynchronously and synchronously
│ │   git://github.com/substack/node-resolve.git
│ │   https://github.com/substack/node-resolve
│ ├── rimraf@2.2.8
│ │   A deep deletion module for node (like `rm -rf`)
│ │   git://github.com/isaacs/rimraf.git
│ │   https://github.com/isaacs/rimraf
│ ├── rsvp@3.0.6
│ │   A lightweight library that provides tools for organizing asynchronous code
│ │   https://github.com/tildeio/rsvp.js.git
│ │   https://github.com/tildeio/rsvp.js
│ ├─┬ testem@0.6.15
│ │ │ Test'em 'scripts! Javascript Unit testing made easy.
│ │ │ git://github.com/airportyh/testem.git
│ │ │ https://github.com/airportyh/testem
│ │ ├── async@0.2.10
│ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │   https://github.com/caolan/async.git
│ │ │   https://github.com/caolan/async
│ │ ├─┬ backbone@1.0.0
│ │ │ │ Give your JS App some Backbone with Models, Views, Collections, and Events.
│ │ │ └── underscore@1.6.0
│ │ │     JavaScript's functional programming helper library.
│ │ │     git://github.com/jashkenas/underscore.git
│ │ │     http://underscorejs.org
│ │ ├── charm@0.0.8
│ │ │   ansi control sequences for terminal cursor hopping and colors
│ │ │   http://github.com/substack/node-charm.git
│ │ │   https://github.com/substack/node-charm
│ │ ├── colors@0.6.2
│ │ │   get colors in your node.js console like what
│ │ │   http://github.com/Marak/colors.js.git
│ │ │   https://github.com/Marak/colors.js
│ │ ├── commander@2.2.0
│ │ │   the complete solution for node.js command-line programs
│ │ │   https://github.com/visionmedia/commander.js.git
│ │ │   https://github.com/visionmedia/commander.js
│ │ ├── consolidate@0.8.0
│ │ │   Template engine consolidation library
│ │ ├── did_it_work@0.0.6
│ │ │   A simple process launcher that determines whether the process succeeded or failed.
│ │ ├─┬ express@3.1.0
│ │ │ │ Sinatra inspired web development framework
│ │ │ │ git://github.com/visionmedia/express
│ │ │ │ https://github.com/visionmedia/express
│ │ │ ├── buffer-crc32@0.1.1
│ │ │ │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │ │ │   git://github.com/brianloveswords/buffer-crc32.git
│ │ │ │   https://github.com/brianloveswords/buffer-crc32
│ │ │ ├── commander@0.6.1
│ │ │ │   the complete solution for node.js command-line programs
│ │ │ │   https://github.com/visionmedia/commander.js.git
│ │ │ │   https://github.com/visionmedia/commander.js
│ │ │ ├─┬ connect@2.7.2
│ │ │ │ │ High performance middleware framework
│ │ │ │ │ git://github.com/senchalabs/connect.git
│ │ │ │ │ https://github.com/senchalabs/connect
│ │ │ │ ├── buffer-crc32@0.1.1
│ │ │ │ │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │ │ │ │   git://github.com/brianloveswords/buffer-crc32.git
│ │ │ │ │   https://github.com/brianloveswords/buffer-crc32
│ │ │ │ ├── bytes@0.1.0
│ │ │ │ │   byte size string parser / serializer
│ │ │ │ ├── cookie@0.0.5
│ │ │ │ │   cookie parsing and serialization
│ │ │ │ │   git://github.com/shtylman/node-cookie.git
│ │ │ │ │   https://github.com/shtylman/node-cookie
│ │ │ │ ├── cookie-signature@0.0.1
│ │ │ │ │   Sign and unsign cookies
│ │ │ │ ├── debug@0.7.2
│ │ │ │ │   small debugging utility
│ │ │ │ │   git://github.com/visionmedia/debug.git
│ │ │ │ │   https://github.com/visionmedia/debug
│ │ │ │ ├── formidable@1.0.11
│ │ │ │ │   [![Build Status](https://secure.travis-ci.org/felixge/node-formidable.png?branch=master)](http://travis-ci.org/felixge/node-formidable)
│ │ │ │ ├── fresh@0.1.0
│ │ │ │ │   HTTP response freshness testing
│ │ │ │ ├── pause@0.0.1
│ │ │ │ │   Pause streams...
│ │ │ │ ├── qs@0.5.1
│ │ │ │ │   querystring parser
│ │ │ │ │   git://github.com/visionmedia/node-querystring.git
│ │ │ │ │   https://github.com/visionmedia/node-querystring
│ │ │ │ └── send@0.1.0
│ │ │ │     Better streaming static file server with Range and conditional-GET support
│ │ │ ├── cookie@0.0.5
│ │ │ │   cookie parsing and serialization
│ │ │ │   git://github.com/shtylman/node-cookie.git
│ │ │ │   https://github.com/shtylman/node-cookie
│ │ │ ├── cookie-signature@0.0.1
│ │ │ │   Sign and unsign cookies
│ │ │ ├── debug@0.7.2
│ │ │ │   small debugging utility
│ │ │ │   git://github.com/visionmedia/debug.git
│ │ │ │   https://github.com/visionmedia/debug
│ │ │ ├── fresh@0.1.0
│ │ │ │   HTTP response freshness testing
│ │ │ ├── methods@0.0.1
│ │ │ │   HTTP methods that node supports
│ │ │ ├── mkdirp@0.3.3
│ │ │ │   Recursively mkdir, like `mkdir -p`
│ │ │ │   http://github.com/substack/node-mkdirp.git
│ │ │ │   https://github.com/substack/node-mkdirp
│ │ │ ├── range-parser@0.0.4
│ │ │ │   Range header field string parser
│ │ │ └─┬ send@0.1.0
│ │ │   │ Better streaming static file server with Range and conditional-GET support
│ │ │   ├── debug@0.7.2
│ │ │   │   small debugging utility
│ │ │   │   git://github.com/visionmedia/debug.git
│ │ │   │   https://github.com/visionmedia/debug
│ │ │   ├── fresh@0.1.0
│ │ │   │   HTTP response freshness testing
│ │ │   ├── mime@1.2.6
│ │ │   │   A comprehensive library for mime-type mapping
│ │ │   │   https://github.com/broofa/node-mime
│ │ │   │   https://github.com/broofa/node-mime
│ │ │   └── range-parser@0.0.4
│ │ │       Range header field string parser
│ │ ├─┬ fileset@0.1.5
│ │ │ │ Wrapper around miniglob / minimatch combo to allow multiple patterns matching and include-exclude ability
│ │ │ │ git://github.com/mklabs/node-fileset.git
│ │ │ │ https://github.com/mklabs/node-fileset
│ │ │ ├── glob@3.1.21
│ │ │ │   a little globber
│ │ │ │   git://github.com/isaacs/node-glob.git
│ │ │ │   https://github.com/isaacs/node-glob
│ │ │ └─┬ minimatch@0.3.0
│ │ │   │ a glob matcher in javascript
│ │ │   │ git://github.com/isaacs/minimatch.git
│ │ │   │ https://github.com/isaacs/minimatch
│ │ │   ├── lru-cache@2.5.0
│ │ │   │   A cache object that deletes the least-recently-used items.
│ │ │   │   git://github.com/isaacs/node-lru-cache.git
│ │ │   │   https://github.com/isaacs/node-lru-cache
│ │ │   └── sigmund@1.0.0
│ │ │       Quick and dirty signatures for Objects.
│ │ │       git://github.com/isaacs/sigmund
│ │ │       https://github.com/isaacs/sigmund
│ │ ├─┬ fireworm@0.6.6
│ │ │ │ A crawling file watcher.
│ │ │ │ git@github.com:airportyh/fireworm.git
│ │ │ │ https://github.com/airportyh/fireworm
│ │ │ ├── async@0.2.10
│ │ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │ │   https://github.com/caolan/async.git
│ │ │ │   https://github.com/caolan/async
│ │ │ ├─┬ is-type@0.0.1
│ │ │ │ │ Type checking from node core
│ │ │ │ │ git://github.com/juliangruber/is-type.git
│ │ │ │ │ https://github.com/juliangruber/is-type
│ │ │ │ └── core-util-is@1.0.1
│ │ │ │     The `util.is*` functions introduced in Node v0.12.
│ │ │ │     git://github.com/isaacs/core-util-is
│ │ │ │     https://github.com/isaacs/core-util-is
│ │ │ ├── lodash@2.3.0
│ │ │ │   A utility library delivering consistency, customization, performance, & extras.
│ │ │ │   https://github.com/lodash/lodash.git
│ │ │ │   http://lodash.com/
│ │ │ └─┬ minimatch@0.2.14
│ │ │   │ a glob matcher in javascript
│ │ │   │ git://github.com/isaacs/minimatch.git
│ │ │   │ https://github.com/isaacs/minimatch
│ │ │   ├── lru-cache@2.5.0
│ │ │   │   A cache object that deletes the least-recently-used items.
│ │ │   │   git://github.com/isaacs/node-lru-cache.git
│ │ │   │   https://github.com/isaacs/node-lru-cache
│ │ │   └── sigmund@1.0.0
│ │ │       Quick and dirty signatures for Objects.
│ │ │       git://github.com/isaacs/sigmund
│ │ │       https://github.com/isaacs/sigmund
│ │ ├─┬ glob@3.1.21
│ │ │ │ a little globber
│ │ │ │ git://github.com/isaacs/node-glob.git
│ │ │ │ https://github.com/isaacs/node-glob
│ │ │ ├── graceful-fs@1.2.3
│ │ │ │   A drop-in replacement for fs, making various improvements.
│ │ │ │   git://github.com/isaacs/node-graceful-fs.git
│ │ │ │   https://github.com/isaacs/node-graceful-fs
│ │ │ ├── inherits@1.0.0
│ │ │ │   A tiny simple way to do classic inheritance in js
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ │   https://github.com/isaacs/inherits
│ │ │ └─┬ minimatch@0.2.14
│ │ │   │ a glob matcher in javascript
│ │ │   │ git://github.com/isaacs/minimatch.git
│ │ │   │ https://github.com/isaacs/minimatch
│ │ │   ├── lru-cache@2.5.0
│ │ │   │   A cache object that deletes the least-recently-used items.
│ │ │   │   git://github.com/isaacs/node-lru-cache.git
│ │ │   │   https://github.com/isaacs/node-lru-cache
│ │ │   └── sigmund@1.0.0
│ │ │       Quick and dirty signatures for Objects.
│ │ │       git://github.com/isaacs/sigmund
│ │ │       https://github.com/isaacs/sigmund
│ │ ├── growl@1.7.0
│ │ │   Growl unobtrusive notifications
│ │ ├─┬ js-yaml@2.1.3
│ │ │ │ YAML 1.2 parser and serializer
│ │ │ │ git://github.com/nodeca/js-yaml.git
│ │ │ │ https://github.com/nodeca/js-yaml
│ │ │ ├─┬ argparse@0.1.15
│ │ │ │ │ Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
│ │ │ │ │ git://github.com/nodeca/argparse.git
│ │ │ │ │ https://github.com/nodeca/argparse
│ │ │ │ ├── underscore@1.4.4
│ │ │ │ │   JavaScript's functional programming helper library.
│ │ │ │ │   git://github.com/documentcloud/underscore.git
│ │ │ │ │   http://underscorejs.org
│ │ │ │ └── underscore.string@2.3.3
│ │ │ │     String manipulation extensions for Underscore.js javascript library.
│ │ │ │     https://github.com/epeli/underscore.string.git
│ │ │ │     http://epeli.github.com/underscore.string/
│ │ │ └── esprima@1.0.4
│ │ │     ECMAScript parsing infrastructure for multipurpose analysis
│ │ │     http://github.com/ariya/esprima.git
│ │ │     http://esprima.org
│ │ ├── mustache@0.4.0
│ │ │   Logic-less {{mustache}} templates with JavaScript
│ │ ├─┬ npmlog@0.0.6
│ │ │ │ logger for npm
│ │ │ │ git://github.com/isaacs/npmlog.git
│ │ │ │ https://github.com/isaacs/npmlog
│ │ │ └── ansi@0.2.1
│ │ │     Advanced ANSI formatting tool for Node.js
│ │ │     git://github.com/TooTallNate/ansi.js.git
│ │ │     https://github.com/TooTallNate/ansi.js
│ │ ├── rimraf@2.2.8
│ │ │   A deep deletion module for node (like `rm -rf`)
│ │ │   git://github.com/isaacs/rimraf.git
│ │ │   https://github.com/isaacs/rimraf
│ │ ├─┬ socket.io@0.9.16
│ │ │ │ Real-time apps made cross-browser & easy with a WebSocket-like API
│ │ │ │ https://github.com/LearnBoost/socket.io.git
│ │ │ │ http://socket.io
│ │ │ ├── base64id@0.1.0
│ │ │ │   Generates a base64 id
│ │ │ │   https://github.com/faeldt/base64id.git
│ │ │ │   https://github.com/faeldt/base64id
│ │ │ ├── policyfile@0.0.4
│ │ │ │   Flash Socket Policy File Server. A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance.
│ │ │ │   https://github.com/3rd-Eden/FlashPolicyFileServer.git
│ │ │ │   https://github.com/3rd-Eden/FlashPolicyFileServer
│ │ │ ├── redis@0.7.3
│ │ │ │   Redis client library
│ │ │ │   git://github.com/mranney/node_redis.git
│ │ │ │   https://github.com/mranney/node_redis
│ │ │ └─┬ socket.io-client@0.9.16
│ │ │   │ Socket.IO client for the browser and node.js
│ │ │   │ https://github.com/LearnBoost/socket.io-client.git
│ │ │   │ http://socket.io
│ │ │   ├─┬ active-x-obfuscator@0.0.1
│ │ │   │ │ A module to (safely) obfuscate all occurrences of the string 'ActiveX' inside any JavaScript code.
│ │ │   │ │ git://github.com/felixge/node-active-x-obfuscator.git
│ │ │   │ │ https://github.com/felixge/node-active-x-obfuscator
│ │ │   │ └── zeparser@0.0.5
│ │ │   │     My JavaScript parser
│ │ │   │     git://github.com/qfox/ZeParser.git
│ │ │   │     https://github.com/qfox/ZeParser/
│ │ │   ├── uglify-js@1.2.5
│ │ │   │   JavaScript parser and compressor/beautifier toolkit
│ │ │   │   git@github.com:mishoo/UglifyJS.git
│ │ │   │   https://github.com/mishoo/UglifyJS
│ │ │   ├─┬ ws@0.4.31
│ │ │   │ │ simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455
│ │ │   │ │ git://github.com/einaros/ws.git
│ │ │   │ │ https://github.com/einaros/ws
│ │ │   │ ├── commander@0.6.1
│ │ │   │ │   the complete solution for node.js command-line programs
│ │ │   │ │   https://github.com/visionmedia/commander.js.git
│ │ │   │ │   https://github.com/visionmedia/commander.js
│ │ │   │ ├── nan@0.3.2
│ │ │   │ │   Native Abstractions for Node.js: C++ header for Node 0.8->0.12 compatibility
│ │ │   │ │   git://github.com/rvagg/nan.git
│ │ │   │ │   https://github.com/rvagg/nan
│ │ │   │ ├── options@0.0.5
│ │ │   │ │   A very light-weight in-code option parsers for node.js.
│ │ │   │ │   git://github.com/einaros/options.js.git
│ │ │   │ │   https://github.com/einaros/options.js
│ │ │   │ └── tinycolor@0.0.1
│ │ │   │     a to-the-point color module for node
│ │ │   │     git://github.com/einaros/tinycolor.git
│ │ │   │     https://github.com/einaros/tinycolor
│ │ │   └── xmlhttprequest@1.4.2
│ │ │       XMLHttpRequest for Node
│ │ │       git://github.com/driverdan/node-XMLHttpRequest.git
│ │ │       https://github.com/driverdan/node-XMLHttpRequest
│ │ ├── styled_string@0.0.1
│ │ │   Print styled text with a StyledString object that has an interface similar to String.
│ │ └─┬ tap@0.4.9
│ │   │ A Test-Anything-Protocol library
│ │   │ git://github.com/isaacs/node-tap.git
│ │   │ https://github.com/isaacs/node-tap
│ │   ├── buffer-equal@0.0.0
│ │   │   return whether two buffers are equal
│ │   │   git://github.com/substack/node-buffer-equal.git
│ │   │   https://github.com/substack/node-buffer-equal
│ │   ├── deep-equal@0.0.0
│ │   │   node's assert.deepEqual algorithm
│ │   │   http://github.com/substack/node-deep-equal.git
│ │   │   https://github.com/substack/node-deep-equal
│ │   ├─┬ difflet@0.2.6
│ │   │ │ colorful diffs for javascript objects
│ │   │ │ git://github.com/substack/difflet.git
│ │   │ │ https://github.com/substack/difflet
│ │   │ ├── charm@0.1.2
│ │   │ │   ansi control sequences for terminal cursor hopping and colors
│ │   │ │   http://github.com/substack/node-charm.git
│ │   │ │   https://github.com/substack/node-charm
│ │   │ ├── deep-is@0.1.2
│ │   │ │   node's assert.deepEqual algorithm except for NaN being equal to NaN
│ │   │ │   http://github.com/thlorenz/deep-is.git
│ │   │ │   https://github.com/thlorenz/deep-is
│ │   │ └── traverse@0.6.6
│ │   │     traverse and transform objects by visiting every node on a recursive walk
│ │   │     git://github.com/substack/js-traverse.git
│ │   │     https://github.com/substack/js-traverse
│ │   ├─┬ glob@3.2.9
│ │   │ │ a little globber
│ │   │ │ git://github.com/isaacs/node-glob.git
│ │   │ │ https://github.com/isaacs/node-glob
│ │   │ ├── inherits@2.0.1
│ │   │ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │   │ │   git://github.com/isaacs/inherits
│ │   │ │   https://github.com/isaacs/inherits
│ │   │ └─┬ minimatch@0.2.14
│ │   │   │ a glob matcher in javascript
│ │   │   │ git://github.com/isaacs/minimatch.git
│ │   │   │ https://github.com/isaacs/minimatch
│ │   │   ├── lru-cache@2.5.0
│ │   │   │   A cache object that deletes the least-recently-used items.
│ │   │   │   git://github.com/isaacs/node-lru-cache.git
│ │   │   │   https://github.com/isaacs/node-lru-cache
│ │   │   └── sigmund@1.0.0
│ │   │       Quick and dirty signatures for Objects.
│ │   │       git://github.com/isaacs/sigmund
│ │   │       https://github.com/isaacs/sigmund
│ │   ├── inherits@2.0.1
│ │   │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │   │   git://github.com/isaacs/inherits
│ │   │   https://github.com/isaacs/inherits
│ │   ├── mkdirp@0.3.5
│ │   │   Recursively mkdir, like `mkdir -p`
│ │   │   http://github.com/substack/node-mkdirp.git
│ │   │   https://github.com/substack/node-mkdirp
│ │   ├── nopt@2.2.1
│ │   │   Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │   │   http://github.com/isaacs/nopt
│ │   │   https://github.com/isaacs/nopt
│ │   ├─┬ runforcover@0.0.2
│ │   │ │ require plugin for js code coverage using bunker
│ │   │ │ http://github.com/chrisdickinson/node-runforcover.git
│ │   │ │ https://github.com/chrisdickinson/node-runforcover
│ │   │ └─┬ bunker@0.1.2
│ │   │   │ code coverage in native javascript
│ │   │   │ http://github.com/substack/node-bunker.git
│ │   │   │ https://github.com/substack/node-bunker
│ │   │   └─┬ burrito@0.2.12
│ │   │     │ Wrap up expressions with a trace function while walking the AST with rice and beans on the side
│ │   │     │ git://github.com/substack/node-burrito.git
│ │   │     │ https://github.com/substack/node-burrito
│ │   │     ├── traverse@0.5.2
│ │   │     │   Traverse and transform objects by visiting every node on a recursive walk
│ │   │     │   http://github.com/substack/js-traverse.git
│ │   │     │   https://github.com/substack/js-traverse
│ │   │     └── uglify-js@1.1.1
│ │   │         JavaScript parser and compressor/beautifier toolkit
│ │   │         git@github.com:mishoo/UglifyJS.git
│ │   │         https://github.com/mishoo/UglifyJS
│ │   ├── slide@1.1.5
│ │   │   A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS
│ │   │   git://github.com/isaacs/slide-flow-control.git
│ │   │   https://github.com/isaacs/slide-flow-control
│ │   └── yamlish@0.0.5
│ │       Parser/encoder for the yamlish format
│ │       https://github.com/isaacs/yamlish
│ │       https://github.com/isaacs/yamlish
│ ├── through@2.3.4
│ │   simplified stream contsruction
│ │   https://github.com/dominictarr/through.git
│ │   http://github.com/dominictarr/through
│ ├─┬ tiny-lr@0.0.5
│ │ │ Tiny LiveReload server, background-friendly
│ │ │ git://github.com/mklabs/tiny-lr.git
│ │ │ https://github.com/mklabs/tiny-lr
│ │ ├── debug@0.7.4
│ │ │   small debugging utility
│ │ │   git://github.com/visionmedia/debug.git
│ │ │   https://github.com/visionmedia/debug
│ │ ├── faye-websocket@0.4.4
│ │ │   Standards-compliant WebSocket server and client
│ │ │   git://github.com/faye/faye-websocket-node.git
│ │ │   http://github.com/faye/faye-websocket-node
│ │ ├─┬ noptify@0.0.3
│ │ │ │ nopt wrapper with commander-like API
│ │ │ │ git://github.com/mklabs/noptify.git
│ │ │ │ https://github.com/mklabs/noptify
│ │ │ └─┬ nopt@2.0.0
│ │ │   │ Option parsing for Node, supporting types, shorthands, etc. Used by npm.
│ │ │   │ http://github.com/isaacs/nopt
│ │ │   │ https://github.com/isaacs/nopt
│ │ │   └── abbrev@1.0.5
│ │ │       Like ruby's abbrev module, but in js
│ │ │       http://github.com/isaacs/abbrev-js
│ │ │       https://github.com/isaacs/abbrev-js
│ │ └── qs@0.5.6
│ │     querystring parser
│ │     git://github.com/visionmedia/node-querystring.git
│ │     https://github.com/visionmedia/node-querystring
│ └── walk-sync@0.1.2
│     Get an array of recursive directory contents
│     https://github.com/joliss/node-walk-sync
│     https://github.com/joliss/node-walk-sync
├─┬ express@4.2.0
│ │ Sinatra inspired web development framework
│ │ git://github.com/visionmedia/express
│ │ https://github.com/visionmedia/express
│ ├─┬ accepts@1.0.1
│ │ │ Higher-level content negotiation
│ │ │ https://github.com/expressjs/accepts.git
│ │ │ https://github.com/expressjs/accepts
│ │ ├── mime@1.2.11
│ │ │   A comprehensive library for mime-type mapping
│ │ │   https://github.com/broofa/node-mime
│ │ │   https://github.com/broofa/node-mime
│ │ └── negotiator@0.4.3
│ │     HTTP content negotiation
│ │     git://github.com/federomero/negotiator.git
│ │     https://github.com/federomero/negotiator
│ ├── buffer-crc32@0.2.1
│ │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │   git://github.com/brianloveswords/buffer-crc32.git
│ │   https://github.com/brianloveswords/buffer-crc32
│ ├── cookie@0.1.2
│ │   cookie parsing and serialization
│ │   git://github.com/shtylman/node-cookie.git
│ │   https://github.com/shtylman/node-cookie
│ ├── cookie-signature@1.0.3
│ │   Sign and unsign cookies
│ │   https://github.com/visionmedia/node-cookie-signature.git
│ │   https://github.com/visionmedia/node-cookie-signature
│ ├── debug@0.8.1
│ │   small debugging utility
│ │   git://github.com/visionmedia/debug.git
│ │   https://github.com/visionmedia/debug
│ ├── escape-html@1.0.1
│ │   Escape HTML entities
│ │   https://github.com/component/escape-html.git
│ │   https://github.com/component/escape-html
│ ├── fresh@0.2.2
│ │   HTTP response freshness testing
│ │   https://github.com/visionmedia/node-fresh.git
│ │   https://github.com/visionmedia/node-fresh
│ ├── merge-descriptors@0.0.2
│ │   Merge objects using descriptors
│ │   https://github.com/component/merge-descriptors.git
│ │   https://github.com/component/merge-descriptors
│ ├── methods@1.0.0
│ │   HTTP methods that node supports
│ │   git://github.com/visionmedia/node-methods.git
│ │   https://github.com/visionmedia/node-methods
│ ├── parseurl@1.0.1
│ │   parse a url with memoization
│ │   https://github.com/expressjs/parseurl.git
│ │   https://github.com/expressjs/parseurl
│ ├── path-to-regexp@0.1.2
│ │   Express style path to RegExp utility
│ │   https://github.com/component/path-to-regexp.git
│ │   https://github.com/component/path-to-regexp
│ ├── qs@0.6.6
│ │   querystring parser
│ │   git://github.com/visionmedia/node-querystring.git
│ │   https://github.com/visionmedia/node-querystring
│ ├── range-parser@1.0.0
│ │   Range header field string parser
│ │   https://github.com/visionmedia/node-range-parser.git
│ │   https://github.com/visionmedia/node-range-parser
│ ├─┬ send@0.3.0
│ │ │ Better streaming static file server with Range and conditional-GET support
│ │ │ git://github.com/visionmedia/send.git
│ │ │ https://github.com/visionmedia/send
│ │ ├── buffer-crc32@0.2.1
│ │ │   A pure javascript CRC32 algorithm that plays nice with binary data
│ │ │   git://github.com/brianloveswords/buffer-crc32.git
│ │ │   https://github.com/brianloveswords/buffer-crc32
│ │ ├── debug@0.8.0
│ │ │   small debugging utility
│ │ │   git://github.com/visionmedia/debug.git
│ │ │   https://github.com/visionmedia/debug
│ │ ├── fresh@0.2.2
│ │ │   HTTP response freshness testing
│ │ │   https://github.com/visionmedia/node-fresh.git
│ │ │   https://github.com/visionmedia/node-fresh
│ │ ├── mime@1.2.11
│ │ │   A comprehensive library for mime-type mapping
│ │ │   https://github.com/broofa/node-mime
│ │ │   https://github.com/broofa/node-mime
│ │ └── range-parser@1.0.0
│ │     Range header field string parser
│ │     https://github.com/visionmedia/node-range-parser.git
│ │     https://github.com/visionmedia/node-range-parser
│ ├─┬ serve-static@1.1.0
│ │ │ Serve static files
│ │ │ https://github.com/expressjs/serve-static.git
│ │ │ https://github.com/expressjs/serve-static
│ │ ├── parseurl@1.0.1
│ │ │   parse a url with memoization
│ │ │   https://github.com/expressjs/parseurl.git
│ │ │   https://github.com/expressjs/parseurl
│ │ └── send@0.3.0
│ │     Better streaming static file server with Range and conditional-GET support
│ │     git://github.com/visionmedia/send.git
│ │     https://github.com/visionmedia/send
│ ├─┬ type-is@1.1.0
│ │ │ Infer the content type if a request
│ │ │ git://github.com/expressjs/type-is
│ │ │ https://github.com/expressjs/type-is
│ │ └── mime@1.2.11
│ │     A comprehensive library for mime-type mapping
│ │     https://github.com/broofa/node-mime
│ │     https://github.com/broofa/node-mime
│ └── utils-merge@1.0.0
│     merge() utility function
│     git://github.com/jaredhanson/utils-merge.git
│     https://github.com/jaredhanson/utils-merge
├─┬ glob@3.2.9
│ │ a little globber
│ │ git://github.com/isaacs/node-glob.git
│ │ https://github.com/isaacs/node-glob
│ ├── inherits@2.0.1
│ │   Browser-friendly inheritance fully compatible with standard node.js inherits()
│ │   git://github.com/isaacs/inherits
│ │   https://github.com/isaacs/inherits
│ └─┬ minimatch@0.2.14
│   │ a glob matcher in javascript
│   │ git://github.com/isaacs/minimatch.git
│   │ https://github.com/isaacs/minimatch
│   ├── lru-cache@2.5.0
│   │   A cache object that deletes the least-recently-used items.
│   │   git://github.com/isaacs/node-lru-cache.git
│   │   https://github.com/isaacs/node-lru-cache
│   └── sigmund@1.0.0
│       Quick and dirty signatures for Objects.
│       git://github.com/isaacs/sigmund
│       https://github.com/isaacs/sigmund
├─┬ loom@3.1.2
│ │ Weave your wefts betwixt the warps of loom generators and scaffolds.
│ │ git://github.com/rpflorence/loom
│ │ https://github.com/rpflorence/loom
│ ├── async@0.2.10
│ │   Higher-order functions and common patterns for asynchronous code
│ │   https://github.com/caolan/async.git
│ │   https://github.com/caolan/async
│ ├─┬ cli-color@0.2.3
│ │ │ Colors, formatting and other tools for the console
│ │ │ git://github.com/medikoo/cli-color.git
│ │ │ https://github.com/medikoo/cli-color
│ │ ├── es5-ext@0.9.2
│ │ │   ECMAScript5 extensions
│ │ │   git://github.com/medikoo/es5-ext.git
│ │ │   https://github.com/medikoo/es5-ext
│ │ └─┬ memoizee@0.2.6
│ │   │ Complete memoize/cache solution. Works with any type and length of function arguments
│ │   │ git://github.com/medikoo/memoize.git
│ │   │ https://github.com/medikoo/memoize
│ │   ├── es5-ext@0.9.2
│ │   │   ECMAScript5 extensions
│ │   │   git://github.com/medikoo/es5-ext.git
│ │   │   https://github.com/medikoo/es5-ext
│ │   ├─┬ event-emitter@0.2.2
│ │   │ │ Cross-environment event emitter
│ │   │ │ git://github.com/medikoo/event-emitter.git
│ │   │ │ https://github.com/medikoo/event-emitter
│ │   │ └── es5-ext@0.9.2
│ │   │     ECMAScript5 extensions
│ │   │     git://github.com/medikoo/es5-ext.git
│ │   │     https://github.com/medikoo/es5-ext
│ │   └── next-tick@0.1.0
│ │       Cross environment nextTick polyfill
│ │       git://github.com/medikoo/next-tick.git
│ │       https://github.com/medikoo/next-tick
│ ├─┬ cli-prompt@0.3.2
│ │ │ A tiny CLI prompter
│ │ │ git://github.com/carlos8f/node-cli-prompt.git
│ │ │ https://github.com/carlos8f/node-cli-prompt
│ │ └── keypress@0.2.1
│ │     Make any Node ReadableStream emit "keypress" events
│ │     git://github.com/TooTallNate/keypress.git
│ │     https://github.com/TooTallNate/keypress
│ ├── commander@2.0.0
│ │   the complete solution for node.js command-line programs
│ │   https://github.com/visionmedia/commander.js.git
│ │   https://github.com/visionmedia/commander.js
│ ├─┬ fs-extra@0.6.4
│ │ │ fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ ├── jsonfile@1.0.1
│ │ │   Easily read/write JSON files.
│ │ │   git@github.com:jprichardson/node-jsonfile.git
│ │ │   https://github.com/jprichardson/node-jsonfile
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├── ncp@0.4.2
│ │ │   Asynchronous recursive file copy utility.
│ │ │   https://github.com/AvianFlu/ncp.git
│ │ │   https://github.com/AvianFlu/ncp
│ │ └── rimraf@2.2.8
│ │     A deep deletion module for node (like `rm -rf`)
│ │     git://github.com/isaacs/rimraf.git
│ │     https://github.com/isaacs/rimraf
│ └─┬ loom-engine-hbs@2.0.0
│   │ handlebars engine for loom
│   └─┬ handlebars@1.0.12
│     │ Extension of the Mustache logicless template language
│     │ git://github.com/wycats/handlebars.js.git
│     │ http://www.handlebarsjs.com/
│     ├─┬ optimist@0.3.7
│     │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│     │ │ http://github.com/substack/node-optimist.git
│     │ │ https://github.com/substack/node-optimist
│     │ └── wordwrap@0.0.2
│     │     Wrap those words. Show them at what columns to start and stop.
│     │     git://github.com/substack/node-wordwrap.git
│     │     https://github.com/substack/node-wordwrap
│     └─┬ uglify-js@2.3.6
│       │ JavaScript parser, mangler/compressor and beautifier toolkit
│       │ https://github.com/mishoo/UglifyJS2.git
│       │ http://lisperator.net/uglifyjs
│       ├── async@0.2.10
│       │   Higher-order functions and common patterns for asynchronous code
│       │   https://github.com/caolan/async.git
│       │   https://github.com/caolan/async
│       ├── optimist@0.3.7
│       │   Light-weight option parsing with an argv hash. No optstrings attached.
│       │   http://github.com/substack/node-optimist.git
│       │   https://github.com/substack/node-optimist
│       └─┬ source-map@0.1.33
│         │ Generates and consumes source maps
│         │ http://github.com/mozilla/source-map.git
│         │ https://github.com/mozilla/source-map
│         └── amdefine@0.1.0
│             Provide AMD's define() API for declaring modules in the AMD format
│             https://github.com/jrburke/amdefine.git
│             http://github.com/jrburke/amdefine
├─┬ loom-generators-ember-appkit@1.1.1
│ │ generator set use in ember app kit
│ │ https://github.com/cavneb/loom-generators-ember-appkit
│ │ https://github.com/cavneb/loom-generators-ember-appkit
│ ├── fleck@0.5.1
│ │   a functional-style string inflection library
│ │   https://github.com/trek/fleck.git
│ │   http://github.com/trek/fleck
│ ├─┬ fs-extra@0.6.4
│ │ │ fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ │ https://github.com/jprichardson/node-fs-extra
│ │ ├── jsonfile@1.0.1
│ │ │   Easily read/write JSON files.
│ │ │   git@github.com:jprichardson/node-jsonfile.git
│ │ │   https://github.com/jprichardson/node-jsonfile
│ │ ├── mkdirp@0.3.5
│ │ │   Recursively mkdir, like `mkdir -p`
│ │ │   http://github.com/substack/node-mkdirp.git
│ │ │   https://github.com/substack/node-mkdirp
│ │ ├── ncp@0.4.2
│ │ │   Asynchronous recursive file copy utility.
│ │ │   https://github.com/AvianFlu/ncp.git
│ │ │   https://github.com/AvianFlu/ncp
│ │ └── rimraf@2.2.8
│ │     A deep deletion module for node (like `rm -rf`)
│ │     git://github.com/isaacs/rimraf.git
│ │     https://github.com/isaacs/rimraf
│ ├── glob@3.2.9
│ │   a little globber
│ │   git://github.com/isaacs/node-glob.git
│ │   https://github.com/isaacs/node-glob
│ ├─┬ loom@3.1.2
│ │ │ Weave your wefts betwixt the warps of loom generators and scaffolds.
│ │ │ git://github.com/rpflorence/loom
│ │ │ https://github.com/rpflorence/loom
│ │ ├── async@0.2.10
│ │ │   Higher-order functions and common patterns for asynchronous code
│ │ │   https://github.com/caolan/async.git
│ │ │   https://github.com/caolan/async
│ │ ├─┬ cli-color@0.2.3
│ │ │ │ Colors, formatting and other tools for the console
│ │ │ │ git://github.com/medikoo/cli-color.git
│ │ │ │ https://github.com/medikoo/cli-color
│ │ │ ├── es5-ext@0.9.2
│ │ │ │   ECMAScript5 extensions
│ │ │ │   git://github.com/medikoo/es5-ext.git
│ │ │ │   https://github.com/medikoo/es5-ext
│ │ │ └─┬ memoizee@0.2.6
│ │ │   │ Complete memoize/cache solution. Works with any type and length of function arguments
│ │ │   │ git://github.com/medikoo/memoize.git
│ │ │   │ https://github.com/medikoo/memoize
│ │ │   ├── es5-ext@0.9.2
│ │ │   │   ECMAScript5 extensions
│ │ │   │   git://github.com/medikoo/es5-ext.git
│ │ │   │   https://github.com/medikoo/es5-ext
│ │ │   ├─┬ event-emitter@0.2.2
│ │ │   │ │ Cross-environment event emitter
│ │ │   │ │ git://github.com/medikoo/event-emitter.git
│ │ │   │ │ https://github.com/medikoo/event-emitter
│ │ │   │ └── es5-ext@0.9.2
│ │ │   │     ECMAScript5 extensions
│ │ │   │     git://github.com/medikoo/es5-ext.git
│ │ │   │     https://github.com/medikoo/es5-ext
│ │ │   └── next-tick@0.1.0
│ │ │       Cross environment nextTick polyfill
│ │ │       git://github.com/medikoo/next-tick.git
│ │ │       https://github.com/medikoo/next-tick
│ │ ├─┬ cli-prompt@0.3.2
│ │ │ │ A tiny CLI prompter
│ │ │ │ git://github.com/carlos8f/node-cli-prompt.git
│ │ │ │ https://github.com/carlos8f/node-cli-prompt
│ │ │ └── keypress@0.2.1
│ │ │     Make any Node ReadableStream emit "keypress" events
│ │ │     git://github.com/TooTallNate/keypress.git
│ │ │     https://github.com/TooTallNate/keypress
│ │ ├── commander@2.0.0
│ │ │   the complete solution for node.js command-line programs
│ │ │   https://github.com/visionmedia/commander.js.git
│ │ │   https://github.com/visionmedia/commander.js
│ │ ├── fs-extra@0.6.4
│ │ │   fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
│ │ │   https://github.com/jprichardson/node-fs-extra
│ │ │   https://github.com/jprichardson/node-fs-extra
│ │ └─┬ loom-engine-hbs@2.0.0
│ │   │ handlebars engine for loom
│ │   └─┬ handlebars@1.0.12
│ │     │ Extension of the Mustache logicless template language
│ │     │ git://github.com/wycats/handlebars.js.git
│ │     │ http://www.handlebarsjs.com/
│ │     ├─┬ optimist@0.3.7
│ │     │ │ Light-weight option parsing with an argv hash. No optstrings attached.
│ │     │ │ http://github.com/substack/node-optimist.git
│ │     │ │ https://github.com/substack/node-optimist
│ │     │ └── wordwrap@0.0.2
│ │     │     Wrap those words. Show them at what columns to start and stop.
│ │     │     git://github.com/substack/node-wordwrap.git
│ │     │     https://github.com/substack/node-wordwrap
│ │     └─┬ uglify-js@2.3.6
│ │       │ JavaScript parser, mangler/compressor and beautifier toolkit
│ │       │ https://github.com/mishoo/UglifyJS2.git
│ │       │ http://lisperator.net/uglifyjs
│ │       ├── async@0.2.10
│ │       │   Higher-order functions and common patterns for asynchronous code
│ │       │   https://github.com/caolan/async.git
│ │       │   https://github.com/caolan/async
│ │       ├── optimist@0.3.7
│ │       │   Light-weight option parsing with an argv hash. No optstrings attached.
│ │       │   http://github.com/substack/node-optimist.git
│ │       │   https://github.com/substack/node-optimist
│ │       └─┬ source-map@0.1.33
│ │         │ Generates and consumes source maps
│ │         │ http://github.com/mozilla/source-map.git
│ │         │ https://github.com/mozilla/source-map
│ │         └── amdefine@0.1.0
│ │             Provide AMD's define() API for declaring modules in the AMD format
│ │             https://github.com/jrburke/amdefine.git
│ │             http://github.com/jrburke/amdefine
│ └── originate@0.1.5
│     generates project scaffolds with loom
│     git://github.com/rpflorence/originate.git
│     https://github.com/rpflorence/originate
└─┬ originate@0.1.5
  │ generates project scaffolds with loom
  │ git://github.com/rpflorence/originate.git
  │ https://github.com/rpflorence/originate
  ├─┬ cli-color@0.2.3
  │ │ Colors, formatting and other tools for the console
  │ │ git://github.com/medikoo/cli-color.git
  │ │ https://github.com/medikoo/cli-color
  │ ├── es5-ext@0.9.2
  │ │   ECMAScript5 extensions
  │ │   git://github.com/medikoo/es5-ext.git
  │ │   https://github.com/medikoo/es5-ext
  │ └─┬ memoizee@0.2.6
  │   │ Complete memoize/cache solution. Works with any type and length of function arguments
  │   │ git://github.com/medikoo/memoize.git
  │   │ https://github.com/medikoo/memoize
  │   ├── es5-ext@0.9.2
  │   │   ECMAScript5 extensions
  │   │   git://github.com/medikoo/es5-ext.git
  │   │   https://github.com/medikoo/es5-ext
  │   ├─┬ event-emitter@0.2.2
  │   │ │ Cross-environment event emitter
  │   │ │ git://github.com/medikoo/event-emitter.git
  │   │ │ https://github.com/medikoo/event-emitter
  │   │ └── es5-ext@0.9.2
  │   │     ECMAScript5 extensions
  │   │     git://github.com/medikoo/es5-ext.git
  │   │     https://github.com/medikoo/es5-ext
  │   └── next-tick@0.1.0
  │       Cross environment nextTick polyfill
  │       git://github.com/medikoo/next-tick.git
  │       https://github.com/medikoo/next-tick
  ├─┬ loom@3.1.2
  │ │ Weave your wefts betwixt the warps of loom generators and scaffolds.
  │ │ git://github.com/rpflorence/loom
  │ │ https://github.com/rpflorence/loom
  │ ├── async@0.2.10
  │ │   Higher-order functions and common patterns for asynchronous code
  │ │   https://github.com/caolan/async.git
  │ │   https://github.com/caolan/async
  │ ├── cli-color@0.2.3
  │ │   Colors, formatting and other tools for the console
  │ │   git://github.com/medikoo/cli-color.git
  │ │   https://github.com/medikoo/cli-color
  │ ├─┬ cli-prompt@0.3.2
  │ │ │ A tiny CLI prompter
  │ │ │ git://github.com/carlos8f/node-cli-prompt.git
  │ │ │ https://github.com/carlos8f/node-cli-prompt
  │ │ └── keypress@0.2.1
  │ │     Make any Node ReadableStream emit "keypress" events
  │ │     git://github.com/TooTallNate/keypress.git
  │ │     https://github.com/TooTallNate/keypress
  │ ├── commander@2.0.0
  │ │   the complete solution for node.js command-line programs
  │ │   https://github.com/visionmedia/commander.js.git
  │ │   https://github.com/visionmedia/commander.js
  │ ├─┬ fs-extra@0.6.4
  │ │ │ fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
  │ │ │ https://github.com/jprichardson/node-fs-extra
  │ │ │ https://github.com/jprichardson/node-fs-extra
  │ │ ├── jsonfile@1.0.1
  │ │ │   Easily read/write JSON files.
  │ │ │   git@github.com:jprichardson/node-jsonfile.git
  │ │ │   https://github.com/jprichardson/node-jsonfile
  │ │ ├── mkdirp@0.3.5
  │ │ │   Recursively mkdir, like `mkdir -p`
  │ │ │   http://github.com/substack/node-mkdirp.git
  │ │ │   https://github.com/substack/node-mkdirp
  │ │ ├── ncp@0.4.2
  │ │ │   Asynchronous recursive file copy utility.
  │ │ │   https://github.com/AvianFlu/ncp.git
  │ │ │   https://github.com/AvianFlu/ncp
  │ │ └── rimraf@2.2.8
  │ │     A deep deletion module for node (like `rm -rf`)
  │ │     git://github.com/isaacs/rimraf.git
  │ │     https://github.com/isaacs/rimraf
  │ ├─┬ loom-engine-hbs@2.0.0
  │ │ │ handlebars engine for loom
  │ │ └─┬ handlebars@1.0.12
  │ │   │ Extension of the Mustache logicless template language
  │ │   │ git://github.com/wycats/handlebars.js.git
  │ │   │ http://www.handlebarsjs.com/
  │ │   ├─┬ optimist@0.3.7
  │ │   │ │ Light-weight option parsing with an argv hash. No optstrings attached.
  │ │   │ │ http://github.com/substack/node-optimist.git
  │ │   │ │ https://github.com/substack/node-optimist
  │ │   │ └── wordwrap@0.0.2
  │ │   │     Wrap those words. Show them at what columns to start and stop.
  │ │   │     git://github.com/substack/node-wordwrap.git
  │ │   │     https://github.com/substack/node-wordwrap
  │ │   └─┬ uglify-js@2.3.6
  │ │     │ JavaScript parser, mangler/compressor and beautifier toolkit
  │ │     │ https://github.com/mishoo/UglifyJS2.git
  │ │     │ http://lisperator.net/uglifyjs
  │ │     ├── async@0.2.10
  │ │     │   Higher-order functions and common patterns for asynchronous code
  │ │     │   https://github.com/caolan/async.git
  │ │     │   https://github.com/caolan/async
  │ │     ├── optimist@0.3.7
  │ │     │   Light-weight option parsing with an argv hash. No optstrings attached.
  │ │     │   http://github.com/substack/node-optimist.git
  │ │     │   https://github.com/substack/node-optimist
  │ │     └─┬ source-map@0.1.33
  │ │       │ Generates and consumes source maps
  │ │       │ http://github.com/mozilla/source-map.git
  │ │       │ https://github.com/mozilla/source-map
  │ │       └── amdefine@0.1.0
  │ │           Provide AMD's define() API for declaring modules in the AMD format
  │ │           https://github.com/jrburke/amdefine.git
  │ │           http://github.com/jrburke/amdefine
  │ └── UNMET DEPENDENCY originate 0.1.x
  └── shelljs@0.2.6
      Portable Unix shell commands for Node.js
      git://github.com/arturadib/shelljs.git
      http://github.com/arturadib/shelljs
hemanth commented 10 years ago

Could you please link me to npm-debug.log as a gist?

brandonparsons commented 10 years ago

I think this should work: https://gist.github.com/brandonparsons/b11c39244bf0e8a0b8c1

hemanth commented 10 years ago

npm install broccoli-filter works fine?

brandonparsons commented 10 years ago

Well isn't that interesting. npm install broccoli-filter works, and then when I retried npm install --save broccoli-es6-arrow it worked.

I'm not knowledgeable enough about npm to know if I'm doing something wrong or what!

hemanth commented 10 years ago

@brandonparsons Thanks for reporting I have bumped the version, the build is also green now.