Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings & Errors during fresh installation #89

Closed
t3db0t opened this issue Jun 16, 2016 · 7 comments
Closed

Warnings & Errors during fresh installation #89

t3db0t opened this issue Jun 16, 2016 · 7 comments

Comments

@t3db0t
Copy link

t3db0t commented Jun 16, 2016

Node: v6.2.1
Npm: v3.9.3

A number of warnings, deprecations, and unmet peer dependency. Still haven't been able to get the app to run at all, as per #82 .

$ yo mozaik
(node:30134) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
? What's the name of your awesome Mozaïk dashboard? Lightcloud
? Application host localhost
? Application port 5000
? Choose a theme for your dashboard night-blue
? Choose an interval for dashboard rotation 4000
? Select an extension to install or select `none` to continue AWS
? Select an extension to install or select `none` to continue github
? Select an extension to install or select `none` to continue google analytics
? Select an extension to install or select `none` to continue google calendar
? Select an extension to install or select `none` to continue jenkins
? Select an extension to install or select `none` to continue time
? Select an extension to install or select `none` to continue none
   create package.json
   create .gitignore
   create gulpfile.js
   create .env
   create config.js
   create app.js
   create src/App.jsx
Endymion:Mozaik tedhayes$ npm install
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN deprecated graceful-fs@1.2.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
npm WARN deprecated lodash@2.2.1: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
npm WARN prefer global jsonlint@1.6.0 should be installed with -g

> fsevents@1.0.12 install /Users/tedhayes/Projects/Mozaik/node_modules/fsevents
> node-pre-gyp install --fallback-to-build

  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  SOLINK_MODULE(target) Release/fse.node
  COPY /Users/tedhayes/Projects/Mozaik/node_modules/fsevents/lib/binding/Release/node-v48-darwin-x64/fse.node
  TOUCH Release/obj.target/action_after_build.stamp
mozaik-Lightcloud-dashboard@0.0.1 /Users/tedhayes/Projects/Mozaik
├─┬ babel@5.8.38 
│ ├─┬ babel-core@5.8.38 
│ │ ├── babel-plugin-constant-folding@1.0.1 
│ │ ├── babel-plugin-dead-code-elimination@1.0.2 
│ │ ├── babel-plugin-eval@1.0.1 
│ │ ├── babel-plugin-inline-environment-variables@1.0.1 
│ │ ├── babel-plugin-jscript@1.0.4 
│ │ ├── babel-plugin-member-expression-literals@1.0.1 
│ │ ├── babel-plugin-property-literals@1.0.1 
│ │ ├── babel-plugin-proto-to-assign@1.0.4 
│ │ ├── babel-plugin-react-constant-elements@1.0.3 
│ │ ├── babel-plugin-react-display-name@1.0.3 
│ │ ├── babel-plugin-remove-console@1.0.1 
│ │ ├── babel-plugin-remove-debugger@1.0.1 
│ │ ├── babel-plugin-runtime@1.0.7 
│ │ ├─┬ babel-plugin-undeclared-variables-check@1.0.2 
│ │ │ └── leven@1.0.2 
│ │ ├── babel-plugin-undefined-to-void@1.1.6 
│ │ ├── babylon@5.8.38 
│ │ ├── core-js@1.2.6 
│ │ ├─┬ debug@2.2.0 
│ │ │ └── ms@0.7.1 
│ │ ├─┬ detect-indent@3.0.1 
│ │ │ └── get-stdin@4.0.1 
│ │ ├── esutils@2.0.2 
│ │ ├── globals@6.4.1 
│ │ ├─┬ home-or-tmp@1.0.0 
│ │ │ └── os-tmpdir@1.0.1 
│ │ ├─┬ is-integer@1.0.6 
│ │ │ └─┬ is-finite@1.0.1 
│ │ │   └── number-is-nan@1.0.0 
│ │ ├── js-tokens@1.0.1 
│ │ ├── json5@0.4.0 
│ │ ├─┬ minimatch@2.0.10 
│ │ │ └─┬ brace-expansion@1.1.5 
│ │ │   ├── balanced-match@0.4.1 
│ │ │   └── concat-map@0.0.1 
│ │ ├── private@0.1.6 
│ │ ├─┬ regenerator@0.8.40 
│ │ │ ├─┬ commoner@0.10.4 
│ │ │ │ ├── iconv-lite@0.4.13 
│ │ │ │ └── q@1.4.1 
│ │ │ ├─┬ defs@1.1.1 
│ │ │ │ ├─┬ alter@0.2.0 
│ │ │ │ │ └── stable@0.1.5 
│ │ │ │ ├── ast-traverse@0.1.1 
│ │ │ │ ├── breakable@1.0.0 
│ │ │ │ ├── simple-fmt@0.1.0 
│ │ │ │ ├── simple-is@0.2.0 
│ │ │ │ ├── stringmap@0.2.2 
│ │ │ │ ├── stringset@0.2.1 
│ │ │ │ ├── tryor@0.1.2 
│ │ │ │ └─┬ yargs@3.27.0 
│ │ │ │   ├─┬ os-locale@1.4.0 
│ │ │ │   │ └─┬ lcid@1.0.0 
│ │ │ │   │   └── invert-kv@1.0.0 
│ │ │ │   ├── window-size@0.1.4 
│ │ │ │   └── y18n@3.2.1 
│ │ │ ├── esprima-fb@15001.1001.0-dev-harmony-fb 
│ │ │ └─┬ recast@0.10.33 
│ │ │   └── ast-types@0.8.12 
│ │ ├─┬ regexpu@1.3.0 
│ │ │ ├── esprima@2.7.2 
│ │ │ ├── regenerate@1.3.1 
│ │ │ ├── regjsgen@0.2.0 
│ │ │ └─┬ regjsparser@0.1.5 
│ │ │   └── jsesc@0.5.0 
│ │ ├── repeating@1.1.3 
│ │ ├── resolve@1.1.7 
│ │ ├── shebang-regex@1.0.0 
│ │ ├─┬ source-map-support@0.2.10 
│ │ │ └─┬ source-map@0.1.32 
│ │ │   └── amdefine@1.0.0 
│ │ ├── to-fast-properties@1.0.2 
│ │ ├── trim-right@1.0.1 
│ │ └── try-resolve@1.0.1 
│ ├─┬ chokidar@1.5.2 
│ │ ├─┬ anymatch@1.3.0 
│ │ │ ├── arrify@1.0.1 
│ │ │ └─┬ micromatch@2.3.8 
│ │ │   ├─┬ 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 
│ │ │   │ │   ├── randomatic@1.1.5 
│ │ │   │ │   └── repeat-string@1.5.4 
│ │ │   │ ├── 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 
│ │ │   ├── kind-of@3.0.3 
│ │ │   ├── normalize-path@2.0.1 
│ │ │   ├─┬ object.omit@2.0.0 
│ │ │   │ ├─┬ for-own@0.1.4 
│ │ │   │ │ └── for-in@0.1.5 
│ │ │   │ └── 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 
│ │ ├── async-each@1.0.0 
│ │ ├─┬ fsevents@1.0.12 
│ │ │ ├── nan@2.3.5 
│ │ │ └─┬ node-pre-gyp@0.6.25 
│ │ │   ├─┬ mkdirp@0.5.1 
│ │ │   │ └── minimist@0.0.8 
│ │ │   ├─┬ nopt@3.0.6 
│ │ │   │ └── abbrev@1.0.7 
│ │ │   ├─┬ npmlog@2.0.3 
│ │ │   │ ├── ansi@0.3.1 
│ │ │   │ ├─┬ are-we-there-yet@1.1.2 
│ │ │   │ │ └── delegates@1.0.0 
│ │ │   │ └─┬ gauge@1.2.7 
│ │ │   │   ├── has-unicode@2.0.0 
│ │ │   │   ├─┬ lodash.pad@4.1.0 
│ │ │   │   │ ├── lodash.repeat@4.0.0 
│ │ │   │   │ └── lodash.tostring@4.1.2 
│ │ │   │   ├── lodash.padend@4.2.0 
│ │ │   │   └── lodash.padstart@4.2.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.69.0 
│ │ │   │ ├── aws-sign2@0.6.0 
│ │ │   │ ├─┬ aws4@1.3.2 
│ │ │   │ │ └─┬ lru-cache@4.0.1 
│ │ │   │ │   ├── pseudomap@1.0.2 
│ │ │   │ │   └── yallist@2.0.0 
│ │ │   │ ├── bl@1.0.3 
│ │ │   │ ├── 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 
│ │ │   │ │ │ │ └── ansi-regex@2.0.0 
│ │ │   │ │ │ ├── strip-ansi@3.0.1 
│ │ │   │ │ │ └── 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.0 
│ │ │   │ │   └── 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.2.2 
│ │ │   │ │ │ ├── extsprintf@1.0.2 
│ │ │   │ │ │ ├── json-schema@0.2.2 
│ │ │   │ │ │ └── verror@1.3.6 
│ │ │   │ │ └─┬ sshpk@1.7.4 
│ │ │   │ │   ├── asn1@0.2.3 
│ │ │   │ │   ├─┬ dashdash@1.13.0 
│ │ │   │ │   │ └── assert-plus@1.0.0 
│ │ │   │ │   ├── ecc-jsbn@0.1.1 
│ │ │   │ │   ├── 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 
│ │ │   │ ├─┬ mime-types@2.1.10 
│ │ │   │ │ └── mime-db@1.22.0 
│ │ │   │ ├── node-uuid@1.4.7 
│ │ │   │ ├── oauth-sign@0.8.1 
│ │ │   │ ├── qs@6.0.2 
│ │ │   │ ├── stringstream@0.0.5 
│ │ │   │ ├── tough-cookie@2.2.2 
│ │ │   │ └── tunnel-agent@0.4.2 
│ │ │   ├─┬ rimraf@2.5.2 
│ │ │   │ └─┬ glob@7.0.3 
│ │ │   │   ├─┬ 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 
│ │ │   │   │ └── wrappy@1.0.1 
│ │ │   │   └── path-is-absolute@1.0.0 
│ │ │   ├── semver@5.1.0 
│ │ │   ├─┬ tar@2.2.1 
│ │ │   │ ├── block-stream@0.0.8 
│ │ │   │ ├─┬ fstream@1.0.8 
│ │ │   │ │ └── graceful-fs@4.1.3 
│ │ │   │ └── inherits@2.0.1 
│ │ │   └─┬ tar-pack@3.1.3 
│ │ │     ├─┬ debug@2.2.0 
│ │ │     │ └── ms@0.7.1 
│ │ │     ├─┬ fstream-ignore@1.0.3 
│ │ │     │ └─┬ minimatch@3.0.0 
│ │ │     │   └─┬ brace-expansion@1.1.3 
│ │ │     │     ├── balanced-match@0.3.0 
│ │ │     │     └── concat-map@0.0.1 
│ │ │     ├─┬ once@1.3.3 
│ │ │     │ └── wrappy@1.0.1 
│ │ │     ├─┬ readable-stream@2.0.6 
│ │ │     │ ├── core-util-is@1.0.2 
│ │ │     │ ├── isarray@1.0.0 
│ │ │     │ ├── process-nextick-args@1.0.6 
│ │ │     │ ├── string_decoder@0.10.31 
│ │ │     │ └── util-deprecate@1.0.2 
│ │ │     └── uid-number@0.0.6 
│ │ ├── glob-parent@2.0.0 
│ │ ├── inherits@2.0.1 
│ │ ├─┬ is-binary-path@1.0.1 
│ │ │ └── binary-extensions@1.4.1 
│ │ ├─┬ is-glob@2.0.1 
│ │ │ └── is-extglob@1.0.0 
│ │ └─┬ readdirp@2.0.0 
│ │   └── graceful-fs@4.1.4 
│ ├─┬ commander@2.9.0 
│ │ └── graceful-readlink@1.0.1 
│ ├── convert-source-map@1.2.0 
│ ├── fs-readdir-recursive@0.1.2 
│ ├─┬ glob@5.0.15 
│ │ ├─┬ inflight@1.0.5 
│ │ │ └── wrappy@1.0.2 
│ │ └── once@1.3.3 
│ ├─┬ output-file-sync@1.1.1 
│ │ ├─┬ mkdirp@0.5.1 
│ │ │ └── minimist@0.0.8 
│ │ └── xtend@4.0.1 
│ ├── path-exists@1.0.0 
│ ├── path-is-absolute@1.0.0 
│ ├── slash@1.0.0 
│ └── source-map@0.5.6 
├── dotenv@0.5.1 
├─┬ gulp@3.9.1 
│ ├── archy@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 
│ │ └── supports-color@2.0.0 
│ ├── deprecated@0.0.1 
│ ├─┬ gulp-util@3.0.7 
│ │ ├── array-differ@1.0.0 
│ │ ├── array-uniq@1.0.3 
│ │ ├── beeper@1.1.0 
│ │ ├─┬ dateformat@1.0.12 
│ │ │ └─┬ meow@3.7.0 
│ │ │   ├─┬ camelcase-keys@2.1.0 
│ │ │   │ └── camelcase@2.1.1 
│ │ │   ├── decamelize@1.2.0 
│ │ │   ├─┬ loud-rejection@1.4.1 
│ │ │   │ ├─┬ currently-unhandled@0.4.1 
│ │ │   │ │ └── array-find-index@1.0.1 
│ │ │   │ └── signal-exit@2.1.2 
│ │ │   ├── 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.1 
│ │ │   │   └─┬ spdx-expression-parse@1.0.2 
│ │ │   │     └── spdx-exceptions@1.0.4 
│ │ │   ├── object-assign@4.1.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 
│ │ │   │   │ ├─┬ parse-json@2.2.0 
│ │ │   │   │ │ └─┬ error-ex@1.3.0 
│ │ │   │   │ │   └── is-arrayish@0.2.1 
│ │ │   │   │ └── strip-bom@2.0.0 
│ │ │   │   └── path-type@1.1.0 
│ │ │   ├─┬ redent@1.0.0 
│ │ │   │ ├─┬ indent-string@2.1.0 
│ │ │   │ │ └── repeating@2.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 
│ │ ├─┬ 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.0.8 
│ │ │ │ └── lodash.isarray@3.0.4 
│ │ │ ├── lodash.restparam@3.6.1 
│ │ │ └── lodash.templatesettings@3.1.1 
│ │ ├─┬ multipipe@0.1.2 
│ │ │ └─┬ duplexer2@0.0.2 
│ │ │   └─┬ readable-stream@1.1.14 
│ │ │     └── isarray@0.0.1 
│ │ ├── object-assign@3.0.0 
│ │ ├── replace-ext@0.0.1 
│ │ ├─┬ through2@2.0.1 
│ │ │ └── readable-stream@2.0.6 
│ │ └─┬ vinyl@0.5.3 
│ │   ├── clone@1.0.2 
│ │   └── clone-stats@0.0.1 
│ ├── interpret@1.0.1 
│ ├─┬ liftoff@2.2.1 
│ │ ├── extend@2.0.1 
│ │ ├── findup-sync@0.3.0 
│ │ ├── flagged-respawn@0.3.2 
│ │ └── rechoir@0.6.2 
│ ├── minimist@1.2.0 
│ ├─┬ orchestrator@0.3.7 
│ │ ├── end-of-stream@0.1.5 
│ │ ├── sequencify@0.0.7 
│ │ └── stream-consume@0.1.0 
│ ├── pretty-hrtime@1.0.2 
│ ├── semver@4.3.6 
│ ├─┬ tildify@1.2.0 
│ │ └── os-homedir@1.0.1 
│ ├─┬ v8flags@2.0.11 
│ │ └── user-home@1.1.1 
│ └─┬ vinyl-fs@0.3.14 
│   ├── defaults@1.0.3 
│   ├─┬ glob-stream@3.1.18 
│   │ ├── glob@4.5.3 
│   │ ├─┬ glob2base@0.0.12 
│   │ │ └── find-index@0.1.1 
│   │ ├── ordered-read-streams@0.1.0 
│   │ ├─┬ through2@0.6.5 
│   │ │ └─┬ readable-stream@1.0.34 
│   │ │   └── isarray@0.0.1 
│   │ └── 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.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 
│   │   └── isarray@0.0.1 
│   └─┬ vinyl@0.4.6 
│     └── clone@0.2.0 
├── lodash@3.10.1 
├─┬ mozaik@1.4.4 
│ ├── UNMET PEER DEPENDENCY bluebird@3.3.5
│ ├─┬ browserify@13.0.0 
│ │ ├── assert@1.3.0 
│ │ ├─┬ browser-pack@6.0.1 
│ │ │ ├─┬ combine-source-map@0.7.2 
│ │ │ │ ├── convert-source-map@1.1.3 
│ │ │ │ ├── inline-source-map@0.6.2 
│ │ │ │ └── lodash.memoize@3.0.4 
│ │ │ └── umd@3.0.1 
│ │ ├── browser-resolve@1.11.2 
│ │ ├─┬ browserify-zlib@0.1.4 
│ │ │ └── pako@0.2.8 
│ │ ├─┬ buffer@4.6.0 
│ │ │ ├── base64-js@1.1.2 
│ │ │ ├── ieee754@1.1.6 
│ │ │ └── isarray@1.0.0 
│ │ ├─┬ concat-stream@1.5.1 
│ │ │ ├── readable-stream@2.0.6 
│ │ │ └── typedarray@0.0.6 
│ │ ├─┬ console-browserify@1.1.0 
│ │ │ └── date-now@0.1.4 
│ │ ├── constants-browserify@1.0.0 
│ │ ├─┬ crypto-browserify@3.11.0 
│ │ │ ├─┬ browserify-cipher@1.0.0 
│ │ │ │ ├─┬ browserify-aes@1.0.6 
│ │ │ │ │ └── buffer-xor@1.0.3 
│ │ │ │ ├─┬ browserify-des@1.0.0 
│ │ │ │ │ └─┬ des.js@1.0.0 
│ │ │ │ │   └── minimalistic-assert@1.0.0 
│ │ │ │ └── evp_bytestokey@1.0.0 
│ │ │ ├─┬ browserify-sign@4.0.0 
│ │ │ │ ├── bn.js@4.11.4 
│ │ │ │ ├── browserify-rsa@4.0.1 
│ │ │ │ ├─┬ elliptic@6.3.1 
│ │ │ │ │ ├── brorand@1.0.5 
│ │ │ │ │ └── hash.js@1.0.3 
│ │ │ │ └─┬ parse-asn1@5.0.0 
│ │ │ │   └── asn1.js@4.6.2 
│ │ │ ├── create-ecdh@4.0.0 
│ │ │ ├─┬ create-hash@1.1.2 
│ │ │ │ ├── cipher-base@1.0.2 
│ │ │ │ └── ripemd160@1.0.1 
│ │ │ ├── create-hmac@1.1.4 
│ │ │ ├─┬ diffie-hellman@5.0.2 
│ │ │ │ └── miller-rabin@4.0.0 
│ │ │ ├── pbkdf2@3.0.4 
│ │ │ ├── public-encrypt@4.0.0 
│ │ │ └── randombytes@2.0.3 
│ │ ├── defined@1.0.0 
│ │ ├── deps-sort@2.0.0 
│ │ ├── domain-browser@1.1.7 
│ │ ├── duplexer2@0.1.4 
│ │ ├── events@1.1.0 
│ │ ├─┬ has@1.0.1 
│ │ │ └── function-bind@1.1.0 
│ │ ├── htmlescape@1.1.1 
│ │ ├── https-browserify@0.0.1 
│ │ ├─┬ insert-module-globals@7.0.1 
│ │ │ ├── is-buffer@1.1.3 
│ │ │ └─┬ lexical-scope@1.2.0 
│ │ │   └── astw@2.0.0 
│ │ ├── isarray@0.0.1 
│ │ ├─┬ JSONStream@1.1.2 
│ │ │ └── jsonparse@1.2.0 
│ │ ├─┬ labeled-stream-splicer@2.0.0 
│ │ │ ├── isarray@0.0.1 
│ │ │ └── stream-splicer@2.0.0 
│ │ ├─┬ module-deps@4.0.7 
│ │ │ ├─┬ detective@4.3.1 
│ │ │ │ └── acorn@1.2.2 
│ │ │ ├── duplexer2@0.1.4 
│ │ │ └─┬ stream-combiner2@1.1.1 
│ │ │   └── duplexer2@0.1.4 
│ │ ├── os-browserify@0.1.2 
│ │ ├─┬ parents@1.0.1 
│ │ │ └── path-platform@0.11.15 
│ │ ├── path-browserify@0.0.0 
│ │ ├── process@0.11.5 
│ │ ├── punycode@1.4.1 
│ │ ├── querystring-es3@0.2.1 
│ │ ├── read-only-stream@2.0.0 
│ │ ├─┬ readable-stream@2.1.4 
│ │ │ ├── buffer-shims@1.0.0 
│ │ │ ├── core-util-is@1.0.2 
│ │ │ ├── process-nextick-args@1.0.7 
│ │ │ └── util-deprecate@1.0.2 
│ │ ├─┬ shasum@1.0.2 
│ │ │ ├── json-stable-stringify@0.0.1 
│ │ │ └── sha.js@2.4.5 
│ │ ├─┬ shell-quote@1.6.0 
│ │ │ ├── array-filter@0.0.1 
│ │ │ ├── array-map@0.0.0 
│ │ │ ├── array-reduce@0.0.0 
│ │ │ └── jsonify@0.0.0 
│ │ ├── stream-browserify@2.0.1 
│ │ ├─┬ stream-http@2.3.0 
│ │ │ ├── builtin-status-codes@2.0.0 
│ │ │ └── to-arraybuffer@1.0.1 
│ │ ├── string_decoder@0.10.31 
│ │ ├── subarg@1.0.0 
│ │ ├─┬ syntax-error@1.1.6 
│ │ │ └── acorn@2.7.0 
│ │ ├── timers-browserify@1.4.2 
│ │ ├── tty-browserify@0.0.0 
│ │ ├─┬ url@0.11.0 
│ │ │ ├── punycode@1.3.2 
│ │ │ └── querystring@0.2.0 
│ │ ├── util@0.10.3 
│ │ └─┬ vm-browserify@0.0.4 
│ │   └── indexof@0.0.1 
│ ├─┬ browserify-resolutions@1.0.6 
│ │ └─┬ through2@0.6.5 
│ │   └─┬ readable-stream@1.0.34 
│ │     └── isarray@0.0.1 
│ ├── classnames@2.2.3 
│ ├── d3@3.5.16 
│ ├─┬ del@2.2.0 
│ │ ├─┬ globby@4.1.0 
│ │ │ ├── array-union@1.0.2 
│ │ │ ├── glob@6.0.4 
│ │ │ └── object-assign@4.1.0 
│ │ ├── is-path-cwd@1.0.0 
│ │ ├─┬ is-path-in-cwd@1.0.0 
│ │ │ └─┬ is-path-inside@1.0.0 
│ │ │   └── path-is-inside@1.0.1 
│ │ ├── object-assign@4.1.0 
│ │ ├── pify@2.3.0 
│ │ ├─┬ pinkie-promise@2.0.1 
│ │ │ └── pinkie@2.0.4 
│ │ └─┬ rimraf@2.5.2 
│ │   └── glob@7.0.3 
│ ├── dotenv@2.0.0 
│ ├─┬ express@4.13.4 
│ │ ├─┬ accepts@1.2.13 
│ │ │ └── negotiator@0.5.3 
│ │ ├── array-flatten@1.1.1 
│ │ ├── content-disposition@0.5.1 
│ │ ├── content-type@1.0.2 
│ │ ├── cookie@0.1.5 
│ │ ├── cookie-signature@1.0.6 
│ │ ├── depd@1.1.0 
│ │ ├── escape-html@1.0.3 
│ │ ├── etag@1.7.0 
│ │ ├─┬ finalhandler@0.4.1 
│ │ │ └── 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.0.10 
│ │ │ ├── forwarded@0.1.0 
│ │ │ └── ipaddr.js@1.0.5 
│ │ ├── qs@4.0.0 
│ │ ├── range-parser@1.0.3 
│ │ ├─┬ send@0.13.1 
│ │ │ ├── destroy@1.0.4 
│ │ │ ├── http-errors@1.3.1 
│ │ │ └── statuses@1.2.1 
│ │ ├─┬ serve-static@1.10.3 
│ │ │ └── send@0.13.2 
│ │ ├─┬ type-is@1.6.13 
│ │ │ └── media-typer@0.3.0 
│ │ ├── utils-merge@1.0.0 
│ │ └── vary@1.0.1 
│ ├── font-awesome@4.5.0 
│ ├── glob@7.0.3 
│ ├── gulp-flatten@0.2.0 
│ ├── gulp-rename@1.2.2 
│ ├─┬ gulp-strip-debug@1.1.0 
│ │ └─┬ strip-debug@1.1.1 
│ │   ├─┬ rocambole@0.5.1 
│ │   │ └── esprima@2.7.2 
│ │   ├─┬ rocambole-strip-alert@1.0.0 
│ │   │ └─┬ rocambole-node-update@1.0.1 
│ │   │   └── rocambole-token@1.2.1 
│ │   ├── rocambole-strip-console@1.0.0 
│ │   └─┬ rocambole-strip-debugger@1.0.0 
│ │     └── rocambole-node-remove@1.0.0 
│ ├─┬ gulp-stylus@2.3.1 
│ │ ├─┬ accord@0.22.3 
│ │ │ ├─┬ fobject@0.0.3 
│ │ │ │ └── graceful-fs@3.0.8 
│ │ │ ├── glob@7.0.3 
│ │ │ ├── indx@0.2.3 
│ │ │ ├── lodash@4.6.1 
│ │ │ ├── semver@5.1.0 
│ │ │ └── when@3.7.7 
│ │ ├─┬ lodash.assign@3.2.0 
│ │ │ ├── lodash._baseassign@3.2.0 
│ │ │ └─┬ lodash._createassigner@3.1.1 
│ │ │   └── lodash._bindcallback@3.0.1 
│ │ ├─┬ stylus@0.54.5 
│ │ │ ├── css-parse@1.7.0 
│ │ │ ├── glob@7.0.3 
│ │ │ ├── sax@0.5.8 
│ │ │ └── source-map@0.1.43 
│ │ └── vinyl-sourcemaps-apply@0.2.1 
│ ├─┬ gulp-uglify@1.5.3 
│ │ ├── deap@1.0.0 
│ │ ├── isobject@2.1.0 
│ │ ├─┬ uglify-js@2.6.2 
│ │ │ ├── async@0.2.10 
│ │ │ ├── uglify-to-browserify@1.0.2 
│ │ │ └─┬ yargs@3.10.0 
│ │ │   ├── camelcase@1.2.1 
│ │ │   ├─┬ 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 
│ │ │   └── window-size@0.1.0 
│ │ └── uglify-save-license@0.4.1 
│ ├── lodash@4.10.0 
│ ├── memory-cache@0.1.5 
│ ├─┬ react-mixin@3.0.4 
│ │ ├── object-assign@4.1.0 
│ │ └── smart-mixin@1.2.1 
│ ├─┬ reflux@0.4.1 
│ │ ├── eventemitter3@1.2.0 
│ │ └── reflux-core@0.3.0 
│ ├─┬ request@2.71.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 
│ │ │ └─┬ 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 
│ │ ├─┬ 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.2.2 
│ │ │ │ ├── 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.1.0 
│ │ ├── stringstream@0.0.5 
│ │ ├── tough-cookie@2.2.2 
│ │ └── tunnel-agent@0.4.3 
│ ├─┬ superagent@1.8.3 
│ │ ├── component-emitter@1.2.1 
│ │ ├── cookiejar@2.0.6 
│ │ ├── extend@3.0.0 
│ │ ├─┬ form-data@1.0.0-rc3 
│ │ │ └── async@1.5.2 
│ │ ├── formidable@1.0.17 
│ │ ├── mime@1.3.4 
│ │ ├── qs@2.3.3 
│ │ ├─┬ readable-stream@1.0.27-1 
│ │ │ └── isarray@0.0.1 
│ │ └── reduce-component@1.0.1 
│ ├── superagent-bluebird-promise@3.0.0 
│ ├─┬ swig@1.4.2 
│ │ ├─┬ optimist@0.6.1 
│ │ │ ├── minimist@0.0.10 
│ │ │ └── wordwrap@0.0.2 
│ │ └─┬ uglify-js@2.4.24 
│ │   ├── source-map@0.1.34 
│ │   └─┬ yargs@3.5.4 
│ │     └── window-size@0.1.0 
│ ├─┬ vinyl-buffer@1.0.0 
│ │ ├─┬ bl@0.9.5 
│ │ │ └─┬ readable-stream@1.0.34 
│ │ │   └── isarray@0.0.1 
│ │ └── through2@0.6.5 
│ ├─┬ vinyl-source-stream@1.1.0 
│ │ ├─┬ through2@0.6.5 
│ │ │ └─┬ readable-stream@1.0.34 
│ │ │   └── isarray@0.0.1 
│ │ └─┬ vinyl@0.4.6 
│ │   └── clone@0.2.0 
│ ├─┬ watchify@3.7.0 
│ │ └── outpipe@1.1.1 
│ ├─┬ winston@2.2.0 
│ │ ├── async@1.0.0 
│ │ ├── colors@1.0.3 
│ │ ├── cycle@1.0.3 
│ │ ├── eyes@0.1.8 
│ │ ├── pkginfo@0.3.1 
│ │ └── stack-trace@0.0.9 
│ └─┬ ws@1.1.0 
│   ├── options@0.0.6 
│   └── ultron@1.0.2 
├─┬ mozaik-ext-analytics@0.1.3 
│ ├── bluebird@2.10.2 
│ ├── c3@0.4.11 
│ ├─┬ convict@0.6.1 
│ │ ├─┬ cjson@0.3.0 
│ │ │ └─┬ jsonlint@1.6.0 
│ │ │   ├── JSV@4.0.2 
│ │ │   └─┬ nomnom@1.8.1 
│ │ │     ├─┬ chalk@0.4.0 
│ │ │     │ ├── ansi-styles@1.0.0 
│ │ │     │ └── strip-ansi@0.1.1 
│ │ │     └── underscore@1.6.0 
│ │ ├── depd@1.0.0 
│ │ ├── moment@2.8.4 
│ │ └── validator@3.26.0 
│ ├─┬ googleapis@1.1.5 
│ │ ├── async@0.9.2 
│ │ ├─┬ gapitoken@0.1.5 
│ │ │ └─┬ jws@3.0.0 
│ │ │   ├─┬ base64url@1.0.6 
│ │ │   │ ├─┬ concat-stream@1.4.10 
│ │ │   │ │ └─┬ readable-stream@1.1.14 
│ │ │   │ │   └── isarray@0.0.1 
│ │ │   │ └─┬ meow@2.0.0 
│ │ │   │   ├── camelcase-keys@1.0.0 
│ │ │   │   ├── indent-string@1.2.2 
│ │ │   │   └── object-assign@1.0.0 
│ │ │   └─┬ jwa@1.0.2 
│ │ │     ├── base64url@0.0.6 
│ │ │     ├── buffer-equal-constant-time@1.0.1 
│ │ │     └─┬ ecdsa-sig-formatter@1.0.5 
│ │ │       └── base64-url@1.2.2 
│ │ ├─┬ request@2.51.0 
│ │ │ ├── aws-sign2@0.5.0 
│ │ │ ├─┬ bl@0.9.5 
│ │ │ │ └─┬ readable-stream@1.0.34 
│ │ │ │   └── isarray@0.0.1 
│ │ │ ├── caseless@0.8.0 
│ │ │ ├─┬ combined-stream@0.0.7 
│ │ │ │ └── delayed-stream@0.0.5 
│ │ │ ├── forever-agent@0.5.2 
│ │ │ ├─┬ form-data@0.2.0 
│ │ │ │ └─┬ 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 
│ │ │ ├── mime-types@1.0.2 
│ │ │ ├── oauth-sign@0.5.0 
│ │ │ └── qs@2.3.3 
│ │ └── string-template@0.2.1 
│ ├── moment@2.13.0 
│ ├─┬ pretty-print@1.1.0 
│ │ ├── as-array@2.0.0 
│ │ ├─┬ chalk@0.3.0 
│ │ │ ├── ansi-styles@0.2.0 
│ │ │ └── has-color@0.1.7 
│ │ ├─┬ feedback@0.3.2 
│ │ │ └─┬ chalk@0.3.0 
│ │ │   └── ansi-styles@0.2.0 
│ │ └── lodash@2.2.1 
│ ├── react-classset@0.0.2 
│ ├── string-format@0.5.0 
│ ├─┬ superagent@0.21.0 
│ │ ├── component-emitter@1.1.2 
│ │ ├── cookiejar@2.0.1 
│ │ ├── extend@1.2.1 
│ │ ├─┬ form-data@0.1.3 
│ │ │ ├── async@0.9.2 
│ │ │ └─┬ combined-stream@0.0.7 
│ │ │   └── delayed-stream@0.0.5 
│ │ ├── formidable@1.0.14 
│ │ ├── methods@1.0.1 
│ │ ├── mime@1.2.11 
│ │ ├── qs@1.2.0 
│ │ └─┬ readable-stream@1.0.27-1 
│ │   └── isarray@0.0.1 
│ ├── superagent-bluebird-promise@0.6.0 
│ └── validator@3.43.0 
├─┬ mozaik-ext-aws@0.0.12-beta 
│ └─┬ aws-sdk@2.4.0 
│   ├── jmespath@0.15.0 
│   ├── sax@1.1.5 
│   ├─┬ xml2js@0.4.15 
│   │ └── sax@1.2.1 
│   └─┬ xmlbuilder@2.6.2 
│     └── lodash@3.5.0 
├─┬ mozaik-ext-calendar@0.1.3 
│ ├── crypto-js@3.1.6 
│ ├── native-promise-only@0.7.6-a 
│ ├─┬ react-gravatar@1.3.0 
│ │ ├── is-retina@1.0.3 
│ │ └── md5@1.0.1 
│ ├─┬ superagent@0.21.0 
│ │ ├── component-emitter@1.1.2 
│ │ ├── cookiejar@2.0.1 
│ │ ├── extend@1.2.1 
│ │ ├─┬ form-data@0.1.3 
│ │ │ ├── async@0.9.2 
│ │ │ └─┬ combined-stream@0.0.7 
│ │ │   └── delayed-stream@0.0.5 
│ │ ├── formidable@1.0.14 
│ │ ├── methods@1.0.1 
│ │ ├── mime@1.2.11 
│ │ ├── qs@1.2.0 
│ │ └─┬ readable-stream@1.0.27-1 
│ │   └── isarray@0.0.1 
│ └── superagent-bluebird-promise@0.6.0 
├─┬ mozaik-ext-github@1.2.2 
│ ├─┬ babel-core@6.7.6 
│ │ ├─┬ babel-code-frame@6.8.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ └── js-tokens@1.0.3 
│ │ ├─┬ babel-generator@6.10.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ └── lodash@4.13.1 
│ │ ├─┬ babel-helpers@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-messages@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-register@6.9.0 
│ │ │ ├─┬ babel-core@6.9.1 
│ │ │ │ └── babylon@6.8.1 
│ │ │ ├── babel-runtime@6.9.2 
│ │ │ ├── core-js@2.4.0 
│ │ │ └── lodash@4.13.1 
│ │ ├── babel-runtime@5.8.38 
│ │ ├─┬ babel-template@6.9.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ ├── babylon@6.8.1 
│ │ │ └── lodash@4.13.1 
│ │ ├─┬ babel-traverse@6.9.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ ├── babylon@6.8.1 
│ │ │ ├── globals@8.18.0 
│ │ │ ├─┬ invariant@2.2.1 
│ │ │ │ └── loose-envify@1.2.0 
│ │ │ └── lodash@4.13.1 
│ │ ├─┬ babel-types@6.10.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ └── lodash@4.13.1 
│ │ ├─┬ babylon@6.8.1 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ └── lodash@3.10.1 
│ ├─┬ babel-preset-es2015@6.6.0 
│ │ ├─┬ babel-plugin-check-es2015-constants@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   ├── core-js@2.4.0 
│ │ │   └── regenerator-runtime@0.9.5 
│ │ ├─┬ babel-plugin-transform-es2015-arrow-functions@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-block-scoped-functions@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-block-scoping@6.10.1 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ └── lodash@4.13.1 
│ │ ├─┬ babel-plugin-transform-es2015-classes@6.9.0 
│ │ │ ├─┬ babel-helper-define-map@6.9.0 
│ │ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ │ └── core-js@2.4.0 
│ │ │ │ └── lodash@4.13.1 
│ │ │ ├─┬ babel-helper-function-name@6.8.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ ├─┬ babel-helper-optimise-call-expression@6.8.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ ├─┬ babel-helper-replace-supers@6.8.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-computed-properties@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-destructuring@6.9.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-duplicate-keys@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-for-of@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-function-name@6.9.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-literals@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-modules-commonjs@6.8.0 
│ │ │ ├─┬ babel-plugin-transform-strict-mode@6.8.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-object-super@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-parameters@6.9.0 
│ │ │ ├─┬ babel-helper-call-delegate@6.8.0 
│ │ │ │ ├─┬ babel-helper-hoist-variables@6.8.0 
│ │ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │ │   └── core-js@2.4.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ ├─┬ babel-helper-get-function-arity@6.8.0 
│ │ │ │ └─┬ babel-runtime@6.9.2 
│ │ │ │   └── core-js@2.4.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-shorthand-properties@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-spread@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-sticky-regex@6.8.0 
│ │ │ ├─┬ babel-helper-regex@6.9.0 
│ │ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ │ └── core-js@2.4.0 
│ │ │ │ └── lodash@4.13.1 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-template-literals@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-typeof-symbol@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-es2015-unicode-regex@6.8.0 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ └── regexpu-core@1.0.0 
│ │ └─┬ babel-plugin-transform-regenerator@6.9.0 
│ │   ├─┬ babel-core@6.9.1 
│ │   │ └── lodash@4.13.1 
│ │   ├─┬ babel-plugin-syntax-async-functions@6.8.0 
│ │   │ └─┬ babel-runtime@6.9.2 
│ │   │   └── core-js@2.4.0 
│ │   ├─┬ babel-runtime@6.9.2 
│ │   │ └── core-js@2.4.0 
│ │   └── babylon@6.8.1 
│ ├─┬ babel-preset-react@6.5.0 
│ │ ├─┬ babel-plugin-syntax-flow@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-syntax-jsx@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-flow-strip-types@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-react-display-name@6.8.0 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ ├─┬ babel-plugin-transform-react-jsx@6.8.0 
│ │ │ ├─┬ babel-helper-builder-react-jsx@6.9.0 
│ │ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ │ └── core-js@2.4.0 
│ │ │ │ └── lodash@4.13.1 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ └─┬ babel-plugin-transform-react-jsx-source@6.9.0 
│ │   └─┬ babel-runtime@6.9.2 
│ │     └── core-js@2.4.0 
│ ├─┬ babelify@7.2.0 
│ │ ├─┬ babel-core@6.9.1 
│ │ │ ├─┬ babel-runtime@6.9.2 
│ │ │ │ └── core-js@2.4.0 
│ │ │ ├── babylon@6.8.1 
│ │ │ └── lodash@4.13.1 
│ │ └── object-assign@4.1.0 
│ ├── UNMET PEER DEPENDENCY bluebird@3.3.5
│ ├─┬ convict@1.2.0 
│ │ ├─┬ cjson@0.3.3 
│ │ │ └─┬ json-parse-helpfulerror@1.0.3 
│ │ │   └── jju@1.3.0 
│ │ ├── validator@4.6.1 
│ │ └─┬ varify@0.1.1 
│ │   └─┬ redeyed@0.4.4 
│ │     └── esprima@1.0.4 
│ ├── lodash@4.10.0 
│ ├── moment@2.12.0 
│ └── moment-duration-format@1.3.0 
├─┬ mozaik-ext-jenkins@1.2.0 
│ ├─┬ babel-core@6.7.2 
│ │ ├─┬ babylon@6.8.1 
│ │ │ └─┬ babel-runtime@6.9.2 
│ │ │   └── core-js@2.4.0 
│ │ └── lodash@3.10.1 
│ ├── UNMET PEER DEPENDENCY bluebird@3.3.4
│ ├─┬ convict@1.2.0 
│ │ ├── cjson@0.3.3 
│ │ └── validator@4.6.1 
│ ├── lodash@4.8.1 
│ ├── moment@2.12.0 
│ └── reflux@0.4.0 
├─┬ mozaik-ext-time@1.1.0 
│ ├─┬ babel-core@6.7.2 
│ │ └─┬ babylon@6.8.1 
│ │   └─┬ babel-runtime@6.9.2 
│ │     └── core-js@2.4.0 
│ ├── moment@2.12.0 
│ └── moment-timezone@0.5.3 
└─┬ react@0.13.3 
  └─┬ envify@3.4.0 
    ├─┬ jstransform@10.1.0 
    │ ├── base62@0.1.1 
    │ ├── esprima-fb@13001.1001.0-dev-harmony-fb 
    │ └── source-map@0.1.31 
    └── through@2.3.8 

npm WARN superagent-bluebird-promise@3.0.0 requires a peer of bluebird@3.x but none was installed.
@plouc
Copy link
Owner

plouc commented Jun 16, 2016

@t3db0t the yeoman generator is not up to date, you should use the mozaik-demo.

@plouc plouc closed this as completed Jun 16, 2016
@t3db0t
Copy link
Author

t3db0t commented Jun 16, 2016

Oh. I wish I'd known :'( Is the docker version working?

@plouc
Copy link
Owner

plouc commented Jun 16, 2016

not yet, what's the problem with the demo ?

@t3db0t
Copy link
Author

t3db0t commented Jun 16, 2016

None I don't think, I haven't tried yet, just curious. Incidentally, is cloning mozaik-demo permitted? I'm getting Permission denied (publickey).

@plouc
Copy link
Owner

plouc commented Jun 16, 2016

of course it is :)

@t3db0t
Copy link
Author

t3db0t commented Jun 16, 2016

Ah, I forgot I hadn't set up my keys for cloning via git://. Nm—thank you!

@GordianDziwis
Copy link

@plouc

@t3db0t the yeoman generator is not up to date, you should use the mozaik-demo.

You should update http://mozaik.rocks/usage/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants