mcfly-io / generator-mcfly-ng2

A yeoman generator for scaffolding an app using angular2 and webpack
MIT License
36 stars 2 forks source link

Install issues #91

Open digitaldonkey opened 7 years ago

digitaldonkey commented 7 years ago

Hi, I end up with unmet dependencies trying to install on OSX with latest node (7.0) and npm (3.10.8) versions.

eth-tweet-ui@0.0.1 /Users/tho/htdocs/EthTweetUi/ethTweetUi-update-11-2016
├── UNMET PEER DEPENDENCY @angular/compiler-cli@0.6.2
├── UNMET PEER DEPENDENCY @angular/platform-browser-dynamic@2.0.0
├── ngux-loader@0.1.0  (git://github.com/mcfly-io/ngux-loader.git#3141586037617f1ed11f2c3095e4cbe11c016f3e)
└── UNMET PEER DEPENDENCY zone.js@0.6.26

npm cache clean, reinstalling ... dosn't seem to help. Any Ideas?

digitaldonkey commented 7 years ago

Repeated install without sucess. Providing full log.

tho@chuck:~/htdocs/EthTweetUi-mcfly-ng2-test$ yo mcfly-ng2 test
     _-----_
    |       |    ╭──────────────────────────╮
    |--(o)--|    │  Welcome to the awesome  │
   `---------´   │   mcfly-ng2 generator!   │
    ( _´U`_ )    ╰──────────────────────────╯
    /___A___\   /
     |  ~  |
   __'.___.'__
 ´   `  |° ´ Y `
Out of the box I create an Angular 2 application.
? What is your the name of your project? test
? In which folder would you like your scripts? client
? How would you like to name your target application? app
? What type of target application do you want to create? web
   create package.json
   create .eslintignore
   create .eslintrc.json
   create .gitignore
   create .jsbeautifyrc
   create .npmrc
   create .travis.yml
   create README.md
   create spec-bundle.js
   create tsconfig.json
   create karma.conf.js
   create tslint.json
   create webpack.config.js
   create typedoc.json
   create test/sanity.spec.ts
   create protractor.conf.js
   create protractor/browserExtension.js
   create plugins/PostCompilePlugin.js
   create plugins/ChangeModePlugin.js
   create typings/fuse/index.d.ts
   create typings/tsd.d.ts
   create fuse/Angular.ux
   create fuse/collection-facade.ts
   create fuse/dom_adapter.ts
   create fuse/element.ts
   create fuse/fuse_location_strategy.ts
   create fuse/fuse_polyfills.ts
   create fuse/fuseBootstrap.js
   create fuse/fuseRenderer.js
   create fuse/lang-facade.ts
   create fuse/localStorage.js
   create fuse/parse5_adapter.ts
   create fuse/platform.ts
   create fuse/private_import_compiler.ts
   create fuse/private_import_platform-browser.ts
   create fuse/renderer.ts
   create fuse/xhr.ts
   create fuse/zone.ts
   create fuse/zone-fuse.js
   create client/scripts/app/vendor.ts
   create client/scripts/app/polyfills.ts
   create client/scripts/app/bootstrap.ts
   create client/scripts/app/index.html
   create test/e2e/app/app.e2e.ts
   create test/e2e/app/index.e2e.ts
   create client/scripts/app/components/main/main.component.ts
   create client/scripts/app/components/main/main.component.spec.ts
   create client/scripts/app/components/main/main.component.html
   create client/scripts/app/components/main/main.component.scss
> fsevents@1.0.14 install /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/fsevents
> node-pre-gyp install --fallback-to-build
node-pre-gyp ERR! Tried to download: https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.0.14/fse-v1.0.14-node-v51-darwin-x64.tar.gz
node-pre-gyp ERR! Pre-built binaries not found for fsevents@1.0.14 and node@7.0.0 (node-v51 ABI) (falling back to source compile with node-gyp)
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node
  COPY /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/fsevents/lib/binding/Release/node-v51-darwin-x64/fse.node
  TOUCH Release/obj.target/action_after_build.stamp
> execSync@1.0.2 install /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/execSync
> node install.js
[execsync v1.0.2] Attempting to compile native extensions.
[execSync v1.0.2]
    Native code compile failed!!
> phantomjs-prebuilt@2.1.13 install /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/phantomjs-prebuilt
> node install.js
PhantomJS not found on PATH
Download already available at /var/folders/8d/56wwb0lx54v08lqwjsr81j6w0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip
Verified checksum of previously downloaded file
Extracting zip contents
Removing /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/phantomjs-prebuilt/lib/phantom
Copying extracted folder /var/folders/8d/56wwb0lx54v08lqwjsr81j6w0000gp/T/phantomjs/phantomjs-2.1.1-macosx.zip-extract-1477929051468/phantomjs-2.1.1-macosx -> /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/phantomjs-prebuilt/lib/phantom
Writing location.js file
Done. Phantomjs binary available at /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs
> node-sass@3.10.1 install /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/node-sass
> node scripts/install.js
Start downloading binary at https://github.com/sass/node-sass/releases/download/v3.10.1/darwin-x64-51_binding.node
Binary downloaded and installed at /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/node-sass/vendor/darwin-x64-51/binding.node
> node-sass@3.10.1 postinstall /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/node-sass
> node scripts/build.js
"/Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/node-sass/vendor/darwin-x64-51/binding.node" exists.
 testing binary.
Binary is fine; exiting.
> test@0.0.1 postinstall /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test
> tsd install
-> running install
>> written zero files
test@0.0.1 /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test
├── @angular/common@2.0.0
├── @angular/compiler@2.0.0
├── UNMET PEER DEPENDENCY @angular/compiler-cli@0.6.2
├── @angular/core@2.0.0
├── @angular/forms@2.0.0
├── @angular/http@2.0.0
├── @angular/platform-browser@2.0.0
├── UNMET PEER DEPENDENCY @angular/platform-browser-dynamic@2.0.0
├─┬ @angular/platform-server@2.0.0
│ └── parse5@1.3.2
├── @angular/router@3.0.0
├── @types/core-js@0.9.34
├── @types/hammerjs@2.0.33
├── @types/jasmine@2.5.36
├── @types/lodash@4.14.37
├── @types/node@6.0.46
├── @types/protractor@1.5.20
├── @types/q@0.0.30
├── @types/selenium-webdriver@2.53.33
├─┬ @types/webpack@1.12.35
│ └─┬ @types/uglify-js@2.6.28
│   └── @types/source-map@0.1.28
├─┬ angular2-template-loader@0.5.0
│ ├─┬ codecov@1.0.1
│ │ ├── argv@0.0.2
│ │ ├─┬ execSync@1.0.2
│ │ │ └─┬ temp@0.5.1
│ │ │   └─┬ rimraf@2.1.4
│ │ │     └── graceful-fs@1.2.3
│ │ └── urlgrey@0.4.4
│ └─┬ loader-utils@0.2.16
│   ├── big.js@3.1.3
│   ├── emojis-list@2.1.0
│   └── json5@0.5.0
├─┬ autoprefixer@6.5.1
│ ├── browserslist@1.4.0
│ ├── caniuse-db@1.0.30000572
│ ├── normalize-range@0.1.2
│ ├── num2fraction@1.2.2
│ ├─┬ postcss@5.2.5
│ │ ├── js-base64@2.1.9
│ │ └── supports-color@3.1.2
│ └── postcss-value-parser@3.3.0
├─┬ awesome-typescript-loader@2.2.4
│ ├── colors@1.1.2
│ ├─┬ enhanced-resolve@2.3.0
│ │ ├── graceful-fs@4.1.9
│ │ └── tapable@0.2.4
│ ├── object-assign@4.1.0
│ └── source-map-support@0.4.6
├─┬ babel-polyfill@6.16.0
│ ├── babel-runtime@6.18.0
│ └── regenerator-runtime@0.9.5
├── bluebird@3.4.6
├─┬ browser-sync@2.17.5
│ ├─┬ browser-sync-client@2.4.3
│ │ ├── etag@1.7.0
│ │ └── fresh@0.3.0
│ ├─┬ browser-sync-ui@0.6.1
│ │ ├── async-each-series@0.1.1
│ │ ├─┬ stream-throttle@0.1.3
│ │ │ └── limiter@1.1.0
│ │ └─┬ weinre@2.0.0-pre-I0Z7U9OV
│ │   └─┬ express@2.5.11
│ │     ├─┬ connect@1.9.2
│ │     │ └── formidable@1.0.17
│ │     ├── mkdirp@0.3.0
│ │     └── qs@0.4.2
│ ├── bs-recipes@1.2.3
│ ├─┬ chokidar@1.6.0
│ │ ├── anymatch@1.3.0
│ │ ├── async-each@1.0.1
│ │ ├─┬ fsevents@1.0.14
│ │ │ └─┬ node-pre-gyp@0.6.29
│ │ │   ├─┬ mkdirp@0.5.1
│ │ │   │ └── minimist@0.0.8
│ │ │   ├─┬ nopt@3.0.6
│ │ │   │ └── abbrev@1.0.9
│ │ │   ├─┬ npmlog@3.1.2
│ │ │   │ ├─┬ are-we-there-yet@1.1.2
│ │ │   │ │ └── delegates@1.0.0
│ │ │   │ ├── console-control-strings@1.1.0
│ │ │   │ ├─┬ gauge@2.6.0
│ │ │   │ │ ├── aproba@1.0.4
│ │ │   │ │ ├── has-color@0.1.7
│ │ │   │ │ ├── has-unicode@2.0.1
│ │ │   │ │ ├── object-assign@4.1.0
│ │ │   │ │ ├── signal-exit@3.0.0
│ │ │   │ │ ├─┬ string-width@1.0.1
│ │ │   │ │ │ ├─┬ code-point-at@1.0.0
│ │ │   │ │ │ │ └── number-is-nan@1.0.0
│ │ │   │ │ │ └── is-fullwidth-code-point@1.0.0
│ │ │   │ │ ├─┬ strip-ansi@3.0.1
│ │ │   │ │ │ └── ansi-regex@2.0.0
│ │ │   │ │ └── wide-align@1.1.0
│ │ │   │ └── set-blocking@2.0.0
│ │ │   ├─┬ rc@1.1.6
│ │ │   │ ├── deep-extend@0.4.1
│ │ │   │ ├── ini@1.3.4
│ │ │   │ ├── minimist@1.2.0
│ │ │   │ └── strip-json-comments@1.0.4
│ │ │   ├─┬ request@2.73.0
│ │ │   │ ├── aws-sign2@0.6.0
│ │ │   │ ├── aws4@1.4.1
│ │ │   │ ├─┬ bl@1.1.2
│ │ │   │ │ └── readable-stream@2.0.6
│ │ │   │ ├── caseless@0.11.0
│ │ │   │ ├─┬ combined-stream@1.0.5
│ │ │   │ │ └── delayed-stream@1.0.0
│ │ │   │ ├── extend@3.0.0
│ │ │   │ ├── forever-agent@0.6.1
│ │ │   │ ├─┬ form-data@1.0.0-rc4
│ │ │   │ │ └── async@1.5.2
│ │ │   │ ├─┬ har-validator@2.0.6
│ │ │   │ │ ├─┬ chalk@1.1.3
│ │ │   │ │ │ ├── ansi-styles@2.2.1
│ │ │   │ │ │ ├── escape-string-regexp@1.0.5
│ │ │   │ │ │ ├── has-ansi@2.0.0
│ │ │   │ │ │ └── supports-color@2.0.0
│ │ │   │ │ ├─┬ commander@2.9.0
│ │ │   │ │ │ └── graceful-readlink@1.0.1
│ │ │   │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │   │ │ │ ├── generate-function@2.0.0
│ │ │   │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │   │ │ │ │ └── is-property@1.0.2
│ │ │   │ │ │ ├── jsonpointer@2.0.0
│ │ │   │ │ │ └── xtend@4.0.1
│ │ │   │ │ └─┬ pinkie-promise@2.0.1
│ │ │   │ │   └── pinkie@2.0.4
│ │ │   │ ├─┬ hawk@3.1.3
│ │ │   │ │ ├── boom@2.10.1
│ │ │   │ │ ├── cryptiles@2.0.5
│ │ │   │ │ ├── hoek@2.16.3
│ │ │   │ │ └── sntp@1.0.9
│ │ │   │ ├─┬ http-signature@1.1.1
│ │ │   │ │ ├── assert-plus@0.2.0
│ │ │   │ │ ├─┬ jsprim@1.3.0
│ │ │   │ │ │ ├── extsprintf@1.0.2
│ │ │   │ │ │ ├── json-schema@0.2.2
│ │ │   │ │ │ └── verror@1.3.6
│ │ │   │ │ └─┬ sshpk@1.8.3
│ │ │   │ │   ├── asn1@0.2.3
│ │ │   │ │   ├── assert-plus@1.0.0
│ │ │   │ │   ├─┬ dashdash@1.14.0
│ │ │   │ │   │ └── assert-plus@1.0.0
│ │ │   │ │   ├── ecc-jsbn@0.1.1
│ │ │   │ │   ├─┬ getpass@0.1.6
│ │ │   │ │   │ └── assert-plus@1.0.0
│ │ │   │ │   ├── jodid25519@1.0.2
│ │ │   │ │   ├── jsbn@0.1.0
│ │ │   │ │   └── tweetnacl@0.13.3
│ │ │   │ ├── is-typedarray@1.0.0
│ │ │   │ ├── isstream@0.1.2
│ │ │   │ ├── json-stringify-safe@5.0.1
│ │ │   │ ├─┬ mime-types@2.1.11
│ │ │   │ │ └── mime-db@1.23.0
│ │ │   │ ├── node-uuid@1.4.7
│ │ │   │ ├── oauth-sign@0.8.2
│ │ │   │ ├── qs@6.2.0
│ │ │   │ ├── stringstream@0.0.5
│ │ │   │ ├── tough-cookie@2.2.2
│ │ │   │ └── tunnel-agent@0.4.3
│ │ │   ├─┬ rimraf@2.5.3
│ │ │   │ └─┬ glob@7.0.5
│ │ │   │   ├── fs.realpath@1.0.0
│ │ │   │   ├── inflight@1.0.5
│ │ │   │   ├─┬ minimatch@3.0.2
│ │ │   │   │ └─┬ brace-expansion@1.1.5
│ │ │   │   │   ├── balanced-match@0.4.2
│ │ │   │   │   └── concat-map@0.0.1
│ │ │   │   └── path-is-absolute@1.0.0
│ │ │   ├── semver@5.2.0
│ │ │   ├─┬ tar@2.2.1
│ │ │   │ ├── block-stream@0.0.9
│ │ │   │ ├─┬ fstream@1.0.10
│ │ │   │ │ └── graceful-fs@4.1.4
│ │ │   │ └── inherits@2.0.1
│ │ │   └─┬ tar-pack@3.1.4
│ │ │     ├─┬ debug@2.2.0
│ │ │     │ └── ms@0.7.1
│ │ │     ├── fstream-ignore@1.0.5
│ │ │     ├─┬ once@1.3.3
│ │ │     │ └── wrappy@1.0.2
│ │ │     ├─┬ readable-stream@2.1.4
│ │ │     │ ├── buffer-shims@1.0.0
│ │ │     │ ├── core-util-is@1.0.2
│ │ │     │ ├── isarray@1.0.0
│ │ │     │ ├── process-nextick-args@1.0.7
│ │ │     │ ├── string_decoder@0.10.31
│ │ │     │ └── util-deprecate@1.0.2
│ │ │     └── uid-number@0.0.6
│ │ ├── glob-parent@2.0.0
│ │ ├── inherits@2.0.3
│ │ ├─┬ is-binary-path@1.0.1
│ │ │ └── binary-extensions@1.7.0
│ │ ├── is-glob@2.0.1
│ │ ├── path-is-absolute@1.0.1
│ │ └─┬ readdirp@2.1.0
│ │   ├── graceful-fs@4.1.9
│ │   └── set-immediate-shim@1.0.1
│ ├─┬ connect@3.5.0
│ │ ├─┬ finalhandler@0.5.0
│ │ │ ├── statuses@1.3.0
│ │ │ └── unpipe@1.0.0
│ │ ├── parseurl@1.3.1
│ │ └── utils-merge@1.0.0
│ ├── dev-ip@1.0.1
│ ├─┬ easy-extender@2.3.2
│ │ └── lodash@3.10.1
│ ├─┬ eazy-logger@3.0.2
│ │ └─┬ tfunk@3.0.2
│ │   └── object-path@0.9.2
│ ├── emitter-steward@1.0.0
│ ├─┬ fs-extra@0.30.0
│ │ ├── graceful-fs@4.1.9
│ │ ├─┬ jsonfile@2.4.0
│ │ │ └── graceful-fs@4.1.9
│ │ └─┬ klaw@1.3.1
│ │   └── graceful-fs@4.1.9
│ ├─┬ http-proxy@1.15.1
│ │ ├── eventemitter3@1.2.0
│ │ └── requires-port@1.0.0
│ ├── immutable@3.8.1
│ ├─┬ localtunnel@1.8.1
│ │ ├── openurl@1.1.0
│ │ ├─┬ request@2.65.0
│ │ │ ├─┬ bl@1.0.3
│ │ │ │ └── readable-stream@2.0.6
│ │ │ ├── form-data@1.0.1
│ │ │ ├─┬ http-signature@0.11.0
│ │ │ │ ├── asn1@0.1.11
│ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ └── ctype@0.5.3
│ │ │ ├── qs@5.2.1
│ │ │ └── tough-cookie@2.2.2
│ │ └─┬ yargs@3.29.0
│ │   ├── camelcase@1.2.1
│ │   └── window-size@0.1.4
│ ├─┬ micromatch@2.3.11
│ │ ├─┬ arr-diff@2.0.0
│ │ │ └── arr-flatten@1.0.1
│ │ ├── array-unique@0.2.1
│ │ ├─┬ braces@1.8.5
│ │ │ ├─┬ expand-range@1.8.2
│ │ │ │ └─┬ fill-range@2.2.3
│ │ │ │   ├── is-number@2.1.0
│ │ │ │   ├── isobject@2.1.0
│ │ │ │   ├── randomatic@1.1.5
│ │ │ │   └── repeat-string@1.6.1
│ │ │ ├── preserve@0.2.0
│ │ │ └── repeat-element@1.1.2
│ │ ├─┬ expand-brackets@0.1.5
│ │ │ └── is-posix-bracket@0.1.1
│ │ ├── extglob@0.3.2
│ │ ├── filename-regex@2.0.0
│ │ ├── is-extglob@1.0.0
│ │ ├─┬ kind-of@3.0.4
│ │ │ └── is-buffer@1.1.4
│ │ ├── normalize-path@2.0.1
│ │ ├─┬ object.omit@2.0.1
│ │ │ ├─┬ for-own@0.1.4
│ │ │ │ └── for-in@0.1.6
│ │ │ └── is-extendable@0.1.1
│ │ ├─┬ parse-glob@3.0.4
│ │ │ ├── glob-base@0.3.0
│ │ │ └── is-dotfile@1.0.2
│ │ └─┬ regex-cache@0.4.3
│ │   ├── is-equal-shallow@0.1.3
│ │   └── is-primitive@2.0.0
│ ├─┬ opn@4.0.2
│ │ └── pinkie-promise@2.0.1
│ ├─┬ portscanner@1.0.0
│ │ └── async@0.1.15
│ ├── qs@6.2.1
│ ├── resp-modifier@6.0.2
│ ├── rx@4.1.0
│ ├─┬ serve-index@1.8.0
│ │ ├─┬ accepts@1.3.3
│ │ │ └── negotiator@0.6.1
│ │ ├── batch@0.5.3
│ │ ├── escape-html@1.0.3
│ │ ├─┬ http-errors@1.5.0
│ │ │ ├── inherits@2.0.1
│ │ │ └── setprototypeof@1.0.1
│ │ └─┬ mime-types@2.1.12
│ │   └── mime-db@1.24.0
│ ├─┬ serve-static@1.11.1
│ │ ├── encodeurl@1.0.1
│ │ └─┬ send@0.14.1
│ │   ├── destroy@1.0.4
│ │   └── mime@1.3.4
│ ├── server-destroy@1.0.1
│ ├─┬ socket.io@1.5.0
│ │ ├─┬ engine.io@1.7.0
│ │ │ ├── base64id@0.1.0
│ │ │ └─┬ engine.io-parser@1.3.0
│ │ │   ├── after@0.8.1
│ │ │   ├── arraybuffer.slice@0.0.6
│ │ │   ├── base64-arraybuffer@0.1.5
│ │ │   ├── blob@0.0.4
│ │ │   ├─┬ has-binary@0.1.6
│ │ │   │ └── isarray@0.0.1
│ │ │   └── wtf-8@1.0.0
│ │ ├─┬ has-binary@0.1.7
│ │ │ └── isarray@0.0.1
│ │ ├─┬ socket.io-adapter@0.4.0
│ │ │ └─┬ socket.io-parser@2.2.2
│ │ │   ├── debug@0.7.4
│ │ │   ├── isarray@0.0.1
│ │ │   └── json3@3.2.6
│ │ ├─┬ socket.io-client@1.5.0
│ │ │ ├── backo2@1.0.2
│ │ │ ├── component-bind@1.0.0
│ │ │ ├── component-emitter@1.2.0
│ │ │ ├─┬ engine.io-client@1.7.0
│ │ │ │ ├── component-inherit@0.0.3
│ │ │ │ ├── has-cors@1.1.0
│ │ │ │ ├── parsejson@0.0.1
│ │ │ │ ├── parseqs@0.0.2
│ │ │ │ ├── xmlhttprequest-ssl@1.5.1
│ │ │ │ └── yeast@0.1.2
│ │ │ ├── indexof@0.0.1
│ │ │ ├── object-component@0.0.3
│ │ │ ├─┬ parseuri@0.0.4
│ │ │ │ └─┬ better-assert@1.0.2
│ │ │ │   └── callsite@1.0.0
│ │ │ └── to-array@0.1.4
│ │ └─┬ socket.io-parser@2.2.6
│ │   ├── benchmark@1.0.0
│ │   ├── component-emitter@1.1.2
│ │   ├── isarray@0.0.1
│ │   └── json3@3.3.2
│ ├── ua-parser-js@0.7.10
│ └─┬ yargs@6.0.0
│   ├── window-size@0.2.0
│   └─┬ yargs-parser@4.0.2
│     └── camelcase@3.0.0
├─┬ codelyzer@0.0.28
│ └── sprintf-js@1.0.3
├─┬ copy-webpack-plugin@3.0.1
│ ├── bluebird@2.11.0
│ ├─┬ fs-extra@0.26.7
│ │ └── graceful-fs@4.1.9
│ ├─┬ glob@6.0.4
│ │ ├─┬ inflight@1.0.6
│ │ │ └── wrappy@1.0.2
│ │ └── once@1.4.0
│ └─┬ minimatch@3.0.3
│   └─┬ brace-expansion@1.1.6
│     ├── balanced-match@0.4.2
│     └── concat-map@0.0.1
├── core-js@2.4.1
├─┬ coveralls@2.11.14
│ ├─┬ js-yaml@3.6.1
│ │ ├── argparse@1.0.9
│ │ └── esprima@2.7.3
│ ├── lcov-parse@0.0.10
│ ├── log-driver@1.2.5
│ ├── minimist@1.2.0
│ └─┬ request@2.75.0
│   ├── aws-sign2@0.6.0
│   ├── aws4@1.5.0
│   ├─┬ bl@1.1.2
│   │ └── readable-stream@2.0.6
│   ├── caseless@0.11.0
│   ├─┬ combined-stream@1.0.5
│   │ └── delayed-stream@1.0.0
│   ├── extend@3.0.0
│   ├── forever-agent@0.6.1
│   ├─┬ form-data@2.0.0
│   │ └── asynckit@0.4.0
│   ├── har-validator@2.0.6
│   ├─┬ hawk@3.1.3
│   │ ├── boom@2.10.1
│   │ ├── cryptiles@2.0.5
│   │ └── sntp@1.0.9
│   ├─┬ http-signature@1.1.1
│   │ ├── assert-plus@0.2.0
│   │ ├─┬ jsprim@1.3.1
│   │ │ ├── extsprintf@1.0.2
│   │ │ ├── json-schema@0.2.3
│   │ │ └── verror@1.3.6
│   │ └─┬ sshpk@1.10.1
│   │   ├── asn1@0.2.3
│   │   ├── assert-plus@1.0.0
│   │   ├── bcrypt-pbkdf@1.0.0
│   │   ├─┬ dashdash@1.14.0
│   │   │ └── assert-plus@1.0.0
│   │   ├── ecc-jsbn@0.1.1
│   │   ├─┬ getpass@0.1.6
│   │   │ └── assert-plus@1.0.0
│   │   ├── jodid25519@1.0.2
│   │   ├── jsbn@0.1.0
│   │   └── tweetnacl@0.14.3
│   ├── is-typedarray@1.0.0
│   ├── isstream@0.1.2
│   ├── json-stringify-safe@5.0.1
│   ├── node-uuid@1.4.7
│   ├── oauth-sign@0.8.2
│   ├── qs@6.2.1
│   ├── stringstream@0.0.5
│   ├── tough-cookie@2.3.2
│   └── tunnel-agent@0.4.3
├─┬ css-loader@0.25.0
│ ├─┬ babel-code-frame@6.16.0
│ │ └── js-tokens@2.0.0
│ ├─┬ css-selector-tokenizer@0.6.0
│ │ ├── cssesc@0.1.0
│ │ └─┬ regexpu-core@1.0.0
│ │   ├── regenerate@1.3.1
│ │   ├── regjsgen@0.2.0
│ │   └── regjsparser@0.1.5
│ ├─┬ cssnano@3.8.0
│ │ ├── defined@1.0.0
│ │ ├─┬ has@1.0.1
│ │ │ └── function-bind@1.1.0
│ │ ├─┬ postcss-calc@5.3.1
│ │ │ ├── postcss-message-helpers@2.0.0
│ │ │ └─┬ reduce-css-calc@1.3.0
│ │ │   ├─┬ math-expression-evaluator@1.2.14
│ │ │   │ └── lodash.indexof@4.0.5
│ │ │   └─┬ reduce-function-call@1.0.1
│ │ │     └── balanced-match@0.1.0
│ │ ├─┬ postcss-colormin@2.2.1
│ │ │ └─┬ colormin@1.1.2
│ │ │   ├─┬ color@0.11.3
│ │ │   │ ├── color-convert@1.5.0
│ │ │   │ └─┬ color-string@0.3.0
│ │ │   │   └── color-name@1.1.1
│ │ │   └── css-color-names@0.0.4
│ │ ├── postcss-convert-values@2.4.1
│ │ ├── postcss-discard-comments@2.0.4
│ │ ├── postcss-discard-duplicates@2.0.1
│ │ ├── postcss-discard-empty@2.1.0
│ │ ├── postcss-discard-overridden@0.1.1
│ │ ├─┬ postcss-discard-unused@2.2.2
│ │ │ └── uniqs@2.0.0
│ │ ├─┬ postcss-filter-plugins@2.0.2
│ │ │ └─┬ uniqid@4.1.0
│ │ │   └── macaddress@0.2.8
│ │ ├── postcss-merge-idents@2.1.7
│ │ ├── postcss-merge-longhand@2.0.1
│ │ ├─┬ postcss-merge-rules@2.0.10
│ │ │ └── vendors@1.0.1
│ │ ├── postcss-minify-font-values@1.0.5
│ │ ├── postcss-minify-gradients@1.0.4
│ │ ├─┬ postcss-minify-params@1.0.5
│ │ │ └── alphanum-sort@1.0.2
│ │ ├─┬ postcss-minify-selectors@2.0.5
│ │ │ └─┬ postcss-selector-parser@2.2.1
│ │ │   ├── flatten@1.0.2
│ │ │   ├── indexes-of@1.0.1
│ │ │   └── uniq@1.0.1
│ │ ├── postcss-normalize-charset@1.1.0
│ │ ├─┬ postcss-normalize-url@3.0.7
│ │ │ ├── is-absolute-url@2.0.0
│ │ │ └─┬ normalize-url@1.7.0
│ │ │   ├── prepend-http@1.0.4
│ │ │   ├─┬ query-string@4.2.3
│ │ │   │ └── strict-uri-encode@1.1.0
│ │ │   └─┬ sort-keys@1.1.2
│ │ │     └── is-plain-obj@1.1.0
│ │ ├── postcss-ordered-values@2.2.2
│ │ ├── postcss-reduce-idents@2.3.1
│ │ ├── postcss-reduce-initial@1.0.0
│ │ ├── postcss-reduce-transforms@1.0.3
│ │ ├─┬ postcss-svgo@2.1.5
│ │ │ ├─┬ is-svg@2.0.1
│ │ │ │ └── html-comment-regex@1.1.1
│ │ │ └─┬ svgo@0.7.1
│ │ │   ├── coa@1.0.1
│ │ │   ├─┬ csso@2.2.1
│ │ │   │ └── clap@1.1.1
│ │ │   ├─┬ mkdirp@0.5.1
│ │ │   │ └── minimist@0.0.8
│ │ │   ├── sax@1.2.1
│ │ │   └── whet.extend@0.9.9
│ │ ├── postcss-unique-selectors@2.0.2
│ │ └── postcss-zindex@2.1.1
│ ├─┬ lodash.camelcase@3.0.1
│ │ └─┬ lodash._createcompounder@3.0.0
│ │   ├─┬ lodash.deburr@3.2.0
│ │   │ └── lodash._root@3.0.1
│ │   └── lodash.words@3.2.0
│ ├── postcss-modules-extract-imports@1.0.1
│ ├── postcss-modules-local-by-default@1.1.1
│ ├── postcss-modules-scope@1.0.2
│ ├─┬ postcss-modules-values@1.2.2
│ │ └── icss-replace-symbols@1.0.2
│ └── source-list-map@0.1.6
├─┬ eslint@3.9.0
│ ├─┬ chalk@1.1.3
│ │ ├── ansi-styles@2.2.1
│ │ ├── escape-string-regexp@1.0.5
│ │ ├── has-ansi@2.0.0
│ │ └── supports-color@2.0.0
│ ├─┬ concat-stream@1.5.2
│ │ ├─┬ readable-stream@2.0.6
│ │ │ ├── core-util-is@1.0.2
│ │ │ └── process-nextick-args@1.0.7
│ │ └── typedarray@0.0.6
│ ├─┬ debug@2.2.0
│ │ └── ms@0.7.1
│ ├─┬ doctrine@1.5.0
│ │ └── isarray@1.0.0
│ ├─┬ escope@3.6.0
│ │ ├─┬ es6-map@0.1.4
│ │ │ ├── es6-iterator@2.0.0
│ │ │ ├── es6-set@0.1.4
│ │ │ ├── es6-symbol@3.1.0
│ │ │ └── event-emitter@0.3.4
│ │ ├── es6-weak-map@2.0.1
│ │ └─┬ esrecurse@4.1.0
│ │   └── estraverse@4.1.1
│ ├─┬ espree@3.3.2
│ │ ├── acorn@4.0.3
│ │ └─┬ acorn-jsx@3.0.1
│ │   └── acorn@3.3.0
│ ├── estraverse@4.2.0
│ ├── esutils@2.0.2
│ ├─┬ file-entry-cache@2.0.0
│ │ └─┬ flat-cache@1.2.1
│ │   ├── circular-json@0.3.1
│ │   ├── graceful-fs@4.1.9
│ │   └─┬ write@0.2.1
│ │     └─┬ mkdirp@0.5.1
│ │       └── minimist@0.0.8
│ ├─┬ glob@7.1.1
│ │ └── fs.realpath@1.0.0
│ ├── globals@9.12.0
│ ├── ignore@3.2.0
│ ├── imurmurhash@0.1.4
│ ├─┬ inquirer@0.12.0
│ │ ├── ansi-escapes@1.4.0
│ │ ├── ansi-regex@2.0.0
│ │ ├─┬ cli-cursor@1.0.2
│ │ │ └─┬ restore-cursor@1.0.1
│ │ │   ├── exit-hook@1.1.1
│ │ │   └── onetime@1.1.0
│ │ ├── cli-width@2.1.0
│ │ ├── figures@1.7.0
│ │ ├─┬ readline2@1.0.1
│ │ │ └── mute-stream@0.0.5
│ │ ├── run-async@0.1.0
│ │ ├── rx-lite@3.1.2
│ │ └── through@2.3.8
│ ├─┬ is-my-json-valid@2.15.0
│ │ ├── generate-function@2.0.0
│ │ ├─┬ generate-object-property@1.2.0
│ │ │ └── is-property@1.0.2
│ │ └── jsonpointer@4.0.0
│ ├─┬ is-resolvable@1.0.0
│ │ └── tryit@1.0.3
│ ├─┬ json-stable-stringify@1.0.1
│ │ └── jsonify@0.0.0
│ ├─┬ levn@0.3.0
│ │ ├── prelude-ls@1.1.2
│ │ └── type-check@0.3.2
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── natural-compare@1.4.0
│ ├─┬ optionator@0.8.2
│ │ ├── deep-is@0.1.3
│ │ ├── fast-levenshtein@2.0.5
│ │ └── wordwrap@1.0.0
│ ├── path-is-inside@1.0.2
│ ├── pluralize@1.2.1
│ ├── progress@1.1.8
│ ├─┬ require-uncached@1.0.2
│ │ ├─┬ caller-path@0.1.0
│ │ │ └── callsites@0.2.0
│ │ └── resolve-from@1.0.1
│ ├─┬ shelljs@0.7.5
│ │ ├── interpret@1.0.1
│ │ └── rechoir@0.6.2
│ ├── strip-bom@3.0.0
│ ├── strip-json-comments@1.0.4
│ ├─┬ table@3.8.3
│ │ ├─┬ ajv@4.8.2
│ │ │ └── co@4.6.0
│ │ ├── ajv-keywords@1.1.1
│ │ ├── slice-ansi@0.0.4
│ │ └─┬ string-width@2.0.0
│ │   └── is-fullwidth-code-point@2.0.0
│ ├── text-table@0.2.0
│ └─┬ user-home@2.0.0
│   └── os-homedir@1.0.2
├── eslint-plugin-nodeca@1.0.3
├── file-loader@0.9.0
├─┬ html-loader@0.4.4
│ ├─┬ es6-templates@0.2.3
│ │ └─┬ recast@0.11.15
│ │   ├── ast-types@0.9.0
│ │   ├── esprima@3.1.0
│ │   └── private@0.1.6
│ ├── fastparse@1.1.1
│ └─┬ html-minifier@3.1.0
│   ├─┬ change-case@3.0.0
│   │ ├── camel-case@3.0.0
│   │ ├── constant-case@2.0.0
│   │ ├── dot-case@2.1.0
│   │ ├── header-case@1.0.0
│   │ ├── is-lower-case@1.1.3
│   │ ├── is-upper-case@1.1.2
│   │ ├── lower-case@1.1.3
│   │ ├── lower-case-first@1.0.2
│   │ ├── no-case@2.3.0
│   │ ├── param-case@2.1.0
│   │ ├── pascal-case@2.0.0
│   │ ├── path-case@2.1.0
│   │ ├── sentence-case@2.1.0
│   │ ├── snake-case@2.1.0
│   │ ├── swap-case@1.1.2
│   │ ├── title-case@2.1.0
│   │ ├── upper-case@1.1.3
│   │ └── upper-case-first@1.1.2
│   ├─┬ clean-css@3.4.20
│   │ ├── commander@2.8.1
│   │ └── source-map@0.4.4
│   ├─┬ commander@2.9.0
│   │ └── graceful-readlink@1.0.1
│   ├── he@1.1.0
│   ├─┬ ncname@1.0.0
│   │ └── xml-char-classes@1.0.0
│   └── relateurl@0.2.7
├─┬ html-webpack-plugin@2.24.1
│ ├── lodash@4.16.5
│ ├─┬ pretty-error@2.0.2
│ │ ├─┬ renderkid@2.0.0
│ │ │ ├─┬ css-select@1.2.0
│ │ │ │ ├── boolbase@1.0.0
│ │ │ │ ├── css-what@2.1.0
│ │ │ │ ├─┬ domutils@1.5.1
│ │ │ │ │ └─┬ dom-serializer@0.1.0
│ │ │ │ │   ├── domelementtype@1.1.3
│ │ │ │ │   └── entities@1.1.1
│ │ │ │ └── nth-check@1.0.1
│ │ │ ├─┬ dom-converter@0.1.4
│ │ │ │ └── utila@0.3.3
│ │ │ ├─┬ htmlparser2@3.3.0
│ │ │ │ ├── domelementtype@1.3.0
│ │ │ │ ├── domhandler@2.1.0
│ │ │ │ ├── domutils@1.1.6
│ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │   └── isarray@0.0.1
│ │ │ └── utila@0.3.3
│ │ └── utila@0.4.0
│ └── toposort@1.0.0
├─┬ ionic@2.1.4
│ ├── @ionic/app-generators@0.0.3
│ ├─┬ cli-table@0.3.1
│ │ └── colors@1.0.3
│ ├── colors@0.6.2
│ ├─┬ cross-spawn-async@2.1.9
│ │ ├─┬ lru-cache@4.0.1
│ │ │ ├── pseudomap@1.0.2
│ │ │ └── yallist@2.0.0
│ │ └─┬ which@1.2.11
│ │   └── isexe@1.1.2
│ ├─┬ expand-tilde@1.2.0
│ │ └── user-home@1.1.1
│ ├─┬ form-data@0.1.4
│ │ ├── async@0.9.2
│ │ ├─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ └── mime@1.2.11
│ ├─┬ gulp@3.8.8
│ │ ├── archy@0.0.2
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├─┬ strip-ansi@0.3.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ └── supports-color@0.2.0
│ │ ├── deprecated@0.0.1
│ │ ├── interpret@0.3.10
│ │ ├─┬ liftoff@0.12.1
│ │ │ ├── extend@1.3.0
│ │ │ ├─┬ findup-sync@0.1.3
│ │ │ │ ├─┬ glob@3.2.11
│ │ │ │ │ ├── inherits@2.0.3
│ │ │ │ │ └─┬ minimatch@0.3.0
│ │ │ │ │   ├── lru-cache@2.7.3
│ │ │ │ │   └── sigmund@1.0.1
│ │ │ │ └── lodash@2.4.2
│ │ │ ├── minimist@0.2.0
│ │ │ └── resolve@0.7.4
│ │ ├── minimist@1.2.0
│ │ ├─┬ orchestrator@0.3.7
│ │ │ ├─┬ end-of-stream@0.1.5
│ │ │ │ └─┬ once@1.3.3
│ │ │ │   └── wrappy@1.0.2
│ │ │ ├── sequencify@0.0.7
│ │ │ └── stream-consume@0.1.0
│ │ ├── pretty-hrtime@0.2.2
│ │ ├── semver@3.0.1
│ │ ├─┬ tildify@1.2.0
│ │ │ └── os-homedir@1.0.2
│ │ └─┬ vinyl-fs@0.3.14
│ │   ├─┬ defaults@1.0.3
│ │   │ └── clone@1.0.2
│ │   ├─┬ glob-stream@3.1.18
│ │   │ ├─┬ glob@4.5.3
│ │   │ │ ├─┬ inflight@1.0.6
│ │   │ │ │ └── wrappy@1.0.2
│ │   │ │ ├── inherits@2.0.3
│ │   │ │ └─┬ once@1.4.0
│ │   │ │   └── wrappy@1.0.2
│ │   │ ├─┬ glob2base@0.0.12
│ │   │ │ └── find-index@0.1.1
│ │   │ ├─┬ minimatch@2.0.10
│ │   │ │ └─┬ brace-expansion@1.1.6
│ │   │ │   ├── balanced-match@0.4.2
│ │   │ │   └── concat-map@0.0.1
│ │   │ ├── ordered-read-streams@0.1.0
│ │   │ └── unique-stream@1.0.0
│ │   ├─┬ glob-watcher@0.0.6
│ │   │ └─┬ gaze@0.5.2
│ │   │   └─┬ globule@0.1.0
│ │   │     ├─┬ glob@3.1.21
│ │   │     │ ├── graceful-fs@1.2.3
│ │   │     │ └── inherits@1.0.2
│ │   │     ├── lodash@1.0.2
│ │   │     └─┬ minimatch@0.2.14
│ │   │       ├── lru-cache@2.7.3
│ │   │       └── sigmund@1.0.1
│ │   ├─┬ graceful-fs@3.0.11
│ │   │ └── natives@1.1.0
│ │   ├─┬ mkdirp@0.5.1
│ │   │ └── minimist@0.0.8
│ │   ├─┬ strip-bom@1.0.0
│ │   │ ├── first-chunk-stream@1.0.0
│ │   │ └── is-utf8@0.2.1
│ │   ├─┬ through2@0.6.5
│ │   │ ├─┬ readable-stream@1.0.34
│ │   │ │ ├── core-util-is@1.0.2
│ │   │ │ ├── inherits@2.0.3
│ │   │ │ ├── isarray@0.0.1
│ │   │ │ └── string_decoder@0.10.31
│ │   │ └── xtend@4.0.1
│ │   └─┬ vinyl@0.4.6
│ │     ├── clone@0.2.0
│ │     └── clone-stats@0.0.1
│ ├─┬ gulp-util@3.0.7
│ │ ├── array-differ@1.0.0
│ │ ├── array-uniq@1.0.3
│ │ ├── beeper@1.1.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ └── ansi-regex@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ dateformat@1.0.12
│ │ │ ├── get-stdin@4.0.1
│ │ │ └─┬ meow@3.7.0
│ │ │   ├─┬ camelcase-keys@2.1.0
│ │ │   │ └── camelcase@2.1.1
│ │ │   ├── decamelize@1.2.0
│ │ │   ├─┬ loud-rejection@1.6.0
│ │ │   │ ├─┬ currently-unhandled@0.4.1
│ │ │   │ │ └── array-find-index@1.0.2
│ │ │   │ └── signal-exit@3.0.1
│ │ │   ├── map-obj@1.0.1
│ │ │   ├─┬ normalize-package-data@2.3.5
│ │ │   │ ├── hosted-git-info@2.1.5
│ │ │   │ ├─┬ is-builtin-module@1.0.0
│ │ │   │ │ └── builtin-modules@1.1.1
│ │ │   │ └─┬ validate-npm-package-license@3.0.1
│ │ │   │   ├─┬ spdx-correct@1.0.2
│ │ │   │   │ └── spdx-license-ids@1.2.2
│ │ │   │   └── spdx-expression-parse@1.0.4
│ │ │   ├── object-assign@4.1.0
│ │ │   ├─┬ read-pkg-up@1.0.1
│ │ │   │ ├─┬ find-up@1.1.2
│ │ │   │ │ ├── path-exists@2.1.0
│ │ │   │ │ └─┬ pinkie-promise@2.0.1
│ │ │   │ │   └── pinkie@2.0.4
│ │ │   │ └─┬ read-pkg@1.1.0
│ │ │   │   ├─┬ load-json-file@1.1.0
│ │ │   │   │ ├── graceful-fs@4.1.9
│ │ │   │   │ ├─┬ parse-json@2.2.0
│ │ │   │   │ │ └─┬ error-ex@1.3.0
│ │ │   │   │ │   └── is-arrayish@0.2.1
│ │ │   │   │ ├── pify@2.3.0
│ │ │   │   │ ├─┬ pinkie-promise@2.0.1
│ │ │   │   │ │ └── pinkie@2.0.4
│ │ │   │   │ └─┬ strip-bom@2.0.0
│ │ │   │   │   └── is-utf8@0.2.1
│ │ │   │   └─┬ path-type@1.1.0
│ │ │   │     ├── graceful-fs@4.1.9
│ │ │   │     ├── pify@2.3.0
│ │ │   │     └─┬ pinkie-promise@2.0.1
│ │ │   │       └── pinkie@2.0.4
│ │ │   ├─┬ redent@1.0.0
│ │ │   │ ├─┬ indent-string@2.1.0
│ │ │   │ │ └─┬ repeating@2.0.1
│ │ │   │ │   └─┬ is-finite@1.0.2
│ │ │   │ │     └── number-is-nan@1.0.1
│ │ │   │ └── strip-indent@1.0.1
│ │ │   └── trim-newlines@1.0.0
│ │ ├─┬ fancy-log@1.2.0
│ │ │ └── time-stamp@1.0.1
│ │ ├─┬ gulplog@1.0.0
│ │ │ └─┬ glogg@1.0.0
│ │ │   └── sparkles@1.0.0
│ │ ├─┬ has-gulplog@0.1.0
│ │ │ └── sparkles@1.0.0
│ │ ├── lodash._reescape@3.0.0
│ │ ├── lodash._reevaluate@3.0.0
│ │ ├── lodash._reinterpolate@3.0.0
│ │ ├─┬ lodash.template@3.6.2
│ │ │ ├── lodash._basecopy@3.0.1
│ │ │ ├── lodash._basetostring@3.0.1
│ │ │ ├── lodash._basevalues@3.0.0
│ │ │ ├── lodash._isiterateecall@3.0.9
│ │ │ ├─┬ lodash.escape@3.2.0
│ │ │ │ └── lodash._root@3.0.1
│ │ │ ├─┬ lodash.keys@3.1.2
│ │ │ │ ├── lodash._getnative@3.9.1
│ │ │ │ ├── lodash.isarguments@3.1.0
│ │ │ │ └── lodash.isarray@3.0.4
│ │ │ ├── lodash.restparam@3.6.1
│ │ │ └── lodash.templatesettings@3.1.1
│ │ ├── minimist@1.2.0
│ │ ├─┬ multipipe@0.1.2
│ │ │ └─┬ duplexer2@0.0.2
│ │ │   └─┬ readable-stream@1.1.14
│ │ │     ├── core-util-is@1.0.2
│ │ │     ├── inherits@2.0.3
│ │ │     ├── isarray@0.0.1
│ │ │     └── string_decoder@0.10.31
│ │ ├── object-assign@3.0.0
│ │ ├── replace-ext@0.0.1
│ │ ├─┬ through2@2.0.1
│ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── isarray@1.0.0
│ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ └── util-deprecate@1.0.2
│ │ │ └── xtend@4.0.1
│ │ └─┬ vinyl@0.5.3
│ │   ├── clone@1.0.2
│ │   └── clone-stats@0.0.1
│ ├─┬ inquirer@0.11.2
│ │ ├── ansi-escapes@1.4.0
│ │ ├── ansi-regex@2.0.0
│ │ ├─┬ chalk@1.1.3
│ │ │ ├── ansi-styles@2.2.1
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ ├── has-ansi@2.0.0
│ │ │ └── supports-color@2.0.0
│ │ ├─┬ cli-cursor@1.0.2
│ │ │ └─┬ restore-cursor@1.0.1
│ │ │   ├── exit-hook@1.1.1
│ │ │   └── onetime@1.1.0
│ │ ├── cli-width@1.1.1
│ │ ├─┬ figures@1.7.0
│ │ │ ├── escape-string-regexp@1.0.5
│ │ │ └── object-assign@4.1.0
│ │ ├── lodash@3.10.1
│ │ ├─┬ readline2@1.0.1
│ │ │ ├─┬ code-point-at@1.0.1
│ │ │ │ └── number-is-nan@1.0.1
│ │ │ ├─┬ is-fullwidth-code-point@1.0.0
│ │ │ │ └── number-is-nan@1.0.1
│ │ │ └── mute-stream@0.0.5
│ │ ├─┬ run-async@0.1.0
│ │ │ └─┬ once@1.4.0
│ │ │   └── wrappy@1.0.2
│ │ ├── rx-lite@3.1.2
│ │ ├── strip-ansi@3.0.1
│ │ └── through@2.3.8
│ ├─┬ ionic-app-lib@2.1.2
│ │ ├── adm-zip@0.4.7
│ │ ├─┬ archiver@0.5.2
│ │ │ ├─┬ file-utils@0.1.5
│ │ │ │ ├─┬ findup-sync@0.1.3
│ │ │ │ │ └── lodash@2.4.2
│ │ │ │ ├─┬ glob@3.2.11
│ │ │ │ │ ├── inherits@2.0.3
│ │ │ │ │ └─┬ minimatch@0.3.0
│ │ │ │ │   ├── lru-cache@2.7.3
│ │ │ │ │   └── sigmund@1.0.1
│ │ │ │ ├── iconv-lite@0.2.11
│ │ │ │ ├── isbinaryfile@0.1.9
│ │ │ │ ├── lodash@2.1.0
│ │ │ │ ├─┬ minimatch@0.2.14
│ │ │ │ │ ├── lru-cache@2.7.3
│ │ │ │ │ └── sigmund@1.0.1
│ │ │ │ └── rimraf@2.2.8
│ │ │ ├── lazystream@0.1.0
│ │ │ ├── lodash@2.4.2
│ │ │ ├─┬ readable-stream@1.0.34
│ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── isarray@0.0.1
│ │ │ │ └── string_decoder@0.10.31
│ │ │ └─┬ zip-stream@0.1.4
│ │ │   └─┬ lodash.defaults@2.4.1
│ │ │     ├── lodash._objecttypes@2.4.1
│ │ │     └─┬ lodash.keys@2.4.1
│ │ │       ├── lodash._isnative@2.4.1
│ │ │       ├── lodash._shimkeys@2.4.1
│ │ │       └── lodash.isobject@2.4.1
│ │ ├─┬ cheerio@0.19.0
│ │ │ ├─┬ css-select@1.0.0
│ │ │ │ ├── boolbase@1.0.0
│ │ │ │ ├── css-what@1.0.0
│ │ │ │ ├─┬ domutils@1.4.3
│ │ │ │ │ └── domelementtype@1.3.0
│ │ │ │ └── nth-check@1.0.1
│ │ │ ├─┬ dom-serializer@0.1.0
│ │ │ │ └── domelementtype@1.1.3
│ │ │ ├── entities@1.1.1
│ │ │ ├─┬ htmlparser2@3.8.3
│ │ │ │ ├── domelementtype@1.3.0
│ │ │ │ ├── domhandler@2.3.0
│ │ │ │ ├── domutils@1.5.1
│ │ │ │ ├── entities@1.0.0
│ │ │ │ └─┬ readable-stream@1.1.14
│ │ │ │   ├── core-util-is@1.0.2
│ │ │ │   ├── inherits@2.0.3
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   └── string_decoder@0.10.31
│ │ │ └── lodash@3.10.1
│ │ ├─┬ connect@3.1.1
│ │ │ ├─┬ debug@1.0.4
│ │ │ │ └── ms@0.6.2
│ │ │ ├─┬ finalhandler@0.1.0
│ │ │ │ └── escape-html@1.0.1
│ │ │ ├── parseurl@1.3.1
│ │ │ └── utils-merge@1.0.0
│ │ ├── connect-livereload@0.5.2
│ │ ├─┬ cordova-lib@6.1.0
│ │ │ ├─┬ aliasify@1.9.0
│ │ │ │ └─┬ browserify-transform-tools@1.5.3
│ │ │ │   ├─┬ falafel@1.2.0
│ │ │ │   │ ├── acorn@1.2.2
│ │ │ │   │ ├── foreach@2.0.5
│ │ │ │   │ ├── isarray@0.0.1
│ │ │ │   │ └── object-keys@1.0.11
│ │ │ │   └── through@2.3.8
│ │ │ ├── cordova-app-hello-world@3.10.0
│ │ │ ├─┬ cordova-common@1.1.1
│ │ │ │ ├── ansi@0.3.1
│ │ │ │ ├─┬ bplist-parser@0.1.1
│ │ │ │ │ └── big-integer@1.6.12
│ │ │ │ ├─┬ osenv@0.1.3
│ │ │ │ │ ├── os-homedir@1.0.1
│ │ │ │ │ └── os-tmpdir@1.0.1
│ │ │ │ ├── q@1.4.1
│ │ │ │ ├── semver@5.1.0
│ │ │ │ ├── shelljs@0.5.3
│ │ │ │ └── underscore@1.8.3
│ │ │ ├─┬ cordova-js@4.1.4
│ │ │ │ └─┬ browserify@10.1.3
│ │ │ │   ├── assert@1.3.0
│ │ │ │   ├─┬ browser-pack@4.0.4
│ │ │ │   │ ├─┬ combine-source-map@0.3.0
│ │ │ │   │ │ ├── convert-source-map@0.3.5
│ │ │ │   │ │ ├─┬ inline-source-map@0.3.1
│ │ │ │   │ │ │ └─┬ source-map@0.3.0
│ │ │ │   │ │ │   └── amdefine@1.0.0
│ │ │ │   │ │ └─┬ source-map@0.1.43
│ │ │ │   │ │   └── amdefine@1.0.0
│ │ │ │   │ ├─┬ through2@0.5.1
│ │ │ │   │ │ ├─┬ readable-stream@1.0.34
│ │ │ │   │ │ │ └── core-util-is@1.0.2
│ │ │ │   │ │ └── xtend@3.0.0
│ │ │ │   │ └── umd@3.0.1
│ │ │ │   ├── browser-resolve@1.11.2
│ │ │ │   ├─┬ browserify-zlib@0.1.4
│ │ │ │   │ └── pako@0.2.9
│ │ │ │   ├─┬ buffer@3.6.0
│ │ │ │   │ ├── base64-js@0.0.8
│ │ │ │   │ ├── ieee754@1.1.8
│ │ │ │   │ └── isarray@1.0.0
│ │ │ │   ├── builtins@0.0.7
│ │ │ │   ├── commondir@0.0.1
│ │ │ │   ├─┬ concat-stream@1.4.10
│ │ │ │   │ └── typedarray@0.0.6
│ │ │ │   ├─┬ console-browserify@1.1.0
│ │ │ │   │ └── date-now@0.1.4
│ │ │ │   ├── constants-browserify@0.0.1
│ │ │ │   ├─┬ crypto-browserify@3.11.0
│ │ │ │   │ ├─┬ browserify-cipher@1.0.0
│ │ │ │   │ │ ├─┬ browserify-aes@1.0.6
│ │ │ │   │ │ │ ├── buffer-xor@1.0.3
│ │ │ │   │ │ │ └── cipher-base@1.0.3
│ │ │ │   │ │ ├─┬ browserify-des@1.0.0
│ │ │ │   │ │ │ ├── cipher-base@1.0.3
│ │ │ │   │ │ │ └─┬ des.js@1.0.0
│ │ │ │   │ │ │   └── minimalistic-assert@1.0.0
│ │ │ │   │ │ └── evp_bytestokey@1.0.0
│ │ │ │   │ ├─┬ browserify-sign@4.0.0
│ │ │ │   │ │ ├── bn.js@4.11.6
│ │ │ │   │ │ ├── browserify-rsa@4.0.1
│ │ │ │   │ │ ├─┬ elliptic@6.3.2
│ │ │ │   │ │ │ ├── brorand@1.0.6
│ │ │ │   │ │ │ └── hash.js@1.0.3
│ │ │ │   │ │ └─┬ parse-asn1@5.0.0
│ │ │ │   │ │   ├─┬ asn1.js@4.8.1
│ │ │ │   │ │   │ └── minimalistic-assert@1.0.0
│ │ │ │   │ │   ├─┬ browserify-aes@1.0.6
│ │ │ │   │ │   │ ├── buffer-xor@1.0.3
│ │ │ │   │ │   │ └── cipher-base@1.0.3
│ │ │ │   │ │   └── evp_bytestokey@1.0.0
│ │ │ │   │ ├─┬ create-ecdh@4.0.0
│ │ │ │   │ │ ├── bn.js@4.11.6
│ │ │ │   │ │ └─┬ elliptic@6.3.2
│ │ │ │   │ │   ├── brorand@1.0.6
│ │ │ │   │ │   └── hash.js@1.0.3
│ │ │ │   │ ├─┬ create-hash@1.1.2
│ │ │ │   │ │ ├── cipher-base@1.0.3
│ │ │ │   │ │ ├── ripemd160@1.0.1
│ │ │ │   │ │ └── sha.js@2.4.5
│ │ │ │   │ ├── create-hmac@1.1.4
│ │ │ │   │ ├─┬ diffie-hellman@5.0.2
│ │ │ │   │ │ ├── bn.js@4.11.6
│ │ │ │   │ │ └─┬ miller-rabin@4.0.0
│ │ │ │   │ │   └── brorand@1.0.6
│ │ │ │   │ ├── pbkdf2@3.0.9
│ │ │ │   │ ├─┬ public-encrypt@4.0.0
│ │ │ │   │ │ ├── bn.js@4.11.6
│ │ │ │   │ │ ├── browserify-rsa@4.0.1
│ │ │ │   │ │ └─┬ parse-asn1@5.0.0
│ │ │ │   │ │   ├─┬ asn1.js@4.8.1
│ │ │ │   │ │   │ └── minimalistic-assert@1.0.0
│ │ │ │   │ │   ├─┬ browserify-aes@1.0.6
│ │ │ │   │ │   │ ├── buffer-xor@1.0.3
│ │ │ │   │ │   │ └── cipher-base@1.0.3
│ │ │ │   │ │   └── evp_bytestokey@1.0.0
│ │ │ │   │ └── randombytes@2.0.3
│ │ │ │   ├── deep-equal@1.0.1
│ │ │ │   ├── defined@1.0.0
│ │ │ │   ├── deps-sort@1.3.9
│ │ │ │   ├── domain-browser@1.1.7
│ │ │ │   ├── duplexer2@0.0.2
│ │ │ │   ├── events@1.0.2
│ │ │ │   ├─┬ glob@4.5.3
│ │ │ │   │ ├─┬ inflight@1.0.6
│ │ │ │   │ │ └── wrappy@1.0.2
│ │ │ │   │ ├─┬ minimatch@2.0.10
│ │ │ │   │ │ └─┬ brace-expansion@1.1.6
│ │ │ │   │ │   ├── balanced-match@0.4.2
│ │ │ │   │ │   └── concat-map@0.0.1
│ │ │ │   │ └─┬ once@1.4.0
│ │ │ │   │   └── wrappy@1.0.2
│ │ │ │   ├─┬ has@1.0.1
│ │ │ │   │ └── function-bind@1.1.0
│ │ │ │   ├── htmlescape@1.1.1
│ │ │ │   ├─┬ http-browserify@1.7.0
│ │ │ │   │ └── Base64@0.2.1
│ │ │ │   ├── https-browserify@0.0.1
│ │ │ │   ├── inherits@2.0.3
│ │ │ │   ├─┬ insert-module-globals@6.6.3
│ │ │ │   │ ├─┬ combine-source-map@0.6.1
│ │ │ │   │ │ ├── convert-source-map@1.1.3
│ │ │ │   │ │ ├── inline-source-map@0.5.0
│ │ │ │   │ │ ├── lodash.memoize@3.0.4
│ │ │ │   │ │ └─┬ source-map@0.4.4
│ │ │ │   │ │   └── amdefine@1.0.0
│ │ │ │   │ ├── is-buffer@1.1.4
│ │ │ │   │ └─┬ lexical-scope@1.2.0
│ │ │ │   │   └─┬ astw@2.0.0
│ │ │ │   │     └── acorn@1.2.2
│ │ │ │   ├── isarray@0.0.1
│ │ │ │   ├─┬ JSONStream@1.2.1
│ │ │ │   │ ├── jsonparse@1.2.0
│ │ │ │   │ └── through@2.3.8
│ │ │ │   ├─┬ labeled-stream-splicer@1.0.2
│ │ │ │   │ └─┬ stream-splicer@1.3.2
│ │ │ │   │   ├── indexof@0.0.1
│ │ │ │   │   └── readable-wrap@1.0.0
│ │ │ │   ├─┬ module-deps@3.9.1
│ │ │ │   │ ├─┬ detective@4.3.1
│ │ │ │   │ │ └── acorn@1.2.2
│ │ │ │   │ └─┬ stream-combiner2@1.0.2
│ │ │ │   │   └─┬ through2@0.5.1
│ │ │ │   │     ├─┬ readable-stream@1.0.34
│ │ │ │   │     │ └── core-util-is@1.0.2
│ │ │ │   │     └── xtend@3.0.0
│ │ │ │   ├── os-browserify@0.1.2
│ │ │ │   ├─┬ parents@1.0.1
│ │ │ │   │ └── path-platform@0.11.15
│ │ │ │   ├── path-browserify@0.0.0
│ │ │ │   ├── process@0.11.9
│ │ │ │   ├── punycode@1.4.1
│ │ │ │   ├── querystring-es3@0.2.1
│ │ │ │   ├─┬ read-only-stream@1.1.1
│ │ │ │   │ └── readable-wrap@1.0.0
│ │ │ │   ├─┬ readable-stream@1.1.14
│ │ │ │   │ └── core-util-is@1.0.2
│ │ │ │   ├── resolve@1.1.7
│ │ │ │   ├── shallow-copy@0.0.1
│ │ │ │   ├─┬ shasum@1.0.2
│ │ │ │   │ ├─┬ json-stable-stringify@0.0.1
│ │ │ │   │ │ └── jsonify@0.0.0
│ │ │ │   │ └── sha.js@2.4.5
│ │ │ │   ├── shell-quote@0.0.1
│ │ │ │   ├── stream-browserify@1.0.0
│ │ │ │   ├── string_decoder@0.10.31
│ │ │ │   ├─┬ subarg@1.0.0
│ │ │ │   │ └── minimist@1.2.0
│ │ │ │   ├─┬ syntax-error@1.1.6
│ │ │ │   │ └── acorn@2.7.0
│ │ │ │   ├── through2@1.1.1
│ │ │ │   ├── timers-browserify@1.4.2
│ │ │ │   ├── tty-browserify@0.0.0
│ │ │ │   ├─┬ url@0.10.3
│ │ │ │   │ ├── punycode@1.3.2
│ │ │ │   │ └── querystring@0.2.0
│ │ │ │   ├─┬ util@0.10.3
│ │ │ │   │ └── inherits@2.0.1
│ │ │ │   ├─┬ vm-browserify@0.0.4
│ │ │ │   │ └── indexof@0.0.1
│ │ │ │   └── xtend@4.0.1
│ │ │ ├── cordova-registry-mapper@1.1.15
│ │ │ ├─┬ cordova-serve@1.0.0
│ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │ ├─┬ has-ansi@2.0.0
│ │ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │ ├─┬ strip-ansi@3.0.1
│ │ │ │ │ │ └── ansi-regex@2.0.0
│ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ ├─┬ compression@1.6.2
│ │ │ │ │ ├─┬ accepts@1.3.3
│ │ │ │ │ │ ├─┬ mime-types@2.1.12
│ │ │ │ │ │ │ └── mime-db@1.24.0
│ │ │ │ │ │ └── negotiator@0.6.1
│ │ │ │ │ ├── bytes@2.3.0
│ │ │ │ │ ├─┬ compressible@2.0.8
│ │ │ │ │ │ └── mime-db@1.24.0
│ │ │ │ │ ├─┬ debug@2.2.0
│ │ │ │ │ │ └── ms@0.7.1
│ │ │ │ │ ├── on-headers@1.0.1
│ │ │ │ │ └── vary@1.1.0
│ │ │ │ ├─┬ express@4.14.0
│ │ │ │ │ ├─┬ accepts@1.3.3
│ │ │ │ │ │ ├─┬ mime-types@2.1.12
│ │ │ │ │ │ │ └── mime-db@1.24.0
│ │ │ │ │ │ └── negotiator@0.6.1
│ │ │ │ │ ├── array-flatten@1.1.1
│ │ │ │ │ ├── content-disposition@0.5.1
│ │ │ │ │ ├── content-type@1.0.2
│ │ │ │ │ ├── cookie@0.3.1
│ │ │ │ │ ├── cookie-signature@1.0.6
│ │ │ │ │ ├─┬ debug@2.2.0
│ │ │ │ │ │ └── ms@0.7.1
│ │ │ │ │ ├── depd@1.1.0
│ │ │ │ │ ├── encodeurl@1.0.1
│ │ │ │ │ ├── escape-html@1.0.3
│ │ │ │ │ ├── etag@1.7.0
│ │ │ │ │ ├─┬ finalhandler@0.5.0
│ │ │ │ │ │ ├── statuses@1.3.0
│ │ │ │ │ │ └── unpipe@1.0.0
│ │ │ │ │ ├── fresh@0.3.0
│ │ │ │ │ ├── merge-descriptors@1.0.1
│ │ │ │ │ ├── methods@1.1.2
│ │ │ │ │ ├─┬ on-finished@2.3.0
│ │ │ │ │ │ └── ee-first@1.1.1
│ │ │ │ │ ├── parseurl@1.3.1
│ │ │ │ │ ├── path-to-regexp@0.1.7
│ │ │ │ │ ├─┬ proxy-addr@1.1.2
│ │ │ │ │ │ ├── forwarded@0.1.0
│ │ │ │ │ │ └── ipaddr.js@1.1.1
│ │ │ │ │ ├── qs@6.2.0
│ │ │ │ │ ├── range-parser@1.2.0
│ │ │ │ │ ├─┬ send@0.14.1
│ │ │ │ │ │ ├── destroy@1.0.4
│ │ │ │ │ │ ├─┬ http-errors@1.5.0
│ │ │ │ │ │ │ ├── inherits@2.0.1
│ │ │ │ │ │ │ └── setprototypeof@1.0.1
│ │ │ │ │ │ ├── mime@1.3.4
│ │ │ │ │ │ ├── ms@0.7.1
│ │ │ │ │ │ └── statuses@1.3.0
│ │ │ │ │ ├── serve-static@1.11.1
│ │ │ │ │ ├─┬ type-is@1.6.13
│ │ │ │ │ │ ├── media-typer@0.3.0
│ │ │ │ │ │ └─┬ mime-types@2.1.12
│ │ │ │ │ │   └── mime-db@1.24.0
│ │ │ │ │ ├── utils-merge@1.0.0
│ │ │ │ │ └── vary@1.1.0
│ │ │ │ └── q@1.4.1
│ │ │ ├─┬ dep-graph@1.1.0
│ │ │ │ └── underscore@1.2.1
│ │ │ ├─┬ elementtree@0.1.6
│ │ │ │ └── sax@0.3.5
│ │ │ ├─┬ glob@5.0.15
│ │ │ │ ├─┬ inflight@1.0.4
│ │ │ │ │ └── wrappy@1.0.1
│ │ │ │ ├── inherits@2.0.1
│ │ │ │ ├─┬ minimatch@3.0.0
│ │ │ │ │ └─┬ brace-expansion@1.1.3
│ │ │ │ │   ├── balanced-match@0.3.0
│ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ ├── once@1.3.3
│ │ │ │ └── path-is-absolute@1.0.0
│ │ │ ├─┬ init-package-json@1.9.4
│ │ │ │ ├─┬ glob@6.0.4
│ │ │ │ │ ├─┬ inflight@1.0.6
│ │ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ │ ├── inherits@2.0.3
│ │ │ │ │ ├─┬ minimatch@3.0.3
│ │ │ │ │ │ └─┬ brace-expansion@1.1.6
│ │ │ │ │ │   ├── balanced-match@0.4.2
│ │ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ │ ├─┬ once@1.4.0
│ │ │ │ │ │ └── wrappy@1.0.2
│ │ │ │ │ └── path-is-absolute@1.0.1
│ │ │ │ ├─┬ npm-package-arg@4.2.0
│ │ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ │ └── semver@5.3.0
│ │ │ │ ├── promzard@0.3.0
│ │ │ │ ├─┬ read@1.0.7
│ │ │ │ │ └── mute-stream@0.0.6
│ │ │ │ ├─┬ read-package-json@2.0.4
│ │ │ │ │ ├── graceful-fs@4.1.9
│ │ │ │ │ ├─┬ json-parse-helpfulerror@1.0.3
│ │ │ │ │ │ └── jju@1.3.0
│ │ │ │ │ └─┬ normalize-package-data@2.3.5
│ │ │ │ │   ├── hosted-git-info@2.1.5
│ │ │ │ │   └─┬ is-builtin-module@1.0.0
│ │ │ │ │     └── builtin-modules@1.1.1
│ │ │ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ │ │ ├─┬ spdx-correct@1.0.2
│ │ │ │ │ │ └── spdx-license-ids@1.2.2
│ │ │ │ │ └── spdx-expression-parse@1.0.4
│ │ │ │ └─┬ validate-npm-package-name@2.2.2
│ │ │ │   └── builtins@0.0.7
│ │ │ ├─┬ nopt@3.0.6
│ │ │ │ └── abbrev@1.0.9
│ │ │ ├─┬ npm@2.15.11
│ │ │ │ ├── abbrev@1.0.9
│ │ │ │ ├── ansi@0.3.1
│ │ │ │ ├── ansi-regex@2.0.0
│ │ │ │ ├── ansicolors@0.3.2
│ │ │ │ ├── ansistyles@0.1.3
│ │ │ │ ├── archy@1.0.0
│ │ │ │ ├── async-some@1.0.2
│ │ │ │ ├── block-stream@0.0.9
│ │ │ │ ├── char-spinner@1.0.1
│ │ │ │ ├── chmodr@1.0.2
│ │ │ │ ├── chownr@1.0.1
│ │ │ │ ├── cmd-shim@2.0.2
│ │ │ │ ├─┬ columnify@1.5.4
│ │ │ │ │ └─┬ wcwidth@1.0.0
│ │ │ │ │   └─┬ defaults@1.0.3
│ │ │ │ │     └── clone@1.0.2
│ │ │ │ ├─┬ config-chain@1.1.10
│ │ │ │ │ └── proto-list@1.2.4
│ │ │ │ ├─┬ dezalgo@1.0.3
│ │ │ │ │ └── asap@2.0.3
│ │ │ │ ├── editor@1.0.0
│ │ │ │ ├── fs-vacuum@1.2.9
│ │ │ │ ├─┬ fs-write-stream-atomic@1.0.8
│ │ │ │ │ └── iferr@0.1.5
│ │ │ │ ├── fstream@1.0.10
│ │ │ │ ├─┬ fstream-npm@1.1.1
│ │ │ │ │ └── fstream-ignore@1.0.5
│ │ │ │ ├── github-url-from-git@1.4.0
│ │ │ │ ├── github-url-from-username-repo@1.0.2
│ │ │ │ ├─┬ glob@7.0.6
│ │ │ │ │ ├── fs.realpath@1.0.0
│ │ │ │ │ └── path-is-absolute@1.0.0
│ │ │ │ ├── graceful-fs@4.1.6
│ │ │ │ ├── hosted-git-info@2.1.5
│ │ │ │ ├── imurmurhash@0.1.4
│ │ │ │ ├── inflight@1.0.5
│ │ │ │ ├── inherits@2.0.3
│ │ │ │ ├── ini@1.3.4
│ │ │ │ ├─┬ init-package-json@1.9.4
│ │ │ │ │ ├─┬ glob@6.0.4
│ │ │ │ │ │ └── path-is-absolute@1.0.0
│ │ │ │ │ └── promzard@0.3.0
│ │ │ │ ├── lockfile@1.0.1
│ │ │ │ ├─┬ lru-cache@4.0.1
│ │ │ │ │ ├── pseudomap@1.0.2
│ │ │ │ │ └── yallist@2.0.0
│ │ │ │ ├─┬ minimatch@3.0.3
│ │ │ │ │ └─┬ brace-expansion@1.1.6
│ │ │ │ │   ├── balanced-match@0.4.2
│ │ │ │ │   └── concat-map@0.0.1
│ │ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ │ └── minimist@0.0.8
│ │ │ │ ├─┬ node-gyp@3.4.0
│ │ │ │ │ └─┬ path-array@1.0.1
│ │ │ │ │   └─┬ array-index@1.0.0
│ │ │ │ │     ├─┬ debug@2.2.0
│ │ │ │ │     │ └── ms@0.7.1
│ │ │ │ │     └─┬ es6-symbol@3.1.0
│ │ │ │ │       ├── d@0.1.1
│ │ │ │ │       └─┬ es5-ext@0.10.12
│ │ │ │ │         └── es6-iterator@2.0.0
│ │ │ │ ├── nopt@3.0.6
│ │ │ │ ├── normalize-git-url@3.0.2
│ │ │ │ ├─┬ normalize-package-data@2.3.5
│ │ │ │ │ └─┬ is-builtin-module@1.0.0
│ │ │ │ │   └── builtin-modules@1.1.0
│ │ │ │ ├── npm-cache-filename@1.0.2
│ │ │ │ ├── npm-install-checks@1.0.7
│ │ │ │ ├── npm-package-arg@4.1.0
│ │ │ │ ├─┬ npm-registry-client@7.2.1
│ │ │ │ │ ├─┬ concat-stream@1.5.2
│ │ │ │ │ │ ├─┬ readable-stream@2.0.6
│ │ │ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ │ │ └── typedarray@0.0.6
│ │ │ │ │ └── retry@0.10.0
│ │ │ │ ├── npm-user-validate@0.1.5
│ │ │ │ ├─┬ npmlog@2.0.4
│ │ │ │ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ │ │ │ └── delegates@1.0.0
│ │ │ │ │ └─┬ gauge@1.2.7
│ │ │ │ │   ├── has-unicode@2.0.0
│ │ │ │ │   ├─┬ lodash.pad@4.4.0
│ │ │ │ │   │ ├── lodash._baseslice@4.0.0
│ │ │ │ │   │ ├── lodash._basetostring@4.12.0
│ │ │ │ │   │ └── lodash.tostring@4.1.4
│ │ │ │ │   ├── lodash.padend@4.5.0
│ │ │ │ │   └── lodash.padstart@4.5.0
│ │ │ │ ├── once@1.4.0
│ │ │ │ ├── opener@1.4.1
│ │ │ │ ├─┬ osenv@0.1.3
│ │ │ │ │ ├── os-homedir@1.0.0
│ │ │ │ │ └── os-tmpdir@1.0.1
│ │ │ │ ├── path-is-inside@1.0.1
│ │ │ │ ├─┬ read@1.0.7
│ │ │ │ │ └── mute-stream@0.0.5
│ │ │ │ ├─┬ read-installed@4.0.3
│ │ │ │ │ ├── debuglog@1.0.1
│ │ │ │ │ ├── readdir-scoped-modules@1.0.2
│ │ │ │ │ └── util-extend@1.0.1
│ │ │ │ ├─┬ read-package-json@2.0.4
│ │ │ │ │ ├─┬ glob@6.0.4
│ │ │ │ │ │ └── path-is-absolute@1.0.0
│ │ │ │ │ └─┬ json-parse-helpfulerror@1.0.3
│ │ │ │ │   └── jju@1.3.0
│ │ │ │ ├─┬ readable-stream@2.1.5
│ │ │ │ │ ├── buffer-shims@1.0.0
│ │ │ │ │ ├── core-util-is@1.0.2
│ │ │ │ │ ├── isarray@1.0.0
│ │ │ │ │ ├── process-nextick-args@1.0.7
│ │ │ │ │ ├── string_decoder@0.10.31
│ │ │ │ │ └── util-deprecate@1.0.2
│ │ │ │ ├── realize-package-specifier@3.0.1
│ │ │ │ ├─┬ request@2.74.0
│ │ │ │ │ ├── aws-sign2@0.6.0
│ │ │ │ │ ├── aws4@1.4.1
│ │ │ │ │ ├─┬ bl@1.1.2
│ │ │ │ │ │ └─┬ readable-stream@2.0.6
│ │ │ │ │ │   ├── core-util-is@1.0.2
│ │ │ │ │ │   ├── isarray@1.0.0
│ │ │ │ │ │   ├── process-nextick-args@1.0.7
│ │ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │ │   └── util-deprecate@1.0.2
│ │ │ │ │ ├── caseless@0.11.0
│ │ │ │ │ ├─┬ combined-stream@1.0.5
│ │ │ │ │ │ └── delayed-stream@1.0.0
│ │ │ │ │ ├── extend@3.0.0
│ │ │ │ │ ├── forever-agent@0.6.1
│ │ │ │ │ ├─┬ form-data@1.0.0-rc4
│ │ │ │ │ │ └── async@1.5.2
│ │ │ │ │ ├─┬ har-validator@2.0.6
│ │ │ │ │ │ ├─┬ chalk@1.1.3
│ │ │ │ │ │ │ ├── ansi-styles@2.2.1
│ │ │ │ │ │ │ ├── escape-string-regexp@1.0.5
│ │ │ │ │ │ │ ├── has-ansi@2.0.0
│ │ │ │ │ │ │ └── supports-color@2.0.0
│ │ │ │ │ │ ├─┬ commander@2.9.0
│ │ │ │ │ │ │ └── graceful-readlink@1.0.1
│ │ │ │ │ │ ├─┬ is-my-json-valid@2.13.1
│ │ │ │ │ │ │ ├── generate-function@2.0.0
│ │ │ │ │ │ │ ├─┬ generate-object-property@1.2.0
│ │ │ │ │ │ │ │ └── is-property@1.0.2
│ │ │ │ │ │ │ ├── jsonpointer@2.0.0
│ │ │ │ │ │ │ └── xtend@4.0.1
│ │ │ │ │ │ └─┬ pinkie-promise@2.0.1
│ │ │ │ │ │   └── pinkie@2.0.4
│ │ │ │ │ ├─┬ hawk@3.1.3
│ │ │ │ │ │ ├── boom@2.10.1
│ │ │ │ │ │ ├── cryptiles@2.0.5
│ │ │ │ │ │ ├── hoek@2.16.3
│ │ │ │ │ │ └── sntp@1.0.9
│ │ │ │ │ ├─┬ http-signature@1.1.1
│ │ │ │ │ │ ├── assert-plus@0.2.0
│ │ │ │ │ │ ├─┬ jsprim@1.3.0
│ │ │ │ │ │ │ ├── extsprintf@1.0.2
│ │ │ │ │ │ │ ├── json-schema@0.2.2
│ │ │ │ │ │ │ └── verror@1.3.6
│ │ │ │ │ │ └─┬ sshpk@1.9.2
│ │ │ │ │ │   ├── asn1@0.2.3
│ │ │ │ │ │   ├── assert-plus@1.0.0
│ │ │ │ │ │   ├── dashdash@1.14.0
│ │ │ │ │ │   ├── ecc-jsbn@0.1.1
│ │ │ │ │ │   ├── getpass@0.1.6
│ │ │ │ │ │   ├── jodid25519@1.0.2
│ │ │ │ │ │   ├── jsbn@0.1.0
│ │ │ │ │ │   └── tweetnacl@0.13.3
│ │ │ │ │ ├── is-typedarray@1.0.0
│ │ │ │ │ ├── isstream@0.1.2
│ │ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ │ ├─┬ mime-types@2.1.11
│ │ │ │ │ │ └── mime-db@1.23.0
│ │ │ │ │ ├── node-uuid@1.4.7
│ │ │ │ │ ├── oauth-sign@0.8.2
│ │ │ │ │ ├── qs@6.2.1
│ │ │ │ │ ├── stringstream@0.0.5
│ │ │ │ │ ├── tough-cookie@2.3.1
│ │ │ │ │ └── tunnel-agent@0.4.3
│ │ │ │ ├── retry@0.10.0
│ │ │ │ ├── rimraf@2.5.4
│ │ │ │ ├── semver@5.1.0
│ │ │ │ ├─┬ sha@2.0.1
│ │ │ │ │ └─┬ readable-stream@2.0.2
│ │ │ │ │   ├── core-util-is@1.0.1
│ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │   ├── process-nextick-args@1.0.3
│ │ │ │ │   ├── string_decoder@0.10.31
│ │ │ │ │   └── util-deprecate@1.0.1
│ │ │ │ ├── slide@1.1.6
│ │ │ │ ├── sorted-object@2.0.0
│ │ │ │ ├── spdx-license-ids@1.2.2
│ │ │ │ ├── strip-ansi@3.0.1
│ │ │ │ ├── tar@2.2.1
│ │ │ │ ├── text-table@0.2.0
│ │ │ │ ├── uid-number@0.0.6
│ │ │ │ ├── umask@1.1.0
│ │ │ │ ├─┬ validate-npm-package-license@3.0.1
│ │ │ │ │ ├── spdx-correct@1.0.2
│ │ │ │ │ └─┬ spdx-expression-parse@1.0.2
│ │ │ │ │   └── spdx-exceptions@1.0.4
│ │ │ │ ├─┬ validate-npm-package-name@2.2.2
│ │ │ │ │ └── builtins@0.0.7
│ │ │ │ ├─┬ which@1.2.11
│ │ │ │ │ └── isexe@1.1.2
│ │ │ │ ├── wrappy@1.0.2
│ │ │ │ └── write-file-atomic@1.1.4
│ │ │ ├── opener@1.4.1
│ │ │ ├─┬ plist@1.2.0
│ │ │ │ ├── base64-js@0.0.8
│ │ │ │ ├── util-deprecate@1.0.2
│ │ │ │ ├─┬ xmlbuilder@4.0.0
│ │ │ │ │ └── lodash@3.10.1
│ │ │ │ └── xmldom@0.1.22
│ │ │ ├── properties-parser@0.2.3
│ │ │ ├─┬ request@2.47.0
│ │ │ │ ├── aws-sign2@0.5.0
│ │ │ │ ├─┬ bl@0.9.5
│ │ │ │ │ └─┬ readable-stream@1.0.34
│ │ │ │ │   ├── core-util-is@1.0.2
│ │ │ │ │   ├── inherits@2.0.3
│ │ │ │ │   ├── isarray@0.0.1
│ │ │ │ │   └── string_decoder@0.10.31
│ │ │ │ ├── caseless@0.6.0
│ │ │ │ ├─┬ combined-stream@0.0.7
│ │ │ │ │ └── delayed-stream@0.0.5
│ │ │ │ ├── forever-agent@0.5.2
│ │ │ │ ├─┬ hawk@1.1.1
│ │ │ │ │ ├── boom@0.4.2
│ │ │ │ │ ├── cryptiles@0.2.2
│ │ │ │ │ ├── hoek@0.9.1
│ │ │ │ │ └── sntp@0.2.4
│ │ │ │ ├─┬ http-signature@0.10.1
│ │ │ │ │ ├── asn1@0.1.11
│ │ │ │ │ ├── assert-plus@0.1.5
│ │ │ │ │ └── ctype@0.5.3
│ │ │ │ ├── json-stringify-safe@5.0.1
│ │ │ │ ├── mime-types@1.0.2
│ │ │ │ ├── node-uuid@1.4.7
│ │ │ │ ├── oauth-sign@0.4.0
│ │ │ │ ├── qs@2.3.3
│ │ │ │ ├── stringstream@0.0.5
│ │ │ │ ├── tough-cookie@2.3.1
│ │ │ │ └── tunnel-agent@0.4.3
│ │ │ ├── semver@4.3.6
│ │ │ ├── shelljs@0.3.0
│ │ │ ├─┬ tar@1.0.2
│ │ │ │ ├── block-stream@0.0.9
│ │ │ │ ├─┬ fstream@1.0.10
│ │ │ │ │ ├── graceful-fs@4.1.9
│ │ │ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ │ │ └── minimist@0.0.8
│ │ │ │ │ └─┬ rimraf@2.5.4
│ │ │ │ │   └─┬ glob@7.1.1
│ │ │ │ │     ├── fs.realpath@1.0.0
│ │ │ │ │     ├─┬ inflight@1.0.6
│ │ │ │ │     │ └── wrappy@1.0.2
│ │ │ │ │     ├─┬ minimatch@3.0.3
│ │ │ │ │     │ └─┬ brace-expansion@1.1.6
│ │ │ │ │     │   ├── balanced-match@0.4.2
│ │ │ │ │     │   └── concat-map@0.0.1
│ │ │ │ │     ├─┬ once@1.4.0
│ │ │ │ │     │ └── wrappy@1.0.2
│ │ │ │ │     └── path-is-absolute@1.0.1
│ │ │ │ └── inherits@2.0.3
│ │ │ ├── unorm@1.3.3
│ │ │ ├── valid-identifier@0.0.1
│ │ │ └─┬ xcode@0.8.0
│ │ │   ├── node-uuid@1.3.3
│ │ │   └── pegjs@0.6.2
│ │ ├── crc@3.2.1
│ │ ├─┬ finalhandler@0.2.0
│ │ │ ├─┬ debug@2.0.0
│ │ │ │ └── ms@0.6.2
│ │ │ └── escape-html@1.0.1
│ │ ├─┬ glob-watcher@2.0.0
│ │ │ └─┬ gaze@0.5.2
│ │ │   └─┬ globule@0.1.0
│ │ │     ├─┬ glob@3.1.21
│ │ │     │ ├── graceful-fs@1.2.3
│ │ │     │ └── inherits@1.0.2
│ │ │     ├── lodash@1.0.2
│ │ │     └─┬ minimatch@0.2.14
│ │ │       ├── lru-cache@2.7.3
│ │ │       └── sigmund@1.0.1
│ │ ├── proxy-middleware@0.7.0
│ │ ├─┬ request-progress@0.3.1
│ │ │ └── throttleit@0.0.2
│ │ ├── semver@4.2.0
│ │ ├─┬ tiny-lr-fork@0.0.5
│ │ │ ├── debug@0.7.4
│ │ │ ├── faye-websocket@0.4.4
│ │ │ ├─┬ noptify@0.0.3
│ │ │ │ └─┬ nopt@2.0.0
│ │ │ │   └── abbrev@1.0.9
│ │ │ └── qs@0.5.6
│ │ ├─┬ winston@1.1.2
│ │ │ ├── async@1.0.0
│ │ │ ├── colors@1.0.3
│ │ │ ├── cycle@1.0.3
│ │ │ ├── eyes@0.1.8
│ │ │ ├── isstream@0.1.2
│ │ │ ├── pkginfo@0.3.1
│ │ │ └── stack-trace@0.0.9
│ │ └─┬ xml2js@0.4.16
│ │   ├── sax@1.2.1
│ │   └─┬ xmlbuilder@4.2.1
│ │     └── lodash@4.16.4
│ ├── moment@2.11.1
│ ├── open@0.0.5
│ ├─┬ optimist@0.6.0
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── pretty-hrtime@1.0.2
│ ├── progress@1.1.7
│ ├─┬ prompt@0.2.12
│ │ ├── pkginfo@0.4.0
│ │ ├─┬ read@1.0.7
│ │ │ └── mute-stream@0.0.6
│ │ ├── revalidator@0.1.8
│ │ ├─┬ utile@0.2.1
│ │ │ ├── async@0.2.10
│ │ │ ├── deep-equal@1.0.1
│ │ │ ├── i@0.3.5
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├── ncp@0.4.2
│ │ │ └─┬ rimraf@2.5.4
│ │ │   └─┬ glob@7.1.1
│ │ │     ├── fs.realpath@1.0.0
│ │ │     ├─┬ inflight@1.0.6
│ │ │     │ └── wrappy@1.0.2
│ │ │     ├── inherits@2.0.3
│ │ │     ├─┬ minimatch@3.0.3
│ │ │     │ └─┬ brace-expansion@1.1.6
│ │ │     │   ├── balanced-match@0.4.2
│ │ │     │   └── concat-map@0.0.1
│ │ │     ├─┬ once@1.4.0
│ │ │     │ └── wrappy@1.0.2
│ │ │     └── path-is-absolute@1.0.1
│ │ └─┬ winston@0.6.2
│ │   ├── async@0.1.22
│ │   ├── cycle@1.0.3
│ │   ├── eyes@0.1.8
│ │   ├── pkginfo@0.2.3
│ │   ├── request@2.9.203
│ │   └── stack-trace@0.0.9
│ ├── q@1.0.1
│ ├─┬ request@2.51.0
│ │ ├── aws-sign2@0.5.0
│ │ ├─┬ bl@0.9.5
│ │ │ └─┬ readable-stream@1.0.34
│ │ │   ├── core-util-is@1.0.2
│ │ │   ├── inherits@2.0.3
│ │ │   ├── isarray@0.0.1
│ │ │   └── string_decoder@0.10.31
│ │ ├── caseless@0.8.0
│ │ ├─┬ combined-stream@0.0.7
│ │ │ └── delayed-stream@0.0.5
│ │ ├── forever-agent@0.5.2
│ │ ├─┬ form-data@0.2.0
│ │ │ ├── async@0.9.2
│ │ │ └─┬ mime-types@2.0.14
│ │ │   └── mime-db@1.12.0
│ │ ├─┬ hawk@1.1.1
│ │ │ ├── boom@0.4.2
│ │ │ ├── cryptiles@0.2.2
│ │ │ ├── hoek@0.9.1
│ │ │ └── sntp@0.2.4
│ │ ├─┬ http-signature@0.10.1
│ │ │ ├── asn1@0.1.11
│ │ │ ├── assert-plus@0.1.5
│ │ │ └── ctype@0.5.3
│ │ ├── json-stringify-safe@5.0.1
│ │ ├── mime-types@1.0.2
│ │ ├── node-uuid@1.4.7
│ │ ├── oauth-sign@0.5.0
│ │ ├── qs@2.3.3
│ │ ├── stringstream@0.0.5
│ │ ├── tough-cookie@2.3.1
│ │ └── tunnel-agent@0.4.3
│ ├── semver@4.3.6
│ ├─┬ serve-static@1.7.1
│ │ ├── escape-html@1.0.1
│ │ ├── parseurl@1.3.1
│ │ ├─┬ send@0.10.1
│ │ │ ├─┬ debug@2.1.3
│ │ │ │ └── ms@0.7.0
│ │ │ ├── depd@1.0.1
│ │ │ ├── destroy@1.0.3
│ │ │ ├─┬ etag@1.5.1
│ │ │ │ └── crc@3.2.1
│ │ │ ├── fresh@0.2.4
│ │ │ ├── mime@1.2.11
│ │ │ ├── ms@0.6.2
│ │ │ ├─┬ on-finished@2.1.1
│ │ │ │ └── ee-first@1.1.0
│ │ │ └── range-parser@1.0.3
│ │ └── utils-merge@1.0.0
│ ├── shelljs@0.2.6
│ ├── underscore@1.7.0
│ └─┬ unzip@0.1.9
│   ├─┬ binary@0.3.0
│   │ ├── buffers@0.1.1
│   │ └─┬ chainsaw@0.1.0
│   │   └── traverse@0.3.9
│   ├─┬ fstream@0.1.31
│   │ ├─┬ graceful-fs@3.0.11
│   │ │ └── natives@1.1.0
│   │ ├── inherits@2.0.3
│   │ ├─┬ mkdirp@0.5.1
│   │ │ └── minimist@0.0.8
│   │ └─┬ rimraf@2.5.4
│   │   └─┬ glob@7.1.1
│   │     ├── fs.realpath@1.0.0
│   │     ├─┬ inflight@1.0.6
│   │     │ └── wrappy@1.0.2
│   │     ├─┬ minimatch@3.0.3
│   │     │ └─┬ brace-expansion@1.1.6
│   │     │   ├── balanced-match@0.4.2
│   │     │   └── concat-map@0.0.1
│   │     ├─┬ once@1.4.0
│   │     │ └── wrappy@1.0.2
│   │     └── path-is-absolute@1.0.1
│   ├─┬ match-stream@0.0.2
│   │ └── buffers@0.1.1
│   ├─┬ pullstream@0.4.1
│   │ ├── over@0.0.5
│   │ └── slice-stream@1.0.0
│   ├─┬ readable-stream@1.0.34
│   │ ├── core-util-is@1.0.2
│   │ ├── inherits@2.0.3
│   │ ├── isarray@0.0.1
│   │ └── string_decoder@0.10.31
│   └── setimmediate@1.0.5
├── ionic-angular@2.0.0-rc.1-201610241941
├── ionic-native@1.3.21
├── ionicons@3.0.0
├─┬ istanbul-instrumenter-loader@0.2.0
│ └─┬ istanbul@0.4.5
│   ├── abbrev@1.0.9
│   ├── async@1.5.2
│   ├─┬ escodegen@1.8.1
│   │ ├── estraverse@1.9.3
│   │ └── source-map@0.2.0
│   ├── glob@5.0.15
│   ├─┬ handlebars@4.0.5
│   │ ├── async@1.5.2
│   │ └── source-map@0.4.4
│   ├─┬ mkdirp@0.5.1
│   │ └── minimist@0.0.8
│   ├── nopt@3.0.6
│   └── supports-color@3.1.2
├── jasmine-spec-reporter@2.7.0
├── json-loader@0.5.4
├─┬ karma@1.3.0
│ ├─┬ body-parser@1.15.2
│ │ ├── bytes@2.4.0
│ │ ├── content-type@1.0.2
│ │ ├── depd@1.1.0
│ │ ├── iconv-lite@0.4.13
│ │ ├─┬ on-finished@2.3.0
│ │ │ └── ee-first@1.1.1
│ │ ├── qs@6.2.0
│ │ ├── raw-body@2.1.7
│ │ └─┬ type-is@1.6.13
│ │   └── media-typer@0.3.0
│ ├── combine-lists@1.0.1
│ ├── di@0.0.1
│ ├─┬ dom-serialize@2.2.1
│ │ ├── custom-event@1.0.1
│ │ ├── ent@2.2.0
│ │ └── void-elements@2.0.1
│ ├─┬ expand-braces@0.1.2
│ │ ├── array-slice@0.2.3
│ │ └─┬ braces@0.1.5
│ │   └─┬ expand-range@0.1.1
│ │     ├── is-number@0.1.1
│ │     └── repeat-string@0.2.2
│ ├── graceful-fs@4.1.9
│ ├── isbinaryfile@3.0.1
│ ├── lodash@3.10.1
│ ├─┬ log4js@0.6.38
│ │ ├─┬ readable-stream@1.0.34
│ │ │ └── isarray@0.0.1
│ │ └── semver@4.3.6
│ ├── mime@1.3.4
│ ├─┬ optimist@0.6.1
│ │ ├── minimist@0.0.10
│ │ └── wordwrap@0.0.3
│ ├── qjobs@1.1.5
│ ├── range-parser@1.2.0
│ ├─┬ socket.io@1.4.7
│ │ ├─┬ engine.io@1.6.10
│ │ │ ├─┬ accepts@1.1.4
│ │ │ │ ├─┬ mime-types@2.0.14
│ │ │ │ │ └── mime-db@1.12.0
│ │ │ │ └── negotiator@0.4.9
│ │ │ ├─┬ engine.io-parser@1.2.4
│ │ │ │ ├── base64-arraybuffer@0.1.2
│ │ │ │ ├─┬ has-binary@0.1.6
│ │ │ │ │ └── isarray@0.0.1
│ │ │ │ └── utf8@2.1.0
│ │ │ └── ws@1.0.1
│ │ └─┬ socket.io-client@1.4.6
│ │   ├── component-emitter@1.2.0
│ │   └─┬ engine.io-client@1.6.9
│ │     └── component-emitter@1.1.2
│ ├── source-map@0.5.6
│ ├─┬ tmp@0.0.28
│ │ └── os-tmpdir@1.0.2
│ └─┬ useragent@2.1.9
│   └── lru-cache@2.2.4
├─┬ karma-chrome-launcher@0.2.3
│ ├─┬ fs-access@1.0.1
│ │ └── null-check@1.0.0
│ └─┬ which@1.2.11
│   └── isexe@1.1.2
├─┬ karma-coverage@1.1.1
│ ├── dateformat@1.0.12
│ └── lodash@3.10.1
├── karma-jasmine@1.0.2
├── karma-mocha-reporter@2.2.0
├─┬ karma-nyan-reporter@0.2.4
│ └─┬ cli-color@0.3.3
│   ├── d@0.1.1
│   ├── es5-ext@0.10.12
│   ├─┬ memoizee@0.3.10
│   │ ├─┬ es6-weak-map@0.1.4
│   │ │ ├── es6-iterator@0.1.3
│   │ │ └── es6-symbol@2.0.1
│   │ ├── lru-queue@0.1.0
│   │ └── next-tick@0.2.2
│   └── timers-ext@0.1.0
├── karma-phantomjs-launcher@1.0.2
├─┬ karma-sourcemap-loader@0.3.7
│ └── graceful-fs@4.1.9
├─┬ karma-webpack@1.8.0
│ ├── async@0.9.2
│ ├── lodash@3.10.1
│ ├─┬ source-map@0.1.43
│ │ └── amdefine@1.0.0
│ └─┬ webpack-dev-middleware@1.8.4
│   └── mime@1.3.4
├── lodash@4.15.0
├── ngux-loader@0.1.0  (git://github.com/mcfly-io/ngux-loader.git#3141586037617f1ed11f2c3095e4cbe11c016f3e)
├── node-dir@0.1.16
├─┬ node-sass@3.10.1
│ ├── async-foreach@0.1.3
│ ├─┬ cross-spawn@3.0.1
│ │ └─┬ lru-cache@4.0.1
│ │   ├── pseudomap@1.0.2
│ │   └── yallist@2.0.0
│ ├─┬ gaze@1.1.2
│ │ └─┬ globule@1.1.0
│ │   └── lodash@4.16.5
│ ├── get-stdin@4.0.1
│ ├── in-publish@2.0.0
│ ├── lodash.assign@4.2.0
│ ├── lodash.clonedeep@4.5.0
│ ├─┬ meow@3.7.0
│ │ ├─┬ camelcase-keys@2.1.0
│ │ │ └── camelcase@2.1.1
│ │ ├─┬ loud-rejection@1.6.0
│ │ │ ├─┬ currently-unhandled@0.4.1
│ │ │ │ └── array-find-index@1.0.2
│ │ │ └── signal-exit@3.0.1
│ │ ├── map-obj@1.0.1
│ │ ├─┬ normalize-package-data@2.3.5
│ │ │ ├── hosted-git-info@2.1.5
│ │ │ ├─┬ is-builtin-module@1.0.0
│ │ │ │ └── builtin-modules@1.1.1
│ │ │ └─┬ validate-npm-package-license@3.0.1
│ │ │   ├─┬ spdx-correct@1.0.2
│ │ │   │ └── spdx-license-ids@1.2.2
│ │ │   └── spdx-expression-parse@1.0.4
│ │ ├─┬ redent@1.0.0
│ │ │ ├─┬ indent-string@2.1.0
│ │ │ │ └─┬ repeating@2.0.1
│ │ │ │   └── is-finite@1.0.2
│ │ │ └── strip-indent@1.0.1
│ │ └── trim-newlines@1.0.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── nan@2.4.0
│ ├─┬ node-gyp@3.4.0
│ │ ├─┬ fstream@1.0.10
│ │ │ ├── graceful-fs@4.1.9
│ │ │ └─┬ mkdirp@0.5.1
│ │ │   └── minimist@0.0.8
│ │ ├── graceful-fs@4.1.9
│ │ ├─┬ mkdirp@0.5.1
│ │ │ └── minimist@0.0.8
│ │ ├── npmlog@3.1.2
│ │ ├── osenv@0.1.3
│ │ ├─┬ path-array@1.0.1
│ │ │ └── array-index@1.0.0
│ │ └─┬ tar@2.2.1
│ │   └── block-stream@0.0.9
│ ├─┬ npmlog@4.0.0
│ │ ├─┬ are-we-there-yet@1.1.2
│ │ │ └── delegates@1.0.0
│ │ ├── console-control-strings@1.1.0
│ │ └─┬ gauge@2.6.0
│ │   ├── aproba@1.0.4
│ │   ├── has-color@0.1.7
│ │   ├── has-unicode@2.0.1
│ │   └── wide-align@1.1.0
│ ├─┬ request@2.76.0
│ │ ├── form-data@2.1.1
│ │ └── qs@6.3.0
│ └─┬ sass-graph@2.1.2
│   └─┬ yargs@4.8.1
│     ├── window-size@0.2.0
│     └─┬ yargs-parser@2.4.1
│       └── camelcase@3.0.0
├── parse5@1.5.1
├── phantomjs-polyfill@0.0.2
├─┬ phantomjs-prebuilt@2.1.13
│ ├── es6-promise@4.0.5
│ ├─┬ extract-zip@1.5.0
│ │ ├─┬ concat-stream@1.5.0
│ │ │ └── readable-stream@2.0.6
│ │ ├── debug@0.7.4
│ │ ├─┬ mkdirp@0.5.0
│ │ │ └── minimist@0.0.8
│ │ └─┬ yauzl@2.4.1
│ │   └─┬ fd-slicer@1.0.1
│ │     └── pend@1.2.0
│ ├─┬ hasha@2.2.0
│ │ └── is-stream@1.1.0
│ ├── kew@0.7.0
│ ├─┬ request@2.74.0
│ │ ├─┬ bl@1.1.2
│ │ │ └── readable-stream@2.0.6
│ │ ├── form-data@1.0.1
│ │ └── qs@6.2.1
│ └─┬ request-progress@2.0.1
│   └── throttleit@1.0.0
├── postcss-loader@0.13.0
├─┬ protractor@4.0.10
│ ├── @types/q@0.0.32
│ ├── adm-zip@0.4.7
│ ├─┬ jasmine@2.5.2
│ │ └── jasmine-core@2.5.2
│ ├── jasminewd2@0.0.10
│ ├── q@1.4.1
│ ├─┬ saucelabs@1.3.0
│ │ └─┬ https-proxy-agent@1.0.0
│ │   └─┬ agent-base@2.0.1
│ │     └── semver@5.0.3
│ ├─┬ selenium-webdriver@2.53.3
│ │ ├── adm-zip@0.4.4
│ │ ├── tmp@0.0.24
│ │ ├─┬ ws@1.1.1
│ │ │ ├── options@0.0.6
│ │ │ └── ultron@1.0.2
│ │ └─┬ xml2js@0.4.4
│ │   ├── sax@0.6.1
│ │   └── xmlbuilder@8.2.2
│ └─┬ webdriver-manager@10.2.6
│   ├─┬ del@2.2.2
│   │ ├─┬ globby@5.0.0
│   │ │ └─┬ array-union@1.0.2
│   │ │   └── array-uniq@1.0.3
│   │ ├── is-path-cwd@1.0.0
│   │ ├─┬ is-path-in-cwd@1.0.0
│   │ │ └── is-path-inside@1.0.0
│   │ └── pify@2.3.0
│   └── ini@1.3.4
├─┬ protractor-jasmine2-screenshot-reporter@0.3.2
│ ├── hat@0.0.3
│ ├── lodash@3.10.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── string.prototype.startswith@0.2.0
│ └── uuid@2.0.3
├── raw-loader@0.5.1
├── reflect-metadata@0.1.8
├── rimraf@2.5.4
├─┬ rxjs@5.0.0-beta.12
│ └── symbol-observable@1.0.4
├─┬ sass-loader@4.0.2
│ └── async@2.1.2
├── style-loader@0.13.1
├─┬ ts-loader@0.8.2
│ ├── arrify@1.0.1
│ ├─┬ enhanced-resolve@0.9.1
│ │ ├── graceful-fs@4.1.9
│ │ ├── memory-fs@0.2.0
│ │ └── tapable@0.1.10
│ ├── object-assign@2.1.1
│ └── semver@5.3.0
├─┬ ts-node@1.6.1
│ ├── make-error@1.2.1
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── pinkie@2.0.4
│ ├─┬ tsconfig@5.0.3
│ │ ├── any-promise@1.3.0
│ │ ├─┬ parse-json@2.2.0
│ │ │ └─┬ error-ex@1.3.0
│ │ │   └── is-arrayish@0.2.1
│ │ ├─┬ strip-bom@2.0.0
│ │ │ └── is-utf8@0.2.1
│ │ └── strip-json-comments@2.0.1
│ ├── xtend@4.0.1
│ └── yn@1.2.0
├─┬ tsd@0.6.5
│ ├── assertion-error@1.0.0
│ ├─┬ bl@0.9.5
│ │ └─┬ readable-stream@1.0.34
│ │   └── isarray@0.0.1
│ ├── bluebird@1.2.4
│ ├── deep-freeze@0.0.1
│ ├─┬ definition-header@0.1.0
│ │ ├─┬ parsimmon@0.5.1
│ │ │ └── pjs@5.1.1
│ │ └── xregexp@2.0.0
│ ├─┬ detect-indent@0.2.0
│ │ ├── get-stdin@0.1.0
│ │ └── minimist@0.1.0
│ ├── diff@1.4.0
│ ├─┬ event-stream@3.1.7
│ │ ├── duplexer@0.1.1
│ │ ├── from@0.1.3
│ │ ├── map-stream@0.1.0
│ │ ├── pause-stream@0.0.11
│ │ ├── split@0.2.10
│ │ └── stream-combiner@0.0.4
│ ├── exit@0.1.2
│ ├─┬ glob@4.5.3
│ │ └── minimatch@2.0.10
│ ├─┬ joi@4.9.0
│ │ ├── hoek@2.16.3
│ │ ├── isemail@1.2.0
│ │ ├── moment@2.15.2
│ │ └── topo@1.1.0
│ ├── joi-assert@0.0.3
│ ├── jsesc@0.5.0
│ ├─┬ json-pointer@0.2.2
│ │ └── foreach@2.0.5
│ ├── lazy.js@0.3.2
│ ├── lru-cache@2.5.2
│ ├─┬ minimatch@1.0.0
│ │ └── sigmund@1.0.1
│ ├── ministyle@0.1.4
│ ├─┬ minitable@0.0.4
│ │ └── minichain@0.0.1
│ ├─┬ miniwrite@0.1.4
│ │ └── mkdirp@0.3.5
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├── open@0.0.5
│ ├── rimraf@2.2.8
│ ├── semver@4.3.6
│ ├── type-detect@0.1.2
│ ├─┬ universal-analytics@0.3.11
│ │ ├── async@0.2.10
│ │ └── underscore@1.7.0
│ ├─┬ update-notifier@0.2.2
│ │ ├─┬ chalk@0.5.1
│ │ │ ├── ansi-styles@1.1.0
│ │ │ ├─┬ has-ansi@0.1.0
│ │ │ │ └── ansi-regex@0.2.1
│ │ │ ├── strip-ansi@0.3.0
│ │ │ └── supports-color@0.2.0
│ │ ├─┬ configstore@0.3.2
│ │ │ ├─┬ graceful-fs@3.0.11
│ │ │ │ └── natives@1.1.0
│ │ │ ├─┬ mkdirp@0.5.1
│ │ │ │ └── minimist@0.0.8
│ │ │ ├── object-assign@2.1.1
│ │ │ ├── user-home@1.1.1
│ │ │ └─┬ xdg-basedir@1.0.1
│ │ │   └── user-home@1.1.1
│ │ ├── is-npm@1.0.0
│ │ ├─┬ latest-version@1.0.1
│ │ │ └─┬ package-json@1.2.0
│ │ │   ├─┬ got@3.3.1
│ │ │   │ ├─┬ duplexify@3.5.0
│ │ │   │ │ ├─┬ end-of-stream@1.0.0
│ │ │   │ │ │ └── once@1.3.3
│ │ │   │ │ └── stream-shift@1.0.0
│ │ │   │ ├── infinity-agent@2.0.3
│ │ │   │ ├── is-redirect@1.0.0
│ │ │   │ ├── lowercase-keys@1.0.0
│ │ │   │ ├── nested-error-stacks@1.0.2
│ │ │   │ ├── object-assign@3.0.0
│ │ │   │ ├── read-all-stream@3.1.0
│ │ │   │ └── timed-out@2.0.0
│ │ │   └─┬ registry-url@3.1.0
│ │ │     └─┬ rc@1.1.6
│ │ │       └── deep-extend@0.4.1
│ │ ├── semver-diff@2.1.0
│ │ └── string-length@1.0.1
│ ├── uri-templates@0.1.9
│ └─┬ verror@1.4.0
│   └── extsprintf@1.0.3
├─┬ tslint@3.15.1
│ ├── diff@2.2.3
│ ├─┬ findup-sync@0.3.0
│ │ └── glob@5.0.15
│ ├── resolve@1.1.7
│ └─┬ underscore.string@3.3.4
│   └── util-deprecate@1.0.2
├─┬ tslint-eslint-rules@1.6.1
│ └─┬ doctrine@0.7.2
│   ├── esutils@1.1.6
│   └── isarray@0.0.1
├─┬ tslint-loader@2.1.5
│ └─┬ mkdirp@0.5.1
│   └── minimist@0.0.8
├─┬ typedoc@0.3.12
│ ├─┬ fs-extra@0.22.1
│ │ └── graceful-fs@4.1.9
│ ├─┬ handlebars@3.0.3
│ │ ├── source-map@0.1.43
│ │ └─┬ uglify-js@2.3.6
│ │   ├── async@0.2.10
│ │   └─┬ optimist@0.3.7
│ │     └── wordwrap@0.0.3
│ ├── highlight.js@8.9.1
│ ├── marked@0.3.6
│ ├── minimatch@2.0.10
│ ├── shelljs@0.5.3
│ ├── typedoc-default-themes@0.3.4
│ └── typescript@1.6.2
├── typescript@2.0.2
├─┬ url-loader@0.5.7
│ └── mime@1.2.4
├─┬ webpack@1.13.3
│ ├── acorn@3.3.0
│ ├── async@1.5.2
│ ├── clone@1.0.2
│ ├─┬ enhanced-resolve@0.9.1
│ │ ├── graceful-fs@4.1.9
│ │ └── memory-fs@0.2.0
│ ├── interpret@0.6.6
│ ├─┬ memory-fs@0.3.0
│ │ ├─┬ errno@0.1.4
│ │ │ └── prr@0.0.0
│ │ └─┬ readable-stream@2.1.5
│ │   └── buffer-shims@1.0.0
│ ├─┬ mkdirp@0.5.1
│ │ └── minimist@0.0.8
│ ├─┬ node-libs-browser@0.6.0
│ │ ├── assert@1.4.1
│ │ ├─┬ browserify-zlib@0.1.4
│ │ │ └── pako@0.2.9
│ │ ├─┬ buffer@4.9.1
│ │ │ ├── base64-js@1.2.0
│ │ │ └── ieee754@1.1.8
│ │ ├─┬ console-browserify@1.1.0
│ │ │ └── date-now@0.1.4
│ │ ├── constants-browserify@0.0.1
│ │ ├─┬ crypto-browserify@3.2.8
│ │ │ ├── pbkdf2-compat@2.0.1
│ │ │ ├── ripemd160@0.2.0
│ │ │ └── sha.js@2.2.6
│ │ ├── domain-browser@1.1.7
│ │ ├── events@1.1.1
│ │ ├─┬ http-browserify@1.7.0
│ │ │ └── Base64@0.2.1
│ │ ├── https-browserify@0.0.0
│ │ ├── os-browserify@0.1.2
│ │ ├── path-browserify@0.0.0
│ │ ├── process@0.11.9
│ │ ├── punycode@1.4.1
│ │ ├── querystring-es3@0.2.1
│ │ ├─┬ readable-stream@1.1.14
│ │ │ └── isarray@0.0.1
│ │ ├─┬ stream-browserify@1.0.0
│ │ │ └─┬ readable-stream@1.1.14
│ │ │   └── isarray@0.0.1
│ │ ├── string_decoder@0.10.31
│ │ ├── timers-browserify@1.4.2
│ │ ├── tty-browserify@0.0.0
│ │ ├─┬ url@0.10.3
│ │ │ ├── punycode@1.3.2
│ │ │ └── querystring@0.2.0
│ │ ├─┬ util@0.10.3
│ │ │ └── inherits@2.0.1
│ │ └── vm-browserify@0.0.4
│ ├─┬ supports-color@3.1.2
│ │ └── has-flag@1.0.0
│ ├── tapable@0.1.10
│ ├─┬ uglify-js@2.7.4
│ │ ├── async@0.2.10
│ │ ├── uglify-to-browserify@1.0.2
│ │ └─┬ yargs@3.10.0
│ │   ├─┬ cliui@2.1.0
│ │   │ ├─┬ center-align@0.1.3
│ │   │ │ ├─┬ align-text@0.1.4
│ │   │ │ │ └── longest@1.0.1
│ │   │ │ └── lazy-cache@1.0.4
│ │   │ ├── right-align@0.1.3
│ │   │ └── wordwrap@0.0.2
│ │   └── window-size@0.1.0
│ ├─┬ watchpack@0.2.9
│ │ ├── async@0.9.2
│ │ └── graceful-fs@4.1.9
│ └─┬ webpack-core@0.6.8
│   └── source-map@0.4.4
├─┬ webpack-dev-server@1.16.2
│ ├─┬ compression@1.6.2
│ │ ├── bytes@2.3.0
│ │ ├── compressible@2.0.8
│ │ ├── on-headers@1.0.1
│ │ └── vary@1.1.0
│ ├── connect-history-api-fallback@1.3.0
│ ├─┬ express@4.14.0
│ │ ├── array-flatten@1.1.1
│ │ ├── content-disposition@0.5.1
│ │ ├── cookie@0.3.1
│ │ ├── cookie-signature@1.0.6
│ │ ├── merge-descriptors@1.0.1
│ │ ├── methods@1.1.2
│ │ ├── path-to-regexp@0.1.7
│ │ ├─┬ proxy-addr@1.1.2
│ │ │ ├── forwarded@0.1.0
│ │ │ └── ipaddr.js@1.1.1
│ │ └── qs@6.2.0
│ ├─┬ http-proxy-middleware@0.17.2
│ │ ├─┬ is-glob@3.1.0
│ │ │ └── is-extglob@2.1.0
│ │ └── lodash@4.16.5
│ ├─┬ sockjs@0.3.18
│ │ └─┬ faye-websocket@0.10.0
│ │   └─┬ websocket-driver@0.6.5
│ │     └── websocket-extensions@0.1.1
│ ├─┬ sockjs-client@1.1.1
│ │ ├─┬ eventsource@0.1.6
│ │ │ └─┬ original@1.0.0
│ │ │   └── url-parse@1.0.5
│ │ ├── faye-websocket@0.11.0
│ │ ├── json3@3.3.2
│ │ └─┬ url-parse@1.1.7
│ │   └── querystringify@0.0.4
│ ├── stream-cache@0.0.2
│ ├── strip-ansi@3.0.1
│ └── supports-color@3.1.2
├─┬ yargs@5.0.0
│ ├─┬ cliui@3.2.0
│ │ └── wrap-ansi@2.0.0
│ ├── decamelize@1.2.0
│ ├── get-caller-file@1.0.2
│ ├─┬ os-locale@1.4.0
│ │ └─┬ lcid@1.0.0
│ │   └── invert-kv@1.0.0
│ ├─┬ read-pkg-up@1.0.1
│ │ ├─┬ find-up@1.1.2
│ │ │ └── path-exists@2.1.0
│ │ └─┬ read-pkg@1.1.0
│ │   ├─┬ load-json-file@1.1.0
│ │   │ └── graceful-fs@4.1.9
│ │   └─┬ path-type@1.1.0
│ │     └── graceful-fs@4.1.9
│ ├── require-directory@2.1.1
│ ├── require-main-filename@1.0.1
│ ├── set-blocking@2.0.0
│ ├─┬ string-width@1.0.2
│ │ ├─┬ code-point-at@1.0.1
│ │ │ └── number-is-nan@1.0.1
│ │ └── is-fullwidth-code-point@1.0.0
│ ├── which-module@1.0.0
│ ├── window-size@0.2.0
│ ├── y18n@3.2.1
│ └─┬ yargs-parser@3.2.0
│   └── camelcase@3.0.0
└── UNMET PEER DEPENDENCY zone.js@0.6.23
tho@chuck:~/htdocs/EthTweetUi-mcfly-ng2-test$ npm run browsersync
> test@0.0.1 browsersync /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test
> npm run watch & browser-sync start --server=dist/${TARGET-app}/${MODE-dev} --files="dist/${TARGET-app}/${MODE-dev}/*.*" --port 5000 --https --no-ghost-mode --d --display-reasons --display-modules
> test@0.0.1 watch /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test
> webpack --watch --progress --profile --display-error-details --display-cached
 10% 0/3 build modules[BS] Access URLs:
 ---------------------------------------
       Local: https://localhost:5000
    External: https://192.168.1.108:5000
 ---------------------------------------
          UI: http://localhost:3001
 UI External: http://192.168.1.108:3001
 ---------------------------------------
[BS] Serving files from: dist/app/dev
[BS] Watching files...
14125ms build modules
12ms seal
88ms optimize
22ms hashing
59ms create chunk assets
3ms additional chunk assets
3789ms optimize chunk assets
5681ms optimize assets
246ms emit
Hash: 4e10bd483e4bd14153d5
Version: webpack 1.13.3
Time: 24263ms
       Asset       Size  Chunks             Chunk Names
polyfills.js     836 kB       0  [emitted]  polyfills
   vendor.js     2.7 MB       1  [emitted]  vendor
   bundle.js    2.64 MB       2  [emitted]  bundle
  index.html  558 bytes          [emitted]
    + 336 hidden modules
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:28:44
Property 'Error' does not exist on type 'typeof error'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:29:39
Module 'webdriver.error' has no exported member 'IErrorCode'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:37:37
Module 'webdriver.logging' has no exported member 'ILevelValues'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:39:66
Module 'webdriver.logging' has no exported member 'ILevel'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:40:66
Module 'webdriver.logging' has no exported member 'ILevel'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:287:38
Property 'stacktrace' does not exist on type 'typeof webdriver'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:288:41
Property 'stacktrace' does not exist on type 'typeof webdriver'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:303:34
Module 'webdriver' has no exported member 'stacktrace'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:340:54
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:414:51
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:462:52
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:664:28
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:673:31
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:704:38
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:725:34
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:801:47
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:808:29
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1111:31
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1139:29
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1362:50
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1363:41
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1364:40
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1440:54
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1461:59
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1477:40
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1491:50
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1505:57
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1574:78
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1594:54
Module 'webdriver' has no exported member 'Locator'.
ERROR in [default] /Users/tho/htdocs/EthTweetUi-mcfly-ng2-test/node_modules/@types/protractor/index.d.ts:1614:35
Module 'webdriver' has no exported member 'Locator'.
Child html-webpack-plugin for "index.html":
        + 3 hidden modules
^C