Skip to content

Instantly share code, notes, and snippets.

@szromek
Created October 25, 2017 08:06
Show Gist options
  • Save szromek/c2b369a2c855d85eb14aac6fc94ffcba to your computer and use it in GitHub Desktop.
Save szromek/c2b369a2c855d85eb14aac6fc94ffcba to your computer and use it in GitHub Desktop.
Jenkins log error
Started by user Krzysztof Sz
Replayed #2
Connecting to https://api.github.com using szromek/****** (GitHub Access Token)
Obtained Jenkinsfile from 72c4220aecd9f288d019f6129daf6a3b38b3d864
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/szromek/material-ui-webpack-example.git # timeout=10
Fetching without tags
Fetching upstream changes from https://github.com/szromek/material-ui-webpack-example.git
> git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
> git fetch --no-tags --progress https://github.com/szromek/material-ui-webpack-example.git +refs/heads/master:refs/remotes/origin/master
Checking out Revision 72c4220aecd9f288d019f6129daf6a3b38b3d864 (master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 72c4220aecd9f288d019f6129daf6a3b38b3d864
Commit message: "First pipeline in Jenkins"
> git rev-list 72c4220aecd9f288d019f6129daf6a3b38b3d864 # timeout=10
Could not update commit status. Message: Server returned HTTP response code: 201, message: 'Created' for URL: https://api.github.com/repos/szromek/material-ui-webpack-example/statuses/72c4220aecd9f288d019f6129daf6a3b38b3d864
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Agent Setup)
[Pipeline] readFile
[Pipeline] sh
[l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ] Running shell script
+ docker build -t 84136586b841536a39b8c2f03e0aa810064153cd -f Dockerfile .
Sending build context to Docker daemon 271.9 kB
Step 1/4 : FROM node:latest
latest: Pulling from library/node
85b1f47fba49: Pulling fs layer
5409e9a7fa9e: Pulling fs layer
661393707836: Pulling fs layer
1bb98c08d57e: Pulling fs layer
f957ac1b6e47: Pulling fs layer
166b7c18b759: Pulling fs layer
02cb65a8d0f6: Pulling fs layer
9052b6207e12: Pulling fs layer
1bb98c08d57e: Waiting
f957ac1b6e47: Waiting
166b7c18b759: Waiting
02cb65a8d0f6: Waiting
9052b6207e12: Waiting
5409e9a7fa9e: Verifying Checksum
5409e9a7fa9e: Download complete
661393707836: Verifying Checksum
661393707836: Download complete
f957ac1b6e47: Verifying Checksum
f957ac1b6e47: Download complete
85b1f47fba49: Verifying Checksum
85b1f47fba49: Download complete
166b7c18b759: Verifying Checksum
166b7c18b759: Download complete
02cb65a8d0f6: Verifying Checksum
02cb65a8d0f6: Download complete
9052b6207e12: Verifying Checksum
9052b6207e12: Download complete
85b1f47fba49: Pull complete
1bb98c08d57e: Verifying Checksum
1bb98c08d57e: Download complete
5409e9a7fa9e: Pull complete
661393707836: Pull complete
1bb98c08d57e: Pull complete
f957ac1b6e47: Pull complete
166b7c18b759: Pull complete
02cb65a8d0f6: Pull complete
9052b6207e12: Pull complete
Digest: sha256:180c145d0c83844ad118221a665ad657639e8011d305c0e066d1799718d46375
Status: Downloaded newer image for node:latest
---> badd967af535
Step 2/4 : WORKDIR /app
---> 99e546d99629
Removing intermediate container c77081824351
Step 3/4 : COPY . /app
---> b7800ad1e606
Removing intermediate container 0a881d3e2d48
Step 4/4 : RUN npm install webpack -g && npm install
---> Running in 4a2591c9f8ea
npm info it worked if it ends with ok
npm info using npm@5.4.2
npm info using node@v8.7.0
npm http fetch GET 200 https://registry.npmjs.org/webpack 69ms
npm http fetch GET 200 https://registry.npmjs.org/acorn 122ms
npm http fetch GET 200 https://registry.npmjs.org/enhanced-resolve 114ms
npm http fetch GET 200 https://registry.npmjs.org/escope 114ms
npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords 116ms
npm http fetch GET 200 https://registry.npmjs.org/interpret 116ms
npm http fetch GET 200 https://registry.npmjs.org/json-loader 116ms
npm http fetch GET 200 https://registry.npmjs.org/json5 117ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import 125ms
npm http fetch GET 200 https://registry.npmjs.org/async 126ms
npm http fetch GET 200 https://registry.npmjs.org/ajv 136ms
npm http fetch GET 200 https://registry.npmjs.org/loader-runner 42ms
npm http fetch GET 200 https://registry.npmjs.org/memory-fs 36ms
npm http fetch GET 200 https://registry.npmjs.org/loader-utils 39ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color 38ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 40ms
npm http fetch GET 200 https://registry.npmjs.org/tapable 39ms
npm http fetch GET 200 https://registry.npmjs.org/source-map 45ms
npm http fetch GET 200 https://registry.npmjs.org/node-libs-browser 45ms
npm http fetch GET 200 https://registry.npmjs.org/uglifyjs-webpack-plugin 42ms
npm http fetch GET 200 https://registry.npmjs.org/watchpack 31ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-sources 14ms
npm http fetch GET 200 https://registry.npmjs.org/yargs 16ms
npm http fetch GET 200 https://registry.npmjs.org/co 13ms
npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse 13ms
npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal 15ms
npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify 15ms
npm http fetch GET 200 https://registry.npmjs.org/lodash 7ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 11ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 13ms
npm http fetch GET 200 https://registry.npmjs.org/errno 12ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 13ms
npm http fetch GET 200 https://registry.npmjs.org/prr 8ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 17ms
npm http fetch GET 200 https://registry.npmjs.org/inherits 19ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 19ms
npm http fetch GET 200 https://registry.npmjs.org/isarray 22ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 22ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 24ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 25ms
npm http fetch GET 200 https://registry.npmjs.org/es6-weak-map 11ms
npm http fetch GET 200 https://registry.npmjs.org/estraverse 13ms
npm http fetch GET 200 https://registry.npmjs.org/esrecurse 15ms
npm http fetch GET 200 https://registry.npmjs.org/es6-map 17ms
npm http fetch GET 200 https://registry.npmjs.org/d 25ms
npm http fetch GET 200 https://registry.npmjs.org/es6-symbol 25ms
npm http fetch GET 200 https://registry.npmjs.org/es6-set 26ms
npm http fetch GET 200 https://registry.npmjs.org/es6-iterator 28ms
npm http fetch GET 200 https://registry.npmjs.org/es5-ext 35ms
npm http fetch GET 200 https://registry.npmjs.org/event-emitter 35ms
npm http fetch GET 200 https://registry.npmjs.org/big.js 15ms
npm http fetch GET 200 https://registry.npmjs.org/emojis-list 17ms
npm http fetch GET 200 https://registry.npmjs.org/minimist 4ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify 60ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify 60ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify 60ms
npm http fetch GET 200 https://registry.npmjs.org/assert 65ms
npm http fetch GET 200 https://registry.npmjs.org/events 63ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib 66ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser 64ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify 64ms
npm http fetch GET 200 https://registry.npmjs.org/buffer 68ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify 70ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify 43ms
npm http fetch GET 200 https://registry.npmjs.org/punycode 36ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify 36ms
npm http fetch GET 200 https://registry.npmjs.org/process 43ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify 36ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3 49ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http 51ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify 47ms
npm http fetch GET 200 https://registry.npmjs.org/url 48ms
npm http fetch GET 200 https://registry.npmjs.org/util 51ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify 11ms
npm http fetch GET 200 https://registry.npmjs.org/pako 4ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754 5ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js 8ms
npm http fetch GET 200 https://registry.npmjs.org/date-now 11ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign 19ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes 18ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh 22ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac 22ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman 23ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash 26ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher 28ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt 26ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2 29ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey 17ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des 19ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes 20ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 5ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor 6ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js 5ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 6ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base 4ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js 3ms
npm http fetch GET 200 https://registry.npmjs.org/des.js 7ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert 4ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1 9ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa 12ms
npm http fetch GET 200 https://registry.npmjs.org/elliptic 20ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js 29ms
npm http fetch GET 200 https://registry.npmjs.org/brorand 17ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg 16ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js 25ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils 27ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js 4ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin 4ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer 6ms
npm http fetch GET 200 https://registry.npmjs.org/xtend 8ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes 12ms
npm http fetch GET 200 https://registry.npmjs.org/setimmediate 7ms
npm http fetch GET 200 https://registry.npmjs.org/querystring 4ms
npm http fetch GET 200 https://registry.npmjs.org/indexof 4ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag 9ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-js 10ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-to-browserify 5ms
npm http fetch GET 200 https://registry.npmjs.org/cliui 9ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase 10ms
npm http fetch GET 200 https://registry.npmjs.org/window-size 11ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize 13ms
npm http fetch GET 200 https://registry.npmjs.org/right-align 6ms
npm http fetch GET 200 https://registry.npmjs.org/wordwrap 9ms
npm http fetch GET 200 https://registry.npmjs.org/center-align 10ms
npm http fetch GET 200 https://registry.npmjs.org/lazy-cache 6ms
npm http fetch GET 200 https://registry.npmjs.org/align-text 7ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of 9ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string 9ms
npm http fetch GET 200 https://registry.npmjs.org/longest 11ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 3ms
npm http fetch GET 200 https://registry.npmjs.org/source-list-map 3ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar 4ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 16ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch 20ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp 18ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents 19ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path 23ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob 25ms
npm http fetch GET 200 https://registry.npmjs.org/async-each 26ms
npm http fetch GET 200 https://registry.npmjs.org/fsevents/-/fsevents-1.1.2.tgz 505ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path 18ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch 20ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit 25ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets 27ms
npm http fetch GET 200 https://registry.npmjs.org/extglob 29ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique 31ms
npm http fetch GET 200 https://registry.npmjs.org/filename-regex 30ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache 32ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob 34ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob 35ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff 37ms
npm http fetch GET 200 https://registry.npmjs.org/braces 38ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten 3ms
npm http fetch GET 200 https://registry.npmjs.org/preserve 7ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range 7ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element 9ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range 5ms
npm http fetch GET 200 https://registry.npmjs.org/is-number 7ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic 8ms
npm http fetch GET 200 https://registry.npmjs.org/isobject 12ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket 4ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator 5ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable 6ms
npm http fetch GET 200 https://registry.npmjs.org/for-own 10ms
npm http fetch GET 200 https://registry.npmjs.org/for-in 3ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base 11ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile 12ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow 3ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive 4ms
npm http fetch GET 200 https://registry.npmjs.org/nan 5ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions 4ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 4ms
npm http fetch GET 200 https://registry.npmjs.org/set-immediate-shim 13ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 3ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 6ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 5ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file 40ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking 38ms
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename 41ms
npm http fetch GET 200 https://registry.npmjs.org/os-locale 43ms
npm http fetch GET 200 https://registry.npmjs.org/string-width 43ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory 45ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up 46ms
npm http fetch GET 200 https://registry.npmjs.org/which-module 45ms
npm http fetch GET 200 https://registry.npmjs.org/y18n 23ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser 23ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 12ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi 14ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point 12ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at 14ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan 3ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 8ms
npm http fetch GET 200 https://registry.npmjs.org/execa 9ms
npm http fetch GET 200 https://registry.npmjs.org/lcid 9ms
npm http fetch GET 200 https://registry.npmjs.org/mem 10ms
npm http fetch GET 200 https://registry.npmjs.org/get-stream 13ms
npm http fetch GET 200 https://registry.npmjs.org/strip-eof 14ms
npm http fetch GET 200 https://registry.npmjs.org/p-finally 15ms
npm http fetch GET 200 https://registry.npmjs.org/signal-exit 16ms
npm http fetch GET 200 https://registry.npmjs.org/cross-spawn 21ms
npm http fetch GET 200 https://registry.npmjs.org/npm-run-path 22ms
npm http fetch GET 200 https://registry.npmjs.org/is-stream 91ms
npm http fetch GET 200 https://registry.npmjs.org/which 7ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-command 8ms
npm http fetch GET 200 https://registry.npmjs.org/lru-cache 10ms
npm http fetch GET 200 https://registry.npmjs.org/pseudomap 9ms
npm http fetch GET 200 https://registry.npmjs.org/yallist 9ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-regex 3ms
npm http fetch GET 200 https://registry.npmjs.org/isexe 3ms
npm http fetch GET 200 https://registry.npmjs.org/path-key 3ms
npm http fetch GET 200 https://registry.npmjs.org/invert-kv 4ms
npm http fetch GET 200 https://registry.npmjs.org/mimic-fn 5ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg 5ms
npm http fetch GET 200 https://registry.npmjs.org/find-up 7ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path 11ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate 6ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists 5ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit 4ms
npm http fetch GET 200 https://registry.npmjs.org/path-type 7ms
npm http fetch GET 200 https://registry.npmjs.org/load-json-file 10ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data 11ms
npm http fetch GET 200 https://registry.npmjs.org/pify 6ms
npm http fetch GET 200 https://registry.npmjs.org/strip-bom 7ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json 9ms
npm http fetch GET 200 https://registry.npmjs.org/error-ex 4ms
npm http fetch GET 200 https://registry.npmjs.org/is-arrayish 5ms
npm http fetch GET 200 https://registry.npmjs.org/is-builtin-module 12ms
npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 12ms
npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info 21ms
npm http fetch GET 200 https://registry.npmjs.org/semver 23ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-modules 5ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-correct 5ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 7ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 5ms
npm http fetch GET 200 https://registry.npmjs.org/base64-js/-/base64-js-1.2.1.tgz 336ms
npm http fetch GET 200 https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz 337ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz 358ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.10.0.tgz 368ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz 368ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz 378ms
npm http fetch GET 200 https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz 384ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz 385ms
npm http fetch GET 200 https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz 382ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/co/-/co-4.6.0.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz 382ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz 383ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz 388ms
npm http fetch GET 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz 388ms
npm http fetch GET 200 https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/domain-browser/-/domain-browser-1.1.7.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/d/-/d-1.0.0.tgz 389ms
npm http fetch GET 200 https://registry.npmjs.org/es6-weak-map/-/es6-weak-map-2.0.2.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/es6-set/-/es6-set-0.1.5.tgz 390ms
npm http fetch GET 200 https://registry.npmjs.org/events/-/events-1.1.1.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.0.0.tgz 395ms
npm http fetch GET 200 https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz 395ms
npm http fetch GET 200 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.2.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz 393ms
npm http fetch GET 200 https://registry.npmjs.org/https-browserify/-/https-browserify-0.0.1.tgz 394ms
npm http fetch GET 200 https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz 405ms
npm http fetch GET 200 https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz 400ms
npm http fetch GET 200 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz 403ms
npm http fetch GET 200 https://registry.npmjs.org/ieee754/-/ieee754-1.1.8.tgz 400ms
npm http fetch GET 200 https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz 424ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz 423ms
npm http fetch GET 200 https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz 419ms
npm http fetch GET 200 https://registry.npmjs.org/es6-map/-/es6-map-0.1.5.tgz 417ms
npm http fetch GET 200 https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz 414ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz 423ms
npm http fetch GET 200 https://registry.npmjs.org/watchpack/-/watchpack-1.4.0.tgz 313ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz 299ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-8.0.2.tgz 321ms
npm http fetch GET 200 https://registry.npmjs.org/uglifyjs-webpack-plugin/-/uglifyjs-webpack-plugin-0.4.6.tgz 318ms
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz 297ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz 297ms
npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz 296ms
npm http fetch GET 200 https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz 296ms
npm http fetch GET 200 https://registry.npmjs.org/interpret/-/interpret-1.0.4.tgz 323ms
npm http fetch GET 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz 325ms
npm http fetch GET 200 https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz 325ms
npm http fetch GET 200 https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz 332ms
npm http fetch GET 200 https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.0.0.tgz 338ms
npm http fetch GET 200 https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.0.tgz 338ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz 334ms
npm http fetch GET 200 https://registry.npmjs.org/execa/-/execa-0.7.0.tgz 333ms
npm http fetch GET 200 https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz 338ms
npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-2.1.0.tgz 337ms
npm http fetch GET 200 https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-3.4.1.tgz 337ms
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-2.0.2.tgz 337ms
npm http fetch GET 200 https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.1.tgz 335ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 337ms
npm http fetch GET 200 https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz 329ms
npm http fetch GET 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz 328ms
npm http fetch GET 200 https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz 330ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz 317ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz 317ms
npm http fetch GET 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz 289ms
npm http fetch GET 200 https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz 290ms
npm http fetch GET 200 https://registry.npmjs.org/which/-/which-1.3.0.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz 846ms
npm http fetch GET 200 https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz 316ms
npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz 238ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.0.1.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz 292ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz 271ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz 315ms
npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz 273ms
npm http fetch GET 200 https://registry.npmjs.org/assert/-/assert-1.4.1.tgz 269ms
npm http fetch GET 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz 269ms
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/tapable/-/tapable-0.2.8.tgz 225ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz 243ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz 271ms
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz 270ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar/-/chokidar-1.7.0.tgz 270ms
npm http fetch GET 200 https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz 271ms
npm http fetch GET 200 https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz 270ms
npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz 242ms
npm http fetch GET 200 https://registry.npmjs.org/url/-/url-0.11.0.tgz 266ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz 267ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz 268ms
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz 254ms
npm http fetch GET 200 https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz 245ms
npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/acorn/-/acorn-5.1.2.tgz 657ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz 239ms
npm http fetch GET 200 https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz 240ms
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.4.tgz 305ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz 301ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz 243ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz 243ms
npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/stream-http/-/stream-http-2.7.2.tgz 767ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz 266ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz 282ms
npm http fetch GET 200 https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.0.tgz 282ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz 834ms
npm http fetch GET 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz 285ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz 275ms
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.11.1.tgz 319ms
npm http fetch GET 200 https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz 319ms
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.0.tgz 320ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz 320ms
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.14.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.0.tgz 320ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.1.1.tgz 233ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.6.tgz 267ms
npm http fetch GET 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.9.tgz 216ms
npm http fetch GET 200 https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz 216ms
npm http fetch GET 200 https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz 216ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.0.tgz 253ms
npm http fetch GET 200 https://registry.npmjs.org/randombytes/-/randombytes-2.0.5.tgz 208ms
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.2.tgz 209ms
npm http fetch GET 200 https://registry.npmjs.org/create-hash/-/create-hash-1.1.3.tgz 261ms
npm http fetch GET 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/semver/-/semver-5.4.1.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/md5.js/-/md5.js-1.3.4.tgz 233ms
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz 233ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz 233ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.0.tgz 229ms
npm http fetch GET 200 https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.1.tgz 222ms
npm http fetch GET 200 https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz 221ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz 184ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch/-/anymatch-1.3.2.tgz 208ms
npm http fetch GET 200 https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz 209ms
npm http fetch GET 200 https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz 177ms
npm http fetch GET 200 https://registry.npmjs.org/braces/-/braces-1.8.5.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz 203ms
npm http fetch GET 200 https://registry.npmjs.org/escope/-/escope-3.6.0.tgz 1118ms
npm http fetch GET 200 https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz 186ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz 185ms
npm http fetch GET 200 https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz 227ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz 265ms
npm http fetch GET 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz 266ms
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz 253ms
npm http fetch GET 200 https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz 252ms
npm http fetch GET 200 https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz 240ms
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz 256ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz 256ms
npm http fetch GET 200 https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz 257ms
npm http fetch GET 200 https://registry.npmjs.org/prr/-/prr-0.0.0.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz 277ms
npm http fetch GET 200 https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz 259ms
npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz 231ms
npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-2.3.0.tgz 230ms
npm http fetch GET 200 https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz 230ms
npm http fetch GET 200 https://registry.npmjs.org/errno/-/errno-0.1.4.tgz 256ms
npm http fetch GET 200 https://registry.npmjs.org/process/-/process-0.11.10.tgz 251ms
npm http fetch GET 200 https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz 253ms
npm http fetch GET 200 https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz 203ms
npm http fetch GET 200 https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz 193ms
npm http fetch GET 200 https://registry.npmjs.org/p-limit/-/p-limit-1.1.0.tgz 228ms
npm http fetch GET 200 https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz 184ms
npm http fetch GET 200 https://registry.npmjs.org/os-browserify/-/os-browserify-0.2.1.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.0.tgz 222ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz 200ms
npm http fetch GET 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz 209ms
npm http fetch GET 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz 902ms
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz 237ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz 230ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz 258ms
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz 238ms
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.0.tgz 260ms
npm http fetch GET 200 https://registry.npmjs.org/elliptic/-/elliptic-6.4.0.tgz 259ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz 240ms
npm http fetch GET 200 https://registry.npmjs.org/hash.js/-/hash.js-1.1.3.tgz 242ms
npm http fetch GET 200 https://registry.npmjs.org/mem/-/mem-1.1.0.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.1.4.tgz 464ms
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/longest/-/longest-1.0.1.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.0.tgz 256ms
npm http fetch GET 200 https://registry.npmjs.org/asn1.js/-/asn1.js-4.9.1.tgz 256ms
npm http fetch GET 200 https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.1.0.tgz 259ms
npm http fetch GET 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz 217ms
npm http fetch GET 200 https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz 217ms
npm http fetch GET 200 https://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz 217ms
npm http fetch GET 200 https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz 246ms
npm http fetch GET 200 https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz 251ms
npm http fetch GET 200 https://registry.npmjs.org/json5/-/json5-0.5.1.tgz 252ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz 187ms
npm http fetch GET 200 https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz 210ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz 166ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz 200ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz 159ms
npm http fetch GET 200 https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz 143ms
npm http fetch GET 200 https://registry.npmjs.org/nan/-/nan-2.7.0.tgz 409ms
npm http fetch GET 200 https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz 161ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz 145ms
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz 104ms
npm http fetch GET 200 https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz 112ms
npm http fetch GET 200 https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz 99ms
npm http fetch GET 200 https://registry.npmjs.org/hash-base/-/hash-base-2.0.2.tgz 81ms
npm http fetch GET 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz 83ms
npm http fetch GET 200 https://registry.npmjs.org/pako/-/pako-0.2.9.tgz 601ms
npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-5.3.0.tgz 1810ms
npm http fetch GET 200 https://registry.npmjs.org/webpack/-/webpack-3.8.1.tgz 1906ms
npm http fetch GET 200 https://registry.npmjs.org/async/-/async-2.5.0.tgz 511ms
npm http fetch GET 200 https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz 821ms
npm http fetch GET 200 https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.35.tgz 2734ms
npm info lifecycle acorn@4.0.13~preinstall: acorn@4.0.13
npm info lifecycle ansi-regex@2.1.1~preinstall: ansi-regex@2.1.1
npm info lifecycle arr-flatten@1.1.0~preinstall: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~preinstall: arr-diff@2.0.0
npm info lifecycle array-unique@0.2.1~preinstall: array-unique@0.2.1
npm info lifecycle async-each@1.0.1~preinstall: async-each@1.0.1
npm info lifecycle balanced-match@1.0.0~preinstall: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~preinstall: base64-js@1.2.1
npm info lifecycle big.js@3.2.0~preinstall: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~preinstall: binary-extensions@1.10.0
npm info lifecycle bn.js@4.11.8~preinstall: bn.js@4.11.8
npm info lifecycle brorand@1.1.0~preinstall: brorand@1.1.0
npm info lifecycle buffer-xor@1.0.3~preinstall: buffer-xor@1.0.3
npm info lifecycle builtin-modules@1.1.1~preinstall: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~preinstall: builtin-status-codes@3.0.0
npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
npm info lifecycle co@4.6.0~preinstall: co@4.6.0
npm info lifecycle code-point-at@1.1.0~preinstall: code-point-at@1.1.0
npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
npm info lifecycle brace-expansion@1.1.8~preinstall: brace-expansion@1.1.8
npm info lifecycle constants-browserify@1.0.0~preinstall: constants-browserify@1.0.0
npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
npm info lifecycle date-now@0.1.4~preinstall: date-now@0.1.4
npm info lifecycle console-browserify@1.1.0~preinstall: console-browserify@1.1.0
npm info lifecycle decamelize@1.2.0~preinstall: decamelize@1.2.0
npm info lifecycle domain-browser@1.1.7~preinstall: domain-browser@1.1.7
npm info lifecycle emojis-list@2.1.0~preinstall: emojis-list@2.1.0
npm info lifecycle es6-symbol@3.1.1~preinstall: es6-symbol@3.1.1
npm info lifecycle es6-iterator@2.0.3~preinstall: es6-iterator@2.0.3
npm info lifecycle es5-ext@0.10.35~preinstall: es5-ext@0.10.35
npm info lifecycle d@1.0.0~preinstall: d@1.0.0
npm info lifecycle es6-weak-map@2.0.2~preinstall: es6-weak-map@2.0.2
npm info lifecycle estraverse@4.2.0~preinstall: estraverse@4.2.0
npm info lifecycle event-emitter@0.3.5~preinstall: event-emitter@0.3.5
npm info lifecycle es6-set@0.1.5~preinstall: es6-set@0.1.5
npm info lifecycle es6-map@0.1.5~preinstall: es6-map@0.1.5
npm info lifecycle events@1.1.1~preinstall: events@1.1.1
npm info lifecycle fast-deep-equal@1.0.0~preinstall: fast-deep-equal@1.0.0
npm info lifecycle fast-json-stable-stringify@2.0.0~preinstall: fast-json-stable-stringify@2.0.0
npm info lifecycle filename-regex@2.0.1~preinstall: filename-regex@2.0.1
npm info lifecycle for-in@1.0.2~preinstall: for-in@1.0.2
npm info lifecycle for-own@0.1.5~preinstall: for-own@0.1.5
npm info lifecycle get-caller-file@1.0.2~preinstall: get-caller-file@1.0.2
npm info lifecycle get-stream@3.0.0~preinstall: get-stream@3.0.0
npm info lifecycle graceful-fs@4.1.11~preinstall: graceful-fs@4.1.11
npm info lifecycle has-flag@2.0.0~preinstall: has-flag@2.0.0
npm info lifecycle hosted-git-info@2.5.0~preinstall: hosted-git-info@2.5.0
npm info lifecycle https-browserify@0.0.1~preinstall: https-browserify@0.0.1
npm info lifecycle ieee754@1.1.8~preinstall: ieee754@1.1.8
npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
npm info lifecycle webpack@3.8.1~preinstall: webpack@3.8.1
npm info lifecycle yargs@8.0.2~preinstall: yargs@8.0.2
npm info lifecycle watchpack@1.4.0~preinstall: watchpack@1.4.0
npm info lifecycle uglifyjs-webpack-plugin@0.4.6~preinstall: uglifyjs-webpack-plugin@0.4.6
npm info lifecycle supports-color@4.5.0~preinstall: supports-color@4.5.0
npm info lifecycle node-libs-browser@2.0.0~preinstall: node-libs-browser@2.0.0
npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
npm info lifecycle loader-utils@1.1.0~preinstall: loader-utils@1.1.0
npm info lifecycle loader-runner@2.3.0~preinstall: loader-runner@2.3.0
npm info lifecycle json-loader@0.5.7~preinstall: json-loader@0.5.7
npm info lifecycle interpret@1.0.4~preinstall: interpret@1.0.4
npm info lifecycle escope@3.6.0~preinstall: escope@3.6.0
npm info lifecycle enhanced-resolve@3.4.1~preinstall: enhanced-resolve@3.4.1
npm info lifecycle ajv-keywords@2.1.0~preinstall: ajv-keywords@2.1.0
npm info lifecycle ajv@5.3.0~preinstall: ajv@5.3.0
npm info lifecycle acorn-dynamic-import@2.0.2~preinstall: acorn-dynamic-import@2.0.2
npm info lifecycle acorn@5.1.2~preinstall: acorn@5.1.2
npm info lifecycle cliui@3.2.0~preinstall: cliui@3.2.0
npm info lifecycle string-width@1.0.2~preinstall: string-width@1.0.2
npm info lifecycle camelcase@4.1.0~preinstall: camelcase@4.1.0
npm info lifecycle yargs-parser@7.0.0~preinstall: yargs-parser@7.0.0
npm info lifecycle camelcase@4.1.0~preinstall: camelcase@4.1.0
npm info lifecycle os-locale@2.1.0~preinstall: os-locale@2.1.0
npm info lifecycle execa@0.7.0~preinstall: execa@0.7.0
npm info lifecycle cross-spawn@5.1.0~preinstall: cross-spawn@5.1.0
npm info lifecycle lru-cache@4.1.1~preinstall: lru-cache@4.1.1
npm info lifecycle yallist@2.1.2~preinstall: yallist@2.1.2
npm info lifecycle y18n@3.2.1~preinstall: y18n@3.2.1
npm info lifecycle stream-http@2.7.2~preinstall: stream-http@2.7.2
npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
npm info lifecycle wrap-ansi@2.1.0~preinstall: wrap-ansi@2.1.0
npm info lifecycle string-width@1.0.2~preinstall: string-width@1.0.2
npm info lifecycle uglify-js@2.8.29~preinstall: uglify-js@2.8.29
npm info lifecycle yargs@3.10.0~preinstall: yargs@3.10.0
npm info lifecycle cliui@2.1.0~preinstall: cliui@2.1.0
npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
npm info lifecycle window-size@0.1.0~preinstall: window-size@0.1.0
npm info lifecycle which-module@2.0.0~preinstall: which-module@2.0.0
npm info lifecycle which@1.3.0~preinstall: which@1.3.0
npm info lifecycle webpack-sources@1.0.1~preinstall: webpack-sources@1.0.1
npm info lifecycle vm-browserify@0.0.4~preinstall: vm-browserify@0.0.4
npm info lifecycle read-pkg-up@2.0.0~preinstall: read-pkg-up@2.0.0
npm info lifecycle read-pkg@2.0.0~preinstall: read-pkg@2.0.0
npm info lifecycle normalize-package-data@2.4.0~preinstall: normalize-package-data@2.4.0
npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
npm info lifecycle assert@1.4.1~preinstall: assert@1.4.1
npm info lifecycle util@0.10.3~preinstall: util@0.10.3
npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
npm info lifecycle stream-browserify@2.0.1~preinstall: stream-browserify@2.0.1
npm info lifecycle chokidar@1.7.0~preinstall: chokidar@1.7.0
npm info lifecycle readdirp@2.1.0~preinstall: readdirp@2.1.0
npm info lifecycle memory-fs@0.4.1~preinstall: memory-fs@0.4.1
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
npm info lifecycle url@0.11.0~preinstall: url@0.11.0
npm info lifecycle punycode@1.3.2~preinstall: punycode@1.3.2
npm info lifecycle uglify-to-browserify@1.0.2~preinstall: uglify-to-browserify@1.0.2
npm info lifecycle tty-browserify@0.0.0~preinstall: tty-browserify@0.0.0
npm info lifecycle to-arraybuffer@1.0.1~preinstall: to-arraybuffer@1.0.1
npm info lifecycle timers-browserify@2.0.4~preinstall: timers-browserify@2.0.4
npm info lifecycle tapable@0.2.8~preinstall: tapable@0.2.8
npm info lifecycle strip-eof@1.0.0~preinstall: strip-eof@1.0.0
npm info lifecycle load-json-file@2.0.0~preinstall: load-json-file@2.0.0
npm info lifecycle strip-bom@3.0.0~preinstall: strip-bom@3.0.0
npm info lifecycle strip-ansi@3.0.1~preinstall: strip-ansi@3.0.1
npm info lifecycle string-width@2.1.1~preinstall: string-width@2.1.1
npm info lifecycle strip-ansi@4.0.0~preinstall: strip-ansi@4.0.0
npm info lifecycle is-fullwidth-code-point@2.0.0~preinstall: is-fullwidth-code-point@2.0.0
npm info lifecycle ansi-regex@3.0.0~preinstall: ansi-regex@3.0.0
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle spdx-correct@1.0.2~preinstall: spdx-correct@1.0.2
npm info lifecycle spdx-license-ids@1.2.2~preinstall: spdx-license-ids@1.2.2
npm info lifecycle spdx-expression-parse@1.0.4~preinstall: spdx-expression-parse@1.0.4
npm info lifecycle source-map@0.5.7~preinstall: source-map@0.5.7
npm info lifecycle source-list-map@2.0.0~preinstall: source-list-map@2.0.0
npm info lifecycle signal-exit@3.0.2~preinstall: signal-exit@3.0.2
npm info lifecycle shebang-command@1.2.0~preinstall: shebang-command@1.2.0
npm info lifecycle shebang-regex@1.0.0~preinstall: shebang-regex@1.0.0
npm info lifecycle crypto-browserify@3.11.1~preinstall: crypto-browserify@3.11.1
npm info lifecycle public-encrypt@4.0.0~preinstall: public-encrypt@4.0.0
npm info lifecycle browserify-sign@4.0.4~preinstall: browserify-sign@4.0.4
npm info lifecycle parse-asn1@5.1.0~preinstall: parse-asn1@5.1.0
npm info lifecycle pbkdf2@3.0.14~preinstall: pbkdf2@3.0.14
npm info lifecycle create-hmac@1.1.6~preinstall: create-hmac@1.1.6
npm info lifecycle browserify-cipher@1.0.0~preinstall: browserify-cipher@1.0.0
npm info lifecycle browserify-aes@1.1.1~preinstall: browserify-aes@1.1.1
npm info lifecycle create-hash@1.1.3~preinstall: create-hash@1.1.3
npm info lifecycle sha.js@2.4.9~preinstall: sha.js@2.4.9
npm info lifecycle setimmediate@1.0.5~preinstall: setimmediate@1.0.5
npm info lifecycle set-immediate-shim@1.0.1~preinstall: set-immediate-shim@1.0.1
npm info lifecycle set-blocking@2.0.0~preinstall: set-blocking@2.0.0
npm info lifecycle semver@5.4.1~preinstall: semver@5.4.1
npm info lifecycle diffie-hellman@5.0.2~preinstall: diffie-hellman@5.0.2
npm info lifecycle browserify-rsa@4.0.1~preinstall: browserify-rsa@4.0.1
npm info lifecycle randombytes@2.0.5~preinstall: randombytes@2.0.5
npm info lifecycle evp_bytestokey@1.0.3~preinstall: evp_bytestokey@1.0.3
npm info lifecycle md5.js@1.3.4~preinstall: md5.js@1.3.4
npm info lifecycle hash-base@3.0.4~preinstall: hash-base@3.0.4
npm info lifecycle browserify-des@1.0.0~preinstall: browserify-des@1.0.0
npm info lifecycle cipher-base@1.0.4~preinstall: cipher-base@1.0.4
npm info lifecycle safe-buffer@5.1.1~preinstall: safe-buffer@5.1.1
npm info lifecycle ripemd160@2.0.1~preinstall: ripemd160@2.0.1
npm info lifecycle right-align@0.1.3~preinstall: right-align@0.1.3
npm info lifecycle require-main-filename@1.0.1~preinstall: require-main-filename@1.0.1
npm info lifecycle require-directory@2.1.1~preinstall: require-directory@2.1.1
npm info lifecycle anymatch@1.3.2~preinstall: anymatch@1.3.2
npm info lifecycle micromatch@2.3.11~preinstall: micromatch@2.3.11
npm info lifecycle braces@1.8.5~preinstall: braces@1.8.5
npm info lifecycle expand-range@1.8.2~preinstall: expand-range@1.8.2
npm info lifecycle fill-range@2.2.3~preinstall: fill-range@2.2.3
npm info lifecycle center-align@0.1.3~preinstall: center-align@0.1.3
npm info lifecycle align-text@0.1.4~preinstall: align-text@0.1.4
npm info lifecycle repeat-string@1.6.1~preinstall: repeat-string@1.6.1
npm info lifecycle repeat-element@1.1.2~preinstall: repeat-element@1.1.2
npm info lifecycle normalize-path@2.1.1~preinstall: normalize-path@2.1.1
npm info lifecycle remove-trailing-separator@1.1.0~preinstall: remove-trailing-separator@1.1.0
npm info lifecycle regex-cache@0.4.4~preinstall: regex-cache@0.4.4
npm info lifecycle randomatic@1.1.7~preinstall: randomatic@1.1.7
npm info lifecycle kind-of@4.0.0~preinstall: kind-of@4.0.0
npm info lifecycle is-number@3.0.0~preinstall: is-number@3.0.0
npm info lifecycle kind-of@3.2.2~preinstall: kind-of@3.2.2
npm info lifecycle querystring-es3@0.2.1~preinstall: querystring-es3@0.2.1
npm info lifecycle querystring@0.2.0~preinstall: querystring@0.2.0
npm info lifecycle punycode@1.4.1~preinstall: punycode@1.4.1
npm info lifecycle pseudomap@1.0.2~preinstall: pseudomap@1.0.2
npm info lifecycle errno@0.1.4~preinstall: errno@0.1.4
npm info lifecycle prr@0.0.0~preinstall: prr@0.0.0
npm info lifecycle process-nextick-args@1.0.7~preinstall: process-nextick-args@1.0.7
npm info lifecycle process@0.11.10~preinstall: process@0.11.10
npm info lifecycle preserve@0.2.0~preinstall: preserve@0.2.0
npm info lifecycle path-type@2.0.0~preinstall: path-type@2.0.0
npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
npm info lifecycle npm-run-path@2.0.2~preinstall: npm-run-path@2.0.2
npm info lifecycle path-key@2.0.1~preinstall: path-key@2.0.1
npm info lifecycle path-is-absolute@1.0.1~preinstall: path-is-absolute@1.0.1
npm info lifecycle find-up@2.1.0~preinstall: find-up@2.1.0
npm info lifecycle locate-path@2.0.0~preinstall: locate-path@2.0.0
npm info lifecycle path-exists@3.0.0~preinstall: path-exists@3.0.0
npm info lifecycle path-browserify@0.0.0~preinstall: path-browserify@0.0.0
npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
npm info lifecycle parse-glob@3.0.4~preinstall: parse-glob@3.0.4
npm info lifecycle browserify-zlib@0.1.4~preinstall: browserify-zlib@0.1.4
npm info lifecycle pako@0.2.9~preinstall: pako@0.2.9
npm info lifecycle p-locate@2.0.0~preinstall: p-locate@2.0.0
npm info lifecycle p-limit@1.1.0~preinstall: p-limit@1.1.0
npm info lifecycle p-finally@1.0.0~preinstall: p-finally@1.0.0
npm info lifecycle os-browserify@0.2.1~preinstall: os-browserify@0.2.1
npm info lifecycle object.omit@2.0.1~preinstall: object.omit@2.0.1
npm info lifecycle esrecurse@4.2.0~preinstall: esrecurse@4.2.0
npm info lifecycle object-assign@4.1.1~preinstall: object-assign@4.1.1
npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
npm info lifecycle number-is-nan@1.0.1~preinstall: number-is-nan@1.0.1
npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
npm info lifecycle minimatch@3.0.4~preinstall: minimatch@3.0.4
npm info lifecycle create-ecdh@4.0.0~preinstall: create-ecdh@4.0.0
npm info lifecycle elliptic@6.4.0~preinstall: elliptic@6.4.0
npm info lifecycle hmac-drbg@1.0.1~preinstall: hmac-drbg@1.0.1
npm info lifecycle minimalistic-crypto-utils@1.0.1~preinstall: minimalistic-crypto-utils@1.0.1
npm info lifecycle hash.js@1.1.3~preinstall: hash.js@1.1.3
npm info lifecycle des.js@1.0.0~preinstall: des.js@1.0.0
npm info lifecycle asn1.js@4.9.1~preinstall: asn1.js@4.9.1
npm info lifecycle minimalistic-assert@1.0.0~preinstall: minimalistic-assert@1.0.0
npm info lifecycle mem@1.1.0~preinstall: mem@1.1.0
npm info lifecycle mimic-fn@1.1.0~preinstall: mimic-fn@1.1.0
npm info lifecycle miller-rabin@4.0.1~preinstall: miller-rabin@4.0.1
npm info lifecycle longest@1.0.1~preinstall: longest@1.0.1
npm info lifecycle async@2.5.0~preinstall: async@2.5.0
npm info lifecycle lodash@4.17.4~preinstall: lodash@4.17.4
npm info lifecycle lcid@1.0.0~preinstall: lcid@1.0.0
npm info lifecycle lazy-cache@1.0.4~preinstall: lazy-cache@1.0.4
npm info lifecycle is-number@2.1.0~preinstall: is-number@2.1.0
npm info lifecycle kind-of@3.2.2~preinstall: kind-of@3.2.2
npm info lifecycle json5@0.5.1~preinstall: json5@0.5.1
npm info lifecycle json-schema-traverse@0.3.1~preinstall: json-schema-traverse@0.3.1
npm info lifecycle isobject@2.1.0~preinstall: isobject@2.1.0
npm info lifecycle isexe@2.0.0~preinstall: isexe@2.0.0
npm info lifecycle buffer@4.9.1~preinstall: buffer@4.9.1
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle is-stream@1.1.0~preinstall: is-stream@1.1.0
npm info lifecycle is-equal-shallow@0.1.3~preinstall: is-equal-shallow@0.1.3
npm info lifecycle is-primitive@2.0.0~preinstall: is-primitive@2.0.0
npm info lifecycle expand-brackets@0.1.5~preinstall: expand-brackets@0.1.5
npm info lifecycle is-posix-bracket@0.1.1~preinstall: is-posix-bracket@0.1.1
npm info lifecycle glob-base@0.3.0~preinstall: glob-base@0.3.0
npm info lifecycle glob-parent@2.0.0~preinstall: glob-parent@2.0.0
npm info lifecycle is-glob@2.0.1~preinstall: is-glob@2.0.1
npm info lifecycle extglob@0.3.2~preinstall: extglob@0.3.2
npm info lifecycle is-extglob@1.0.0~preinstall: is-extglob@1.0.0
npm info lifecycle is-extendable@0.1.1~preinstall: is-extendable@0.1.1
npm info lifecycle is-dotfile@1.0.3~preinstall: is-dotfile@1.0.3
npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
npm info lifecycle is-buffer@1.1.5~preinstall: is-buffer@1.1.5
npm info lifecycle is-binary-path@1.0.1~preinstall: is-binary-path@1.0.1
npm info lifecycle error-ex@1.3.1~preinstall: error-ex@1.3.1
npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
npm info lifecycle invert-kv@1.0.0~preinstall: invert-kv@1.0.0
npm info lifecycle hash-base@2.0.2~preinstall: hash-base@2.0.2
npm info lifecycle inherits@2.0.3~preinstall: inherits@2.0.3
npm info linkStuff acorn@4.0.13
npm info linkStuff ansi-regex@2.1.1
npm info linkStuff arr-flatten@1.1.0
npm info linkStuff arr-diff@2.0.0
npm info linkStuff array-unique@0.2.1
npm info linkStuff async-each@1.0.1
npm info linkStuff balanced-match@1.0.0
npm info linkStuff base64-js@1.2.1
npm info linkStuff big.js@3.2.0
npm info linkStuff binary-extensions@1.10.0
npm info linkStuff bn.js@4.11.8
npm info linkStuff brorand@1.1.0
npm info linkStuff buffer-xor@1.0.3
npm info linkStuff builtin-modules@1.1.1
npm info linkStuff builtin-status-codes@3.0.0
npm info linkStuff camelcase@1.2.1
npm info linkStuff co@4.6.0
npm info linkStuff code-point-at@1.1.0
npm info linkStuff concat-map@0.0.1
npm info linkStuff brace-expansion@1.1.8
npm info linkStuff constants-browserify@1.0.0
npm info linkStuff core-util-is@1.0.2
npm info linkStuff date-now@0.1.4
npm info linkStuff console-browserify@1.1.0
npm info linkStuff decamelize@1.2.0
npm info linkStuff domain-browser@1.1.7
npm info linkStuff emojis-list@2.1.0
npm info linkStuff es6-symbol@3.1.1
npm info linkStuff es6-iterator@2.0.3
npm info linkStuff es5-ext@0.10.35
npm info linkStuff d@1.0.0
npm info linkStuff es6-weak-map@2.0.2
npm info linkStuff estraverse@4.2.0
npm info linkStuff event-emitter@0.3.5
npm info linkStuff es6-set@0.1.5
npm info linkStuff es6-map@0.1.5
npm info linkStuff events@1.1.1
npm info linkStuff fast-deep-equal@1.0.0
npm info linkStuff fast-json-stable-stringify@2.0.0
npm info linkStuff filename-regex@2.0.1
npm info linkStuff for-in@1.0.2
npm info linkStuff for-own@0.1.5
npm info linkStuff get-caller-file@1.0.2
npm info linkStuff get-stream@3.0.0
npm info linkStuff graceful-fs@4.1.11
npm info linkStuff has-flag@2.0.0
npm info linkStuff hosted-git-info@2.5.0
npm info linkStuff https-browserify@0.0.1
npm info linkStuff ieee754@1.1.8
npm info linkStuff indexof@0.0.1
npm info linkStuff inherits@2.0.3
npm info linkStuff hash-base@2.0.2
npm info linkStuff invert-kv@1.0.0
npm info linkStuff is-arrayish@0.2.1
npm info linkStuff error-ex@1.3.1
npm info linkStuff is-binary-path@1.0.1
npm info linkStuff is-buffer@1.1.5
npm info linkStuff is-builtin-module@1.0.0
npm info linkStuff is-dotfile@1.0.3
npm info linkStuff is-extendable@0.1.1
npm info linkStuff is-extglob@1.0.0
npm info linkStuff extglob@0.3.2
npm info linkStuff is-glob@2.0.1
npm info linkStuff glob-parent@2.0.0
npm info linkStuff glob-base@0.3.0
npm info linkStuff is-posix-bracket@0.1.1
npm info linkStuff expand-brackets@0.1.5
npm info linkStuff is-primitive@2.0.0
npm info linkStuff is-equal-shallow@0.1.3
npm info linkStuff is-stream@1.1.0
npm info linkStuff isarray@1.0.0
npm info linkStuff buffer@4.9.1
npm info linkStuff isexe@2.0.0
npm info linkStuff isobject@2.1.0
npm info linkStuff json-schema-traverse@0.3.1
npm info linkStuff json5@0.5.1
npm info linkStuff kind-of@3.2.2
npm info linkStuff is-number@2.1.0
npm info linkStuff lazy-cache@1.0.4
npm info linkStuff lcid@1.0.0
npm info linkStuff lodash@4.17.4
npm info linkStuff async@2.5.0
npm info linkStuff longest@1.0.1
npm info linkStuff miller-rabin@4.0.1
npm info linkStuff mimic-fn@1.1.0
npm info linkStuff mem@1.1.0
npm info linkStuff minimalistic-assert@1.0.0
npm info linkStuff asn1.js@4.9.1
npm info linkStuff des.js@1.0.0
npm info linkStuff hash.js@1.1.3
npm info linkStuff minimalistic-crypto-utils@1.0.1
npm info linkStuff hmac-drbg@1.0.1
npm info linkStuff elliptic@6.4.0
npm info linkStuff create-ecdh@4.0.0
npm info linkStuff minimatch@3.0.4
npm info linkStuff minimist@0.0.8
npm info linkStuff string_decoder@0.10.31
npm info linkStuff number-is-nan@1.0.1
npm info linkStuff is-fullwidth-code-point@1.0.0
npm info linkStuff object-assign@4.1.1
npm info linkStuff esrecurse@4.2.0
npm info linkStuff object.omit@2.0.1
npm info linkStuff os-browserify@0.2.1
npm info linkStuff p-finally@1.0.0
npm info linkStuff p-limit@1.1.0
npm info linkStuff p-locate@2.0.0
npm info linkStuff pako@0.2.9
npm info linkStuff browserify-zlib@0.1.4
npm info linkStuff parse-glob@3.0.4
npm info linkStuff parse-json@2.2.0
npm info linkStuff path-browserify@0.0.0
npm info linkStuff path-exists@3.0.0
npm info linkStuff locate-path@2.0.0
npm info linkStuff find-up@2.1.0
npm info linkStuff path-is-absolute@1.0.1
npm info linkStuff path-key@2.0.1
npm info linkStuff npm-run-path@2.0.2
npm info linkStuff pify@2.3.0
npm info linkStuff path-type@2.0.0
npm info linkStuff preserve@0.2.0
npm info linkStuff process@0.11.10
npm info linkStuff process-nextick-args@1.0.7
npm info linkStuff prr@0.0.0
npm info linkStuff errno@0.1.4
npm info linkStuff pseudomap@1.0.2
npm info linkStuff punycode@1.4.1
npm info linkStuff querystring@0.2.0
npm info linkStuff querystring-es3@0.2.1
npm info linkStuff kind-of@3.2.2
npm info linkStuff is-number@3.0.0
npm info linkStuff kind-of@4.0.0
npm info linkStuff randomatic@1.1.7
npm info linkStuff regex-cache@0.4.4
npm info linkStuff remove-trailing-separator@1.1.0
npm info linkStuff normalize-path@2.1.1
npm info linkStuff repeat-element@1.1.2
npm info linkStuff repeat-string@1.6.1
npm info linkStuff align-text@0.1.4
npm info linkStuff center-align@0.1.3
npm info linkStuff fill-range@2.2.3
npm info linkStuff expand-range@1.8.2
npm info linkStuff braces@1.8.5
npm info linkStuff micromatch@2.3.11
npm info linkStuff anymatch@1.3.2
npm info linkStuff require-directory@2.1.1
npm info linkStuff require-main-filename@1.0.1
npm info linkStuff right-align@0.1.3
npm info linkStuff ripemd160@2.0.1
npm info linkStuff safe-buffer@5.1.1
npm info linkStuff cipher-base@1.0.4
npm info linkStuff browserify-des@1.0.0
npm info linkStuff hash-base@3.0.4
npm info linkStuff md5.js@1.3.4
npm info linkStuff evp_bytestokey@1.0.3
npm info linkStuff randombytes@2.0.5
npm info linkStuff browserify-rsa@4.0.1
npm info linkStuff diffie-hellman@5.0.2
npm info linkStuff semver@5.4.1
npm info linkStuff set-blocking@2.0.0
npm info linkStuff set-immediate-shim@1.0.1
npm info linkStuff setimmediate@1.0.5
npm info linkStuff sha.js@2.4.9
npm info linkStuff create-hash@1.1.3
npm info linkStuff browserify-aes@1.1.1
npm info linkStuff browserify-cipher@1.0.0
npm info linkStuff create-hmac@1.1.6
npm info linkStuff pbkdf2@3.0.14
npm info linkStuff parse-asn1@5.1.0
npm info linkStuff browserify-sign@4.0.4
npm info linkStuff public-encrypt@4.0.0
npm info linkStuff crypto-browserify@3.11.1
npm info linkStuff shebang-regex@1.0.0
npm info linkStuff shebang-command@1.2.0
npm info linkStuff signal-exit@3.0.2
npm info linkStuff source-list-map@2.0.0
npm info linkStuff source-map@0.5.7
npm info linkStuff spdx-expression-parse@1.0.4
npm info linkStuff spdx-license-ids@1.2.2
npm info linkStuff spdx-correct@1.0.2
npm info linkStuff string_decoder@1.0.3
npm info linkStuff ansi-regex@3.0.0
npm info linkStuff is-fullwidth-code-point@2.0.0
npm info linkStuff strip-ansi@4.0.0
npm info linkStuff string-width@2.1.1
npm info linkStuff strip-ansi@3.0.1
npm info linkStuff strip-bom@3.0.0
npm info linkStuff load-json-file@2.0.0
npm info linkStuff strip-eof@1.0.0
npm info linkStuff tapable@0.2.8
npm info linkStuff timers-browserify@2.0.4
npm info linkStuff to-arraybuffer@1.0.1
npm info linkStuff tty-browserify@0.0.0
npm info linkStuff uglify-to-browserify@1.0.2
npm info linkStuff punycode@1.3.2
npm info linkStuff url@0.11.0
npm info linkStuff util-deprecate@1.0.2
npm info linkStuff readable-stream@2.3.3
npm info linkStuff memory-fs@0.4.1
npm info linkStuff readdirp@2.1.0
npm info linkStuff chokidar@1.7.0
npm info linkStuff stream-browserify@2.0.1
npm info linkStuff inherits@2.0.1
npm info linkStuff util@0.10.3
npm info linkStuff assert@1.4.1
npm info linkStuff validate-npm-package-license@3.0.1
npm info linkStuff normalize-package-data@2.4.0
npm info linkStuff read-pkg@2.0.0
npm info linkStuff read-pkg-up@2.0.0
npm info linkStuff vm-browserify@0.0.4
npm info linkStuff webpack-sources@1.0.1
npm info linkStuff which@1.3.0
npm info linkStuff which-module@2.0.0
npm info linkStuff window-size@0.1.0
npm info linkStuff wordwrap@0.0.2
npm info linkStuff cliui@2.1.0
npm info linkStuff yargs@3.10.0
npm info linkStuff uglify-js@2.8.29
npm info linkStuff string-width@1.0.2
npm info linkStuff wrap-ansi@2.1.0
npm info linkStuff xtend@4.0.1
npm info linkStuff stream-http@2.7.2
npm info linkStuff y18n@3.2.1
npm info linkStuff yallist@2.1.2
npm info linkStuff lru-cache@4.1.1
npm info linkStuff cross-spawn@5.1.0
npm info linkStuff execa@0.7.0
npm info linkStuff os-locale@2.1.0
npm info linkStuff camelcase@4.1.0
npm info linkStuff yargs-parser@7.0.0
npm info linkStuff camelcase@4.1.0
npm info linkStuff string-width@1.0.2
npm info linkStuff cliui@3.2.0
npm info linkStuff acorn@5.1.2
npm info linkStuff acorn-dynamic-import@2.0.2
npm info linkStuff ajv@5.3.0
npm info linkStuff ajv-keywords@2.1.0
npm info linkStuff enhanced-resolve@3.4.1
npm info linkStuff escope@3.6.0
npm info linkStuff interpret@1.0.4
npm info linkStuff json-loader@0.5.7
npm info linkStuff loader-runner@2.3.0
npm info linkStuff loader-utils@1.1.0
npm info linkStuff mkdirp@0.5.1
npm info linkStuff node-libs-browser@2.0.0
npm info linkStuff supports-color@4.5.0
npm info linkStuff uglifyjs-webpack-plugin@0.4.6
npm info linkStuff watchpack@1.4.0
npm info linkStuff yargs@8.0.2
npm info linkStuff webpack@3.8.1
/usr/local/bin/webpack -> /usr/local/lib/node_modules/webpack/bin/webpack.js
npm info lifecycle acorn@4.0.13~install: acorn@4.0.13
npm info lifecycle ansi-regex@2.1.1~install: ansi-regex@2.1.1
npm info lifecycle arr-flatten@1.1.0~install: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~install: arr-diff@2.0.0
npm info lifecycle array-unique@0.2.1~install: array-unique@0.2.1
npm info lifecycle async-each@1.0.1~install: async-each@1.0.1
npm info lifecycle balanced-match@1.0.0~install: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~install: base64-js@1.2.1
npm info lifecycle big.js@3.2.0~install: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~install: binary-extensions@1.10.0
npm info lifecycle bn.js@4.11.8~install: bn.js@4.11.8
npm info lifecycle brorand@1.1.0~install: brorand@1.1.0
npm info lifecycle buffer-xor@1.0.3~install: buffer-xor@1.0.3
npm info lifecycle builtin-modules@1.1.1~install: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~install: builtin-status-codes@3.0.0
npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
npm info lifecycle co@4.6.0~install: co@4.6.0
npm info lifecycle code-point-at@1.1.0~install: code-point-at@1.1.0
npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
npm info lifecycle brace-expansion@1.1.8~install: brace-expansion@1.1.8
npm info lifecycle constants-browserify@1.0.0~install: constants-browserify@1.0.0
npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
npm info lifecycle date-now@0.1.4~install: date-now@0.1.4
npm info lifecycle console-browserify@1.1.0~install: console-browserify@1.1.0
npm info lifecycle decamelize@1.2.0~install: decamelize@1.2.0
npm info lifecycle domain-browser@1.1.7~install: domain-browser@1.1.7
npm info lifecycle emojis-list@2.1.0~install: emojis-list@2.1.0
npm info lifecycle es6-symbol@3.1.1~install: es6-symbol@3.1.1
npm info lifecycle es6-iterator@2.0.3~install: es6-iterator@2.0.3
npm info lifecycle es5-ext@0.10.35~install: es5-ext@0.10.35
npm info lifecycle d@1.0.0~install: d@1.0.0
npm info lifecycle es6-weak-map@2.0.2~install: es6-weak-map@2.0.2
npm info lifecycle estraverse@4.2.0~install: estraverse@4.2.0
npm info lifecycle event-emitter@0.3.5~install: event-emitter@0.3.5
npm info lifecycle es6-set@0.1.5~install: es6-set@0.1.5
npm info lifecycle es6-map@0.1.5~install: es6-map@0.1.5
npm info lifecycle events@1.1.1~install: events@1.1.1
npm info lifecycle fast-deep-equal@1.0.0~install: fast-deep-equal@1.0.0
npm info lifecycle fast-json-stable-stringify@2.0.0~install: fast-json-stable-stringify@2.0.0
npm info lifecycle filename-regex@2.0.1~install: filename-regex@2.0.1
npm info lifecycle for-in@1.0.2~install: for-in@1.0.2
npm info lifecycle for-own@0.1.5~install: for-own@0.1.5
npm info lifecycle get-caller-file@1.0.2~install: get-caller-file@1.0.2
npm info lifecycle get-stream@3.0.0~install: get-stream@3.0.0
npm info lifecycle graceful-fs@4.1.11~install: graceful-fs@4.1.11
npm info lifecycle has-flag@2.0.0~install: has-flag@2.0.0
npm info lifecycle hosted-git-info@2.5.0~install: hosted-git-info@2.5.0
npm info lifecycle https-browserify@0.0.1~install: https-browserify@0.0.1
npm info lifecycle ieee754@1.1.8~install: ieee754@1.1.8
npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
npm info lifecycle inherits@2.0.3~install: inherits@2.0.3
npm info lifecycle hash-base@2.0.2~install: hash-base@2.0.2
npm info lifecycle invert-kv@1.0.0~install: invert-kv@1.0.0
npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
npm info lifecycle error-ex@1.3.1~install: error-ex@1.3.1
npm info lifecycle is-binary-path@1.0.1~install: is-binary-path@1.0.1
npm info lifecycle is-buffer@1.1.5~install: is-buffer@1.1.5
npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
npm info lifecycle is-dotfile@1.0.3~install: is-dotfile@1.0.3
npm info lifecycle is-extendable@0.1.1~install: is-extendable@0.1.1
npm info lifecycle is-extglob@1.0.0~install: is-extglob@1.0.0
npm info lifecycle extglob@0.3.2~install: extglob@0.3.2
npm info lifecycle is-glob@2.0.1~install: is-glob@2.0.1
npm info lifecycle glob-parent@2.0.0~install: glob-parent@2.0.0
npm info lifecycle glob-base@0.3.0~install: glob-base@0.3.0
npm info lifecycle is-posix-bracket@0.1.1~install: is-posix-bracket@0.1.1
npm info lifecycle expand-brackets@0.1.5~install: expand-brackets@0.1.5
npm info lifecycle is-primitive@2.0.0~install: is-primitive@2.0.0
npm info lifecycle is-equal-shallow@0.1.3~install: is-equal-shallow@0.1.3
npm info lifecycle is-stream@1.1.0~install: is-stream@1.1.0
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle buffer@4.9.1~install: buffer@4.9.1
npm info lifecycle isexe@2.0.0~install: isexe@2.0.0
npm info lifecycle isobject@2.1.0~install: isobject@2.1.0
npm info lifecycle json-schema-traverse@0.3.1~install: json-schema-traverse@0.3.1
npm info lifecycle json5@0.5.1~install: json5@0.5.1
npm info lifecycle kind-of@3.2.2~install: kind-of@3.2.2
npm info lifecycle is-number@2.1.0~install: is-number@2.1.0
npm info lifecycle lazy-cache@1.0.4~install: lazy-cache@1.0.4
npm info lifecycle lcid@1.0.0~install: lcid@1.0.0
npm info lifecycle lodash@4.17.4~install: lodash@4.17.4
npm info lifecycle async@2.5.0~install: async@2.5.0
npm info lifecycle longest@1.0.1~install: longest@1.0.1
npm info lifecycle miller-rabin@4.0.1~install: miller-rabin@4.0.1
npm info lifecycle mimic-fn@1.1.0~install: mimic-fn@1.1.0
npm info lifecycle mem@1.1.0~install: mem@1.1.0
npm info lifecycle minimalistic-assert@1.0.0~install: minimalistic-assert@1.0.0
npm info lifecycle asn1.js@4.9.1~install: asn1.js@4.9.1
npm info lifecycle des.js@1.0.0~install: des.js@1.0.0
npm info lifecycle hash.js@1.1.3~install: hash.js@1.1.3
npm info lifecycle minimalistic-crypto-utils@1.0.1~install: minimalistic-crypto-utils@1.0.1
npm info lifecycle hmac-drbg@1.0.1~install: hmac-drbg@1.0.1
npm info lifecycle elliptic@6.4.0~install: elliptic@6.4.0
npm info lifecycle create-ecdh@4.0.0~install: create-ecdh@4.0.0
npm info lifecycle minimatch@3.0.4~install: minimatch@3.0.4
npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
npm info lifecycle number-is-nan@1.0.1~install: number-is-nan@1.0.1
npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
npm info lifecycle object-assign@4.1.1~install: object-assign@4.1.1
npm info lifecycle esrecurse@4.2.0~install: esrecurse@4.2.0
npm info lifecycle object.omit@2.0.1~install: object.omit@2.0.1
npm info lifecycle os-browserify@0.2.1~install: os-browserify@0.2.1
npm info lifecycle p-finally@1.0.0~install: p-finally@1.0.0
npm info lifecycle p-limit@1.1.0~install: p-limit@1.1.0
npm info lifecycle p-locate@2.0.0~install: p-locate@2.0.0
npm info lifecycle pako@0.2.9~install: pako@0.2.9
npm info lifecycle browserify-zlib@0.1.4~install: browserify-zlib@0.1.4
npm info lifecycle parse-glob@3.0.4~install: parse-glob@3.0.4
npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
npm info lifecycle path-browserify@0.0.0~install: path-browserify@0.0.0
npm info lifecycle path-exists@3.0.0~install: path-exists@3.0.0
npm info lifecycle locate-path@2.0.0~install: locate-path@2.0.0
npm info lifecycle find-up@2.1.0~install: find-up@2.1.0
npm info lifecycle path-is-absolute@1.0.1~install: path-is-absolute@1.0.1
npm info lifecycle path-key@2.0.1~install: path-key@2.0.1
npm info lifecycle npm-run-path@2.0.2~install: npm-run-path@2.0.2
npm info lifecycle pify@2.3.0~install: pify@2.3.0
npm info lifecycle path-type@2.0.0~install: path-type@2.0.0
npm info lifecycle preserve@0.2.0~install: preserve@0.2.0
npm info lifecycle process@0.11.10~install: process@0.11.10
npm info lifecycle process-nextick-args@1.0.7~install: process-nextick-args@1.0.7
npm info lifecycle prr@0.0.0~install: prr@0.0.0
npm info lifecycle errno@0.1.4~install: errno@0.1.4
npm info lifecycle pseudomap@1.0.2~install: pseudomap@1.0.2
npm info lifecycle punycode@1.4.1~install: punycode@1.4.1
npm info lifecycle querystring@0.2.0~install: querystring@0.2.0
npm info lifecycle querystring-es3@0.2.1~install: querystring-es3@0.2.1
npm info lifecycle kind-of@3.2.2~install: kind-of@3.2.2
npm info lifecycle is-number@3.0.0~install: is-number@3.0.0
npm info lifecycle kind-of@4.0.0~install: kind-of@4.0.0
npm info lifecycle randomatic@1.1.7~install: randomatic@1.1.7
npm info lifecycle regex-cache@0.4.4~install: regex-cache@0.4.4
npm info lifecycle remove-trailing-separator@1.1.0~install: remove-trailing-separator@1.1.0
npm info lifecycle normalize-path@2.1.1~install: normalize-path@2.1.1
npm info lifecycle repeat-element@1.1.2~install: repeat-element@1.1.2
npm info lifecycle repeat-string@1.6.1~install: repeat-string@1.6.1
npm info lifecycle align-text@0.1.4~install: align-text@0.1.4
npm info lifecycle center-align@0.1.3~install: center-align@0.1.3
npm info lifecycle fill-range@2.2.3~install: fill-range@2.2.3
npm info lifecycle expand-range@1.8.2~install: expand-range@1.8.2
npm info lifecycle braces@1.8.5~install: braces@1.8.5
npm info lifecycle micromatch@2.3.11~install: micromatch@2.3.11
npm info lifecycle anymatch@1.3.2~install: anymatch@1.3.2
npm info lifecycle require-directory@2.1.1~install: require-directory@2.1.1
npm info lifecycle require-main-filename@1.0.1~install: require-main-filename@1.0.1
npm info lifecycle right-align@0.1.3~install: right-align@0.1.3
npm info lifecycle ripemd160@2.0.1~install: ripemd160@2.0.1
npm info lifecycle safe-buffer@5.1.1~install: safe-buffer@5.1.1
npm info lifecycle cipher-base@1.0.4~install: cipher-base@1.0.4
npm info lifecycle browserify-des@1.0.0~install: browserify-des@1.0.0
npm info lifecycle hash-base@3.0.4~install: hash-base@3.0.4
npm info lifecycle md5.js@1.3.4~install: md5.js@1.3.4
npm info lifecycle evp_bytestokey@1.0.3~install: evp_bytestokey@1.0.3
npm info lifecycle randombytes@2.0.5~install: randombytes@2.0.5
npm info lifecycle browserify-rsa@4.0.1~install: browserify-rsa@4.0.1
npm info lifecycle diffie-hellman@5.0.2~install: diffie-hellman@5.0.2
npm info lifecycle semver@5.4.1~install: semver@5.4.1
npm info lifecycle set-blocking@2.0.0~install: set-blocking@2.0.0
npm info lifecycle set-immediate-shim@1.0.1~install: set-immediate-shim@1.0.1
npm info lifecycle setimmediate@1.0.5~install: setimmediate@1.0.5
npm info lifecycle sha.js@2.4.9~install: sha.js@2.4.9
npm info lifecycle create-hash@1.1.3~install: create-hash@1.1.3
npm info lifecycle browserify-aes@1.1.1~install: browserify-aes@1.1.1
npm info lifecycle browserify-cipher@1.0.0~install: browserify-cipher@1.0.0
npm info lifecycle create-hmac@1.1.6~install: create-hmac@1.1.6
npm info lifecycle pbkdf2@3.0.14~install: pbkdf2@3.0.14
npm info lifecycle parse-asn1@5.1.0~install: parse-asn1@5.1.0
npm info lifecycle browserify-sign@4.0.4~install: browserify-sign@4.0.4
npm info lifecycle public-encrypt@4.0.0~install: public-encrypt@4.0.0
npm info lifecycle crypto-browserify@3.11.1~install: crypto-browserify@3.11.1
npm info lifecycle shebang-regex@1.0.0~install: shebang-regex@1.0.0
npm info lifecycle shebang-command@1.2.0~install: shebang-command@1.2.0
npm info lifecycle signal-exit@3.0.2~install: signal-exit@3.0.2
npm info lifecycle source-list-map@2.0.0~install: source-list-map@2.0.0
npm info lifecycle source-map@0.5.7~install: source-map@0.5.7
npm info lifecycle spdx-expression-parse@1.0.4~install: spdx-expression-parse@1.0.4
npm info lifecycle spdx-license-ids@1.2.2~install: spdx-license-ids@1.2.2
npm info lifecycle spdx-correct@1.0.2~install: spdx-correct@1.0.2
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle ansi-regex@3.0.0~install: ansi-regex@3.0.0
npm info lifecycle is-fullwidth-code-point@2.0.0~install: is-fullwidth-code-point@2.0.0
npm info lifecycle strip-ansi@4.0.0~install: strip-ansi@4.0.0
npm info lifecycle string-width@2.1.1~install: string-width@2.1.1
npm info lifecycle strip-ansi@3.0.1~install: strip-ansi@3.0.1
npm info lifecycle strip-bom@3.0.0~install: strip-bom@3.0.0
npm info lifecycle load-json-file@2.0.0~install: load-json-file@2.0.0
npm info lifecycle strip-eof@1.0.0~install: strip-eof@1.0.0
npm info lifecycle tapable@0.2.8~install: tapable@0.2.8
npm info lifecycle timers-browserify@2.0.4~install: timers-browserify@2.0.4
npm info lifecycle to-arraybuffer@1.0.1~install: to-arraybuffer@1.0.1
npm info lifecycle tty-browserify@0.0.0~install: tty-browserify@0.0.0
npm info lifecycle uglify-to-browserify@1.0.2~install: uglify-to-browserify@1.0.2
npm info lifecycle punycode@1.3.2~install: punycode@1.3.2
npm info lifecycle url@0.11.0~install: url@0.11.0
npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle memory-fs@0.4.1~install: memory-fs@0.4.1
npm info lifecycle readdirp@2.1.0~install: readdirp@2.1.0
npm info lifecycle chokidar@1.7.0~install: chokidar@1.7.0
npm info lifecycle stream-browserify@2.0.1~install: stream-browserify@2.0.1
npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
npm info lifecycle util@0.10.3~install: util@0.10.3
npm info lifecycle assert@1.4.1~install: assert@1.4.1
npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
npm info lifecycle normalize-package-data@2.4.0~install: normalize-package-data@2.4.0
npm info lifecycle read-pkg@2.0.0~install: read-pkg@2.0.0
npm info lifecycle read-pkg-up@2.0.0~install: read-pkg-up@2.0.0
npm info lifecycle vm-browserify@0.0.4~install: vm-browserify@0.0.4
npm info lifecycle webpack-sources@1.0.1~install: webpack-sources@1.0.1
npm info lifecycle which@1.3.0~install: which@1.3.0
npm info lifecycle which-module@2.0.0~install: which-module@2.0.0
npm info lifecycle window-size@0.1.0~install: window-size@0.1.0
npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
npm info lifecycle cliui@2.1.0~install: cliui@2.1.0
npm info lifecycle yargs@3.10.0~install: yargs@3.10.0
npm info lifecycle uglify-js@2.8.29~install: uglify-js@2.8.29
npm info lifecycle string-width@1.0.2~install: string-width@1.0.2
npm info lifecycle wrap-ansi@2.1.0~install: wrap-ansi@2.1.0
npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
npm info lifecycle stream-http@2.7.2~install: stream-http@2.7.2
npm info lifecycle y18n@3.2.1~install: y18n@3.2.1
npm info lifecycle yallist@2.1.2~install: yallist@2.1.2
npm info lifecycle lru-cache@4.1.1~install: lru-cache@4.1.1
npm info lifecycle cross-spawn@5.1.0~install: cross-spawn@5.1.0
npm info lifecycle execa@0.7.0~install: execa@0.7.0
npm info lifecycle os-locale@2.1.0~install: os-locale@2.1.0
npm info lifecycle camelcase@4.1.0~install: camelcase@4.1.0
npm info lifecycle yargs-parser@7.0.0~install: yargs-parser@7.0.0
npm info lifecycle camelcase@4.1.0~install: camelcase@4.1.0
npm info lifecycle string-width@1.0.2~install: string-width@1.0.2
npm info lifecycle cliui@3.2.0~install: cliui@3.2.0
npm info lifecycle acorn@5.1.2~install: acorn@5.1.2
npm info lifecycle acorn-dynamic-import@2.0.2~install: acorn-dynamic-import@2.0.2
npm info lifecycle ajv@5.3.0~install: ajv@5.3.0
npm info lifecycle ajv-keywords@2.1.0~install: ajv-keywords@2.1.0
npm info lifecycle enhanced-resolve@3.4.1~install: enhanced-resolve@3.4.1
npm info lifecycle escope@3.6.0~install: escope@3.6.0
npm info lifecycle interpret@1.0.4~install: interpret@1.0.4
npm info lifecycle json-loader@0.5.7~install: json-loader@0.5.7
npm info lifecycle loader-runner@2.3.0~install: loader-runner@2.3.0
npm info lifecycle loader-utils@1.1.0~install: loader-utils@1.1.0
npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
npm info lifecycle node-libs-browser@2.0.0~install: node-libs-browser@2.0.0
npm info lifecycle supports-color@4.5.0~install: supports-color@4.5.0
npm info lifecycle uglifyjs-webpack-plugin@0.4.6~install: uglifyjs-webpack-plugin@0.4.6
npm info lifecycle watchpack@1.4.0~install: watchpack@1.4.0
npm info lifecycle yargs@8.0.2~install: yargs@8.0.2
npm info lifecycle webpack@3.8.1~install: webpack@3.8.1
npm info lifecycle acorn@4.0.13~postinstall: acorn@4.0.13
npm info lifecycle ansi-regex@2.1.1~postinstall: ansi-regex@2.1.1
npm info lifecycle arr-flatten@1.1.0~postinstall: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~postinstall: arr-diff@2.0.0
npm info lifecycle array-unique@0.2.1~postinstall: array-unique@0.2.1
npm info lifecycle async-each@1.0.1~postinstall: async-each@1.0.1
npm info lifecycle balanced-match@1.0.0~postinstall: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~postinstall: base64-js@1.2.1
npm info lifecycle big.js@3.2.0~postinstall: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~postinstall: binary-extensions@1.10.0
npm info lifecycle bn.js@4.11.8~postinstall: bn.js@4.11.8
npm info lifecycle brorand@1.1.0~postinstall: brorand@1.1.0
npm info lifecycle buffer-xor@1.0.3~postinstall: buffer-xor@1.0.3
npm info lifecycle builtin-modules@1.1.1~postinstall: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~postinstall: builtin-status-codes@3.0.0
npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
npm info lifecycle co@4.6.0~postinstall: co@4.6.0
npm info lifecycle code-point-at@1.1.0~postinstall: code-point-at@1.1.0
npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
npm info lifecycle brace-expansion@1.1.8~postinstall: brace-expansion@1.1.8
npm info lifecycle constants-browserify@1.0.0~postinstall: constants-browserify@1.0.0
npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
npm info lifecycle date-now@0.1.4~postinstall: date-now@0.1.4
npm info lifecycle console-browserify@1.1.0~postinstall: console-browserify@1.1.0
npm info lifecycle decamelize@1.2.0~postinstall: decamelize@1.2.0
npm info lifecycle domain-browser@1.1.7~postinstall: domain-browser@1.1.7
npm info lifecycle emojis-list@2.1.0~postinstall: emojis-list@2.1.0
npm info lifecycle es6-symbol@3.1.1~postinstall: es6-symbol@3.1.1
npm info lifecycle es6-iterator@2.0.3~postinstall: es6-iterator@2.0.3
npm info lifecycle es5-ext@0.10.35~postinstall: es5-ext@0.10.35
npm info lifecycle d@1.0.0~postinstall: d@1.0.0
npm info lifecycle es6-weak-map@2.0.2~postinstall: es6-weak-map@2.0.2
npm info lifecycle estraverse@4.2.0~postinstall: estraverse@4.2.0
npm info lifecycle event-emitter@0.3.5~postinstall: event-emitter@0.3.5
npm info lifecycle es6-set@0.1.5~postinstall: es6-set@0.1.5
npm info lifecycle es6-map@0.1.5~postinstall: es6-map@0.1.5
npm info lifecycle events@1.1.1~postinstall: events@1.1.1
npm info lifecycle fast-deep-equal@1.0.0~postinstall: fast-deep-equal@1.0.0
npm info lifecycle fast-json-stable-stringify@2.0.0~postinstall: fast-json-stable-stringify@2.0.0
npm info lifecycle filename-regex@2.0.1~postinstall: filename-regex@2.0.1
npm info lifecycle for-in@1.0.2~postinstall: for-in@1.0.2
npm info lifecycle for-own@0.1.5~postinstall: for-own@0.1.5
npm info lifecycle get-caller-file@1.0.2~postinstall: get-caller-file@1.0.2
npm info lifecycle get-stream@3.0.0~postinstall: get-stream@3.0.0
npm info lifecycle graceful-fs@4.1.11~postinstall: graceful-fs@4.1.11
npm info lifecycle has-flag@2.0.0~postinstall: has-flag@2.0.0
npm info lifecycle hosted-git-info@2.5.0~postinstall: hosted-git-info@2.5.0
npm info lifecycle https-browserify@0.0.1~postinstall: https-browserify@0.0.1
npm info lifecycle ieee754@1.1.8~postinstall: ieee754@1.1.8
npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
npm info lifecycle inherits@2.0.3~postinstall: inherits@2.0.3
npm info lifecycle hash-base@2.0.2~postinstall: hash-base@2.0.2
npm info lifecycle invert-kv@1.0.0~postinstall: invert-kv@1.0.0
npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
npm info lifecycle error-ex@1.3.1~postinstall: error-ex@1.3.1
npm info lifecycle is-binary-path@1.0.1~postinstall: is-binary-path@1.0.1
npm info lifecycle is-buffer@1.1.5~postinstall: is-buffer@1.1.5
npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
npm info lifecycle is-dotfile@1.0.3~postinstall: is-dotfile@1.0.3
npm info lifecycle is-extendable@0.1.1~postinstall: is-extendable@0.1.1
npm info lifecycle is-extglob@1.0.0~postinstall: is-extglob@1.0.0
npm info lifecycle extglob@0.3.2~postinstall: extglob@0.3.2
npm info lifecycle is-glob@2.0.1~postinstall: is-glob@2.0.1
npm info lifecycle glob-parent@2.0.0~postinstall: glob-parent@2.0.0
npm info lifecycle glob-base@0.3.0~postinstall: glob-base@0.3.0
npm info lifecycle is-posix-bracket@0.1.1~postinstall: is-posix-bracket@0.1.1
npm info lifecycle expand-brackets@0.1.5~postinstall: expand-brackets@0.1.5
npm info lifecycle is-primitive@2.0.0~postinstall: is-primitive@2.0.0
npm info lifecycle is-equal-shallow@0.1.3~postinstall: is-equal-shallow@0.1.3
npm info lifecycle is-stream@1.1.0~postinstall: is-stream@1.1.0
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle buffer@4.9.1~postinstall: buffer@4.9.1
npm info lifecycle isexe@2.0.0~postinstall: isexe@2.0.0
npm info lifecycle isobject@2.1.0~postinstall: isobject@2.1.0
npm info lifecycle json-schema-traverse@0.3.1~postinstall: json-schema-traverse@0.3.1
npm info lifecycle json5@0.5.1~postinstall: json5@0.5.1
npm info lifecycle kind-of@3.2.2~postinstall: kind-of@3.2.2
npm info lifecycle is-number@2.1.0~postinstall: is-number@2.1.0
npm info lifecycle lazy-cache@1.0.4~postinstall: lazy-cache@1.0.4
npm info lifecycle lcid@1.0.0~postinstall: lcid@1.0.0
npm info lifecycle lodash@4.17.4~postinstall: lodash@4.17.4
npm info lifecycle async@2.5.0~postinstall: async@2.5.0
npm info lifecycle longest@1.0.1~postinstall: longest@1.0.1
npm info lifecycle miller-rabin@4.0.1~postinstall: miller-rabin@4.0.1
npm info lifecycle mimic-fn@1.1.0~postinstall: mimic-fn@1.1.0
npm info lifecycle mem@1.1.0~postinstall: mem@1.1.0
npm info lifecycle minimalistic-assert@1.0.0~postinstall: minimalistic-assert@1.0.0
npm info lifecycle asn1.js@4.9.1~postinstall: asn1.js@4.9.1
npm info lifecycle des.js@1.0.0~postinstall: des.js@1.0.0
npm info lifecycle hash.js@1.1.3~postinstall: hash.js@1.1.3
npm info lifecycle minimalistic-crypto-utils@1.0.1~postinstall: minimalistic-crypto-utils@1.0.1
npm info lifecycle hmac-drbg@1.0.1~postinstall: hmac-drbg@1.0.1
npm info lifecycle elliptic@6.4.0~postinstall: elliptic@6.4.0
npm info lifecycle create-ecdh@4.0.0~postinstall: create-ecdh@4.0.0
npm info lifecycle minimatch@3.0.4~postinstall: minimatch@3.0.4
npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
npm info lifecycle number-is-nan@1.0.1~postinstall: number-is-nan@1.0.1
npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
npm info lifecycle object-assign@4.1.1~postinstall: object-assign@4.1.1
npm info lifecycle esrecurse@4.2.0~postinstall: esrecurse@4.2.0
npm info lifecycle object.omit@2.0.1~postinstall: object.omit@2.0.1
npm info lifecycle os-browserify@0.2.1~postinstall: os-browserify@0.2.1
npm info lifecycle p-finally@1.0.0~postinstall: p-finally@1.0.0
npm info lifecycle p-limit@1.1.0~postinstall: p-limit@1.1.0
npm info lifecycle p-locate@2.0.0~postinstall: p-locate@2.0.0
npm info lifecycle pako@0.2.9~postinstall: pako@0.2.9
npm info lifecycle browserify-zlib@0.1.4~postinstall: browserify-zlib@0.1.4
npm info lifecycle parse-glob@3.0.4~postinstall: parse-glob@3.0.4
npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
npm info lifecycle path-browserify@0.0.0~postinstall: path-browserify@0.0.0
npm info lifecycle path-exists@3.0.0~postinstall: path-exists@3.0.0
npm info lifecycle locate-path@2.0.0~postinstall: locate-path@2.0.0
npm info lifecycle find-up@2.1.0~postinstall: find-up@2.1.0
npm info lifecycle path-is-absolute@1.0.1~postinstall: path-is-absolute@1.0.1
npm info lifecycle path-key@2.0.1~postinstall: path-key@2.0.1
npm info lifecycle npm-run-path@2.0.2~postinstall: npm-run-path@2.0.2
npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
npm info lifecycle path-type@2.0.0~postinstall: path-type@2.0.0
npm info lifecycle preserve@0.2.0~postinstall: preserve@0.2.0
npm info lifecycle process@0.11.10~postinstall: process@0.11.10
npm info lifecycle process-nextick-args@1.0.7~postinstall: process-nextick-args@1.0.7
npm info lifecycle prr@0.0.0~postinstall: prr@0.0.0
npm info lifecycle errno@0.1.4~postinstall: errno@0.1.4
npm info lifecycle pseudomap@1.0.2~postinstall: pseudomap@1.0.2
npm info lifecycle punycode@1.4.1~postinstall: punycode@1.4.1
npm info lifecycle querystring@0.2.0~postinstall: querystring@0.2.0
npm info lifecycle querystring-es3@0.2.1~postinstall: querystring-es3@0.2.1
npm info lifecycle kind-of@3.2.2~postinstall: kind-of@3.2.2
npm info lifecycle is-number@3.0.0~postinstall: is-number@3.0.0
npm info lifecycle kind-of@4.0.0~postinstall: kind-of@4.0.0
npm info lifecycle randomatic@1.1.7~postinstall: randomatic@1.1.7
npm info lifecycle regex-cache@0.4.4~postinstall: regex-cache@0.4.4
npm info lifecycle remove-trailing-separator@1.1.0~postinstall: remove-trailing-separator@1.1.0
npm info lifecycle normalize-path@2.1.1~postinstall: normalize-path@2.1.1
npm info lifecycle repeat-element@1.1.2~postinstall: repeat-element@1.1.2
npm info lifecycle repeat-string@1.6.1~postinstall: repeat-string@1.6.1
npm info lifecycle align-text@0.1.4~postinstall: align-text@0.1.4
npm info lifecycle center-align@0.1.3~postinstall: center-align@0.1.3
npm info lifecycle fill-range@2.2.3~postinstall: fill-range@2.2.3
npm info lifecycle expand-range@1.8.2~postinstall: expand-range@1.8.2
npm info lifecycle braces@1.8.5~postinstall: braces@1.8.5
npm info lifecycle micromatch@2.3.11~postinstall: micromatch@2.3.11
npm info lifecycle anymatch@1.3.2~postinstall: anymatch@1.3.2
npm info lifecycle require-directory@2.1.1~postinstall: require-directory@2.1.1
npm info lifecycle require-main-filename@1.0.1~postinstall: require-main-filename@1.0.1
npm info lifecycle right-align@0.1.3~postinstall: right-align@0.1.3
npm info lifecycle ripemd160@2.0.1~postinstall: ripemd160@2.0.1
npm info lifecycle safe-buffer@5.1.1~postinstall: safe-buffer@5.1.1
npm info lifecycle cipher-base@1.0.4~postinstall: cipher-base@1.0.4
npm info lifecycle browserify-des@1.0.0~postinstall: browserify-des@1.0.0
npm info lifecycle hash-base@3.0.4~postinstall: hash-base@3.0.4
npm info lifecycle md5.js@1.3.4~postinstall: md5.js@1.3.4
npm info lifecycle evp_bytestokey@1.0.3~postinstall: evp_bytestokey@1.0.3
npm info lifecycle randombytes@2.0.5~postinstall: randombytes@2.0.5
npm info lifecycle browserify-rsa@4.0.1~postinstall: browserify-rsa@4.0.1
npm info lifecycle diffie-hellman@5.0.2~postinstall: diffie-hellman@5.0.2
npm info lifecycle semver@5.4.1~postinstall: semver@5.4.1
npm info lifecycle set-blocking@2.0.0~postinstall: set-blocking@2.0.0
npm info lifecycle set-immediate-shim@1.0.1~postinstall: set-immediate-shim@1.0.1
npm info lifecycle setimmediate@1.0.5~postinstall: setimmediate@1.0.5
npm info lifecycle sha.js@2.4.9~postinstall: sha.js@2.4.9
npm info lifecycle create-hash@1.1.3~postinstall: create-hash@1.1.3
npm info lifecycle browserify-aes@1.1.1~postinstall: browserify-aes@1.1.1
npm info lifecycle browserify-cipher@1.0.0~postinstall: browserify-cipher@1.0.0
npm info lifecycle create-hmac@1.1.6~postinstall: create-hmac@1.1.6
npm info lifecycle pbkdf2@3.0.14~postinstall: pbkdf2@3.0.14
npm info lifecycle parse-asn1@5.1.0~postinstall: parse-asn1@5.1.0
npm info lifecycle browserify-sign@4.0.4~postinstall: browserify-sign@4.0.4
npm info lifecycle public-encrypt@4.0.0~postinstall: public-encrypt@4.0.0
npm info lifecycle crypto-browserify@3.11.1~postinstall: crypto-browserify@3.11.1
npm info lifecycle shebang-regex@1.0.0~postinstall: shebang-regex@1.0.0
npm info lifecycle shebang-command@1.2.0~postinstall: shebang-command@1.2.0
npm info lifecycle signal-exit@3.0.2~postinstall: signal-exit@3.0.2
npm info lifecycle source-list-map@2.0.0~postinstall: source-list-map@2.0.0
npm info lifecycle source-map@0.5.7~postinstall: source-map@0.5.7
npm info lifecycle spdx-expression-parse@1.0.4~postinstall: spdx-expression-parse@1.0.4
npm info lifecycle spdx-license-ids@1.2.2~postinstall: spdx-license-ids@1.2.2
npm info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle ansi-regex@3.0.0~postinstall: ansi-regex@3.0.0
npm info lifecycle is-fullwidth-code-point@2.0.0~postinstall: is-fullwidth-code-point@2.0.0
npm info lifecycle strip-ansi@4.0.0~postinstall: strip-ansi@4.0.0
npm info lifecycle string-width@2.1.1~postinstall: string-width@2.1.1
npm info lifecycle strip-ansi@3.0.1~postinstall: strip-ansi@3.0.1
npm info lifecycle strip-bom@3.0.0~postinstall: strip-bom@3.0.0
npm info lifecycle load-json-file@2.0.0~postinstall: load-json-file@2.0.0
npm info lifecycle strip-eof@1.0.0~postinstall: strip-eof@1.0.0
npm info lifecycle tapable@0.2.8~postinstall: tapable@0.2.8
npm info lifecycle timers-browserify@2.0.4~postinstall: timers-browserify@2.0.4
npm info lifecycle to-arraybuffer@1.0.1~postinstall: to-arraybuffer@1.0.1
npm info lifecycle tty-browserify@0.0.0~postinstall: tty-browserify@0.0.0
npm info lifecycle uglify-to-browserify@1.0.2~postinstall: uglify-to-browserify@1.0.2
npm info lifecycle punycode@1.3.2~postinstall: punycode@1.3.2
npm info lifecycle url@0.11.0~postinstall: url@0.11.0
npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle memory-fs@0.4.1~postinstall: memory-fs@0.4.1
npm info lifecycle readdirp@2.1.0~postinstall: readdirp@2.1.0
npm info lifecycle chokidar@1.7.0~postinstall: chokidar@1.7.0
npm info lifecycle stream-browserify@2.0.1~postinstall: stream-browserify@2.0.1
npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
npm info lifecycle util@0.10.3~postinstall: util@0.10.3
npm info lifecycle assert@1.4.1~postinstall: assert@1.4.1
npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
npm info lifecycle normalize-package-data@2.4.0~postinstall: normalize-package-data@2.4.0
npm info lifecycle read-pkg@2.0.0~postinstall: read-pkg@2.0.0
npm info lifecycle read-pkg-up@2.0.0~postinstall: read-pkg-up@2.0.0
npm info lifecycle vm-browserify@0.0.4~postinstall: vm-browserify@0.0.4
npm info lifecycle webpack-sources@1.0.1~postinstall: webpack-sources@1.0.1
npm info lifecycle which@1.3.0~postinstall: which@1.3.0
npm info lifecycle which-module@2.0.0~postinstall: which-module@2.0.0
npm info lifecycle window-size@0.1.0~postinstall: window-size@0.1.0
npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
npm info lifecycle cliui@2.1.0~postinstall: cliui@2.1.0
npm info lifecycle yargs@3.10.0~postinstall: yargs@3.10.0
npm info lifecycle uglify-js@2.8.29~postinstall: uglify-js@2.8.29
npm info lifecycle string-width@1.0.2~postinstall: string-width@1.0.2
npm info lifecycle wrap-ansi@2.1.0~postinstall: wrap-ansi@2.1.0
npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
npm info lifecycle stream-http@2.7.2~postinstall: stream-http@2.7.2
npm info lifecycle y18n@3.2.1~postinstall: y18n@3.2.1
npm info lifecycle yallist@2.1.2~postinstall: yallist@2.1.2
npm info lifecycle lru-cache@4.1.1~postinstall: lru-cache@4.1.1
npm info lifecycle cross-spawn@5.1.0~postinstall: cross-spawn@5.1.0
npm info lifecycle execa@0.7.0~postinstall: execa@0.7.0
npm info lifecycle os-locale@2.1.0~postinstall: os-locale@2.1.0
npm info lifecycle camelcase@4.1.0~postinstall: camelcase@4.1.0
npm info lifecycle yargs-parser@7.0.0~postinstall: yargs-parser@7.0.0
npm info lifecycle camelcase@4.1.0~postinstall: camelcase@4.1.0
npm info lifecycle string-width@1.0.2~postinstall: string-width@1.0.2
npm info lifecycle cliui@3.2.0~postinstall: cliui@3.2.0
npm info lifecycle acorn@5.1.2~postinstall: acorn@5.1.2
npm info lifecycle acorn-dynamic-import@2.0.2~postinstall: acorn-dynamic-import@2.0.2
npm info lifecycle ajv@5.3.0~postinstall: ajv@5.3.0
npm info lifecycle ajv-keywords@2.1.0~postinstall: ajv-keywords@2.1.0
npm info lifecycle enhanced-resolve@3.4.1~postinstall: enhanced-resolve@3.4.1
npm info lifecycle escope@3.6.0~postinstall: escope@3.6.0
npm info lifecycle interpret@1.0.4~postinstall: interpret@1.0.4
npm info lifecycle json-loader@0.5.7~postinstall: json-loader@0.5.7
npm info lifecycle loader-runner@2.3.0~postinstall: loader-runner@2.3.0
npm info lifecycle loader-utils@1.1.0~postinstall: loader-utils@1.1.0
npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
npm info lifecycle node-libs-browser@2.0.0~postinstall: node-libs-browser@2.0.0
npm info lifecycle supports-color@4.5.0~postinstall: supports-color@4.5.0
npm info lifecycle uglifyjs-webpack-plugin@0.4.6~postinstall: uglifyjs-webpack-plugin@0.4.6

> uglifyjs-webpack-plugin@0.4.6 postinstall /usr/local/lib/node_modules/webpack/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js
npm info lifecycle watchpack@1.4.0~postinstall: watchpack@1.4.0
npm info lifecycle yargs@8.0.2~postinstall: yargs@8.0.2
npm info lifecycle webpack@3.8.1~postinstall: webpack@3.8.1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/webpack/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
+ webpack@3.8.1
added 364 packages in 9.165s
npm info ok
npm info it worked if it ends with ok
npm info using npm@5.4.2
npm info using node@v8.7.0
npm info lifecycle material-ui-example-webpack@0.16.4~preinstall: material-ui-example-webpack@0.16.4
npm http fetch GET 200 https://registry.npmjs.org/webpack 107ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-loader 173ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-react 175ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-stage-2 175ms
npm http fetch GET 200 https://registry.npmjs.org/html-webpack-plugin 178ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-es2015 194ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-server 194ms
npm http fetch GET 200 https://registry.npmjs.org/transfer-webpack-plugin 209ms
npm WARN deprecated babel-preset-es2015@6.24.1: 🙌 Thanks for using Babel: we recommend using babel-preset-env now: please read babeljs.io/env to update!
npm http fetch GET 200 https://registry.npmjs.org/babel-core 267ms
npm http fetch GET 200 https://registry.npmjs.org/react 97ms
npm http fetch GET 200 https://registry.npmjs.org/acorn 68ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/acorn-dynamic-import 67ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ajv 66ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords 68ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/react-dom 93ms
npm http fetch GET 200 https://registry.npmjs.org/async 30ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/enhanced-resolve 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/interpret 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/json-loader 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/material-ui 328ms
npm http fetch GET 200 https://registry.npmjs.org/json5 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/react-tap-event-plugin 132ms
npm http fetch GET 200 https://registry.npmjs.org/loader-runner 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/loader-utils 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/memory-fs 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/mkdirp 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/node-libs-browser 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/source-map 21ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/supports-color 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/tapable 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/uglify-js 33ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/watchpack 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/webpack-sources 37ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/yargs 37ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir 73ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-flow 67ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-display-name 64ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-jsx 69ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx 66ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx-source 52ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx-self 41ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-decorators 37ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-class-properties 42ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-dynamic-import 39ms
npm http fetch GET 200 https://registry.npmjs.org/lodash 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-stage-3 41ms
npm http fetch GET 200 https://registry.npmjs.org/toposort 32ms
npm http fetch GET 200 https://registry.npmjs.org/pretty-error 39ms
npm http fetch GET 200 https://registry.npmjs.org/html-minifier 47ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-check-es2015-constants 38ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions 39ms
npm http fetch GET 200 https://registry.npmjs.org/bluebird 60ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions 37ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping 81ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-classes 89ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties 110ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys 57ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring 67ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-for-of 60ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-function-name 60ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-literals 46ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs 54ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd 59ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs 61ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd 57ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-object-super 56ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-parameters 56ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties 62ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals 43ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol 36ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex 35ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex 56ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-regenerator 30ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-html 26ms
npm http fetch GET 200 https://registry.npmjs.org/chokidar 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/array-includes 32ms
npm http fetch GET 200 https://registry.npmjs.org/bonjour 48ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-spread 141ms
npm http fetch GET 200 https://registry.npmjs.org/compression 51ms
npm http fetch GET 200 https://registry.npmjs.org/connect-history-api-fallback 57ms
npm http fetch GET 200 https://registry.npmjs.org/del 56ms
npm http fetch GET 200 https://registry.npmjs.org/debug 58ms
npm http fetch GET 200 https://registry.npmjs.org/html-entities 43ms
npm http fetch GET 200 https://registry.npmjs.org/http-proxy-middleware 43ms
npm http fetch GET 200 https://registry.npmjs.org/import-local 34ms
npm http fetch GET 200 https://registry.npmjs.org/express 88ms
npm http fetch GET 200 https://registry.npmjs.org/internal-ip 37ms
npm http fetch GET 200 https://registry.npmjs.org/loglevel 43ms
npm http fetch GET 200 https://registry.npmjs.org/ip 46ms
npm http fetch GET 200 https://registry.npmjs.org/opn 43ms
npm http fetch GET 200 https://registry.npmjs.org/portfinder 41ms
npm http fetch GET 200 https://registry.npmjs.org/selfsigned 40ms
npm http fetch GET 200 https://registry.npmjs.org/serve-index 47ms
npm http fetch GET 200 https://registry.npmjs.org/sockjs 45ms
npm http fetch GET 200 https://registry.npmjs.org/strip-ansi 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/sockjs-client 39ms
npm http fetch GET 200 https://registry.npmjs.org/spdy 56ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-middleware 44ms
npm http fetch GET 200 https://registry.npmjs.org/vow 51ms
npm http fetch GET 200 https://registry.npmjs.org/node-dir 68ms
npm http fetch GET 200 https://registry.npmjs.org/babel-generator 57ms
npm http fetch GET 200 https://registry.npmjs.org/babel-register 49ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helpers 52ms
npm http fetch GET 200 https://registry.npmjs.org/babel-messages 51ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime 60ms
npm http fetch GET 200 https://registry.npmjs.org/babel-template 50ms
npm http fetch GET 200 https://registry.npmjs.org/babel-code-frame 121ms
npm http fetch GET 200 https://registry.npmjs.org/minimatch 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-traverse 53ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-absolute 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-types 49ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map 35ms
npm http fetch GET 200 https://registry.npmjs.org/babylon 55ms
npm http fetch GET 200 https://registry.npmjs.org/private 36ms
npm http fetch GET 200 https://registry.npmjs.org/slash 37ms
npm http fetch GET 200 https://registry.npmjs.org/object-assign 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/create-react-class 33ms
npm http fetch GET 200 https://registry.npmjs.org/fbjs 37ms
npm http fetch GET 200 https://registry.npmjs.org/co 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/loose-envify 37ms
npm http fetch GET 200 https://registry.npmjs.org/graceful-fs 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/prop-types 35ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify 32ms
npm http fetch GET 200 https://registry.npmjs.org/errno 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/readable-stream 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimist 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/assert 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/browserify-zlib 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/buffer 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/console-browserify 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/constants-browserify 22ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/crypto-browserify 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/events 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/domain-browser 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/https-browserify 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/os-browserify 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/path-browserify 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/process 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/punycode 21ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/querystring-es3 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/stream-browserify 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/stream-http 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/string_decoder 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/timers-browserify 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/url 33ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/tty-browserify 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/util 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/vm-browserify 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/keycode 27ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.merge 22ms
npm http fetch GET 200 https://registry.npmjs.org/big.js 10ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/react-transition-group 22ms
npm http fetch GET 200 https://registry.npmjs.org/inline-style-prefixer 43ms
npm http fetch GET 200 https://registry.npmjs.org/warning 25ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.throttle 46ms
npm http fetch GET 200 https://registry.npmjs.org/emojis-list 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/react-event-listener 51ms
npm http fetch GET 200 https://registry.npmjs.org/recompose 52ms
npm http fetch GET 200 https://registry.npmjs.org/source-list-map 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/cliui 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/get-caller-file 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/os-locale 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/require-directory 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/require-main-filename 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/simple-assign 112ms
npm http fetch GET 304 https://registry.npmjs.org/has-flag 68ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/set-blocking 12ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/decamelize 63ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/uglify-to-browserify 86ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/which-module 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/y18n 20ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/camelcase 86ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser 21ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/commondir 33ms
npm http fetch GET 200 https://registry.npmjs.org/pkg-dir 25ms
npm http fetch GET 200 https://registry.npmjs.org/make-dir 27ms
npm http fetch GET 304 https://registry.npmjs.org/string-width 57ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-flow-strip-types 33ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-builder-react-jsx 32ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-decorators 35ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-explode-class 36ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-function-name 36ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-class-properties 29ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas 28ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-async-generator-functions 29ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-async-to-generator 28ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator 29ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-object-rest-spread 42ms
npm http fetch GET 200 https://registry.npmjs.org/utila 37ms
npm http fetch GET 200 https://registry.npmjs.org/renderkid 38ms
npm http fetch GET 200 https://registry.npmjs.org/camel-case 39ms
npm http fetch GET 200 https://registry.npmjs.org/commander 30ms
npm http fetch GET 200 https://registry.npmjs.org/clean-css 51ms
npm http fetch GET 200 https://registry.npmjs.org/he 40ms
npm http fetch GET 200 https://registry.npmjs.org/ncname 34ms
npm http fetch GET 200 https://registry.npmjs.org/param-case 33ms
npm http fetch GET 200 https://registry.npmjs.org/relateurl 33ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-optimise-call-expression 37ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-replace-supers 34ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-define-map 30ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-strict-mode 31ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-hoist-variables 28ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-get-function-arity 26ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-call-delegate 28ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-regex 27ms
npm http fetch GET 200 https://registry.npmjs.org/regexpu-core 23ms
npm http fetch GET 200 https://registry.npmjs.org/anymatch 11ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/async-each 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/inherits 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-binary-path 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-glob 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/readdirp 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/fsevents 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform 38ms
npm http fetch GET 200 https://registry.npmjs.org/define-properties 39ms
npm http fetch GET 200 https://registry.npmjs.org/es-abstract 36ms
npm http fetch GET 200 https://registry.npmjs.org/array-flatten 36ms
npm http fetch GET 200 https://registry.npmjs.org/deep-equal 33ms
npm http fetch GET 200 https://registry.npmjs.org/dns-equal 30ms
npm http fetch GET 200 https://registry.npmjs.org/multicast-dns 29ms
npm http fetch GET 200 https://registry.npmjs.org/dns-txt 32ms
npm http fetch GET 200 https://registry.npmjs.org/multicast-dns-service-types 28ms
npm http fetch GET 304 https://registry.npmjs.org/glob-parent 73ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/accepts 33ms
npm http fetch GET 200 https://registry.npmjs.org/safe-buffer 22ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/bytes 35ms
npm http fetch GET 200 https://registry.npmjs.org/compressible 36ms
npm http fetch GET 200 https://registry.npmjs.org/on-headers 34ms
npm http fetch GET 200 https://registry.npmjs.org/vary 32ms
npm http fetch GET 200 https://registry.npmjs.org/is-path-cwd 24ms
npm http fetch GET 200 https://registry.npmjs.org/is-path-in-cwd 24ms
npm http fetch GET 200 https://registry.npmjs.org/globby 26ms
npm http fetch GET 200 https://registry.npmjs.org/p-map 24ms
npm http fetch GET 200 https://registry.npmjs.org/pify 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/rimraf 25ms
npm http fetch GET 200 https://registry.npmjs.org/ms 28ms
npm http fetch GET 200 https://registry.npmjs.org/micromatch 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/http-proxy 32ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-cwd 31ms
npm http fetch GET 200 https://registry.npmjs.org/body-parser 38ms
npm http fetch GET 200 https://registry.npmjs.org/content-disposition 33ms
npm http fetch GET 200 https://registry.npmjs.org/content-type 29ms
npm http fetch GET 200 https://registry.npmjs.org/cookie 29ms
npm http fetch GET 200 https://registry.npmjs.org/cookie-signature 25ms
npm http fetch GET 200 https://registry.npmjs.org/depd 27ms
npm http fetch GET 200 https://registry.npmjs.org/encodeurl 26ms
npm http fetch GET 200 https://registry.npmjs.org/escape-html 28ms
npm http fetch GET 200 https://registry.npmjs.org/etag 28ms
npm http fetch GET 200 https://registry.npmjs.org/finalhandler 25ms
npm http fetch GET 200 https://registry.npmjs.org/fresh 32ms
npm http fetch GET 200 https://registry.npmjs.org/merge-descriptors 32ms
npm http fetch GET 200 https://registry.npmjs.org/methods 32ms
npm http fetch GET 200 https://registry.npmjs.org/on-finished 34ms
npm http fetch GET 200 https://registry.npmjs.org/parseurl 31ms
npm http fetch GET 200 https://registry.npmjs.org/path-to-regexp 33ms
npm http fetch GET 200 https://registry.npmjs.org/proxy-addr 26ms
npm http fetch GET 200 https://registry.npmjs.org/qs 105ms
npm http fetch GET 200 https://registry.npmjs.org/range-parser 113ms
npm http fetch GET 200 https://registry.npmjs.org/send 124ms
npm http fetch GET 200 https://registry.npmjs.org/serve-static 132ms
npm http fetch GET 200 https://registry.npmjs.org/statuses 56ms
npm http fetch GET 200 https://registry.npmjs.org/setprototypeof 69ms
npm http fetch GET 200 https://registry.npmjs.org/type-is 54ms
npm http fetch GET 200 https://registry.npmjs.org/utils-merge 45ms
npm http fetch GET 200 https://registry.npmjs.org/meow 35ms
npm http fetch GET 200 https://registry.npmjs.org/is-wsl 33ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-regex 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/node-forge 44ms
npm http fetch GET 200 https://registry.npmjs.org/batch 36ms
npm http fetch GET 200 https://registry.npmjs.org/mime-types 39ms
npm http fetch GET 200 https://registry.npmjs.org/http-errors 42ms
npm http fetch GET 200 https://registry.npmjs.org/faye-websocket 39ms
npm http fetch GET 200 https://registry.npmjs.org/uuid 34ms
npm http fetch GET 200 https://registry.npmjs.org/json3 37ms
npm http fetch GET 200 https://registry.npmjs.org/eventsource 42ms
npm http fetch GET 200 https://registry.npmjs.org/url-parse 36ms
npm http fetch GET 200 https://registry.npmjs.org/faye-websocket 43ms
npm http fetch GET 200 https://registry.npmjs.org/http-deceiver 27ms
npm http fetch GET 200 https://registry.npmjs.org/handle-thing 29ms
npm http fetch GET 200 https://registry.npmjs.org/mime 27ms
npm http fetch GET 200 https://registry.npmjs.org/select-hose 32ms
npm http fetch GET 200 https://registry.npmjs.org/time-stamp 26ms
npm http fetch GET 200 https://registry.npmjs.org/spdy-transport 37ms
npm http fetch GET 200 https://registry.npmjs.org/jsesc 27ms
npm http fetch GET 200 https://registry.npmjs.org/detect-indent 30ms
npm http fetch GET 200 https://registry.npmjs.org/trim-right 30ms
npm http fetch GET 200 https://registry.npmjs.org/core-js 34ms
npm http fetch GET 200 https://registry.npmjs.org/home-or-tmp 35ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-support 36ms
npm http fetch GET 200 https://registry.npmjs.org/brace-expansion 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime 36ms
npm http fetch GET 200 https://registry.npmjs.org/chalk 27ms
npm http fetch GET 200 https://registry.npmjs.org/esutils 25ms
npm http fetch GET 200 https://registry.npmjs.org/core-js 47ms
npm http fetch GET 200 https://registry.npmjs.org/js-tokens 27ms
npm http fetch GET 200 https://registry.npmjs.org/globals 28ms
npm http fetch GET 200 https://registry.npmjs.org/invariant 26ms
npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties 27ms
npm http fetch GET 200 https://registry.npmjs.org/setimmediate 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/prr 29ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/core-util-is 34ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/isarray 35ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/promise 51ms
npm http fetch GET 200 https://registry.npmjs.org/process-nextick-args 27ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ua-parser-js 54ms
npm http fetch GET 200 https://registry.npmjs.org/isomorphic-fetch 68ms
npm http fetch GET 200 https://registry.npmjs.org/util-deprecate 21ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/pako 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/base64-js 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ieee754 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/date-now 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/browserify-cipher 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/browserify-sign 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/create-ecdh 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/create-hash 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/jsonify 30ms
npm http fetch GET 200 https://registry.npmjs.org/create-hmac 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/diffie-hellman 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/pbkdf2 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/public-encrypt 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/randombytes 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/builtin-status-codes 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/xtend 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/to-arraybuffer 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/querystring 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/indexof 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/dom-helpers 30ms
npm http fetch GET 200 https://registry.npmjs.org/bowser 33ms
npm http fetch GET 200 https://registry.npmjs.org/symbol-observable 20ms
npm http fetch GET 200 https://registry.npmjs.org/hoist-non-react-statics 23ms
npm http fetch GET 200 https://registry.npmjs.org/find-up 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/css-in-js-utils 52ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg 11ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/change-emitter 43ms
npm http fetch GET 200 https://registry.npmjs.org/code-point-at 11ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/lcid 39ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/window-size 64ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/wrap-ansi 68ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-flow 27ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-async-generators 24ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-remap-async-to-generator 26ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-bindify-decorators 30ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator 25ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-async-functions 33ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor 29ms
npm http fetch GET 304 https://registry.npmjs.org/is-fullwidth-code-point 64ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread 27ms
npm http fetch GET 200 https://registry.npmjs.org/chain-function 131ms
npm http fetch GET 200 https://registry.npmjs.org/dom-converter 31ms
npm http fetch GET 200 https://registry.npmjs.org/no-case 29ms
npm http fetch GET 200 https://registry.npmjs.org/htmlparser2 49ms
npm http fetch GET 200 https://registry.npmjs.org/upper-case 45ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-path 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/css-select 59ms
npm http fetch GET 200 https://registry.npmjs.org/xml-char-classes 50ms
npm http fetch GET 200 https://registry.npmjs.org/regenerate 43ms
npm http fetch GET 200 https://registry.npmjs.org/regjsparser 44ms
npm http fetch GET 200 https://registry.npmjs.org/regjsgen 56ms
npm http fetch GET 200 https://registry.npmjs.org/binary-extensions 22ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-extglob 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/set-immediate-shim 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/nan 24ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/node-pre-gyp 46ms
npm http fetch GET 200 https://registry.npmjs.org/object-keys 31ms
npm http fetch GET 200 https://registry.npmjs.org/foreach 31ms
npm http fetch GET 200 https://registry.npmjs.org/has 27ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind 31ms
npm http fetch GET 200 https://registry.npmjs.org/dns-packet 21ms
npm http fetch GET 200 https://registry.npmjs.org/is-regex 24ms
npm http fetch GET 200 https://registry.npmjs.org/thunky 21ms
npm http fetch GET 200 https://registry.npmjs.org/es-to-primitive 42ms
npm http fetch GET 200 https://registry.npmjs.org/is-callable 40ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-indexof 36ms
npm http fetch GET 200 https://registry.npmjs.org/negotiator 30ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db 31ms
npm http fetch GET 200 https://registry.npmjs.org/arr-diff 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/pinkie-promise 21ms
npm http fetch GET 200 https://registry.npmjs.org/array-union 27ms
npm http fetch GET 200 https://registry.npmjs.org/glob 28ms
npm http fetch GET 200 https://registry.npmjs.org/expand-brackets 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-path-inside 66ms
npm http fetch GET 200 https://registry.npmjs.org/filename-regex 20ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/array-unique 54ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/kind-of 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/object.omit 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/parse-glob 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/regex-cache 14ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/braces 59ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/eventemitter3 27ms
npm http fetch GET 200 https://registry.npmjs.org/iconv-lite 22ms
npm http fetch GET 200 https://registry.npmjs.org/requires-port 30ms
npm http fetch GET 200 https://registry.npmjs.org/ee-first 22ms
npm http fetch GET 200 https://registry.npmjs.org/forwarded 23ms
npm http fetch GET 200 https://registry.npmjs.org/unpipe 26ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-from 34ms
npm http fetch GET 200 https://registry.npmjs.org/raw-body 32ms
npm http fetch GET 200 https://registry.npmjs.org/ipaddr.js 23ms
npm http fetch GET 200 https://registry.npmjs.org/destroy 23ms
npm http fetch GET 200 https://registry.npmjs.org/media-typer 22ms
npm http fetch GET 200 https://registry.npmjs.org/normalize-package-data 10ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys 22ms
npm http fetch GET 200 https://registry.npmjs.org/map-obj 22ms
npm http fetch GET 200 https://registry.npmjs.org/trim-newlines 21ms
npm http fetch GET 200 https://registry.npmjs.org/redent 22ms
npm http fetch GET 200 https://registry.npmjs.org/loud-rejection 33ms
npm http fetch GET 200 https://registry.npmjs.org/original 22ms
npm http fetch GET 200 https://registry.npmjs.org/querystringify 23ms
npm http fetch GET 200 https://registry.npmjs.org/websocket-driver 26ms
npm http fetch GET 200 https://registry.npmjs.org/detect-node 25ms
npm http fetch GET 200 https://registry.npmjs.org/balanced-match 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/obuf 24ms
npm http fetch GET 200 https://registry.npmjs.org/hpack.js 27ms
npm http fetch GET 200 https://registry.npmjs.org/repeating 24ms
npm http fetch GET 200 https://registry.npmjs.org/wbuf 25ms
npm http fetch GET 200 https://registry.npmjs.org/concat-map 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/os-homedir 33ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles 35ms
npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir 40ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp 38ms
npm http fetch GET 200 https://registry.npmjs.org/has-ansi 34ms
npm http fetch GET 200 https://registry.npmjs.org/asap 27ms
npm http fetch GET 200 https://registry.npmjs.org/node-fetch 30ms
npm http fetch GET 200 https://registry.npmjs.org/browserify-aes 10ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/browserify-des 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/evp_bytestokey 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/bn.js 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/whatwg-fetch 46ms
npm http fetch GET 200 https://registry.npmjs.org/bn.js 11ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/browserify-rsa 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/elliptic 19ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/parse-asn1 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 26ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/cipher-base 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/sha.js 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/sha.js 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/ripemd160 8ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/miller-rabin 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/center-align 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/right-align 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/wordwrap 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/path-exists 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/load-json-file 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/path-type 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/invert-kv 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/locate-path 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/number-is-nan 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/remove-trailing-separator 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/hyphenate-style-name 43ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-explode-assignable-expression 34ms
npm http fetch GET 200 https://registry.npmjs.org/lower-case 31ms
npm http fetch GET 200 https://registry.npmjs.org/domhandler 31ms
npm http fetch GET 200 https://registry.npmjs.org/domelementtype 30ms
npm http fetch GET 200 https://registry.npmjs.org/domutils 35ms
npm http fetch GET 200 https://registry.npmjs.org/css-what 32ms
npm http fetch GET 200 https://registry.npmjs.org/domutils 33ms
npm http fetch GET 200 https://registry.npmjs.org/boolbase 29ms
npm http fetch GET 200 https://registry.npmjs.org/nth-check 30ms
npm http fetch GET 304 https://registry.npmjs.org/extglob 398ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/nopt 26ms
npm http fetch GET 200 https://registry.npmjs.org/npmlog 28ms
npm http fetch GET 200 https://registry.npmjs.org/semver 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/rc 27ms
npm http fetch GET 200 https://registry.npmjs.org/hawk 27ms
npm http fetch GET 200 https://registry.npmjs.org/request 33ms
npm http fetch GET 200 https://registry.npmjs.org/tar 32ms
npm http fetch GET 200 https://registry.npmjs.org/tar-pack 27ms
npm http fetch GET 200 https://registry.npmjs.org/arr-flatten 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-symbol 31ms
npm http fetch GET 200 https://registry.npmjs.org/is-posix-bracket 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-date-object 37ms
npm http fetch GET 200 https://registry.npmjs.org/pinkie 29ms
npm http fetch GET 200 https://registry.npmjs.org/array-uniq 37ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath 30ms
npm http fetch GET 200 https://registry.npmjs.org/is-buffer 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/for-own 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/inflight 34ms
npm http fetch GET 200 https://registry.npmjs.org/once 25ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-inside 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-extendable 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/glob-base 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-dotfile 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-equal-shallow 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/expand-range 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/preserve 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/repeat-element 28ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/hosted-git-info 41ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-builtin-module 43ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/validate-npm-package-license 45ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/signal-exit 25ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/indent-string 63ms
npm http fetch GET 200 https://registry.npmjs.org/strip-indent 44ms
npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled 42ms
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-assert 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/http-parser-js 32ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-xor 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/websocket-extensions 34ms
npm http fetch GET 200 https://registry.npmjs.org/is-finite 31ms
npm http fetch GET 200 https://registry.npmjs.org/is-stream 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/des.js 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/md5.js 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/encoding 30ms
npm http fetch GET 200 https://registry.npmjs.org/brorand 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/hash.js 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/hmac-drbg 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/minimalistic-crypto-utils 11ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/asn1.js 12ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/align-text 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/hash-base 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/align-text 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/lazy-cache 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/p-locate 18ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/parse-json 16ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/strip-bom 17ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/dom-serializer 33ms
npm http fetch GET 200 https://registry.npmjs.org/abbrev 37ms
npm http fetch GET 200 https://registry.npmjs.org/osenv 36ms
npm http fetch GET 200 https://registry.npmjs.org/are-we-there-yet 37ms
npm http fetch GET 200 https://registry.npmjs.org/gauge 35ms
npm http fetch GET 200 https://registry.npmjs.org/console-control-strings 37ms
npm http fetch GET 200 https://registry.npmjs.org/deep-extend 29ms
npm http fetch GET 200 https://registry.npmjs.org/ini 29ms
npm http fetch GET 200 https://registry.npmjs.org/strip-json-comments 27ms
npm http fetch GET 200 https://registry.npmjs.org/hoek 28ms
npm http fetch GET 200 https://registry.npmjs.org/cryptiles 43ms
npm http fetch GET 200 https://registry.npmjs.org/boom 48ms
npm http fetch GET 200 https://registry.npmjs.org/aws-sign2 45ms
npm http fetch GET 200 https://registry.npmjs.org/aws4 44ms
npm http fetch GET 200 https://registry.npmjs.org/sntp 47ms
npm http fetch GET 200 https://registry.npmjs.org/combined-stream 43ms
npm http fetch GET 200 https://registry.npmjs.org/caseless 46ms
npm http fetch GET 200 https://registry.npmjs.org/extend 41ms
npm http fetch GET 200 https://registry.npmjs.org/forever-agent 23ms
npm http fetch GET 200 https://registry.npmjs.org/form-data 22ms
npm http fetch GET 200 https://registry.npmjs.org/har-validator 29ms
npm http fetch GET 200 https://registry.npmjs.org/http-signature 26ms
npm http fetch GET 200 https://registry.npmjs.org/isstream 28ms
npm http fetch GET 200 https://registry.npmjs.org/is-typedarray 29ms
npm http fetch GET 200 https://registry.npmjs.org/json-stringify-safe 31ms
npm http fetch GET 200 https://registry.npmjs.org/oauth-sign 29ms
npm http fetch GET 200 https://registry.npmjs.org/performance-now 26ms
npm http fetch GET 200 https://registry.npmjs.org/stringstream 40ms
npm http fetch GET 200 https://registry.npmjs.org/tough-cookie 30ms
npm http fetch GET 200 https://registry.npmjs.org/tunnel-agent 31ms
npm http fetch GET 200 https://registry.npmjs.org/block-stream 25ms
npm http fetch GET 200 https://registry.npmjs.org/fstream 25ms
npm http fetch GET 200 https://registry.npmjs.org/fstream 28ms
npm http fetch GET 200 https://registry.npmjs.org/for-in 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/fstream-ignore 25ms
npm http fetch GET 200 https://registry.npmjs.org/is-primitive 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/uid-number 24ms
npm http fetch GET 200 https://registry.npmjs.org/fill-range 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/wrappy 31ms
npm http fetch GET 200 https://registry.npmjs.org/builtin-modules 20ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/spdx-correct 21ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/spdx-expression-parse 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/get-stdin 27ms
npm http fetch GET 200 https://registry.npmjs.org/array-find-index 27ms
npm http fetch GET 200 https://registry.npmjs.org/longest 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/error-ex 13ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/repeat-string 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/p-limit 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-utf8 23ms
npm http fetch GET 200 https://registry.npmjs.org/entities 26ms
npm http fetch GET 200 https://registry.npmjs.org/aproba 26ms
npm http fetch GET 200 https://registry.npmjs.org/delegates 28ms
npm http fetch GET 200 https://registry.npmjs.org/has-unicode 27ms
npm http fetch GET 200 https://registry.npmjs.org/wide-align 28ms
npm http fetch GET 200 https://registry.npmjs.org/delayed-stream 26ms
npm http fetch GET 200 https://registry.npmjs.org/asynckit 26ms
npm http fetch GET 200 https://registry.npmjs.org/har-schema 25ms
npm http fetch GET 200 https://registry.npmjs.org/assert-plus 24ms
npm http fetch GET 200 https://registry.npmjs.org/jsprim 25ms
npm http fetch GET 200 https://registry.npmjs.org/sshpk 23ms
npm http fetch GET 200 https://registry.npmjs.org/is-number 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/isobject 15ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/randomatic 14ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/spdx-license-ids 10ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/is-arrayish 23ms (from cache)
npm http fetch GET 200 https://registry.npmjs.org/extsprintf 34ms
npm http fetch GET 200 https://registry.npmjs.org/json-schema 35ms
npm http fetch GET 200 https://registry.npmjs.org/verror 36ms
npm http fetch GET 200 https://registry.npmjs.org/asn1 30ms
npm http fetch GET 200 https://registry.npmjs.org/dashdash 31ms
npm http fetch GET 200 https://registry.npmjs.org/getpass 28ms
npm http fetch GET 200 https://registry.npmjs.org/jsbn 22ms
npm http fetch GET 200 https://registry.npmjs.org/tweetnacl 21ms
npm http fetch GET 200 https://registry.npmjs.org/ecc-jsbn 20ms
npm http fetch GET 200 https://registry.npmjs.org/bcrypt-pbkdf 20ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-1.5.1.tgz 227ms
npm http fetch GET 200 https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz 225ms
npm http fetch GET 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.1.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/asap/-/asap-2.0.6.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz 252ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz 252ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz 251ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz 251ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/bowser/-/bowser-1.8.1.tgz 248ms
npm http fetch GET 200 https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/chain-function/-/chain-function-1.0.0.tgz 280ms
npm http fetch GET 200 https://registry.npmjs.org/change-emitter/-/change-emitter-0.1.6.tgz 280ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz 299ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz 298ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz 298ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz 298ms
npm http fetch GET 200 https://registry.npmjs.org/batch/-/batch-0.6.1.tgz 297ms
npm http fetch GET 200 https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz 298ms
npm http fetch GET 200 https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz 297ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz 327ms
npm http fetch GET 200 https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz 368ms
npm http fetch GET 200 https://registry.npmjs.org/transfer-webpack-plugin/-/transfer-webpack-plugin-0.1.4.tgz 267ms
npm http fetch GET 200 https://registry.npmjs.org/react-tap-event-plugin/-/react-tap-event-plugin-2.0.1.tgz 268ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz 278ms
npm http fetch GET 200 https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-2.30.1.tgz 309ms
npm http fetch GET 200 https://registry.npmjs.org/babel-loader/-/babel-loader-7.1.2.tgz 290ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz 291ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/html-minifier/-/html-minifier-3.5.6.tgz 223ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase/-/camelcase-3.0.0.tgz 302ms
npm http fetch GET 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz 225ms
npm http fetch GET 200 https://registry.npmjs.org/glob/-/glob-7.1.2.tgz 227ms
npm http fetch GET 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz 228ms
npm http fetch GET 200 https://registry.npmjs.org/yargs/-/yargs-6.6.0.tgz 363ms
npm http fetch GET 200 https://registry.npmjs.org/xml-char-classes/-/xml-char-classes-1.0.0.tgz 257ms
npm http fetch GET 200 https://registry.npmjs.org/ncname/-/ncname-1.0.0.tgz 265ms
npm http fetch GET 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/globby/-/globby-6.1.0.tgz 250ms
npm http fetch GET 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/del/-/del-3.0.0.tgz 251ms
npm http fetch GET 200 https://registry.npmjs.org/react-event-listener/-/react-event-listener-0.5.1.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/which-module/-/which-module-1.0.0.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/recompose/-/recompose-0.26.0.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/prop-types/-/prop-types-15.6.0.tgz 218ms
npm http fetch GET 200 https://registry.npmjs.org/react-transition-group/-/react-transition-group-1.2.1.tgz 218ms
npm http fetch GET 200 https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.2.tgz 226ms
npm http fetch GET 200 https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz 226ms
npm http fetch GET 200 https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.3.tgz 245ms
npm http fetch GET 200 https://registry.npmjs.org/sockjs/-/sockjs-0.3.18.tgz 229ms
npm http fetch GET 200 https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.2.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz 828ms
npm http fetch GET 200 https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz 233ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz 262ms
npm http fetch GET 200 https://registry.npmjs.org/spdy/-/spdy-3.4.7.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-1.12.0.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-3.1.0.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/vow/-/vow-0.4.17.tgz 239ms
npm http fetch GET 200 https://registry.npmjs.org/compression/-/compression-1.7.1.tgz 238ms
npm http fetch GET 200 https://registry.npmjs.org/vary/-/vary-1.1.2.tgz 242ms
npm http fetch GET 200 https://registry.npmjs.org/warning/-/warning-3.0.0.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz 267ms
npm http fetch GET 200 https://registry.npmjs.org/wbuf/-/wbuf-1.7.2.tgz 266ms
npm http fetch GET 200 https://registry.npmjs.org/react/-/react-15.6.2.tgz 734ms
npm http fetch GET 200 https://registry.npmjs.org/express/-/express-4.16.2.tgz 279ms
npm http fetch GET 200 https://registry.npmjs.org/commander/-/commander-2.11.0.tgz 974ms
npm http fetch GET 200 https://registry.npmjs.org/meow/-/meow-3.7.0.tgz 281ms
npm http fetch GET 200 https://registry.npmjs.org/internal-ip/-/internal-ip-1.2.0.tgz 282ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz 275ms
npm http fetch GET 200 https://registry.npmjs.org/uuid/-/uuid-2.0.3.tgz 249ms
npm http fetch GET 200 https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/utila/-/utila-0.4.0.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz 245ms
npm http fetch GET 200 https://registry.npmjs.org/querystringify/-/querystringify-1.0.0.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-2.9.3.tgz 1041ms
npm http fetch GET 200 https://registry.npmjs.org/url-parse/-/url-parse-1.1.9.tgz 210ms
npm http fetch GET 200 https://registry.npmjs.org/body-parser/-/body-parser-1.18.2.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz 192ms
npm http fetch GET 200 https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz 192ms
npm http fetch GET 200 https://registry.npmjs.org/raw-body/-/raw-body-2.3.2.tgz 220ms
npm http fetch GET 200 https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.17.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz 207ms
npm http fetch GET 200 https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.0.tgz 207ms
npm http fetch GET 200 https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz 226ms
npm http fetch GET 200 https://registry.npmjs.org/toposort/-/toposort-1.0.6.tgz 227ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz 259ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz 255ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz 961ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz 243ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz 221ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz 242ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz 208ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz 209ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz 260ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz 193ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz 234ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz 230ms
npm http fetch GET 200 https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz 248ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz 240ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/uglify-js/-/uglify-js-3.1.5.tgz 656ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz 244ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz 221ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz 241ms
npm http fetch GET 200 https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz 238ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz 210ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz 239ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz 202ms
npm http fetch GET 200 https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz 202ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz 232ms
npm http fetch GET 200 https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.1.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/time-stamp/-/time-stamp-2.0.0.tgz 228ms
npm http fetch GET 200 https://registry.npmjs.org/thunky/-/thunky-0.1.0.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.4.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz 194ms
npm http fetch GET 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz 179ms
npm http fetch GET 200 https://registry.npmjs.org/redent/-/redent-1.0.0.tgz 167ms
npm http fetch GET 200 https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz 168ms
npm http fetch GET 200 https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz 177ms
npm http fetch GET 200 https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz 177ms
npm http fetch GET 200 https://registry.npmjs.org/renderkid/-/renderkid-2.0.1.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.3.0.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/serve-static/-/serve-static-1.13.1.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/send/-/send-0.16.1.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/http-errors/-/http-errors-1.6.2.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz 192ms
npm http fetch GET 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz 926ms
npm http fetch GET 200 https://registry.npmjs.org/simple-assign/-/simple-assign-0.1.0.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/slash/-/slash-1.0.0.tgz 223ms
npm http fetch GET 200 https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz 196ms
npm http fetch GET 200 https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz 254ms
npm http fetch GET 200 https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.1.tgz 167ms
npm http fetch GET 200 https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz 166ms
npm http fetch GET 200 https://registry.npmjs.org/spdy-transport/-/spdy-transport-2.0.20.tgz 1568ms
npm http fetch GET 200 https://registry.npmjs.org/dns-packet/-/dns-packet-1.2.2.tgz 157ms
npm http fetch GET 200 https://registry.npmjs.org/import-local/-/import-local-0.1.1.tgz 162ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz 161ms
npm http fetch GET 200 https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz 162ms
npm http fetch GET 200 https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz 162ms
npm http fetch GET 200 https://registry.npmjs.org/original/-/original-1.0.0.tgz 173ms
npm http fetch GET 200 https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-0.17.4.tgz 174ms
npm http fetch GET 200 https://registry.npmjs.org/url-parse/-/url-parse-1.0.5.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz 201ms
npm http fetch GET 200 https://registry.npmjs.org/http-proxy/-/http-proxy-1.16.2.tgz 202ms
npm http fetch GET 200 https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz 183ms
npm http fetch GET 200 https://registry.npmjs.org/fbjs/-/fbjs-0.8.16.tgz 1872ms
npm http fetch GET 200 https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz 192ms
npm http fetch GET 200 https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz 901ms
npm http fetch GET 200 https://registry.npmjs.org/webpack/-/webpack-2.7.0.tgz 2411ms
npm http fetch GET 200 https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz 318ms
npm http fetch GET 200 https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz 318ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz 324ms
npm http fetch GET 200 https://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz 341ms
npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz 341ms
npm http fetch GET 200 https://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz 341ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz 313ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz 320ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz 329ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz 315ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz 316ms
npm http fetch GET 200 https://registry.npmjs.org/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz 324ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz 313ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz 314ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz 304ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz 304ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz 299ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz 325ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.0.tgz 308ms
npm http fetch GET 200 https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz 307ms
npm http fetch GET 200 https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz 308ms
npm http fetch GET 200 https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz 307ms
npm http fetch GET 200 https://registry.npmjs.org/regenerate/-/regenerate-1.3.3.tgz 309ms
npm http fetch GET 200 https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz 297ms
npm http fetch GET 200 https://registry.npmjs.org/clean-css/-/clean-css-4.1.9.tgz 913ms
npm http fetch GET 200 https://registry.npmjs.org/querystringify/-/querystringify-0.0.4.tgz 186ms
npm http fetch GET 200 https://registry.npmjs.org/utila/-/utila-0.3.3.tgz 546ms
npm http fetch GET 200 https://registry.npmjs.org/qs/-/qs-6.5.1.tgz 194ms
npm http fetch GET 200 https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.2.tgz 281ms
npm http fetch GET 200 https://registry.npmjs.org/promise/-/promise-7.3.1.tgz 281ms
npm http fetch GET 200 https://registry.npmjs.org/private/-/private-0.1.8.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/portfinder/-/portfinder-1.0.13.tgz 291ms
npm http fetch GET 200 https://registry.npmjs.org/async/-/async-1.5.2.tgz 289ms
npm http fetch GET 200 https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz 280ms
npm http fetch GET 200 https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz 280ms
npm http fetch GET 200 https://registry.npmjs.org/make-dir/-/make-dir-1.1.0.tgz 276ms
npm http fetch GET 200 https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/pify/-/pify-3.0.0.tgz 282ms
npm http fetch GET 200 https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz 311ms
npm http fetch GET 200 https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.0.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz 283ms
npm http fetch GET 200 https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.0.tgz 306ms
npm http fetch GET 200 https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz 286ms
npm http fetch GET 200 https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz 286ms
npm http fetch GET 200 https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz 268ms
npm http fetch GET 200 https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz 195ms
npm http fetch GET 200 https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/os-locale/-/os-locale-1.4.0.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz 223ms
npm http fetch GET 200 https://registry.npmjs.org/on-headers/-/on-headers-1.0.1.tgz 223ms
npm http fetch GET 200 https://registry.npmjs.org/opn/-/opn-5.1.0.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/obuf/-/obuf-1.1.1.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/define-properties/-/define-properties-1.1.2.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz 210ms
npm http fetch GET 200 https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz 210ms
npm http fetch GET 200 https://registry.npmjs.org/object-keys/-/object-keys-1.0.11.tgz 240ms
npm http fetch GET 200 https://registry.npmjs.org/node-dir/-/node-dir-0.1.17.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz 197ms
npm http fetch GET 200 https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/accepts/-/accepts-1.3.4.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/debug/-/debug-2.6.9.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz 193ms
npm http fetch GET 200 https://registry.npmjs.org/ms/-/ms-2.0.0.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.17.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/compressible/-/compressible-2.0.12.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/mime/-/mime-1.4.1.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz 204ms
npm http fetch GET 200 https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz 187ms
npm http fetch GET 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz 187ms
npm http fetch GET 200 https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz 186ms
npm http fetch GET 200 https://registry.npmjs.org/methods/-/methods-1.1.2.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz 177ms
npm http fetch GET 200 https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz 174ms
npm http fetch GET 200 https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz 175ms
npm http fetch GET 200 https://registry.npmjs.org/invariant/-/invariant-2.2.2.tgz 176ms
npm http fetch GET 200 https://registry.npmjs.org/loose-envify/-/loose-envify-1.3.1.tgz 202ms
npm http fetch GET 200 https://registry.npmjs.org/loglevel/-/loglevel-1.5.1.tgz 167ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz 167ms
npm http fetch GET 200 https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.0.tgz 198ms
npm http fetch GET 200 https://registry.npmjs.org/keycode/-/keycode-2.1.9.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz 198ms
npm http fetch GET 200 https://registry.npmjs.org/json3/-/json3-3.3.2.tgz 213ms
npm http fetch GET 200 https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz 186ms
npm http fetch GET 200 https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz 215ms
npm http fetch GET 200 https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz 184ms
npm http fetch GET 200 https://registry.npmjs.org/es-abstract/-/es-abstract-1.9.0.tgz 183ms
npm http fetch GET 200 https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.1.1.tgz 194ms
npm http fetch GET 200 https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz 195ms
npm http fetch GET 200 https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.1.tgz 195ms
npm http fetch GET 200 https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz 186ms
npm http fetch GET 200 https://registry.npmjs.org/is-callable/-/is-callable-1.1.3.tgz 184ms
npm http fetch GET 200 https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz 185ms
npm http fetch GET 200 https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.5.2.tgz 201ms
npm http fetch GET 200 https://registry.npmjs.org/ip/-/ip-1.1.5.tgz 230ms
npm http fetch GET 200 https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-3.0.8.tgz 212ms
npm http fetch GET 200 https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/css-in-js-utils/-/css-in-js-utils-2.0.0.tgz 195ms
npm http fetch GET 200 https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz 198ms
npm http fetch GET 200 https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.4.9.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz 190ms
npm http fetch GET 200 https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz 191ms
npm http fetch GET 200 https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz 216ms
npm http fetch GET 200 https://registry.npmjs.org/domutils/-/domutils-1.1.6.tgz 192ms
npm http fetch GET 200 https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz 193ms
npm http fetch GET 200 https://registry.npmjs.org/react-dom/-/react-dom-15.6.2.tgz 3848ms
npm http fetch GET 200 https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz 174ms
npm http fetch GET 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz 173ms
npm http fetch GET 200 https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz 173ms
npm http fetch GET 200 https://registry.npmjs.org/he/-/he-1.1.1.tgz 195ms
npm http fetch GET 200 https://registry.npmjs.org/handle-thing/-/handle-thing-1.2.5.tgz 175ms
npm http fetch GET 200 https://registry.npmjs.org/has/-/has-1.0.1.tgz 176ms
npm http fetch GET 200 https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz 184ms
npm http fetch GET 200 https://registry.npmjs.org/globals/-/globals-9.18.0.tgz 185ms
npm http fetch GET 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz 178ms
npm http fetch GET 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz 182ms
npm http fetch GET 200 https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz 235ms
npm http fetch GET 200 https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz 236ms
npm http fetch GET 200 https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz 219ms
npm http fetch GET 200 https://registry.npmjs.org/eventemitter3/-/eventemitter3-1.2.0.tgz 209ms
npm http fetch GET 200 https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz 205ms
npm http fetch GET 200 https://registry.npmjs.org/etag/-/etag-1.8.1.tgz 208ms
npm http fetch GET 200 https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz 207ms
npm http fetch GET 200 https://registry.npmjs.org/entities/-/entities-1.1.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz 206ms
npm http fetch GET 200 https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz 224ms
npm http fetch GET 200 https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz 223ms
npm http fetch GET 200 https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/domhandler/-/domhandler-2.1.0.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz 217ms
npm http fetch GET 200 https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.2.1.tgz 198ms
npm http fetch GET 200 https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz 199ms
npm http fetch GET 200 https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz 193ms
npm http fetch GET 200 https://registry.npmjs.org/dom-converter/-/dom-converter-0.1.4.tgz 214ms
npm http fetch GET 200 https://registry.npmjs.org/detect-node/-/detect-node-2.0.3.tgz 188ms
npm http fetch GET 200 https://registry.npmjs.org/depd/-/depd-1.1.1.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz 189ms
npm http fetch GET 200 https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz 211ms
npm http fetch GET 200 https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz 165ms
npm http fetch GET 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.19.tgz 595ms
npm http fetch GET 200 https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz 150ms
npm http fetch GET 200 https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz 153ms
npm http fetch GET 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz 138ms
npm http fetch GET 200 https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz 136ms
npm http fetch GET 200 https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.5.0.tgz 131ms
npm http fetch GET 200 https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz 104ms
npm http fetch GET 200 https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz 101ms
npm http fetch GET 200 https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.4.0.tgz 87ms
npm http fetch GET 200 https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz 86ms
npm http fetch GET 200 https://registry.npmjs.org/ajv/-/ajv-4.11.8.tgz 1080ms
npm http fetch GET 200 https://registry.npmjs.org/node-forge/-/node-forge-0.6.33.tgz 1582ms
npm http fetch GET 200 https://registry.npmjs.org/material-ui/-/material-ui-0.19.4.tgz 5031ms
npm http fetch GET 200 https://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz 1243ms
npm http fetch GET 200 https://registry.npmjs.org/core-js/-/core-js-2.5.1.tgz 1310ms
npm info lifecycle acorn@5.1.2~preinstall: acorn@5.1.2
npm info lifecycle acorn@4.0.13~preinstall: acorn@4.0.13
npm info lifecycle acorn-dynamic-import@2.0.2~preinstall: acorn-dynamic-import@2.0.2
npm info lifecycle ajv-keywords@1.5.1~preinstall: ajv-keywords@1.5.1
npm info lifecycle ansi-html@0.0.7~preinstall: ansi-html@0.0.7
npm info lifecycle ansi-regex@2.1.1~preinstall: ansi-regex@2.1.1
npm info lifecycle ansi-styles@2.2.1~preinstall: ansi-styles@2.2.1
npm info lifecycle arr-flatten@1.1.0~preinstall: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~preinstall: arr-diff@2.0.0
npm info lifecycle array-find-index@1.0.2~preinstall: array-find-index@1.0.2
npm info lifecycle array-flatten@2.1.1~preinstall: array-flatten@2.1.1
npm info lifecycle array-uniq@1.0.3~preinstall: array-uniq@1.0.3
npm info lifecycle array-union@1.0.2~preinstall: array-union@1.0.2
npm info lifecycle array-unique@0.2.1~preinstall: array-unique@0.2.1
npm info lifecycle asap@2.0.6~preinstall: asap@2.0.6
npm info lifecycle async-each@1.0.1~preinstall: async-each@1.0.1
npm info lifecycle babel-plugin-syntax-async-functions@6.13.0~preinstall: babel-plugin-syntax-async-functions@6.13.0
npm info lifecycle babel-plugin-syntax-async-generators@6.13.0~preinstall: babel-plugin-syntax-async-generators@6.13.0
npm info lifecycle babel-plugin-syntax-class-properties@6.13.0~preinstall: babel-plugin-syntax-class-properties@6.13.0
npm info lifecycle babel-plugin-syntax-decorators@6.13.0~preinstall: babel-plugin-syntax-decorators@6.13.0
npm info lifecycle babel-plugin-syntax-dynamic-import@6.18.0~preinstall: babel-plugin-syntax-dynamic-import@6.18.0
npm info lifecycle babel-plugin-syntax-exponentiation-operator@6.13.0~preinstall: babel-plugin-syntax-exponentiation-operator@6.13.0
npm info lifecycle babel-plugin-syntax-flow@6.18.0~preinstall: babel-plugin-syntax-flow@6.18.0
npm info lifecycle babel-plugin-syntax-jsx@6.18.0~preinstall: babel-plugin-syntax-jsx@6.18.0
npm info lifecycle babel-plugin-syntax-object-rest-spread@6.13.0~preinstall: babel-plugin-syntax-object-rest-spread@6.13.0
npm info lifecycle babel-plugin-syntax-trailing-function-commas@6.22.0~preinstall: babel-plugin-syntax-trailing-function-commas@6.22.0
npm info lifecycle babylon@6.18.0~preinstall: babylon@6.18.0
npm info lifecycle balanced-match@1.0.0~preinstall: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~preinstall: base64-js@1.2.1
npm info lifecycle batch@0.6.1~preinstall: batch@0.6.1
npm info lifecycle big.js@3.2.0~preinstall: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~preinstall: binary-extensions@1.10.0
npm info lifecycle bluebird@3.5.1~preinstall: bluebird@3.5.1
npm info lifecycle bn.js@4.11.8~preinstall: bn.js@4.11.8
npm info lifecycle boolbase@1.0.0~preinstall: boolbase@1.0.0
npm info lifecycle bowser@1.8.1~preinstall: bowser@1.8.1
npm info lifecycle brorand@1.1.0~preinstall: brorand@1.1.0
npm info lifecycle buffer-indexof@1.1.1~preinstall: buffer-indexof@1.1.1
npm info lifecycle buffer-xor@1.0.3~preinstall: buffer-xor@1.0.3
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle builtin-modules@1.1.1~preinstall: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~preinstall: builtin-status-codes@3.0.0
npm info lifecycle bytes@3.0.0~preinstall: bytes@3.0.0
npm info lifecycle camelcase@1.2.1~preinstall: camelcase@1.2.1
npm info lifecycle camelcase@2.1.1~preinstall: camelcase@2.1.1
npm info lifecycle chain-function@1.0.0~preinstall: chain-function@1.0.0
npm info lifecycle change-emitter@0.1.6~preinstall: change-emitter@0.1.6
npm info lifecycle co@4.6.0~preinstall: co@4.6.0
npm info lifecycle code-point-at@1.1.0~preinstall: code-point-at@1.1.0
npm info lifecycle commander@2.11.0~preinstall: commander@2.11.0
npm info lifecycle webpack-dev-server@2.9.3~preinstall: webpack-dev-server@2.9.3
npm info lifecycle webpack@2.7.0~preinstall: webpack@2.7.0
npm info lifecycle transfer-webpack-plugin@0.1.4~preinstall: transfer-webpack-plugin@0.1.4
npm info lifecycle react-tap-event-plugin@2.0.1~preinstall: react-tap-event-plugin@2.0.1
npm info lifecycle react-dom@15.6.2~preinstall: react-dom@15.6.2
npm info lifecycle react@15.6.2~preinstall: react@15.6.2
npm info lifecycle material-ui@0.19.4~preinstall: material-ui@0.19.4
npm info lifecycle html-webpack-plugin@2.30.1~preinstall: html-webpack-plugin@2.30.1
npm info lifecycle babel-preset-stage-2@6.24.1~preinstall: babel-preset-stage-2@6.24.1
npm info lifecycle babel-preset-react@6.24.1~preinstall: babel-preset-react@6.24.1
npm info lifecycle babel-preset-es2015@6.24.1~preinstall: babel-preset-es2015@6.24.1
npm info lifecycle babel-loader@7.1.2~preinstall: babel-loader@7.1.2
npm info lifecycle yargs@6.6.0~preinstall: yargs@6.6.0
npm info lifecycle cliui@3.2.0~preinstall: cliui@3.2.0
npm info lifecycle camelcase@3.0.0~preinstall: camelcase@3.0.0
npm info lifecycle yargs-parser@4.2.1~preinstall: yargs-parser@4.2.1
npm info lifecycle camelcase@3.0.0~preinstall: camelcase@3.0.0
npm info lifecycle y18n@3.2.1~preinstall: y18n@3.2.1
npm info lifecycle node-libs-browser@2.0.0~preinstall: node-libs-browser@2.0.0
npm info lifecycle stream-http@2.7.2~preinstall: stream-http@2.7.2
npm info lifecycle xtend@4.0.1~preinstall: xtend@4.0.1
npm info lifecycle html-minifier@3.5.6~preinstall: html-minifier@3.5.6
npm info lifecycle ncname@1.0.0~preinstall: ncname@1.0.0
npm info lifecycle xml-char-classes@1.0.0~preinstall: xml-char-classes@1.0.0
npm info lifecycle del@3.0.0~preinstall: del@3.0.0
npm info lifecycle rimraf@2.6.2~preinstall: rimraf@2.6.2
npm info lifecycle globby@6.1.0~preinstall: globby@6.1.0
npm info lifecycle glob@7.1.2~preinstall: glob@7.1.2
npm info lifecycle inflight@1.0.6~preinstall: inflight@1.0.6
npm info lifecycle once@1.4.0~preinstall: once@1.4.0
npm info lifecycle wrappy@1.0.2~preinstall: wrappy@1.0.2
npm info lifecycle wrap-ansi@2.1.0~preinstall: wrap-ansi@2.1.0
npm info lifecycle uglify-js@2.8.29~preinstall: uglify-js@2.8.29
npm info lifecycle yargs@3.10.0~preinstall: yargs@3.10.0
npm info lifecycle cliui@2.1.0~preinstall: cliui@2.1.0
npm info lifecycle wordwrap@0.0.2~preinstall: wordwrap@0.0.2
npm info lifecycle window-size@0.1.0~preinstall: window-size@0.1.0
npm info lifecycle which-module@1.0.0~preinstall: which-module@1.0.0
npm info lifecycle recompose@0.26.0~preinstall: recompose@0.26.0
npm info lifecycle react-event-listener@0.5.1~preinstall: react-event-listener@0.5.1
npm info lifecycle react-transition-group@1.2.1~preinstall: react-transition-group@1.2.1
npm info lifecycle prop-types@15.6.0~preinstall: prop-types@15.6.0
npm info lifecycle create-react-class@15.6.2~preinstall: create-react-class@15.6.2
npm info lifecycle fbjs@0.8.16~preinstall: fbjs@0.8.16
npm info lifecycle isomorphic-fetch@2.2.1~preinstall: isomorphic-fetch@2.2.1
npm info lifecycle whatwg-fetch@2.0.3~preinstall: whatwg-fetch@2.0.3
npm info lifecycle sockjs-client@1.1.4~preinstall: sockjs-client@1.1.4
npm info lifecycle faye-websocket@0.11.1~preinstall: faye-websocket@0.11.1
npm info lifecycle sockjs@0.3.18~preinstall: sockjs@0.3.18
npm info lifecycle faye-websocket@0.10.0~preinstall: faye-websocket@0.10.0
npm info lifecycle websocket-driver@0.7.0~preinstall: websocket-driver@0.7.0
npm info lifecycle websocket-extensions@0.1.2~preinstall: websocket-extensions@0.1.2
npm info lifecycle supports-color@3.2.3~preinstall: supports-color@3.2.3
npm info lifecycle loader-utils@0.2.17~preinstall: loader-utils@0.2.17
npm info lifecycle webpack-sources@1.0.1~preinstall: webpack-sources@1.0.1
npm info lifecycle supports-color@4.5.0~preinstall: supports-color@4.5.0
npm info lifecycle has-flag@2.0.0~preinstall: has-flag@2.0.0
npm info lifecycle debug@3.1.0~preinstall: debug@3.1.0
npm info lifecycle webpack-dev-middleware@1.12.0~preinstall: webpack-dev-middleware@1.12.0
npm info lifecycle spdy@3.4.7~preinstall: spdy@3.4.7
npm info lifecycle spdy-transport@2.0.20~preinstall: spdy-transport@2.0.20
npm info lifecycle hpack.js@2.1.6~preinstall: hpack.js@2.1.6
npm info lifecycle wbuf@1.7.2~preinstall: wbuf@1.7.2
npm info lifecycle watchpack@1.4.0~preinstall: watchpack@1.4.0
npm info lifecycle warning@3.0.0~preinstall: warning@3.0.0
npm info lifecycle vow@0.4.17~preinstall: vow@0.4.17
npm info lifecycle vm-browserify@0.0.4~preinstall: vm-browserify@0.0.4
npm info lifecycle express@4.16.2~preinstall: express@4.16.2
npm info lifecycle compression@1.7.1~preinstall: compression@1.7.1
npm info lifecycle vary@1.1.2~preinstall: vary@1.1.2
npm info lifecycle internal-ip@1.2.0~preinstall: internal-ip@1.2.0
npm info lifecycle meow@3.7.0~preinstall: meow@3.7.0
npm info lifecycle read-pkg-up@1.0.1~preinstall: read-pkg-up@1.0.1
npm info lifecycle read-pkg@1.1.0~preinstall: read-pkg@1.1.0
npm info lifecycle normalize-package-data@2.4.0~preinstall: normalize-package-data@2.4.0
npm info lifecycle validate-npm-package-license@3.0.1~preinstall: validate-npm-package-license@3.0.1
npm info lifecycle uuid@2.0.3~preinstall: uuid@2.0.3
npm info lifecycle utils-merge@1.0.1~preinstall: utils-merge@1.0.1
npm info lifecycle pretty-error@2.1.1~preinstall: pretty-error@2.1.1
npm info lifecycle utila@0.4.0~preinstall: utila@0.4.0
npm info lifecycle assert@1.4.1~preinstall: assert@1.4.1
npm info lifecycle util@0.10.3~preinstall: util@0.10.3
npm info lifecycle inherits@2.0.1~preinstall: inherits@2.0.1
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle stream-browserify@2.0.1~preinstall: stream-browserify@2.0.1
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle chokidar@1.7.0~preinstall: chokidar@1.7.0
npm info lifecycle readdirp@2.1.0~preinstall: readdirp@2.1.0
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle enhanced-resolve@3.4.1~preinstall: enhanced-resolve@3.4.1
npm info lifecycle memory-fs@0.4.1~preinstall: memory-fs@0.4.1
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~preinstall: readable-stream@2.3.3
npm info lifecycle util-deprecate@1.0.2~preinstall: util-deprecate@1.0.2
npm info lifecycle url@0.11.0~preinstall: url@0.11.0
npm info lifecycle punycode@1.3.2~preinstall: punycode@1.3.2
npm info lifecycle url-parse@1.1.9~preinstall: url-parse@1.1.9
npm info lifecycle querystringify@1.0.0~preinstall: querystringify@1.0.0
npm info lifecycle camel-case@3.0.0~preinstall: camel-case@3.0.0
npm info lifecycle upper-case@1.1.3~preinstall: upper-case@1.1.3
npm info lifecycle body-parser@1.18.2~preinstall: body-parser@1.18.2
npm info lifecycle raw-body@2.3.2~preinstall: raw-body@2.3.2
npm info lifecycle finalhandler@1.1.0~preinstall: finalhandler@1.1.0
npm info lifecycle unpipe@1.0.0~preinstall: unpipe@1.0.0
npm info lifecycle uglify-to-browserify@1.0.2~preinstall: uglify-to-browserify@1.0.2
npm info lifecycle uglify-js@3.1.5~preinstall: uglify-js@3.1.5
npm info lifecycle source-map@0.6.1~preinstall: source-map@0.6.1
npm info lifecycle ua-parser-js@0.7.17~preinstall: ua-parser-js@0.7.17
npm info lifecycle type-is@1.6.15~preinstall: type-is@1.6.15
npm info lifecycle tty-browserify@0.0.0~preinstall: tty-browserify@0.0.0
npm info lifecycle babel-register@6.26.0~preinstall: babel-register@6.26.0
npm info lifecycle babel-core@6.26.0~preinstall: babel-core@6.26.0
npm info lifecycle babel-generator@6.26.0~preinstall: babel-generator@6.26.0
npm info lifecycle trim-right@1.0.1~preinstall: trim-right@1.0.1
npm info lifecycle trim-newlines@1.0.0~preinstall: trim-newlines@1.0.0
npm info lifecycle toposort@1.0.6~preinstall: toposort@1.0.6
npm info lifecycle babel-plugin-transform-regenerator@6.26.0~preinstall: babel-plugin-transform-regenerator@6.26.0
npm info lifecycle regenerator-transform@0.10.1~preinstall: regenerator-transform@0.10.1
npm info lifecycle babel-plugin-transform-es2015-parameters@6.24.1~preinstall: babel-plugin-transform-es2015-parameters@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-umd@6.24.1~preinstall: babel-plugin-transform-es2015-modules-umd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-systemjs@6.24.1~preinstall: babel-plugin-transform-es2015-modules-systemjs@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-amd@6.24.1~preinstall: babel-plugin-transform-es2015-modules-amd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-commonjs@6.26.0~preinstall: babel-plugin-transform-es2015-modules-commonjs@6.26.0
npm info lifecycle babel-plugin-transform-es2015-computed-properties@6.24.1~preinstall: babel-plugin-transform-es2015-computed-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-classes@6.24.1~preinstall: babel-plugin-transform-es2015-classes@6.24.1
npm info lifecycle babel-plugin-transform-es2015-block-scoping@6.26.0~preinstall: babel-plugin-transform-es2015-block-scoping@6.26.0
npm info lifecycle babel-plugin-transform-decorators@6.24.1~preinstall: babel-plugin-transform-decorators@6.24.1
npm info lifecycle babel-plugin-transform-class-properties@6.24.1~preinstall: babel-plugin-transform-class-properties@6.24.1
npm info lifecycle babel-helpers@6.24.1~preinstall: babel-helpers@6.24.1
npm info lifecycle babel-plugin-transform-es2015-object-super@6.24.1~preinstall: babel-plugin-transform-es2015-object-super@6.24.1
npm info lifecycle babel-helper-replace-supers@6.24.1~preinstall: babel-helper-replace-supers@6.24.1
npm info lifecycle babel-preset-stage-3@6.24.1~preinstall: babel-preset-stage-3@6.24.1
npm info lifecycle babel-plugin-transform-async-to-generator@6.24.1~preinstall: babel-plugin-transform-async-to-generator@6.24.1
npm info lifecycle babel-plugin-transform-async-generator-functions@6.24.1~preinstall: babel-plugin-transform-async-generator-functions@6.24.1
npm info lifecycle babel-helper-remap-async-to-generator@6.24.1~preinstall: babel-helper-remap-async-to-generator@6.24.1
npm info lifecycle babel-plugin-transform-es2015-function-name@6.24.1~preinstall: babel-plugin-transform-es2015-function-name@6.24.1
npm info lifecycle babel-helper-define-map@6.26.0~preinstall: babel-helper-define-map@6.26.0
npm info lifecycle babel-helper-function-name@6.24.1~preinstall: babel-helper-function-name@6.24.1
npm info lifecycle babel-template@6.26.0~preinstall: babel-template@6.26.0
npm info lifecycle babel-helper-explode-class@6.24.1~preinstall: babel-helper-explode-class@6.24.1
npm info lifecycle babel-plugin-transform-exponentiation-operator@6.24.1~preinstall: babel-plugin-transform-exponentiation-operator@6.24.1
npm info lifecycle babel-helper-builder-binary-assignment-operator-visitor@6.24.1~preinstall: babel-helper-builder-binary-assignment-operator-visitor@6.24.1
npm info lifecycle babel-helper-explode-assignable-expression@6.24.1~preinstall: babel-helper-explode-assignable-expression@6.24.1
npm info lifecycle babel-helper-call-delegate@6.24.1~preinstall: babel-helper-call-delegate@6.24.1
npm info lifecycle babel-helper-bindify-decorators@6.24.1~preinstall: babel-helper-bindify-decorators@6.24.1
npm info lifecycle babel-traverse@6.26.0~preinstall: babel-traverse@6.26.0
npm info lifecycle babel-plugin-transform-strict-mode@6.24.1~preinstall: babel-plugin-transform-strict-mode@6.24.1
npm info lifecycle babel-plugin-transform-es2015-sticky-regex@6.24.1~preinstall: babel-plugin-transform-es2015-sticky-regex@6.24.1
npm info lifecycle babel-plugin-transform-es2015-shorthand-properties@6.24.1~preinstall: babel-plugin-transform-es2015-shorthand-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-duplicate-keys@6.24.1~preinstall: babel-plugin-transform-es2015-duplicate-keys@6.24.1
npm info lifecycle babel-plugin-transform-es2015-unicode-regex@6.24.1~preinstall: babel-plugin-transform-es2015-unicode-regex@6.24.1
npm info lifecycle babel-helper-regex@6.26.0~preinstall: babel-helper-regex@6.26.0
npm info lifecycle babel-helper-optimise-call-expression@6.24.1~preinstall: babel-helper-optimise-call-expression@6.24.1
npm info lifecycle babel-helper-hoist-variables@6.24.1~preinstall: babel-helper-hoist-variables@6.24.1
npm info lifecycle babel-helper-get-function-arity@6.24.1~preinstall: babel-helper-get-function-arity@6.24.1
npm info lifecycle babel-plugin-transform-react-jsx@6.24.1~preinstall: babel-plugin-transform-react-jsx@6.24.1
npm info lifecycle babel-helper-builder-react-jsx@6.26.0~preinstall: babel-helper-builder-react-jsx@6.26.0
npm info lifecycle babel-types@6.26.0~preinstall: babel-types@6.26.0
npm info lifecycle to-fast-properties@1.0.3~preinstall: to-fast-properties@1.0.3
npm info lifecycle to-arraybuffer@1.0.1~preinstall: to-arraybuffer@1.0.1
npm info lifecycle timers-browserify@2.0.4~preinstall: timers-browserify@2.0.4
npm info lifecycle time-stamp@2.0.0~preinstall: time-stamp@2.0.0
npm info lifecycle bonjour@3.5.0~preinstall: bonjour@3.5.0
npm info lifecycle multicast-dns@6.1.1~preinstall: multicast-dns@6.1.1
npm info lifecycle thunky@0.1.0~preinstall: thunky@0.1.0
npm info lifecycle tapable@0.2.8~preinstall: tapable@0.2.8
npm info lifecycle symbol-observable@1.0.4~preinstall: symbol-observable@1.0.4
npm info lifecycle babel-code-frame@6.26.0~preinstall: babel-code-frame@6.26.0
npm info lifecycle chalk@1.1.3~preinstall: chalk@1.1.3
npm info lifecycle supports-color@2.0.0~preinstall: supports-color@2.0.0
npm info lifecycle redent@1.0.0~preinstall: redent@1.0.0
npm info lifecycle strip-indent@1.0.1~preinstall: strip-indent@1.0.1
npm info lifecycle load-json-file@1.1.0~preinstall: load-json-file@1.1.0
npm info lifecycle strip-bom@2.0.0~preinstall: strip-bom@2.0.0
npm info lifecycle string-width@1.0.2~preinstall: string-width@1.0.2
npm info lifecycle renderkid@2.0.1~preinstall: renderkid@2.0.1
npm info lifecycle strip-ansi@3.0.1~preinstall: strip-ansi@3.0.1
npm info lifecycle htmlparser2@3.3.0~preinstall: htmlparser2@3.3.0
npm info lifecycle readable-stream@1.0.34~preinstall: readable-stream@1.0.34
npm info lifecycle string_decoder@0.10.31~preinstall: string_decoder@0.10.31
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle serve-static@1.13.1~preinstall: serve-static@1.13.1
npm info lifecycle send@0.16.1~preinstall: send@0.16.1
npm info lifecycle serve-index@1.9.1~preinstall: serve-index@1.9.1
npm info lifecycle http-errors@1.6.2~preinstall: http-errors@1.6.2
npm info lifecycle statuses@1.3.1~preinstall: statuses@1.3.1
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle spdx-correct@1.0.2~preinstall: spdx-correct@1.0.2
npm info lifecycle spdx-license-ids@1.2.2~preinstall: spdx-license-ids@1.2.2
npm info lifecycle spdx-expression-parse@1.0.4~preinstall: spdx-expression-parse@1.0.4
npm info lifecycle source-map-support@0.4.18~preinstall: source-map-support@0.4.18
npm info lifecycle clean-css@4.1.9~preinstall: clean-css@4.1.9
npm info lifecycle source-map@0.5.7~preinstall: source-map@0.5.7
npm info lifecycle source-list-map@2.0.0~preinstall: source-list-map@2.0.0
npm info lifecycle slash@1.0.0~preinstall: slash@1.0.0
npm info lifecycle simple-assign@0.1.0~preinstall: simple-assign@0.1.0
npm info lifecycle loud-rejection@1.6.0~preinstall: loud-rejection@1.6.0
npm info lifecycle signal-exit@3.0.2~preinstall: signal-exit@3.0.2
npm info lifecycle crypto-browserify@3.11.1~preinstall: crypto-browserify@3.11.1
npm info lifecycle public-encrypt@4.0.0~preinstall: public-encrypt@4.0.0
npm info lifecycle browserify-sign@4.0.4~preinstall: browserify-sign@4.0.4
npm info lifecycle parse-asn1@5.1.0~preinstall: parse-asn1@5.1.0
npm info lifecycle pbkdf2@3.0.14~preinstall: pbkdf2@3.0.14
npm info lifecycle create-hmac@1.1.6~preinstall: create-hmac@1.1.6
npm info lifecycle browserify-cipher@1.0.0~preinstall: browserify-cipher@1.0.0
npm info lifecycle browserify-aes@1.1.1~preinstall: browserify-aes@1.1.1
npm info lifecycle create-hash@1.1.3~preinstall: create-hash@1.1.3
npm info lifecycle sha.js@2.4.9~preinstall: sha.js@2.4.9
npm info lifecycle setprototypeof@1.1.0~preinstall: setprototypeof@1.1.0
npm info lifecycle setimmediate@1.0.5~preinstall: setimmediate@1.0.5
npm info lifecycle set-immediate-shim@1.0.1~preinstall: set-immediate-shim@1.0.1
npm info lifecycle set-blocking@2.0.0~preinstall: set-blocking@2.0.0
npm info lifecycle semver@5.4.1~preinstall: semver@5.4.1
npm info lifecycle selfsigned@1.10.1~preinstall: selfsigned@1.10.1
npm info lifecycle select-hose@2.0.0~preinstall: select-hose@2.0.0
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle diffie-hellman@5.0.2~preinstall: diffie-hellman@5.0.2
npm info lifecycle browserify-rsa@4.0.1~preinstall: browserify-rsa@4.0.1
npm info lifecycle randombytes@2.0.5~preinstall: randombytes@2.0.5
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle evp_bytestokey@1.0.3~preinstall: evp_bytestokey@1.0.3
npm info lifecycle md5.js@1.3.4~preinstall: md5.js@1.3.4
npm info lifecycle hash-base@3.0.4~preinstall: hash-base@3.0.4
npm info lifecycle string_decoder@1.0.3~preinstall: string_decoder@1.0.3
npm info lifecycle dns-packet@1.2.2~preinstall: dns-packet@1.2.2
npm info lifecycle browserify-des@1.0.0~preinstall: browserify-des@1.0.0
npm info lifecycle cipher-base@1.0.4~preinstall: cipher-base@1.0.4
npm info lifecycle safe-buffer@5.1.1~preinstall: safe-buffer@5.1.1
npm info lifecycle ripemd160@2.0.1~preinstall: ripemd160@2.0.1
npm info lifecycle right-align@0.1.3~preinstall: right-align@0.1.3
npm info lifecycle import-local@0.1.1~preinstall: import-local@0.1.1
npm info lifecycle resolve-cwd@2.0.0~preinstall: resolve-cwd@2.0.0
npm info lifecycle resolve-from@3.0.0~preinstall: resolve-from@3.0.0
npm info lifecycle eventsource@0.1.6~preinstall: eventsource@0.1.6
npm info lifecycle original@1.0.0~preinstall: original@1.0.0
npm info lifecycle url-parse@1.0.5~preinstall: url-parse@1.0.5
npm info lifecycle http-proxy-middleware@0.17.4~preinstall: http-proxy-middleware@0.17.4
npm info lifecycle http-proxy@1.16.2~preinstall: http-proxy@1.16.2
npm info lifecycle requires-port@1.0.0~preinstall: requires-port@1.0.0
npm info lifecycle require-main-filename@1.0.1~preinstall: require-main-filename@1.0.1
npm info lifecycle require-directory@2.1.1~preinstall: require-directory@2.1.1
npm info lifecycle indent-string@2.1.0~preinstall: indent-string@2.1.0
npm info lifecycle detect-indent@4.0.0~preinstall: detect-indent@4.0.0
npm info lifecycle repeating@2.0.1~preinstall: repeating@2.0.1
npm info lifecycle anymatch@1.3.2~preinstall: anymatch@1.3.2
npm info lifecycle micromatch@2.3.11~preinstall: micromatch@2.3.11
npm info lifecycle braces@1.8.5~preinstall: braces@1.8.5
npm info lifecycle expand-range@1.8.2~preinstall: expand-range@1.8.2
npm info lifecycle fill-range@2.2.3~preinstall: fill-range@2.2.3
npm info lifecycle center-align@0.1.3~preinstall: center-align@0.1.3
npm info lifecycle align-text@0.1.4~preinstall: align-text@0.1.4
npm info lifecycle repeat-string@1.6.1~preinstall: repeat-string@1.6.1
npm info lifecycle repeat-element@1.1.2~preinstall: repeat-element@1.1.2
npm info lifecycle utila@0.3.3~preinstall: utila@0.3.3
npm info lifecycle normalize-path@2.1.1~preinstall: normalize-path@2.1.1
npm info lifecycle remove-trailing-separator@1.1.0~preinstall: remove-trailing-separator@1.1.0
npm info lifecycle relateurl@0.2.7~preinstall: relateurl@0.2.7
npm info lifecycle regexpu-core@2.0.0~preinstall: regexpu-core@2.0.0
npm info lifecycle regjsparser@0.1.5~preinstall: regjsparser@0.1.5
npm info lifecycle jsesc@0.5.0~preinstall: jsesc@0.5.0
npm info lifecycle regjsgen@0.2.0~preinstall: regjsgen@0.2.0
npm info lifecycle regex-cache@0.4.4~preinstall: regex-cache@0.4.4
npm info lifecycle babel-plugin-transform-react-jsx-source@6.22.0~preinstall: babel-plugin-transform-react-jsx-source@6.22.0
npm info lifecycle babel-plugin-transform-react-jsx-self@6.22.0~preinstall: babel-plugin-transform-react-jsx-self@6.22.0
npm info lifecycle babel-plugin-transform-react-display-name@6.25.0~preinstall: babel-plugin-transform-react-display-name@6.25.0
npm info lifecycle babel-plugin-transform-object-rest-spread@6.26.0~preinstall: babel-plugin-transform-object-rest-spread@6.26.0
npm info lifecycle babel-preset-flow@6.23.0~preinstall: babel-preset-flow@6.23.0
npm info lifecycle babel-plugin-transform-flow-strip-types@6.22.0~preinstall: babel-plugin-transform-flow-strip-types@6.22.0
npm info lifecycle babel-plugin-transform-es2015-typeof-symbol@6.23.0~preinstall: babel-plugin-transform-es2015-typeof-symbol@6.23.0
npm info lifecycle babel-plugin-transform-es2015-template-literals@6.22.0~preinstall: babel-plugin-transform-es2015-template-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-spread@6.22.0~preinstall: babel-plugin-transform-es2015-spread@6.22.0
npm info lifecycle babel-plugin-transform-es2015-literals@6.22.0~preinstall: babel-plugin-transform-es2015-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-for-of@6.23.0~preinstall: babel-plugin-transform-es2015-for-of@6.23.0
npm info lifecycle babel-plugin-transform-es2015-destructuring@6.23.0~preinstall: babel-plugin-transform-es2015-destructuring@6.23.0
npm info lifecycle babel-plugin-transform-es2015-block-scoped-functions@6.22.0~preinstall: babel-plugin-transform-es2015-block-scoped-functions@6.22.0
npm info lifecycle babel-plugin-transform-es2015-arrow-functions@6.22.0~preinstall: babel-plugin-transform-es2015-arrow-functions@6.22.0
npm info lifecycle babel-plugin-check-es2015-constants@6.22.0~preinstall: babel-plugin-check-es2015-constants@6.22.0
npm info lifecycle babel-messages@6.23.0~preinstall: babel-messages@6.23.0
npm info lifecycle babel-runtime@6.26.0~preinstall: babel-runtime@6.26.0
npm info lifecycle regenerator-runtime@0.11.0~preinstall: regenerator-runtime@0.11.0
npm info lifecycle regenerate@1.3.3~preinstall: regenerate@1.3.3
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle find-up@1.1.2~preinstall: find-up@1.1.2
npm info lifecycle path-exists@2.1.0~preinstall: path-exists@2.1.0
npm info lifecycle range-parser@1.2.0~preinstall: range-parser@1.2.0
npm info lifecycle randomatic@1.1.7~preinstall: randomatic@1.1.7
npm info lifecycle kind-of@4.0.0~preinstall: kind-of@4.0.0
npm info lifecycle is-number@3.0.0~preinstall: is-number@3.0.0
npm info lifecycle kind-of@3.2.2~preinstall: kind-of@3.2.2
npm info lifecycle querystringify@0.0.4~preinstall: querystringify@0.0.4
npm info lifecycle querystring-es3@0.2.1~preinstall: querystring-es3@0.2.1
npm info lifecycle querystring@0.2.0~preinstall: querystring@0.2.0
npm info lifecycle qs@6.5.1~preinstall: qs@6.5.1
npm info lifecycle punycode@1.4.1~preinstall: punycode@1.4.1
npm info lifecycle errno@0.1.4~preinstall: errno@0.1.4
npm info lifecycle prr@0.0.0~preinstall: prr@0.0.0
npm info lifecycle proxy-addr@2.0.2~preinstall: proxy-addr@2.0.2
npm info lifecycle promise@7.3.1~preinstall: promise@7.3.1
npm info lifecycle process-nextick-args@1.0.7~preinstall: process-nextick-args@1.0.7
npm info lifecycle process@0.11.10~preinstall: process@0.11.10
npm info lifecycle private@0.1.8~preinstall: private@0.1.8
npm info lifecycle preserve@0.2.0~preinstall: preserve@0.2.0
npm info lifecycle portfinder@1.0.13~preinstall: portfinder@1.0.13
npm info lifecycle async@1.5.2~preinstall: async@1.5.2
npm info lifecycle find-cache-dir@1.0.0~preinstall: find-cache-dir@1.0.0
npm info lifecycle pkg-dir@2.0.0~preinstall: pkg-dir@2.0.0
npm info lifecycle path-type@1.1.0~preinstall: path-type@1.1.0
npm info lifecycle pinkie-promise@2.0.1~preinstall: pinkie-promise@2.0.1
npm info lifecycle pinkie@2.0.4~preinstall: pinkie@2.0.4
npm info lifecycle make-dir@1.1.0~preinstall: make-dir@1.1.0
npm info lifecycle pify@3.0.0~preinstall: pify@3.0.0
npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
npm info lifecycle path-to-regexp@0.1.7~preinstall: path-to-regexp@0.1.7
npm info lifecycle is-path-in-cwd@1.0.0~preinstall: is-path-in-cwd@1.0.0
npm info lifecycle is-path-inside@1.0.0~preinstall: is-path-inside@1.0.0
npm info lifecycle path-is-inside@1.0.2~preinstall: path-is-inside@1.0.2
npm info lifecycle path-is-absolute@1.0.1~preinstall: path-is-absolute@1.0.1
npm info lifecycle find-up@2.1.0~preinstall: find-up@2.1.0
npm info lifecycle locate-path@2.0.0~preinstall: locate-path@2.0.0
npm info lifecycle path-exists@3.0.0~preinstall: path-exists@3.0.0
npm info lifecycle path-browserify@0.0.0~preinstall: path-browserify@0.0.0
npm info lifecycle parseurl@1.3.2~preinstall: parseurl@1.3.2
npm info lifecycle parse-json@2.2.0~preinstall: parse-json@2.2.0
npm info lifecycle parse-glob@3.0.4~preinstall: parse-glob@3.0.4
npm info lifecycle param-case@2.1.1~preinstall: param-case@2.1.1
npm info lifecycle browserify-zlib@0.1.4~preinstall: browserify-zlib@0.1.4
npm info lifecycle pako@0.2.9~preinstall: pako@0.2.9
npm info lifecycle p-map@1.2.0~preinstall: p-map@1.2.0
npm info lifecycle p-locate@2.0.0~preinstall: p-locate@2.0.0
npm info lifecycle p-limit@1.1.0~preinstall: p-limit@1.1.0
npm info lifecycle home-or-tmp@2.0.0~preinstall: home-or-tmp@2.0.0
npm info lifecycle os-tmpdir@1.0.2~preinstall: os-tmpdir@1.0.2
npm info lifecycle os-locale@1.4.0~preinstall: os-locale@1.4.0
npm info lifecycle os-homedir@1.0.2~preinstall: os-homedir@1.0.2
npm info lifecycle os-browserify@0.2.1~preinstall: os-browserify@0.2.1
npm info lifecycle opn@5.1.0~preinstall: opn@5.1.0
npm info lifecycle on-headers@1.0.1~preinstall: on-headers@1.0.1
npm info lifecycle on-finished@2.3.0~preinstall: on-finished@2.3.0
npm info lifecycle obuf@1.1.1~preinstall: obuf@1.1.1
npm info lifecycle object.omit@2.0.1~preinstall: object.omit@2.0.1
npm info lifecycle array-includes@3.0.3~preinstall: array-includes@3.0.3
npm info lifecycle define-properties@1.1.2~preinstall: define-properties@1.1.2
npm info lifecycle object-keys@1.0.11~preinstall: object-keys@1.0.11
npm info lifecycle loader-utils@0.2.17~preinstall: loader-utils@0.2.17
npm info lifecycle object-assign@4.1.1~preinstall: object-assign@4.1.1
npm info lifecycle is-fullwidth-code-point@1.0.0~preinstall: is-fullwidth-code-point@1.0.0
npm info lifecycle is-finite@1.0.2~preinstall: is-finite@1.0.2
npm info lifecycle number-is-nan@1.0.1~preinstall: number-is-nan@1.0.1
npm info lifecycle css-select@1.2.0~preinstall: css-select@1.2.0
npm info lifecycle nth-check@1.0.1~preinstall: nth-check@1.0.1
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle node-forge@0.6.33~preinstall: node-forge@0.6.33
npm info lifecycle node-fetch@1.7.3~preinstall: node-fetch@1.7.3
npm info lifecycle node-dir@0.1.17~preinstall: node-dir@0.1.17
npm info lifecycle no-case@2.3.2~preinstall: no-case@2.3.2
npm info lifecycle accepts@1.3.4~preinstall: accepts@1.3.4
npm info lifecycle negotiator@0.6.1~preinstall: negotiator@0.6.1
npm info lifecycle multicast-dns-service-types@1.1.0~preinstall: multicast-dns-service-types@1.1.0
npm info lifecycle debug@2.6.9~preinstall: debug@2.6.9
npm info lifecycle ms@2.0.0~preinstall: ms@2.0.0
npm info lifecycle mkdirp@0.5.1~preinstall: mkdirp@0.5.1
npm info lifecycle minimist@0.0.8~preinstall: minimist@0.0.8
npm info lifecycle minimatch@3.0.4~preinstall: minimatch@3.0.4
npm info lifecycle create-ecdh@4.0.0~preinstall: create-ecdh@4.0.0
npm info lifecycle elliptic@6.4.0~preinstall: elliptic@6.4.0
npm info lifecycle hmac-drbg@1.0.1~preinstall: hmac-drbg@1.0.1
npm info lifecycle minimalistic-crypto-utils@1.0.1~preinstall: minimalistic-crypto-utils@1.0.1
npm info lifecycle hash.js@1.1.3~preinstall: hash.js@1.1.3
npm info lifecycle des.js@1.0.0~preinstall: des.js@1.0.0
npm info lifecycle asn1.js@4.9.1~preinstall: asn1.js@4.9.1
npm info lifecycle minimalistic-assert@1.0.0~preinstall: minimalistic-assert@1.0.0
npm info lifecycle mime-types@2.1.17~preinstall: mime-types@2.1.17
npm info lifecycle compressible@2.0.12~preinstall: compressible@2.0.12
npm info lifecycle mime-db@1.30.0~preinstall: mime-db@1.30.0
npm info lifecycle mime@1.4.1~preinstall: mime@1.4.1
npm info lifecycle miller-rabin@4.0.1~preinstall: miller-rabin@4.0.1
npm info lifecycle methods@1.1.2~preinstall: methods@1.1.2
npm info lifecycle merge-descriptors@1.0.1~preinstall: merge-descriptors@1.0.1
npm info lifecycle minimist@1.2.0~preinstall: minimist@1.2.0
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle media-typer@0.3.0~preinstall: media-typer@0.3.0
npm info lifecycle camelcase-keys@2.1.0~preinstall: camelcase-keys@2.1.0
npm info lifecycle map-obj@1.0.1~preinstall: map-obj@1.0.1
npm info lifecycle lower-case@1.1.4~preinstall: lower-case@1.1.4
npm info lifecycle invariant@2.2.2~preinstall: invariant@2.2.2
npm info lifecycle loose-envify@1.3.1~preinstall: loose-envify@1.3.1
npm info lifecycle longest@1.0.1~preinstall: longest@1.0.1
npm info lifecycle loglevel@1.5.1~preinstall: loglevel@1.5.1
npm info lifecycle lodash.throttle@4.1.1~preinstall: lodash.throttle@4.1.1
npm info lifecycle lodash.merge@4.6.0~preinstall: lodash.merge@4.6.0
npm info lifecycle async@2.5.0~preinstall: async@2.5.0
npm info lifecycle lodash@4.17.4~preinstall: lodash@4.17.4
npm info lifecycle loader-utils@1.1.0~preinstall: loader-utils@1.1.0
npm info lifecycle loader-runner@2.3.0~preinstall: loader-runner@2.3.0
npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
npm info lifecycle lcid@1.0.0~preinstall: lcid@1.0.0
npm info lifecycle lazy-cache@1.0.4~preinstall: lazy-cache@1.0.4
npm info lifecycle is-number@2.1.0~preinstall: is-number@2.1.0
npm info lifecycle kind-of@3.2.2~preinstall: kind-of@3.2.2
npm info lifecycle keycode@2.1.9~preinstall: keycode@2.1.9
npm info lifecycle ajv@4.11.8~preinstall: ajv@4.11.8
npm info lifecycle json-stable-stringify@1.0.1~preinstall: json-stable-stringify@1.0.1
npm info lifecycle jsonify@0.0.0~preinstall: jsonify@0.0.0
npm info lifecycle json5@0.5.1~preinstall: json5@0.5.1
npm info lifecycle json3@3.3.2~preinstall: json3@3.3.2
npm info lifecycle json-loader@0.5.7~preinstall: json-loader@0.5.7
npm info lifecycle jsesc@1.3.0~preinstall: jsesc@1.3.0
npm info lifecycle js-tokens@3.0.2~preinstall: js-tokens@3.0.2
npm info lifecycle isobject@2.1.0~preinstall: isobject@2.1.0
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle isarray@0.0.1~preinstall: isarray@0.0.1
npm info lifecycle is-wsl@1.1.0~preinstall: is-wsl@1.1.0
npm info lifecycle is-utf8@0.2.1~preinstall: is-utf8@0.2.1
npm info lifecycle es-abstract@1.9.0~preinstall: es-abstract@1.9.0
npm info lifecycle es-to-primitive@1.1.1~preinstall: es-to-primitive@1.1.1
npm info lifecycle is-symbol@1.0.1~preinstall: is-symbol@1.0.1
npm info lifecycle is-stream@1.1.0~preinstall: is-stream@1.1.0
npm info lifecycle is-regex@1.0.4~preinstall: is-regex@1.0.4
npm info lifecycle is-equal-shallow@0.1.3~preinstall: is-equal-shallow@0.1.3
npm info lifecycle is-primitive@2.0.0~preinstall: is-primitive@2.0.0
npm info lifecycle expand-brackets@0.1.5~preinstall: expand-brackets@0.1.5
npm info lifecycle is-posix-bracket@0.1.1~preinstall: is-posix-bracket@0.1.1
npm info lifecycle is-path-cwd@1.0.0~preinstall: is-path-cwd@1.0.0
npm info lifecycle glob-base@0.3.0~preinstall: glob-base@0.3.0
npm info lifecycle glob-parent@2.0.0~preinstall: glob-parent@2.0.0
npm info lifecycle is-glob@2.0.1~preinstall: is-glob@2.0.1
npm info lifecycle extglob@0.3.2~preinstall: extglob@0.3.2
npm info lifecycle is-extglob@1.0.0~preinstall: is-extglob@1.0.0
npm info lifecycle is-extendable@0.1.1~preinstall: is-extendable@0.1.1
npm info lifecycle is-dotfile@1.0.3~preinstall: is-dotfile@1.0.3
npm info lifecycle is-date-object@1.0.1~preinstall: is-date-object@1.0.1
npm info lifecycle is-callable@1.1.3~preinstall: is-callable@1.1.3
npm info lifecycle is-builtin-module@1.0.0~preinstall: is-builtin-module@1.0.0
npm info lifecycle is-buffer@1.1.5~preinstall: is-buffer@1.1.5
npm info lifecycle is-binary-path@1.0.1~preinstall: is-binary-path@1.0.1
npm info lifecycle error-ex@1.3.1~preinstall: error-ex@1.3.1
npm info lifecycle is-arrayish@0.2.1~preinstall: is-arrayish@0.2.1
npm info lifecycle ipaddr.js@1.5.2~preinstall: ipaddr.js@1.5.2
npm info lifecycle ip@1.1.5~preinstall: ip@1.1.5
npm info lifecycle invert-kv@1.0.0~preinstall: invert-kv@1.0.0
npm info lifecycle interpret@1.0.4~preinstall: interpret@1.0.4
npm info lifecycle inline-style-prefixer@3.0.8~preinstall: inline-style-prefixer@3.0.8
npm info lifecycle hash-base@2.0.2~preinstall: hash-base@2.0.2
npm info lifecycle inherits@2.0.3~preinstall: inherits@2.0.3
npm info lifecycle indexof@0.0.1~preinstall: indexof@0.0.1
npm info lifecycle buffer@4.9.1~preinstall: buffer@4.9.1
npm info lifecycle ieee754@1.1.8~preinstall: ieee754@1.1.8
npm info lifecycle encoding@0.1.12~preinstall: encoding@0.1.12
npm info lifecycle iconv-lite@0.4.19~preinstall: iconv-lite@0.4.19
npm info lifecycle css-in-js-utils@2.0.0~preinstall: css-in-js-utils@2.0.0
npm info lifecycle hyphenate-style-name@1.0.2~preinstall: hyphenate-style-name@1.0.2
npm info lifecycle https-browserify@0.0.1~preinstall: https-browserify@0.0.1
npm info lifecycle is-glob@3.1.0~preinstall: is-glob@3.1.0
npm info lifecycle is-extglob@2.1.1~preinstall: is-extglob@2.1.1
npm info lifecycle http-parser-js@0.4.9~preinstall: http-parser-js@0.4.9
npm info lifecycle setprototypeof@1.0.3~preinstall: setprototypeof@1.0.3
npm info lifecycle http-deceiver@1.2.7~preinstall: http-deceiver@1.2.7
npm info lifecycle domutils@1.1.6~preinstall: domutils@1.1.6
npm info lifecycle html-entities@1.2.1~preinstall: html-entities@1.2.1
npm info lifecycle isarray@1.0.0~preinstall: isarray@1.0.0
npm info lifecycle hosted-git-info@2.5.0~preinstall: hosted-git-info@2.5.0
npm info lifecycle hoist-non-react-statics@2.3.1~preinstall: hoist-non-react-statics@2.3.1
npm info lifecycle he@1.1.1~preinstall: he@1.1.1
npm info lifecycle has-flag@1.0.0~preinstall: has-flag@1.0.0
npm info lifecycle has-ansi@2.0.0~preinstall: has-ansi@2.0.0
npm info lifecycle has@1.0.1~preinstall: has@1.0.1
npm info lifecycle handle-thing@1.2.5~preinstall: handle-thing@1.2.5
npm info lifecycle graceful-fs@4.1.11~preinstall: graceful-fs@4.1.11
npm info lifecycle pify@2.3.0~preinstall: pify@2.3.0
npm info lifecycle globals@9.18.0~preinstall: globals@9.18.0
npm info lifecycle get-stdin@4.0.1~preinstall: get-stdin@4.0.1
npm info lifecycle get-caller-file@1.0.2~preinstall: get-caller-file@1.0.2
npm info lifecycle function-bind@1.1.1~preinstall: function-bind@1.1.1
npm info lifecycle fs.realpath@1.0.0~preinstall: fs.realpath@1.0.0
npm info lifecycle fresh@0.5.2~preinstall: fresh@0.5.2
npm info lifecycle forwarded@0.1.2~preinstall: forwarded@0.1.2
npm info lifecycle foreach@2.0.5~preinstall: foreach@2.0.5
npm info lifecycle for-own@0.1.5~preinstall: for-own@0.1.5
npm info lifecycle for-in@1.0.2~preinstall: for-in@1.0.2
npm info lifecycle filename-regex@2.0.1~preinstall: filename-regex@2.0.1
npm info lifecycle core-js@1.2.7~preinstall: core-js@1.2.7
npm info lifecycle array-flatten@1.1.1~preinstall: array-flatten@1.1.1
npm info lifecycle events@1.1.1~preinstall: events@1.1.1
npm info lifecycle eventemitter3@1.2.0~preinstall: eventemitter3@1.2.0
npm info lifecycle etag@1.8.1~preinstall: etag@1.8.1
npm info lifecycle esutils@2.0.2~preinstall: esutils@2.0.2
npm info lifecycle escape-string-regexp@1.0.5~preinstall: escape-string-regexp@1.0.5
npm info lifecycle escape-html@1.0.3~preinstall: escape-html@1.0.3
npm info lifecycle domutils@1.5.1~preinstall: domutils@1.5.1
npm info lifecycle dom-serializer@0.1.0~preinstall: dom-serializer@0.1.0
npm info lifecycle entities@1.1.1~preinstall: entities@1.1.1
npm info lifecycle encodeurl@1.0.1~preinstall: encodeurl@1.0.1
npm info lifecycle emojis-list@2.1.0~preinstall: emojis-list@2.1.0
npm info lifecycle ee-first@1.1.1~preinstall: ee-first@1.1.1
npm info lifecycle domhandler@2.1.0~preinstall: domhandler@2.1.0
npm info lifecycle domelementtype@1.3.0~preinstall: domelementtype@1.3.0
npm info lifecycle domain-browser@1.1.7~preinstall: domain-browser@1.1.7
npm info lifecycle domelementtype@1.1.3~preinstall: domelementtype@1.1.3
npm info lifecycle dom-helpers@3.2.1~preinstall: dom-helpers@3.2.1
npm info lifecycle dom-converter@0.1.4~preinstall: dom-converter@0.1.4
npm info lifecycle utila@0.3.3~preinstall: utila@0.3.3
npm info lifecycle dns-txt@2.0.2~preinstall: dns-txt@2.0.2
npm info lifecycle dns-equal@1.0.0~preinstall: dns-equal@1.0.0
npm info lifecycle detect-node@2.0.3~preinstall: detect-node@2.0.3
npm info lifecycle destroy@1.0.4~preinstall: destroy@1.0.4
npm info lifecycle depd@1.1.1~preinstall: depd@1.1.1
npm info lifecycle deep-equal@1.0.1~preinstall: deep-equal@1.0.1
npm info lifecycle decamelize@1.2.0~preinstall: decamelize@1.2.0
npm info lifecycle console-browserify@1.1.0~preinstall: console-browserify@1.1.0
npm info lifecycle date-now@0.1.4~preinstall: date-now@0.1.4
npm info lifecycle currently-unhandled@0.4.1~preinstall: currently-unhandled@0.4.1
npm info lifecycle css-what@2.1.0~preinstall: css-what@2.1.0
npm info lifecycle core-util-is@1.0.2~preinstall: core-util-is@1.0.2
npm info lifecycle core-js@2.5.1~preinstall: core-js@2.5.1
npm info lifecycle cookie-signature@1.0.6~preinstall: cookie-signature@1.0.6
npm info lifecycle cookie@0.3.1~preinstall: cookie@0.3.1
npm info lifecycle convert-source-map@1.5.0~preinstall: convert-source-map@1.5.0
npm info lifecycle content-type@1.0.4~preinstall: content-type@1.0.4
npm info lifecycle content-disposition@0.5.2~preinstall: content-disposition@0.5.2
npm info lifecycle constants-browserify@1.0.0~preinstall: constants-browserify@1.0.0
npm info lifecycle connect-history-api-fallback@1.4.0~preinstall: connect-history-api-fallback@1.4.0
npm info lifecycle brace-expansion@1.1.8~preinstall: brace-expansion@1.1.8
npm info lifecycle concat-map@0.0.1~preinstall: concat-map@0.0.1
npm info lifecycle commondir@1.0.1~preinstall: commondir@1.0.1
npm info linkStuff acorn@5.1.2
npm info linkStuff acorn@4.0.13
npm info linkStuff acorn-dynamic-import@2.0.2
npm info linkStuff ajv-keywords@1.5.1
npm info linkStuff ansi-html@0.0.7
npm info linkStuff ansi-regex@2.1.1
npm info linkStuff ansi-styles@2.2.1
npm info linkStuff arr-flatten@1.1.0
npm info linkStuff arr-diff@2.0.0
npm info linkStuff array-find-index@1.0.2
npm info linkStuff array-flatten@2.1.1
npm info linkStuff array-uniq@1.0.3
npm info linkStuff array-union@1.0.2
npm info linkStuff array-unique@0.2.1
npm info linkStuff asap@2.0.6
npm info linkStuff async-each@1.0.1
npm info linkStuff babel-plugin-syntax-async-functions@6.13.0
npm info linkStuff babel-plugin-syntax-async-generators@6.13.0
npm info linkStuff babel-plugin-syntax-class-properties@6.13.0
npm info linkStuff babel-plugin-syntax-decorators@6.13.0
npm info linkStuff babel-plugin-syntax-dynamic-import@6.18.0
npm info linkStuff babel-plugin-syntax-exponentiation-operator@6.13.0
npm info linkStuff babel-plugin-syntax-flow@6.18.0
npm info linkStuff babel-plugin-syntax-jsx@6.18.0
npm info linkStuff babel-plugin-syntax-object-rest-spread@6.13.0
npm info linkStuff babel-plugin-syntax-trailing-function-commas@6.22.0
npm info linkStuff babylon@6.18.0
npm info linkStuff balanced-match@1.0.0
npm info linkStuff base64-js@1.2.1
npm info linkStuff batch@0.6.1
npm info linkStuff big.js@3.2.0
npm info linkStuff binary-extensions@1.10.0
npm info linkStuff bluebird@3.5.1
npm info linkStuff bn.js@4.11.8
npm info linkStuff boolbase@1.0.0
npm info linkStuff bowser@1.8.1
npm info linkStuff brorand@1.1.0
npm info linkStuff buffer-indexof@1.1.1
npm info linkStuff buffer-xor@1.0.3
npm info linkStuff isarray@1.0.0
npm info linkStuff builtin-modules@1.1.1
npm info linkStuff builtin-status-codes@3.0.0
npm info linkStuff bytes@3.0.0
npm info linkStuff camelcase@1.2.1
npm info linkStuff camelcase@2.1.1
npm info linkStuff chain-function@1.0.0
npm info linkStuff change-emitter@0.1.6
npm info linkStuff co@4.6.0
npm info linkStuff code-point-at@1.1.0
npm info linkStuff commander@2.11.0
npm info linkStuff commondir@1.0.1
npm info linkStuff concat-map@0.0.1
npm info linkStuff brace-expansion@1.1.8
npm info linkStuff connect-history-api-fallback@1.4.0
npm info linkStuff constants-browserify@1.0.0
npm info linkStuff content-disposition@0.5.2
npm info linkStuff content-type@1.0.4
npm info linkStuff convert-source-map@1.5.0
npm info linkStuff cookie@0.3.1
npm info linkStuff cookie-signature@1.0.6
npm info linkStuff core-js@2.5.1
npm info linkStuff core-util-is@1.0.2
npm info linkStuff css-what@2.1.0
npm info linkStuff currently-unhandled@0.4.1
npm info linkStuff date-now@0.1.4
npm info linkStuff console-browserify@1.1.0
npm info linkStuff decamelize@1.2.0
npm info linkStuff deep-equal@1.0.1
npm info linkStuff depd@1.1.1
npm info linkStuff destroy@1.0.4
npm info linkStuff detect-node@2.0.3
npm info linkStuff dns-equal@1.0.0
npm info linkStuff dns-txt@2.0.2
npm info linkStuff utila@0.3.3
npm info linkStuff dom-converter@0.1.4
npm info linkStuff dom-helpers@3.2.1
npm info linkStuff domelementtype@1.1.3
npm info linkStuff domain-browser@1.1.7
npm info linkStuff domelementtype@1.3.0
npm info linkStuff domhandler@2.1.0
npm info linkStuff ee-first@1.1.1
npm info linkStuff emojis-list@2.1.0
npm info linkStuff encodeurl@1.0.1
npm info linkStuff entities@1.1.1
npm info linkStuff dom-serializer@0.1.0
npm info linkStuff domutils@1.5.1
npm info linkStuff escape-html@1.0.3
npm info linkStuff escape-string-regexp@1.0.5
npm info linkStuff esutils@2.0.2
npm info linkStuff etag@1.8.1
npm info linkStuff eventemitter3@1.2.0
npm info linkStuff events@1.1.1
npm info linkStuff array-flatten@1.1.1
npm info linkStuff core-js@1.2.7
npm info linkStuff filename-regex@2.0.1
npm info linkStuff for-in@1.0.2
npm info linkStuff for-own@0.1.5
npm info linkStuff foreach@2.0.5
npm info linkStuff forwarded@0.1.2
npm info linkStuff fresh@0.5.2
npm info linkStuff fs.realpath@1.0.0
npm info linkStuff function-bind@1.1.1
npm info linkStuff get-caller-file@1.0.2
npm info linkStuff get-stdin@4.0.1
npm info linkStuff globals@9.18.0
npm info linkStuff pify@2.3.0
npm info linkStuff graceful-fs@4.1.11
npm info linkStuff handle-thing@1.2.5
npm info linkStuff has@1.0.1
npm info linkStuff has-ansi@2.0.0
npm info linkStuff has-flag@1.0.0
npm info linkStuff he@1.1.1
npm info linkStuff hoist-non-react-statics@2.3.1
npm info linkStuff hosted-git-info@2.5.0
npm info linkStuff isarray@1.0.0
npm info linkStuff html-entities@1.2.1
npm info linkStuff domutils@1.1.6
npm info linkStuff http-deceiver@1.2.7
npm info linkStuff setprototypeof@1.0.3
npm info linkStuff http-parser-js@0.4.9
npm info linkStuff is-extglob@2.1.1
npm info linkStuff is-glob@3.1.0
npm info linkStuff https-browserify@0.0.1
npm info linkStuff hyphenate-style-name@1.0.2
npm info linkStuff css-in-js-utils@2.0.0
npm info linkStuff iconv-lite@0.4.19
npm info linkStuff encoding@0.1.12
npm info linkStuff ieee754@1.1.8
npm info linkStuff buffer@4.9.1
npm info linkStuff indexof@0.0.1
npm info linkStuff inherits@2.0.3
npm info linkStuff hash-base@2.0.2
npm info linkStuff inline-style-prefixer@3.0.8
npm info linkStuff interpret@1.0.4
npm info linkStuff invert-kv@1.0.0
npm info linkStuff ip@1.1.5
npm info linkStuff ipaddr.js@1.5.2
npm info linkStuff is-arrayish@0.2.1
npm info linkStuff error-ex@1.3.1
npm info linkStuff is-binary-path@1.0.1
npm info linkStuff is-buffer@1.1.5
npm info linkStuff is-builtin-module@1.0.0
npm info linkStuff is-callable@1.1.3
npm info linkStuff is-date-object@1.0.1
npm info linkStuff is-dotfile@1.0.3
npm info linkStuff is-extendable@0.1.1
npm info linkStuff is-extglob@1.0.0
npm info linkStuff extglob@0.3.2
npm info linkStuff is-glob@2.0.1
npm info linkStuff glob-parent@2.0.0
npm info linkStuff glob-base@0.3.0
npm info linkStuff is-path-cwd@1.0.0
npm info linkStuff is-posix-bracket@0.1.1
npm info linkStuff expand-brackets@0.1.5
npm info linkStuff is-primitive@2.0.0
npm info linkStuff is-equal-shallow@0.1.3
npm info linkStuff is-regex@1.0.4
npm info linkStuff is-stream@1.1.0
npm info linkStuff is-symbol@1.0.1
npm info linkStuff es-to-primitive@1.1.1
npm info linkStuff es-abstract@1.9.0
npm info linkStuff is-utf8@0.2.1
npm info linkStuff is-wsl@1.1.0
npm info linkStuff isarray@0.0.1
npm info linkStuff isarray@1.0.0
npm info linkStuff isobject@2.1.0
npm info linkStuff js-tokens@3.0.2
npm info linkStuff jsesc@1.3.0
npm info linkStuff json-loader@0.5.7
npm info linkStuff json3@3.3.2
npm info linkStuff json5@0.5.1
npm info linkStuff jsonify@0.0.0
npm info linkStuff json-stable-stringify@1.0.1
npm info linkStuff ajv@4.11.8
npm info linkStuff keycode@2.1.9
npm info linkStuff kind-of@3.2.2
npm info linkStuff is-number@2.1.0
npm info linkStuff lazy-cache@1.0.4
npm info linkStuff lcid@1.0.0
npm info linkStuff pify@2.3.0
npm info linkStuff loader-runner@2.3.0
npm info linkStuff loader-utils@1.1.0
npm info linkStuff lodash@4.17.4
npm info linkStuff async@2.5.0
npm info linkStuff lodash.merge@4.6.0
npm info linkStuff lodash.throttle@4.1.1
npm info linkStuff loglevel@1.5.1
npm info linkStuff longest@1.0.1
npm info linkStuff loose-envify@1.3.1
npm info linkStuff invariant@2.2.2
npm info linkStuff lower-case@1.1.4
npm info linkStuff map-obj@1.0.1
npm info linkStuff camelcase-keys@2.1.0
npm info linkStuff media-typer@0.3.0
npm info linkStuff isarray@1.0.0
npm info linkStuff minimist@1.2.0
npm info linkStuff merge-descriptors@1.0.1
npm info linkStuff methods@1.1.2
npm info linkStuff miller-rabin@4.0.1
npm info linkStuff mime@1.4.1
npm info linkStuff mime-db@1.30.0
npm info linkStuff compressible@2.0.12
npm info linkStuff mime-types@2.1.17
npm info linkStuff minimalistic-assert@1.0.0
npm info linkStuff asn1.js@4.9.1
npm info linkStuff des.js@1.0.0
npm info linkStuff hash.js@1.1.3
npm info linkStuff minimalistic-crypto-utils@1.0.1
npm info linkStuff hmac-drbg@1.0.1
npm info linkStuff elliptic@6.4.0
npm info linkStuff create-ecdh@4.0.0
npm info linkStuff minimatch@3.0.4
npm info linkStuff minimist@0.0.8
npm info linkStuff mkdirp@0.5.1
npm info linkStuff ms@2.0.0
npm info linkStuff debug@2.6.9
npm info linkStuff multicast-dns-service-types@1.1.0
npm info linkStuff negotiator@0.6.1
npm info linkStuff accepts@1.3.4
npm info linkStuff no-case@2.3.2
npm info linkStuff node-dir@0.1.17
npm info linkStuff node-fetch@1.7.3
npm info linkStuff node-forge@0.6.33
npm info linkStuff isarray@1.0.0
npm info linkStuff nth-check@1.0.1
npm info linkStuff css-select@1.2.0
npm info linkStuff number-is-nan@1.0.1
npm info linkStuff is-finite@1.0.2
npm info linkStuff is-fullwidth-code-point@1.0.0
npm info linkStuff object-assign@4.1.1
npm info linkStuff loader-utils@0.2.17
npm info linkStuff object-keys@1.0.11
npm info linkStuff define-properties@1.1.2
npm info linkStuff array-includes@3.0.3
npm info linkStuff object.omit@2.0.1
npm info linkStuff obuf@1.1.1
npm info linkStuff on-finished@2.3.0
npm info linkStuff on-headers@1.0.1
npm info linkStuff opn@5.1.0
npm info linkStuff os-browserify@0.2.1
npm info linkStuff os-homedir@1.0.2
npm info linkStuff os-locale@1.4.0
npm info linkStuff os-tmpdir@1.0.2
npm info linkStuff home-or-tmp@2.0.0
npm info linkStuff p-limit@1.1.0
npm info linkStuff p-locate@2.0.0
npm info linkStuff p-map@1.2.0
npm info linkStuff pako@0.2.9
npm info linkStuff browserify-zlib@0.1.4
npm info linkStuff param-case@2.1.1
npm info linkStuff parse-glob@3.0.4
npm info linkStuff parse-json@2.2.0
npm info linkStuff parseurl@1.3.2
npm info linkStuff path-browserify@0.0.0
npm info linkStuff path-exists@3.0.0
npm info linkStuff locate-path@2.0.0
npm info linkStuff find-up@2.1.0
npm info linkStuff path-is-absolute@1.0.1
npm info linkStuff path-is-inside@1.0.2
npm info linkStuff is-path-inside@1.0.0
npm info linkStuff is-path-in-cwd@1.0.0
npm info linkStuff path-to-regexp@0.1.7
npm info linkStuff pify@2.3.0
npm info linkStuff pify@3.0.0
npm info linkStuff make-dir@1.1.0
npm info linkStuff pinkie@2.0.4
npm info linkStuff pinkie-promise@2.0.1
npm info linkStuff path-type@1.1.0
npm info linkStuff pkg-dir@2.0.0
npm info linkStuff find-cache-dir@1.0.0
npm info linkStuff async@1.5.2
npm info linkStuff portfinder@1.0.13
npm info linkStuff preserve@0.2.0
npm info linkStuff private@0.1.8
npm info linkStuff process@0.11.10
npm info linkStuff process-nextick-args@1.0.7
npm info linkStuff promise@7.3.1
npm info linkStuff proxy-addr@2.0.2
npm info linkStuff prr@0.0.0
npm info linkStuff errno@0.1.4
npm info linkStuff punycode@1.4.1
npm info linkStuff qs@6.5.1
npm info linkStuff querystring@0.2.0
npm info linkStuff querystring-es3@0.2.1
npm info linkStuff querystringify@0.0.4
npm info linkStuff kind-of@3.2.2
npm info linkStuff is-number@3.0.0
npm info linkStuff kind-of@4.0.0
npm info linkStuff randomatic@1.1.7
npm info linkStuff range-parser@1.2.0
npm info linkStuff path-exists@2.1.0
npm info linkStuff find-up@1.1.2
npm info linkStuff isarray@1.0.0
npm info linkStuff regenerate@1.3.3
npm info linkStuff regenerator-runtime@0.11.0
npm info linkStuff babel-runtime@6.26.0
npm info linkStuff babel-messages@6.23.0
npm info linkStuff babel-plugin-check-es2015-constants@6.22.0
npm info linkStuff babel-plugin-transform-es2015-arrow-functions@6.22.0
npm info linkStuff babel-plugin-transform-es2015-block-scoped-functions@6.22.0
npm info linkStuff babel-plugin-transform-es2015-destructuring@6.23.0
npm info linkStuff babel-plugin-transform-es2015-for-of@6.23.0
npm info linkStuff babel-plugin-transform-es2015-literals@6.22.0
npm info linkStuff babel-plugin-transform-es2015-spread@6.22.0
npm info linkStuff babel-plugin-transform-es2015-template-literals@6.22.0
npm info linkStuff babel-plugin-transform-es2015-typeof-symbol@6.23.0
npm info linkStuff babel-plugin-transform-flow-strip-types@6.22.0
npm info linkStuff babel-preset-flow@6.23.0
npm info linkStuff babel-plugin-transform-object-rest-spread@6.26.0
npm info linkStuff babel-plugin-transform-react-display-name@6.25.0
npm info linkStuff babel-plugin-transform-react-jsx-self@6.22.0
npm info linkStuff babel-plugin-transform-react-jsx-source@6.22.0
npm info linkStuff regex-cache@0.4.4
npm info linkStuff regjsgen@0.2.0
npm info linkStuff jsesc@0.5.0
npm info linkStuff regjsparser@0.1.5
npm info linkStuff regexpu-core@2.0.0
npm info linkStuff relateurl@0.2.7
npm info linkStuff remove-trailing-separator@1.1.0
npm info linkStuff normalize-path@2.1.1
npm info linkStuff utila@0.3.3
npm info linkStuff repeat-element@1.1.2
npm info linkStuff repeat-string@1.6.1
npm info linkStuff align-text@0.1.4
npm info linkStuff center-align@0.1.3
npm info linkStuff fill-range@2.2.3
npm info linkStuff expand-range@1.8.2
npm info linkStuff braces@1.8.5
npm info linkStuff micromatch@2.3.11
npm info linkStuff anymatch@1.3.2
npm info linkStuff repeating@2.0.1
npm info linkStuff detect-indent@4.0.0
npm info linkStuff indent-string@2.1.0
npm info linkStuff require-directory@2.1.1
npm info linkStuff require-main-filename@1.0.1
npm info linkStuff requires-port@1.0.0
npm info linkStuff http-proxy@1.16.2
npm info linkStuff http-proxy-middleware@0.17.4
npm info linkStuff url-parse@1.0.5
npm info linkStuff original@1.0.0
npm info linkStuff eventsource@0.1.6
npm info linkStuff resolve-from@3.0.0
npm info linkStuff resolve-cwd@2.0.0
npm info linkStuff import-local@0.1.1
npm info linkStuff right-align@0.1.3
npm info linkStuff ripemd160@2.0.1
npm info linkStuff safe-buffer@5.1.1
npm info linkStuff cipher-base@1.0.4
npm info linkStuff browserify-des@1.0.0
npm info linkStuff dns-packet@1.2.2
npm info linkStuff string_decoder@1.0.3
npm info linkStuff hash-base@3.0.4
npm info linkStuff md5.js@1.3.4
npm info linkStuff evp_bytestokey@1.0.3
npm info linkStuff string_decoder@1.0.3
npm info linkStuff string_decoder@1.0.3
npm info linkStuff randombytes@2.0.5
npm info linkStuff browserify-rsa@4.0.1
npm info linkStuff diffie-hellman@5.0.2
npm info linkStuff string_decoder@1.0.3
npm info linkStuff select-hose@2.0.0
npm info linkStuff selfsigned@1.10.1
npm info linkStuff semver@5.4.1
npm info linkStuff set-blocking@2.0.0
npm info linkStuff set-immediate-shim@1.0.1
npm info linkStuff setimmediate@1.0.5
npm info linkStuff setprototypeof@1.1.0
npm info linkStuff sha.js@2.4.9
npm info linkStuff create-hash@1.1.3
npm info linkStuff browserify-aes@1.1.1
npm info linkStuff browserify-cipher@1.0.0
npm info linkStuff create-hmac@1.1.6
npm info linkStuff pbkdf2@3.0.14
npm info linkStuff parse-asn1@5.1.0
npm info linkStuff browserify-sign@4.0.4
npm info linkStuff public-encrypt@4.0.0
npm info linkStuff crypto-browserify@3.11.1
npm info linkStuff signal-exit@3.0.2
npm info linkStuff loud-rejection@1.6.0
npm info linkStuff simple-assign@0.1.0
npm info linkStuff slash@1.0.0
npm info linkStuff source-list-map@2.0.0
npm info linkStuff source-map@0.5.7
npm info linkStuff clean-css@4.1.9
npm info linkStuff source-map-support@0.4.18
npm info linkStuff spdx-expression-parse@1.0.4
npm info linkStuff spdx-license-ids@1.2.2
npm info linkStuff spdx-correct@1.0.2
npm info linkStuff isarray@1.0.0
npm info linkStuff string_decoder@1.0.3
npm info linkStuff statuses@1.3.1
npm info linkStuff http-errors@1.6.2
npm info linkStuff serve-index@1.9.1
npm info linkStuff send@0.16.1
npm info linkStuff serve-static@1.13.1
npm info linkStuff isarray@1.0.0
npm info linkStuff string_decoder@1.0.3
npm info linkStuff isarray@1.0.0
npm info linkStuff string_decoder@1.0.3
npm info linkStuff string_decoder@0.10.31
npm info linkStuff readable-stream@1.0.34
npm info linkStuff htmlparser2@3.3.0
npm info linkStuff strip-ansi@3.0.1
npm info linkStuff renderkid@2.0.1
npm info linkStuff string-width@1.0.2
npm info linkStuff strip-bom@2.0.0
npm info linkStuff load-json-file@1.1.0
npm info linkStuff strip-indent@1.0.1
npm info linkStuff redent@1.0.0
npm info linkStuff supports-color@2.0.0
npm info linkStuff chalk@1.1.3
npm info linkStuff babel-code-frame@6.26.0
npm info linkStuff symbol-observable@1.0.4
npm info linkStuff tapable@0.2.8
npm info linkStuff thunky@0.1.0
npm info linkStuff multicast-dns@6.1.1
npm info linkStuff bonjour@3.5.0
npm info linkStuff time-stamp@2.0.0
npm info linkStuff timers-browserify@2.0.4
npm info linkStuff to-arraybuffer@1.0.1
npm info linkStuff to-fast-properties@1.0.3
npm info linkStuff babel-types@6.26.0
npm info linkStuff babel-helper-builder-react-jsx@6.26.0
npm info linkStuff babel-plugin-transform-react-jsx@6.24.1
npm info linkStuff babel-helper-get-function-arity@6.24.1
npm info linkStuff babel-helper-hoist-variables@6.24.1
npm info linkStuff babel-helper-optimise-call-expression@6.24.1
npm info linkStuff babel-helper-regex@6.26.0
npm info linkStuff babel-plugin-transform-es2015-unicode-regex@6.24.1
npm info linkStuff babel-plugin-transform-es2015-duplicate-keys@6.24.1
npm info linkStuff babel-plugin-transform-es2015-shorthand-properties@6.24.1
npm info linkStuff babel-plugin-transform-es2015-sticky-regex@6.24.1
npm info linkStuff babel-plugin-transform-strict-mode@6.24.1
npm info linkStuff babel-traverse@6.26.0
npm info linkStuff babel-helper-bindify-decorators@6.24.1
npm info linkStuff babel-helper-call-delegate@6.24.1
npm info linkStuff babel-helper-explode-assignable-expression@6.24.1
npm info linkStuff babel-helper-builder-binary-assignment-operator-visitor@6.24.1
npm info linkStuff babel-plugin-transform-exponentiation-operator@6.24.1
npm info linkStuff babel-helper-explode-class@6.24.1
npm info linkStuff babel-template@6.26.0
npm info linkStuff babel-helper-function-name@6.24.1
npm info linkStuff babel-helper-define-map@6.26.0
npm info linkStuff babel-plugin-transform-es2015-function-name@6.24.1
npm info linkStuff babel-helper-remap-async-to-generator@6.24.1
npm info linkStuff babel-plugin-transform-async-generator-functions@6.24.1
npm info linkStuff babel-plugin-transform-async-to-generator@6.24.1
npm info linkStuff babel-preset-stage-3@6.24.1
npm info linkStuff babel-helper-replace-supers@6.24.1
npm info linkStuff babel-plugin-transform-es2015-object-super@6.24.1
npm info linkStuff babel-helpers@6.24.1
npm info linkStuff babel-plugin-transform-class-properties@6.24.1
npm info linkStuff babel-plugin-transform-decorators@6.24.1
npm info linkStuff babel-plugin-transform-es2015-block-scoping@6.26.0
npm info linkStuff babel-plugin-transform-es2015-classes@6.24.1
npm info linkStuff babel-plugin-transform-es2015-computed-properties@6.24.1
npm info linkStuff babel-plugin-transform-es2015-modules-commonjs@6.26.0
npm info linkStuff babel-plugin-transform-es2015-modules-amd@6.24.1
npm info linkStuff babel-plugin-transform-es2015-modules-systemjs@6.24.1
npm info linkStuff babel-plugin-transform-es2015-modules-umd@6.24.1
npm info linkStuff babel-plugin-transform-es2015-parameters@6.24.1
npm info linkStuff regenerator-transform@0.10.1
npm info linkStuff babel-plugin-transform-regenerator@6.26.0
npm info linkStuff toposort@1.0.6
npm info linkStuff trim-newlines@1.0.0
npm info linkStuff trim-right@1.0.1
npm info linkStuff babel-generator@6.26.0
npm info linkStuff babel-core@6.26.0
npm info linkStuff babel-register@6.26.0
npm info linkStuff tty-browserify@0.0.0
npm info linkStuff type-is@1.6.15
npm info linkStuff ua-parser-js@0.7.17
npm info linkStuff source-map@0.6.1
npm info linkStuff uglify-js@3.1.5
npm info linkStuff uglify-to-browserify@1.0.2
npm info linkStuff unpipe@1.0.0
npm info linkStuff finalhandler@1.1.0
npm info linkStuff raw-body@2.3.2
npm info linkStuff body-parser@1.18.2
npm info linkStuff upper-case@1.1.3
npm info linkStuff camel-case@3.0.0
npm info linkStuff querystringify@1.0.0
npm info linkStuff url-parse@1.1.9
npm info linkStuff punycode@1.3.2
npm info linkStuff url@0.11.0
npm info linkStuff util-deprecate@1.0.2
npm info linkStuff readable-stream@2.3.3
npm info linkStuff readable-stream@2.3.3
npm info linkStuff memory-fs@0.4.1
npm info linkStuff enhanced-resolve@3.4.1
npm info linkStuff readable-stream@2.3.3
npm info linkStuff readable-stream@2.3.3
npm info linkStuff readdirp@2.1.0
npm info linkStuff chokidar@1.7.0
npm info linkStuff readable-stream@2.3.3
npm info linkStuff readable-stream@2.3.3
npm info linkStuff stream-browserify@2.0.1
npm info linkStuff readable-stream@2.3.3
npm info linkStuff inherits@2.0.1
npm info linkStuff util@0.10.3
npm info linkStuff assert@1.4.1
npm info linkStuff utila@0.4.0
npm info linkStuff pretty-error@2.1.1
npm info linkStuff utils-merge@1.0.1
npm info linkStuff uuid@2.0.3
npm info linkStuff validate-npm-package-license@3.0.1
npm info linkStuff normalize-package-data@2.4.0
npm info linkStuff read-pkg@1.1.0
npm info linkStuff read-pkg-up@1.0.1
npm info linkStuff meow@3.7.0
npm info linkStuff internal-ip@1.2.0
npm info linkStuff vary@1.1.2
npm info linkStuff compression@1.7.1
npm info linkStuff express@4.16.2
npm info linkStuff vm-browserify@0.0.4
npm info linkStuff vow@0.4.17
npm info linkStuff warning@3.0.0
npm info linkStuff watchpack@1.4.0
npm info linkStuff wbuf@1.7.2
npm info linkStuff hpack.js@2.1.6
npm info linkStuff spdy-transport@2.0.20
npm info linkStuff spdy@3.4.7
npm info linkStuff webpack-dev-middleware@1.12.0
npm info linkStuff debug@3.1.0
npm info linkStuff has-flag@2.0.0
npm info linkStuff supports-color@4.5.0
npm info linkStuff webpack-sources@1.0.1
npm info linkStuff loader-utils@0.2.17
npm info linkStuff supports-color@3.2.3
npm info linkStuff websocket-extensions@0.1.2
npm info linkStuff websocket-driver@0.7.0
npm info linkStuff faye-websocket@0.10.0
npm info linkStuff sockjs@0.3.18
npm info linkStuff faye-websocket@0.11.1
npm info linkStuff sockjs-client@1.1.4
npm info linkStuff whatwg-fetch@2.0.3
npm info linkStuff isomorphic-fetch@2.2.1
npm info linkStuff fbjs@0.8.16
npm info linkStuff create-react-class@15.6.2
npm info linkStuff prop-types@15.6.0
npm info linkStuff react-transition-group@1.2.1
npm info linkStuff react-event-listener@0.5.1
npm info linkStuff recompose@0.26.0
npm info linkStuff which-module@1.0.0
npm info linkStuff window-size@0.1.0
npm info linkStuff wordwrap@0.0.2
npm info linkStuff cliui@2.1.0
npm info linkStuff yargs@3.10.0
npm info linkStuff uglify-js@2.8.29
npm info linkStuff wrap-ansi@2.1.0
npm info linkStuff wrappy@1.0.2
npm info linkStuff once@1.4.0
npm info linkStuff inflight@1.0.6
npm info linkStuff glob@7.1.2
npm info linkStuff globby@6.1.0
npm info linkStuff rimraf@2.6.2
npm info linkStuff del@3.0.0
npm info linkStuff xml-char-classes@1.0.0
npm info linkStuff ncname@1.0.0
npm info linkStuff html-minifier@3.5.6
npm info linkStuff xtend@4.0.1
npm info linkStuff stream-http@2.7.2
npm info linkStuff node-libs-browser@2.0.0
npm info linkStuff y18n@3.2.1
npm info linkStuff camelcase@3.0.0
npm info linkStuff yargs-parser@4.2.1
npm info linkStuff camelcase@3.0.0
npm info linkStuff cliui@3.2.0
npm info linkStuff yargs@6.6.0
npm info linkStuff babel-loader@7.1.2
npm info linkStuff babel-preset-es2015@6.24.1
npm info linkStuff babel-preset-react@6.24.1
npm info linkStuff babel-preset-stage-2@6.24.1
npm info linkStuff html-webpack-plugin@2.30.1
npm info linkStuff material-ui@0.19.4
npm info linkStuff react@15.6.2
npm info linkStuff react-dom@15.6.2
npm info linkStuff react-tap-event-plugin@2.0.1
npm info linkStuff transfer-webpack-plugin@0.1.4
npm info linkStuff webpack@2.7.0
npm info linkStuff webpack-dev-server@2.9.3
npm info lifecycle acorn@5.1.2~install: acorn@5.1.2
npm info lifecycle acorn@4.0.13~install: acorn@4.0.13
npm info lifecycle acorn-dynamic-import@2.0.2~install: acorn-dynamic-import@2.0.2
npm info lifecycle ajv-keywords@1.5.1~install: ajv-keywords@1.5.1
npm info lifecycle ansi-html@0.0.7~install: ansi-html@0.0.7
npm info lifecycle ansi-regex@2.1.1~install: ansi-regex@2.1.1
npm info lifecycle ansi-styles@2.2.1~install: ansi-styles@2.2.1
npm info lifecycle arr-flatten@1.1.0~install: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~install: arr-diff@2.0.0
npm info lifecycle array-find-index@1.0.2~install: array-find-index@1.0.2
npm info lifecycle array-flatten@2.1.1~install: array-flatten@2.1.1
npm info lifecycle array-uniq@1.0.3~install: array-uniq@1.0.3
npm info lifecycle array-union@1.0.2~install: array-union@1.0.2
npm info lifecycle array-unique@0.2.1~install: array-unique@0.2.1
npm info lifecycle asap@2.0.6~install: asap@2.0.6
npm info lifecycle async-each@1.0.1~install: async-each@1.0.1
npm info lifecycle babel-plugin-syntax-async-functions@6.13.0~install: babel-plugin-syntax-async-functions@6.13.0
npm info lifecycle babel-plugin-syntax-async-generators@6.13.0~install: babel-plugin-syntax-async-generators@6.13.0
npm info lifecycle babel-plugin-syntax-class-properties@6.13.0~install: babel-plugin-syntax-class-properties@6.13.0
npm info lifecycle babel-plugin-syntax-decorators@6.13.0~install: babel-plugin-syntax-decorators@6.13.0
npm info lifecycle babel-plugin-syntax-dynamic-import@6.18.0~install: babel-plugin-syntax-dynamic-import@6.18.0
npm info lifecycle babel-plugin-syntax-exponentiation-operator@6.13.0~install: babel-plugin-syntax-exponentiation-operator@6.13.0
npm info lifecycle babel-plugin-syntax-flow@6.18.0~install: babel-plugin-syntax-flow@6.18.0
npm info lifecycle babel-plugin-syntax-jsx@6.18.0~install: babel-plugin-syntax-jsx@6.18.0
npm info lifecycle babel-plugin-syntax-object-rest-spread@6.13.0~install: babel-plugin-syntax-object-rest-spread@6.13.0
npm info lifecycle babel-plugin-syntax-trailing-function-commas@6.22.0~install: babel-plugin-syntax-trailing-function-commas@6.22.0
npm info lifecycle babylon@6.18.0~install: babylon@6.18.0
npm info lifecycle balanced-match@1.0.0~install: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~install: base64-js@1.2.1
npm info lifecycle batch@0.6.1~install: batch@0.6.1
npm info lifecycle big.js@3.2.0~install: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~install: binary-extensions@1.10.0
npm info lifecycle bluebird@3.5.1~install: bluebird@3.5.1
npm info lifecycle bn.js@4.11.8~install: bn.js@4.11.8
npm info lifecycle boolbase@1.0.0~install: boolbase@1.0.0
npm info lifecycle bowser@1.8.1~install: bowser@1.8.1
npm info lifecycle brorand@1.1.0~install: brorand@1.1.0
npm info lifecycle buffer-indexof@1.1.1~install: buffer-indexof@1.1.1
npm info lifecycle buffer-xor@1.0.3~install: buffer-xor@1.0.3
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle builtin-modules@1.1.1~install: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~install: builtin-status-codes@3.0.0
npm info lifecycle bytes@3.0.0~install: bytes@3.0.0
npm info lifecycle camelcase@1.2.1~install: camelcase@1.2.1
npm info lifecycle camelcase@2.1.1~install: camelcase@2.1.1
npm info lifecycle chain-function@1.0.0~install: chain-function@1.0.0
npm info lifecycle change-emitter@0.1.6~install: change-emitter@0.1.6
npm info lifecycle co@4.6.0~install: co@4.6.0
npm info lifecycle code-point-at@1.1.0~install: code-point-at@1.1.0
npm info lifecycle commander@2.11.0~install: commander@2.11.0
npm info lifecycle commondir@1.0.1~install: commondir@1.0.1
npm info lifecycle concat-map@0.0.1~install: concat-map@0.0.1
npm info lifecycle brace-expansion@1.1.8~install: brace-expansion@1.1.8
npm info lifecycle connect-history-api-fallback@1.4.0~install: connect-history-api-fallback@1.4.0
npm info lifecycle constants-browserify@1.0.0~install: constants-browserify@1.0.0
npm info lifecycle content-disposition@0.5.2~install: content-disposition@0.5.2
npm info lifecycle content-type@1.0.4~install: content-type@1.0.4
npm info lifecycle convert-source-map@1.5.0~install: convert-source-map@1.5.0
npm info lifecycle cookie@0.3.1~install: cookie@0.3.1
npm info lifecycle cookie-signature@1.0.6~install: cookie-signature@1.0.6
npm info lifecycle core-js@2.5.1~install: core-js@2.5.1
npm info lifecycle core-util-is@1.0.2~install: core-util-is@1.0.2
npm info lifecycle css-what@2.1.0~install: css-what@2.1.0
npm info lifecycle currently-unhandled@0.4.1~install: currently-unhandled@0.4.1
npm info lifecycle date-now@0.1.4~install: date-now@0.1.4
npm info lifecycle console-browserify@1.1.0~install: console-browserify@1.1.0
npm info lifecycle decamelize@1.2.0~install: decamelize@1.2.0
npm info lifecycle deep-equal@1.0.1~install: deep-equal@1.0.1
npm info lifecycle depd@1.1.1~install: depd@1.1.1
npm info lifecycle destroy@1.0.4~install: destroy@1.0.4
npm info lifecycle detect-node@2.0.3~install: detect-node@2.0.3
npm info lifecycle dns-equal@1.0.0~install: dns-equal@1.0.0
npm info lifecycle dns-txt@2.0.2~install: dns-txt@2.0.2
npm info lifecycle utila@0.3.3~install: utila@0.3.3
npm info lifecycle dom-converter@0.1.4~install: dom-converter@0.1.4
npm info lifecycle dom-helpers@3.2.1~install: dom-helpers@3.2.1
npm info lifecycle domelementtype@1.1.3~install: domelementtype@1.1.3
npm info lifecycle domain-browser@1.1.7~install: domain-browser@1.1.7
npm info lifecycle domelementtype@1.3.0~install: domelementtype@1.3.0
npm info lifecycle domhandler@2.1.0~install: domhandler@2.1.0
npm info lifecycle ee-first@1.1.1~install: ee-first@1.1.1
npm info lifecycle emojis-list@2.1.0~install: emojis-list@2.1.0
npm info lifecycle encodeurl@1.0.1~install: encodeurl@1.0.1
npm info lifecycle entities@1.1.1~install: entities@1.1.1
npm info lifecycle dom-serializer@0.1.0~install: dom-serializer@0.1.0
npm info lifecycle domutils@1.5.1~install: domutils@1.5.1
npm info lifecycle escape-html@1.0.3~install: escape-html@1.0.3
npm info lifecycle escape-string-regexp@1.0.5~install: escape-string-regexp@1.0.5
npm info lifecycle esutils@2.0.2~install: esutils@2.0.2
npm info lifecycle etag@1.8.1~install: etag@1.8.1
npm info lifecycle eventemitter3@1.2.0~install: eventemitter3@1.2.0
npm info lifecycle events@1.1.1~install: events@1.1.1
npm info lifecycle array-flatten@1.1.1~install: array-flatten@1.1.1
npm info lifecycle core-js@1.2.7~install: core-js@1.2.7
npm info lifecycle filename-regex@2.0.1~install: filename-regex@2.0.1
npm info lifecycle for-in@1.0.2~install: for-in@1.0.2
npm info lifecycle for-own@0.1.5~install: for-own@0.1.5
npm info lifecycle foreach@2.0.5~install: foreach@2.0.5
npm info lifecycle forwarded@0.1.2~install: forwarded@0.1.2
npm info lifecycle fresh@0.5.2~install: fresh@0.5.2
npm info lifecycle fs.realpath@1.0.0~install: fs.realpath@1.0.0
npm info lifecycle function-bind@1.1.1~install: function-bind@1.1.1
npm info lifecycle get-caller-file@1.0.2~install: get-caller-file@1.0.2
npm info lifecycle get-stdin@4.0.1~install: get-stdin@4.0.1
npm info lifecycle globals@9.18.0~install: globals@9.18.0
npm info lifecycle pify@2.3.0~install: pify@2.3.0
npm info lifecycle graceful-fs@4.1.11~install: graceful-fs@4.1.11
npm info lifecycle handle-thing@1.2.5~install: handle-thing@1.2.5
npm info lifecycle has@1.0.1~install: has@1.0.1
npm info lifecycle has-ansi@2.0.0~install: has-ansi@2.0.0
npm info lifecycle has-flag@1.0.0~install: has-flag@1.0.0
npm info lifecycle he@1.1.1~install: he@1.1.1
npm info lifecycle hoist-non-react-statics@2.3.1~install: hoist-non-react-statics@2.3.1
npm info lifecycle hosted-git-info@2.5.0~install: hosted-git-info@2.5.0
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle html-entities@1.2.1~install: html-entities@1.2.1
npm info lifecycle domutils@1.1.6~install: domutils@1.1.6
npm info lifecycle http-deceiver@1.2.7~install: http-deceiver@1.2.7
npm info lifecycle setprototypeof@1.0.3~install: setprototypeof@1.0.3
npm info lifecycle http-parser-js@0.4.9~install: http-parser-js@0.4.9
npm info lifecycle is-extglob@2.1.1~install: is-extglob@2.1.1
npm info lifecycle is-glob@3.1.0~install: is-glob@3.1.0
npm info lifecycle https-browserify@0.0.1~install: https-browserify@0.0.1
npm info lifecycle hyphenate-style-name@1.0.2~install: hyphenate-style-name@1.0.2
npm info lifecycle css-in-js-utils@2.0.0~install: css-in-js-utils@2.0.0
npm info lifecycle iconv-lite@0.4.19~install: iconv-lite@0.4.19
npm info lifecycle encoding@0.1.12~install: encoding@0.1.12
npm info lifecycle ieee754@1.1.8~install: ieee754@1.1.8
npm info lifecycle buffer@4.9.1~install: buffer@4.9.1
npm info lifecycle indexof@0.0.1~install: indexof@0.0.1
npm info lifecycle inherits@2.0.3~install: inherits@2.0.3
npm info lifecycle hash-base@2.0.2~install: hash-base@2.0.2
npm info lifecycle inline-style-prefixer@3.0.8~install: inline-style-prefixer@3.0.8
npm info lifecycle interpret@1.0.4~install: interpret@1.0.4
npm info lifecycle invert-kv@1.0.0~install: invert-kv@1.0.0
npm info lifecycle ip@1.1.5~install: ip@1.1.5
npm info lifecycle ipaddr.js@1.5.2~install: ipaddr.js@1.5.2
npm info lifecycle is-arrayish@0.2.1~install: is-arrayish@0.2.1
npm info lifecycle error-ex@1.3.1~install: error-ex@1.3.1
npm info lifecycle is-binary-path@1.0.1~install: is-binary-path@1.0.1
npm info lifecycle is-buffer@1.1.5~install: is-buffer@1.1.5
npm info lifecycle is-builtin-module@1.0.0~install: is-builtin-module@1.0.0
npm info lifecycle is-callable@1.1.3~install: is-callable@1.1.3
npm info lifecycle is-date-object@1.0.1~install: is-date-object@1.0.1
npm info lifecycle is-dotfile@1.0.3~install: is-dotfile@1.0.3
npm info lifecycle is-extendable@0.1.1~install: is-extendable@0.1.1
npm info lifecycle is-extglob@1.0.0~install: is-extglob@1.0.0
npm info lifecycle extglob@0.3.2~install: extglob@0.3.2
npm info lifecycle is-glob@2.0.1~install: is-glob@2.0.1
npm info lifecycle glob-parent@2.0.0~install: glob-parent@2.0.0
npm info lifecycle glob-base@0.3.0~install: glob-base@0.3.0
npm info lifecycle is-path-cwd@1.0.0~install: is-path-cwd@1.0.0
npm info lifecycle is-posix-bracket@0.1.1~install: is-posix-bracket@0.1.1
npm info lifecycle expand-brackets@0.1.5~install: expand-brackets@0.1.5
npm info lifecycle is-primitive@2.0.0~install: is-primitive@2.0.0
npm info lifecycle is-equal-shallow@0.1.3~install: is-equal-shallow@0.1.3
npm info lifecycle is-regex@1.0.4~install: is-regex@1.0.4
npm info lifecycle is-stream@1.1.0~install: is-stream@1.1.0
npm info lifecycle is-symbol@1.0.1~install: is-symbol@1.0.1
npm info lifecycle es-to-primitive@1.1.1~install: es-to-primitive@1.1.1
npm info lifecycle es-abstract@1.9.0~install: es-abstract@1.9.0
npm info lifecycle is-utf8@0.2.1~install: is-utf8@0.2.1
npm info lifecycle is-wsl@1.1.0~install: is-wsl@1.1.0
npm info lifecycle isarray@0.0.1~install: isarray@0.0.1
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle isobject@2.1.0~install: isobject@2.1.0
npm info lifecycle js-tokens@3.0.2~install: js-tokens@3.0.2
npm info lifecycle jsesc@1.3.0~install: jsesc@1.3.0
npm info lifecycle json-loader@0.5.7~install: json-loader@0.5.7
npm info lifecycle json3@3.3.2~install: json3@3.3.2
npm info lifecycle json5@0.5.1~install: json5@0.5.1
npm info lifecycle jsonify@0.0.0~install: jsonify@0.0.0
npm info lifecycle json-stable-stringify@1.0.1~install: json-stable-stringify@1.0.1
npm info lifecycle ajv@4.11.8~install: ajv@4.11.8
npm info lifecycle keycode@2.1.9~install: keycode@2.1.9
npm info lifecycle kind-of@3.2.2~install: kind-of@3.2.2
npm info lifecycle is-number@2.1.0~install: is-number@2.1.0
npm info lifecycle lazy-cache@1.0.4~install: lazy-cache@1.0.4
npm info lifecycle lcid@1.0.0~install: lcid@1.0.0
npm info lifecycle pify@2.3.0~install: pify@2.3.0
npm info lifecycle loader-runner@2.3.0~install: loader-runner@2.3.0
npm info lifecycle loader-utils@1.1.0~install: loader-utils@1.1.0
npm info lifecycle lodash@4.17.4~install: lodash@4.17.4
npm info lifecycle async@2.5.0~install: async@2.5.0
npm info lifecycle lodash.merge@4.6.0~install: lodash.merge@4.6.0
npm info lifecycle lodash.throttle@4.1.1~install: lodash.throttle@4.1.1
npm info lifecycle loglevel@1.5.1~install: loglevel@1.5.1
npm info lifecycle longest@1.0.1~install: longest@1.0.1
npm info lifecycle loose-envify@1.3.1~install: loose-envify@1.3.1
npm info lifecycle invariant@2.2.2~install: invariant@2.2.2
npm info lifecycle lower-case@1.1.4~install: lower-case@1.1.4
npm info lifecycle map-obj@1.0.1~install: map-obj@1.0.1
npm info lifecycle camelcase-keys@2.1.0~install: camelcase-keys@2.1.0
npm info lifecycle media-typer@0.3.0~install: media-typer@0.3.0
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle minimist@1.2.0~install: minimist@1.2.0
npm info lifecycle merge-descriptors@1.0.1~install: merge-descriptors@1.0.1
npm info lifecycle methods@1.1.2~install: methods@1.1.2
npm info lifecycle miller-rabin@4.0.1~install: miller-rabin@4.0.1
npm info lifecycle mime@1.4.1~install: mime@1.4.1
npm info lifecycle mime-db@1.30.0~install: mime-db@1.30.0
npm info lifecycle compressible@2.0.12~install: compressible@2.0.12
npm info lifecycle mime-types@2.1.17~install: mime-types@2.1.17
npm info lifecycle minimalistic-assert@1.0.0~install: minimalistic-assert@1.0.0
npm info lifecycle asn1.js@4.9.1~install: asn1.js@4.9.1
npm info lifecycle des.js@1.0.0~install: des.js@1.0.0
npm info lifecycle hash.js@1.1.3~install: hash.js@1.1.3
npm info lifecycle minimalistic-crypto-utils@1.0.1~install: minimalistic-crypto-utils@1.0.1
npm info lifecycle hmac-drbg@1.0.1~install: hmac-drbg@1.0.1
npm info lifecycle elliptic@6.4.0~install: elliptic@6.4.0
npm info lifecycle create-ecdh@4.0.0~install: create-ecdh@4.0.0
npm info lifecycle minimatch@3.0.4~install: minimatch@3.0.4
npm info lifecycle minimist@0.0.8~install: minimist@0.0.8
npm info lifecycle mkdirp@0.5.1~install: mkdirp@0.5.1
npm info lifecycle ms@2.0.0~install: ms@2.0.0
npm info lifecycle debug@2.6.9~install: debug@2.6.9
npm info lifecycle multicast-dns-service-types@1.1.0~install: multicast-dns-service-types@1.1.0
npm info lifecycle negotiator@0.6.1~install: negotiator@0.6.1
npm info lifecycle accepts@1.3.4~install: accepts@1.3.4
npm info lifecycle no-case@2.3.2~install: no-case@2.3.2
npm info lifecycle node-dir@0.1.17~install: node-dir@0.1.17
npm info lifecycle node-fetch@1.7.3~install: node-fetch@1.7.3
npm info lifecycle node-forge@0.6.33~install: node-forge@0.6.33
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle nth-check@1.0.1~install: nth-check@1.0.1
npm info lifecycle css-select@1.2.0~install: css-select@1.2.0
npm info lifecycle number-is-nan@1.0.1~install: number-is-nan@1.0.1
npm info lifecycle is-finite@1.0.2~install: is-finite@1.0.2
npm info lifecycle is-fullwidth-code-point@1.0.0~install: is-fullwidth-code-point@1.0.0
npm info lifecycle object-assign@4.1.1~install: object-assign@4.1.1
npm info lifecycle loader-utils@0.2.17~install: loader-utils@0.2.17
npm info lifecycle object-keys@1.0.11~install: object-keys@1.0.11
npm info lifecycle define-properties@1.1.2~install: define-properties@1.1.2
npm info lifecycle array-includes@3.0.3~install: array-includes@3.0.3
npm info lifecycle object.omit@2.0.1~install: object.omit@2.0.1
npm info lifecycle obuf@1.1.1~install: obuf@1.1.1
npm info lifecycle on-finished@2.3.0~install: on-finished@2.3.0
npm info lifecycle on-headers@1.0.1~install: on-headers@1.0.1
npm info lifecycle opn@5.1.0~install: opn@5.1.0
npm info lifecycle os-browserify@0.2.1~install: os-browserify@0.2.1
npm info lifecycle os-homedir@1.0.2~install: os-homedir@1.0.2
npm info lifecycle os-locale@1.4.0~install: os-locale@1.4.0
npm info lifecycle os-tmpdir@1.0.2~install: os-tmpdir@1.0.2
npm info lifecycle home-or-tmp@2.0.0~install: home-or-tmp@2.0.0
npm info lifecycle p-limit@1.1.0~install: p-limit@1.1.0
npm info lifecycle p-locate@2.0.0~install: p-locate@2.0.0
npm info lifecycle p-map@1.2.0~install: p-map@1.2.0
npm info lifecycle pako@0.2.9~install: pako@0.2.9
npm info lifecycle browserify-zlib@0.1.4~install: browserify-zlib@0.1.4
npm info lifecycle param-case@2.1.1~install: param-case@2.1.1
npm info lifecycle parse-glob@3.0.4~install: parse-glob@3.0.4
npm info lifecycle parse-json@2.2.0~install: parse-json@2.2.0
npm info lifecycle parseurl@1.3.2~install: parseurl@1.3.2
npm info lifecycle path-browserify@0.0.0~install: path-browserify@0.0.0
npm info lifecycle path-exists@3.0.0~install: path-exists@3.0.0
npm info lifecycle locate-path@2.0.0~install: locate-path@2.0.0
npm info lifecycle find-up@2.1.0~install: find-up@2.1.0
npm info lifecycle path-is-absolute@1.0.1~install: path-is-absolute@1.0.1
npm info lifecycle path-is-inside@1.0.2~install: path-is-inside@1.0.2
npm info lifecycle is-path-inside@1.0.0~install: is-path-inside@1.0.0
npm info lifecycle is-path-in-cwd@1.0.0~install: is-path-in-cwd@1.0.0
npm info lifecycle path-to-regexp@0.1.7~install: path-to-regexp@0.1.7
npm info lifecycle pify@2.3.0~install: pify@2.3.0
npm info lifecycle pify@3.0.0~install: pify@3.0.0
npm info lifecycle make-dir@1.1.0~install: make-dir@1.1.0
npm info lifecycle pinkie@2.0.4~install: pinkie@2.0.4
npm info lifecycle pinkie-promise@2.0.1~install: pinkie-promise@2.0.1
npm info lifecycle path-type@1.1.0~install: path-type@1.1.0
npm info lifecycle pkg-dir@2.0.0~install: pkg-dir@2.0.0
npm info lifecycle find-cache-dir@1.0.0~install: find-cache-dir@1.0.0
npm info lifecycle async@1.5.2~install: async@1.5.2
npm info lifecycle portfinder@1.0.13~install: portfinder@1.0.13
npm info lifecycle preserve@0.2.0~install: preserve@0.2.0
npm info lifecycle private@0.1.8~install: private@0.1.8
npm info lifecycle process@0.11.10~install: process@0.11.10
npm info lifecycle process-nextick-args@1.0.7~install: process-nextick-args@1.0.7
npm info lifecycle promise@7.3.1~install: promise@7.3.1
npm info lifecycle proxy-addr@2.0.2~install: proxy-addr@2.0.2
npm info lifecycle prr@0.0.0~install: prr@0.0.0
npm info lifecycle errno@0.1.4~install: errno@0.1.4
npm info lifecycle punycode@1.4.1~install: punycode@1.4.1
npm info lifecycle qs@6.5.1~install: qs@6.5.1
npm info lifecycle querystring@0.2.0~install: querystring@0.2.0
npm info lifecycle querystring-es3@0.2.1~install: querystring-es3@0.2.1
npm info lifecycle querystringify@0.0.4~install: querystringify@0.0.4
npm info lifecycle kind-of@3.2.2~install: kind-of@3.2.2
npm info lifecycle is-number@3.0.0~install: is-number@3.0.0
npm info lifecycle kind-of@4.0.0~install: kind-of@4.0.0
npm info lifecycle randomatic@1.1.7~install: randomatic@1.1.7
npm info lifecycle range-parser@1.2.0~install: range-parser@1.2.0
npm info lifecycle path-exists@2.1.0~install: path-exists@2.1.0
npm info lifecycle find-up@1.1.2~install: find-up@1.1.2
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle regenerate@1.3.3~install: regenerate@1.3.3
npm info lifecycle regenerator-runtime@0.11.0~install: regenerator-runtime@0.11.0
npm info lifecycle babel-runtime@6.26.0~install: babel-runtime@6.26.0
npm info lifecycle babel-messages@6.23.0~install: babel-messages@6.23.0
npm info lifecycle babel-plugin-check-es2015-constants@6.22.0~install: babel-plugin-check-es2015-constants@6.22.0
npm info lifecycle babel-plugin-transform-es2015-arrow-functions@6.22.0~install: babel-plugin-transform-es2015-arrow-functions@6.22.0
npm info lifecycle babel-plugin-transform-es2015-block-scoped-functions@6.22.0~install: babel-plugin-transform-es2015-block-scoped-functions@6.22.0
npm info lifecycle babel-plugin-transform-es2015-destructuring@6.23.0~install: babel-plugin-transform-es2015-destructuring@6.23.0
npm info lifecycle babel-plugin-transform-es2015-for-of@6.23.0~install: babel-plugin-transform-es2015-for-of@6.23.0
npm info lifecycle babel-plugin-transform-es2015-literals@6.22.0~install: babel-plugin-transform-es2015-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-spread@6.22.0~install: babel-plugin-transform-es2015-spread@6.22.0
npm info lifecycle babel-plugin-transform-es2015-template-literals@6.22.0~install: babel-plugin-transform-es2015-template-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-typeof-symbol@6.23.0~install: babel-plugin-transform-es2015-typeof-symbol@6.23.0
npm info lifecycle babel-plugin-transform-flow-strip-types@6.22.0~install: babel-plugin-transform-flow-strip-types@6.22.0
npm info lifecycle babel-preset-flow@6.23.0~install: babel-preset-flow@6.23.0
npm info lifecycle babel-plugin-transform-object-rest-spread@6.26.0~install: babel-plugin-transform-object-rest-spread@6.26.0
npm info lifecycle babel-plugin-transform-react-display-name@6.25.0~install: babel-plugin-transform-react-display-name@6.25.0
npm info lifecycle babel-plugin-transform-react-jsx-self@6.22.0~install: babel-plugin-transform-react-jsx-self@6.22.0
npm info lifecycle babel-plugin-transform-react-jsx-source@6.22.0~install: babel-plugin-transform-react-jsx-source@6.22.0
npm info lifecycle regex-cache@0.4.4~install: regex-cache@0.4.4
npm info lifecycle regjsgen@0.2.0~install: regjsgen@0.2.0
npm info lifecycle jsesc@0.5.0~install: jsesc@0.5.0
npm info lifecycle regjsparser@0.1.5~install: regjsparser@0.1.5
npm info lifecycle regexpu-core@2.0.0~install: regexpu-core@2.0.0
npm info lifecycle relateurl@0.2.7~install: relateurl@0.2.7
npm info lifecycle remove-trailing-separator@1.1.0~install: remove-trailing-separator@1.1.0
npm info lifecycle normalize-path@2.1.1~install: normalize-path@2.1.1
npm info lifecycle utila@0.3.3~install: utila@0.3.3
npm info lifecycle repeat-element@1.1.2~install: repeat-element@1.1.2
npm info lifecycle repeat-string@1.6.1~install: repeat-string@1.6.1
npm info lifecycle align-text@0.1.4~install: align-text@0.1.4
npm info lifecycle center-align@0.1.3~install: center-align@0.1.3
npm info lifecycle fill-range@2.2.3~install: fill-range@2.2.3
npm info lifecycle expand-range@1.8.2~install: expand-range@1.8.2
npm info lifecycle braces@1.8.5~install: braces@1.8.5
npm info lifecycle micromatch@2.3.11~install: micromatch@2.3.11
npm info lifecycle anymatch@1.3.2~install: anymatch@1.3.2
npm info lifecycle repeating@2.0.1~install: repeating@2.0.1
npm info lifecycle detect-indent@4.0.0~install: detect-indent@4.0.0
npm info lifecycle indent-string@2.1.0~install: indent-string@2.1.0
npm info lifecycle require-directory@2.1.1~install: require-directory@2.1.1
npm info lifecycle require-main-filename@1.0.1~install: require-main-filename@1.0.1
npm info lifecycle requires-port@1.0.0~install: requires-port@1.0.0
npm info lifecycle http-proxy@1.16.2~install: http-proxy@1.16.2
npm info lifecycle http-proxy-middleware@0.17.4~install: http-proxy-middleware@0.17.4
npm info lifecycle url-parse@1.0.5~install: url-parse@1.0.5
npm info lifecycle original@1.0.0~install: original@1.0.0
npm info lifecycle eventsource@0.1.6~install: eventsource@0.1.6
npm info lifecycle resolve-from@3.0.0~install: resolve-from@3.0.0
npm info lifecycle resolve-cwd@2.0.0~install: resolve-cwd@2.0.0
npm info lifecycle import-local@0.1.1~install: import-local@0.1.1
npm info lifecycle right-align@0.1.3~install: right-align@0.1.3
npm info lifecycle ripemd160@2.0.1~install: ripemd160@2.0.1
npm info lifecycle safe-buffer@5.1.1~install: safe-buffer@5.1.1
npm info lifecycle cipher-base@1.0.4~install: cipher-base@1.0.4
npm info lifecycle browserify-des@1.0.0~install: browserify-des@1.0.0
npm info lifecycle dns-packet@1.2.2~install: dns-packet@1.2.2
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle hash-base@3.0.4~install: hash-base@3.0.4
npm info lifecycle md5.js@1.3.4~install: md5.js@1.3.4
npm info lifecycle evp_bytestokey@1.0.3~install: evp_bytestokey@1.0.3
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle randombytes@2.0.5~install: randombytes@2.0.5
npm info lifecycle browserify-rsa@4.0.1~install: browserify-rsa@4.0.1
npm info lifecycle diffie-hellman@5.0.2~install: diffie-hellman@5.0.2
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle select-hose@2.0.0~install: select-hose@2.0.0
npm info lifecycle selfsigned@1.10.1~install: selfsigned@1.10.1
npm info lifecycle semver@5.4.1~install: semver@5.4.1
npm info lifecycle set-blocking@2.0.0~install: set-blocking@2.0.0
npm info lifecycle set-immediate-shim@1.0.1~install: set-immediate-shim@1.0.1
npm info lifecycle setimmediate@1.0.5~install: setimmediate@1.0.5
npm info lifecycle setprototypeof@1.1.0~install: setprototypeof@1.1.0
npm info lifecycle sha.js@2.4.9~install: sha.js@2.4.9
npm info lifecycle create-hash@1.1.3~install: create-hash@1.1.3
npm info lifecycle browserify-aes@1.1.1~install: browserify-aes@1.1.1
npm info lifecycle browserify-cipher@1.0.0~install: browserify-cipher@1.0.0
npm info lifecycle create-hmac@1.1.6~install: create-hmac@1.1.6
npm info lifecycle pbkdf2@3.0.14~install: pbkdf2@3.0.14
npm info lifecycle parse-asn1@5.1.0~install: parse-asn1@5.1.0
npm info lifecycle browserify-sign@4.0.4~install: browserify-sign@4.0.4
npm info lifecycle public-encrypt@4.0.0~install: public-encrypt@4.0.0
npm info lifecycle crypto-browserify@3.11.1~install: crypto-browserify@3.11.1
npm info lifecycle signal-exit@3.0.2~install: signal-exit@3.0.2
npm info lifecycle loud-rejection@1.6.0~install: loud-rejection@1.6.0
npm info lifecycle simple-assign@0.1.0~install: simple-assign@0.1.0
npm info lifecycle slash@1.0.0~install: slash@1.0.0
npm info lifecycle source-list-map@2.0.0~install: source-list-map@2.0.0
npm info lifecycle source-map@0.5.7~install: source-map@0.5.7
npm info lifecycle clean-css@4.1.9~install: clean-css@4.1.9
npm info lifecycle source-map-support@0.4.18~install: source-map-support@0.4.18
npm info lifecycle spdx-expression-parse@1.0.4~install: spdx-expression-parse@1.0.4
npm info lifecycle spdx-license-ids@1.2.2~install: spdx-license-ids@1.2.2
npm info lifecycle spdx-correct@1.0.2~install: spdx-correct@1.0.2
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle statuses@1.3.1~install: statuses@1.3.1
npm info lifecycle http-errors@1.6.2~install: http-errors@1.6.2
npm info lifecycle serve-index@1.9.1~install: serve-index@1.9.1
npm info lifecycle send@0.16.1~install: send@0.16.1
npm info lifecycle serve-static@1.13.1~install: serve-static@1.13.1
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle isarray@1.0.0~install: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~install: string_decoder@1.0.3
npm info lifecycle string_decoder@0.10.31~install: string_decoder@0.10.31
npm info lifecycle readable-stream@1.0.34~install: readable-stream@1.0.34
npm info lifecycle htmlparser2@3.3.0~install: htmlparser2@3.3.0
npm info lifecycle strip-ansi@3.0.1~install: strip-ansi@3.0.1
npm info lifecycle renderkid@2.0.1~install: renderkid@2.0.1
npm info lifecycle string-width@1.0.2~install: string-width@1.0.2
npm info lifecycle strip-bom@2.0.0~install: strip-bom@2.0.0
npm info lifecycle load-json-file@1.1.0~install: load-json-file@1.1.0
npm info lifecycle strip-indent@1.0.1~install: strip-indent@1.0.1
npm info lifecycle redent@1.0.0~install: redent@1.0.0
npm info lifecycle supports-color@2.0.0~install: supports-color@2.0.0
npm info lifecycle chalk@1.1.3~install: chalk@1.1.3
npm info lifecycle babel-code-frame@6.26.0~install: babel-code-frame@6.26.0
npm info lifecycle symbol-observable@1.0.4~install: symbol-observable@1.0.4
npm info lifecycle tapable@0.2.8~install: tapable@0.2.8
npm info lifecycle thunky@0.1.0~install: thunky@0.1.0
npm info lifecycle multicast-dns@6.1.1~install: multicast-dns@6.1.1
npm info lifecycle bonjour@3.5.0~install: bonjour@3.5.0
npm info lifecycle time-stamp@2.0.0~install: time-stamp@2.0.0
npm info lifecycle timers-browserify@2.0.4~install: timers-browserify@2.0.4
npm info lifecycle to-arraybuffer@1.0.1~install: to-arraybuffer@1.0.1
npm info lifecycle to-fast-properties@1.0.3~install: to-fast-properties@1.0.3
npm info lifecycle babel-types@6.26.0~install: babel-types@6.26.0
npm info lifecycle babel-helper-builder-react-jsx@6.26.0~install: babel-helper-builder-react-jsx@6.26.0
npm info lifecycle babel-plugin-transform-react-jsx@6.24.1~install: babel-plugin-transform-react-jsx@6.24.1
npm info lifecycle babel-helper-get-function-arity@6.24.1~install: babel-helper-get-function-arity@6.24.1
npm info lifecycle babel-helper-hoist-variables@6.24.1~install: babel-helper-hoist-variables@6.24.1
npm info lifecycle babel-helper-optimise-call-expression@6.24.1~install: babel-helper-optimise-call-expression@6.24.1
npm info lifecycle babel-helper-regex@6.26.0~install: babel-helper-regex@6.26.0
npm info lifecycle babel-plugin-transform-es2015-unicode-regex@6.24.1~install: babel-plugin-transform-es2015-unicode-regex@6.24.1
npm info lifecycle babel-plugin-transform-es2015-duplicate-keys@6.24.1~install: babel-plugin-transform-es2015-duplicate-keys@6.24.1
npm info lifecycle babel-plugin-transform-es2015-shorthand-properties@6.24.1~install: babel-plugin-transform-es2015-shorthand-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-sticky-regex@6.24.1~install: babel-plugin-transform-es2015-sticky-regex@6.24.1
npm info lifecycle babel-plugin-transform-strict-mode@6.24.1~install: babel-plugin-transform-strict-mode@6.24.1
npm info lifecycle babel-traverse@6.26.0~install: babel-traverse@6.26.0
npm info lifecycle babel-helper-bindify-decorators@6.24.1~install: babel-helper-bindify-decorators@6.24.1
npm info lifecycle babel-helper-call-delegate@6.24.1~install: babel-helper-call-delegate@6.24.1
npm info lifecycle babel-helper-explode-assignable-expression@6.24.1~install: babel-helper-explode-assignable-expression@6.24.1
npm info lifecycle babel-helper-builder-binary-assignment-operator-visitor@6.24.1~install: babel-helper-builder-binary-assignment-operator-visitor@6.24.1
npm info lifecycle babel-plugin-transform-exponentiation-operator@6.24.1~install: babel-plugin-transform-exponentiation-operator@6.24.1
npm info lifecycle babel-helper-explode-class@6.24.1~install: babel-helper-explode-class@6.24.1
npm info lifecycle babel-template@6.26.0~install: babel-template@6.26.0
npm info lifecycle babel-helper-function-name@6.24.1~install: babel-helper-function-name@6.24.1
npm info lifecycle babel-helper-define-map@6.26.0~install: babel-helper-define-map@6.26.0
npm info lifecycle babel-plugin-transform-es2015-function-name@6.24.1~install: babel-plugin-transform-es2015-function-name@6.24.1
npm info lifecycle babel-helper-remap-async-to-generator@6.24.1~install: babel-helper-remap-async-to-generator@6.24.1
npm info lifecycle babel-plugin-transform-async-generator-functions@6.24.1~install: babel-plugin-transform-async-generator-functions@6.24.1
npm info lifecycle babel-plugin-transform-async-to-generator@6.24.1~install: babel-plugin-transform-async-to-generator@6.24.1
npm info lifecycle babel-preset-stage-3@6.24.1~install: babel-preset-stage-3@6.24.1
npm info lifecycle babel-helper-replace-supers@6.24.1~install: babel-helper-replace-supers@6.24.1
npm info lifecycle babel-plugin-transform-es2015-object-super@6.24.1~install: babel-plugin-transform-es2015-object-super@6.24.1
npm info lifecycle babel-helpers@6.24.1~install: babel-helpers@6.24.1
npm info lifecycle babel-plugin-transform-class-properties@6.24.1~install: babel-plugin-transform-class-properties@6.24.1
npm info lifecycle babel-plugin-transform-decorators@6.24.1~install: babel-plugin-transform-decorators@6.24.1
npm info lifecycle babel-plugin-transform-es2015-block-scoping@6.26.0~install: babel-plugin-transform-es2015-block-scoping@6.26.0
npm info lifecycle babel-plugin-transform-es2015-classes@6.24.1~install: babel-plugin-transform-es2015-classes@6.24.1
npm info lifecycle babel-plugin-transform-es2015-computed-properties@6.24.1~install: babel-plugin-transform-es2015-computed-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-commonjs@6.26.0~install: babel-plugin-transform-es2015-modules-commonjs@6.26.0
npm info lifecycle babel-plugin-transform-es2015-modules-amd@6.24.1~install: babel-plugin-transform-es2015-modules-amd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-systemjs@6.24.1~install: babel-plugin-transform-es2015-modules-systemjs@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-umd@6.24.1~install: babel-plugin-transform-es2015-modules-umd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-parameters@6.24.1~install: babel-plugin-transform-es2015-parameters@6.24.1
npm info lifecycle regenerator-transform@0.10.1~install: regenerator-transform@0.10.1
npm info lifecycle babel-plugin-transform-regenerator@6.26.0~install: babel-plugin-transform-regenerator@6.26.0
npm info lifecycle toposort@1.0.6~install: toposort@1.0.6
npm info lifecycle trim-newlines@1.0.0~install: trim-newlines@1.0.0
npm info lifecycle trim-right@1.0.1~install: trim-right@1.0.1
npm info lifecycle babel-generator@6.26.0~install: babel-generator@6.26.0
npm info lifecycle babel-core@6.26.0~install: babel-core@6.26.0
npm info lifecycle babel-register@6.26.0~install: babel-register@6.26.0
npm info lifecycle tty-browserify@0.0.0~install: tty-browserify@0.0.0
npm info lifecycle type-is@1.6.15~install: type-is@1.6.15
npm info lifecycle ua-parser-js@0.7.17~install: ua-parser-js@0.7.17
npm info lifecycle source-map@0.6.1~install: source-map@0.6.1
npm info lifecycle uglify-js@3.1.5~install: uglify-js@3.1.5
npm info lifecycle uglify-to-browserify@1.0.2~install: uglify-to-browserify@1.0.2
npm info lifecycle unpipe@1.0.0~install: unpipe@1.0.0
npm info lifecycle finalhandler@1.1.0~install: finalhandler@1.1.0
npm info lifecycle raw-body@2.3.2~install: raw-body@2.3.2
npm info lifecycle body-parser@1.18.2~install: body-parser@1.18.2
npm info lifecycle upper-case@1.1.3~install: upper-case@1.1.3
npm info lifecycle camel-case@3.0.0~install: camel-case@3.0.0
npm info lifecycle querystringify@1.0.0~install: querystringify@1.0.0
npm info lifecycle url-parse@1.1.9~install: url-parse@1.1.9
npm info lifecycle punycode@1.3.2~install: punycode@1.3.2
npm info lifecycle url@0.11.0~install: url@0.11.0
npm info lifecycle util-deprecate@1.0.2~install: util-deprecate@1.0.2
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle memory-fs@0.4.1~install: memory-fs@0.4.1
npm info lifecycle enhanced-resolve@3.4.1~install: enhanced-resolve@3.4.1
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle readdirp@2.1.0~install: readdirp@2.1.0
npm info lifecycle chokidar@1.7.0~install: chokidar@1.7.0
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle stream-browserify@2.0.1~install: stream-browserify@2.0.1
npm info lifecycle readable-stream@2.3.3~install: readable-stream@2.3.3
npm info lifecycle inherits@2.0.1~install: inherits@2.0.1
npm info lifecycle util@0.10.3~install: util@0.10.3
npm info lifecycle assert@1.4.1~install: assert@1.4.1
npm info lifecycle utila@0.4.0~install: utila@0.4.0
npm info lifecycle pretty-error@2.1.1~install: pretty-error@2.1.1
npm info lifecycle utils-merge@1.0.1~install: utils-merge@1.0.1
npm info lifecycle uuid@2.0.3~install: uuid@2.0.3
npm info lifecycle validate-npm-package-license@3.0.1~install: validate-npm-package-license@3.0.1
npm info lifecycle normalize-package-data@2.4.0~install: normalize-package-data@2.4.0
npm info lifecycle read-pkg@1.1.0~install: read-pkg@1.1.0
npm info lifecycle read-pkg-up@1.0.1~install: read-pkg-up@1.0.1
npm info lifecycle meow@3.7.0~install: meow@3.7.0
npm info lifecycle internal-ip@1.2.0~install: internal-ip@1.2.0
npm info lifecycle vary@1.1.2~install: vary@1.1.2
npm info lifecycle compression@1.7.1~install: compression@1.7.1
npm info lifecycle express@4.16.2~install: express@4.16.2
npm info lifecycle vm-browserify@0.0.4~install: vm-browserify@0.0.4
npm info lifecycle vow@0.4.17~install: vow@0.4.17
npm info lifecycle warning@3.0.0~install: warning@3.0.0
npm info lifecycle watchpack@1.4.0~install: watchpack@1.4.0
npm info lifecycle wbuf@1.7.2~install: wbuf@1.7.2
npm info lifecycle hpack.js@2.1.6~install: hpack.js@2.1.6
npm info lifecycle spdy-transport@2.0.20~install: spdy-transport@2.0.20
npm info lifecycle spdy@3.4.7~install: spdy@3.4.7
npm info lifecycle webpack-dev-middleware@1.12.0~install: webpack-dev-middleware@1.12.0
npm info lifecycle debug@3.1.0~install: debug@3.1.0
npm info lifecycle has-flag@2.0.0~install: has-flag@2.0.0
npm info lifecycle supports-color@4.5.0~install: supports-color@4.5.0
npm info lifecycle webpack-sources@1.0.1~install: webpack-sources@1.0.1
npm info lifecycle loader-utils@0.2.17~install: loader-utils@0.2.17
npm info lifecycle supports-color@3.2.3~install: supports-color@3.2.3
npm info lifecycle websocket-extensions@0.1.2~install: websocket-extensions@0.1.2
npm info lifecycle websocket-driver@0.7.0~install: websocket-driver@0.7.0
npm info lifecycle faye-websocket@0.10.0~install: faye-websocket@0.10.0
npm info lifecycle sockjs@0.3.18~install: sockjs@0.3.18
npm info lifecycle faye-websocket@0.11.1~install: faye-websocket@0.11.1
npm info lifecycle sockjs-client@1.1.4~install: sockjs-client@1.1.4
npm info lifecycle whatwg-fetch@2.0.3~install: whatwg-fetch@2.0.3
npm info lifecycle isomorphic-fetch@2.2.1~install: isomorphic-fetch@2.2.1
npm info lifecycle fbjs@0.8.16~install: fbjs@0.8.16
npm info lifecycle create-react-class@15.6.2~install: create-react-class@15.6.2
npm info lifecycle prop-types@15.6.0~install: prop-types@15.6.0
npm info lifecycle react-transition-group@1.2.1~install: react-transition-group@1.2.1
npm info lifecycle react-event-listener@0.5.1~install: react-event-listener@0.5.1
npm info lifecycle recompose@0.26.0~install: recompose@0.26.0
npm info lifecycle which-module@1.0.0~install: which-module@1.0.0
npm info lifecycle window-size@0.1.0~install: window-size@0.1.0
npm info lifecycle wordwrap@0.0.2~install: wordwrap@0.0.2
npm info lifecycle cliui@2.1.0~install: cliui@2.1.0
npm info lifecycle yargs@3.10.0~install: yargs@3.10.0
npm info lifecycle uglify-js@2.8.29~install: uglify-js@2.8.29
npm info lifecycle wrap-ansi@2.1.0~install: wrap-ansi@2.1.0
npm info lifecycle wrappy@1.0.2~install: wrappy@1.0.2
npm info lifecycle once@1.4.0~install: once@1.4.0
npm info lifecycle inflight@1.0.6~install: inflight@1.0.6
npm info lifecycle glob@7.1.2~install: glob@7.1.2
npm info lifecycle globby@6.1.0~install: globby@6.1.0
npm info lifecycle rimraf@2.6.2~install: rimraf@2.6.2
npm info lifecycle del@3.0.0~install: del@3.0.0
npm info lifecycle xml-char-classes@1.0.0~install: xml-char-classes@1.0.0
npm info lifecycle ncname@1.0.0~install: ncname@1.0.0
npm info lifecycle html-minifier@3.5.6~install: html-minifier@3.5.6
npm info lifecycle xtend@4.0.1~install: xtend@4.0.1
npm info lifecycle stream-http@2.7.2~install: stream-http@2.7.2
npm info lifecycle node-libs-browser@2.0.0~install: node-libs-browser@2.0.0
npm info lifecycle y18n@3.2.1~install: y18n@3.2.1
npm info lifecycle camelcase@3.0.0~install: camelcase@3.0.0
npm info lifecycle yargs-parser@4.2.1~install: yargs-parser@4.2.1
npm info lifecycle camelcase@3.0.0~install: camelcase@3.0.0
npm info lifecycle cliui@3.2.0~install: cliui@3.2.0
npm info lifecycle yargs@6.6.0~install: yargs@6.6.0
npm info lifecycle babel-loader@7.1.2~install: babel-loader@7.1.2
npm info lifecycle babel-preset-es2015@6.24.1~install: babel-preset-es2015@6.24.1
npm info lifecycle babel-preset-react@6.24.1~install: babel-preset-react@6.24.1
npm info lifecycle babel-preset-stage-2@6.24.1~install: babel-preset-stage-2@6.24.1
npm info lifecycle html-webpack-plugin@2.30.1~install: html-webpack-plugin@2.30.1
npm info lifecycle material-ui@0.19.4~install: material-ui@0.19.4
npm info lifecycle react@15.6.2~install: react@15.6.2
npm info lifecycle react-dom@15.6.2~install: react-dom@15.6.2
npm info lifecycle react-tap-event-plugin@2.0.1~install: react-tap-event-plugin@2.0.1
npm info lifecycle transfer-webpack-plugin@0.1.4~install: transfer-webpack-plugin@0.1.4
npm info lifecycle webpack@2.7.0~install: webpack@2.7.0
npm info lifecycle webpack-dev-server@2.9.3~install: webpack-dev-server@2.9.3
npm info lifecycle acorn@5.1.2~postinstall: acorn@5.1.2
npm info lifecycle acorn@4.0.13~postinstall: acorn@4.0.13
npm info lifecycle acorn-dynamic-import@2.0.2~postinstall: acorn-dynamic-import@2.0.2
npm info lifecycle ajv-keywords@1.5.1~postinstall: ajv-keywords@1.5.1
npm info lifecycle ansi-html@0.0.7~postinstall: ansi-html@0.0.7
npm info lifecycle ansi-regex@2.1.1~postinstall: ansi-regex@2.1.1
npm info lifecycle ansi-styles@2.2.1~postinstall: ansi-styles@2.2.1
npm info lifecycle arr-flatten@1.1.0~postinstall: arr-flatten@1.1.0
npm info lifecycle arr-diff@2.0.0~postinstall: arr-diff@2.0.0
npm info lifecycle array-find-index@1.0.2~postinstall: array-find-index@1.0.2
npm info lifecycle array-flatten@2.1.1~postinstall: array-flatten@2.1.1
npm info lifecycle array-uniq@1.0.3~postinstall: array-uniq@1.0.3
npm info lifecycle array-union@1.0.2~postinstall: array-union@1.0.2
npm info lifecycle array-unique@0.2.1~postinstall: array-unique@0.2.1
npm info lifecycle asap@2.0.6~postinstall: asap@2.0.6
npm info lifecycle async-each@1.0.1~postinstall: async-each@1.0.1
npm info lifecycle babel-plugin-syntax-async-functions@6.13.0~postinstall: babel-plugin-syntax-async-functions@6.13.0
npm info lifecycle babel-plugin-syntax-async-generators@6.13.0~postinstall: babel-plugin-syntax-async-generators@6.13.0
npm info lifecycle babel-plugin-syntax-class-properties@6.13.0~postinstall: babel-plugin-syntax-class-properties@6.13.0
npm info lifecycle babel-plugin-syntax-decorators@6.13.0~postinstall: babel-plugin-syntax-decorators@6.13.0
npm info lifecycle babel-plugin-syntax-dynamic-import@6.18.0~postinstall: babel-plugin-syntax-dynamic-import@6.18.0
npm info lifecycle babel-plugin-syntax-exponentiation-operator@6.13.0~postinstall: babel-plugin-syntax-exponentiation-operator@6.13.0
npm info lifecycle babel-plugin-syntax-flow@6.18.0~postinstall: babel-plugin-syntax-flow@6.18.0
npm info lifecycle babel-plugin-syntax-jsx@6.18.0~postinstall: babel-plugin-syntax-jsx@6.18.0
npm info lifecycle babel-plugin-syntax-object-rest-spread@6.13.0~postinstall: babel-plugin-syntax-object-rest-spread@6.13.0
npm info lifecycle babel-plugin-syntax-trailing-function-commas@6.22.0~postinstall: babel-plugin-syntax-trailing-function-commas@6.22.0
npm info lifecycle babylon@6.18.0~postinstall: babylon@6.18.0
npm info lifecycle balanced-match@1.0.0~postinstall: balanced-match@1.0.0
npm info lifecycle base64-js@1.2.1~postinstall: base64-js@1.2.1
npm info lifecycle batch@0.6.1~postinstall: batch@0.6.1
npm info lifecycle big.js@3.2.0~postinstall: big.js@3.2.0
npm info lifecycle binary-extensions@1.10.0~postinstall: binary-extensions@1.10.0
npm info lifecycle bluebird@3.5.1~postinstall: bluebird@3.5.1
npm info lifecycle bn.js@4.11.8~postinstall: bn.js@4.11.8
npm info lifecycle boolbase@1.0.0~postinstall: boolbase@1.0.0
npm info lifecycle bowser@1.8.1~postinstall: bowser@1.8.1
npm info lifecycle brorand@1.1.0~postinstall: brorand@1.1.0
npm info lifecycle buffer-indexof@1.1.1~postinstall: buffer-indexof@1.1.1
npm info lifecycle buffer-xor@1.0.3~postinstall: buffer-xor@1.0.3
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle builtin-modules@1.1.1~postinstall: builtin-modules@1.1.1
npm info lifecycle builtin-status-codes@3.0.0~postinstall: builtin-status-codes@3.0.0
npm info lifecycle bytes@3.0.0~postinstall: bytes@3.0.0
npm info lifecycle camelcase@1.2.1~postinstall: camelcase@1.2.1
npm info lifecycle camelcase@2.1.1~postinstall: camelcase@2.1.1
npm info lifecycle chain-function@1.0.0~postinstall: chain-function@1.0.0
npm info lifecycle change-emitter@0.1.6~postinstall: change-emitter@0.1.6
npm info lifecycle co@4.6.0~postinstall: co@4.6.0
npm info lifecycle code-point-at@1.1.0~postinstall: code-point-at@1.1.0
npm info lifecycle commander@2.11.0~postinstall: commander@2.11.0
npm info lifecycle commondir@1.0.1~postinstall: commondir@1.0.1
npm info lifecycle concat-map@0.0.1~postinstall: concat-map@0.0.1
npm info lifecycle brace-expansion@1.1.8~postinstall: brace-expansion@1.1.8
npm info lifecycle connect-history-api-fallback@1.4.0~postinstall: connect-history-api-fallback@1.4.0
npm info lifecycle constants-browserify@1.0.0~postinstall: constants-browserify@1.0.0
npm info lifecycle content-disposition@0.5.2~postinstall: content-disposition@0.5.2
npm info lifecycle content-type@1.0.4~postinstall: content-type@1.0.4
npm info lifecycle convert-source-map@1.5.0~postinstall: convert-source-map@1.5.0
npm info lifecycle cookie@0.3.1~postinstall: cookie@0.3.1
npm info lifecycle cookie-signature@1.0.6~postinstall: cookie-signature@1.0.6
npm info lifecycle core-js@2.5.1~postinstall: core-js@2.5.1
npm info lifecycle core-util-is@1.0.2~postinstall: core-util-is@1.0.2
npm info lifecycle css-what@2.1.0~postinstall: css-what@2.1.0
npm info lifecycle currently-unhandled@0.4.1~postinstall: currently-unhandled@0.4.1
npm info lifecycle date-now@0.1.4~postinstall: date-now@0.1.4
npm info lifecycle console-browserify@1.1.0~postinstall: console-browserify@1.1.0
npm info lifecycle decamelize@1.2.0~postinstall: decamelize@1.2.0
npm info lifecycle deep-equal@1.0.1~postinstall: deep-equal@1.0.1
npm info lifecycle depd@1.1.1~postinstall: depd@1.1.1
npm info lifecycle destroy@1.0.4~postinstall: destroy@1.0.4
npm info lifecycle detect-node@2.0.3~postinstall: detect-node@2.0.3
npm info lifecycle dns-equal@1.0.0~postinstall: dns-equal@1.0.0
npm info lifecycle dns-txt@2.0.2~postinstall: dns-txt@2.0.2
npm info lifecycle utila@0.3.3~postinstall: utila@0.3.3
npm info lifecycle dom-converter@0.1.4~postinstall: dom-converter@0.1.4
npm info lifecycle dom-helpers@3.2.1~postinstall: dom-helpers@3.2.1
npm info lifecycle domelementtype@1.1.3~postinstall: domelementtype@1.1.3
npm info lifecycle domain-browser@1.1.7~postinstall: domain-browser@1.1.7
npm info lifecycle domelementtype@1.3.0~postinstall: domelementtype@1.3.0
npm info lifecycle domhandler@2.1.0~postinstall: domhandler@2.1.0
npm info lifecycle ee-first@1.1.1~postinstall: ee-first@1.1.1
npm info lifecycle emojis-list@2.1.0~postinstall: emojis-list@2.1.0
npm info lifecycle encodeurl@1.0.1~postinstall: encodeurl@1.0.1
npm info lifecycle entities@1.1.1~postinstall: entities@1.1.1
npm info lifecycle dom-serializer@0.1.0~postinstall: dom-serializer@0.1.0
npm info lifecycle domutils@1.5.1~postinstall: domutils@1.5.1
npm info lifecycle escape-html@1.0.3~postinstall: escape-html@1.0.3
npm info lifecycle escape-string-regexp@1.0.5~postinstall: escape-string-regexp@1.0.5
npm info lifecycle esutils@2.0.2~postinstall: esutils@2.0.2
npm info lifecycle etag@1.8.1~postinstall: etag@1.8.1
npm info lifecycle eventemitter3@1.2.0~postinstall: eventemitter3@1.2.0
npm info lifecycle events@1.1.1~postinstall: events@1.1.1
npm info lifecycle array-flatten@1.1.1~postinstall: array-flatten@1.1.1
npm info lifecycle core-js@1.2.7~postinstall: core-js@1.2.7
npm info lifecycle filename-regex@2.0.1~postinstall: filename-regex@2.0.1
npm info lifecycle for-in@1.0.2~postinstall: for-in@1.0.2
npm info lifecycle for-own@0.1.5~postinstall: for-own@0.1.5
npm info lifecycle foreach@2.0.5~postinstall: foreach@2.0.5
npm info lifecycle forwarded@0.1.2~postinstall: forwarded@0.1.2
npm info lifecycle fresh@0.5.2~postinstall: fresh@0.5.2
npm info lifecycle fs.realpath@1.0.0~postinstall: fs.realpath@1.0.0
npm info lifecycle function-bind@1.1.1~postinstall: function-bind@1.1.1
npm info lifecycle get-caller-file@1.0.2~postinstall: get-caller-file@1.0.2
npm info lifecycle get-stdin@4.0.1~postinstall: get-stdin@4.0.1
npm info lifecycle globals@9.18.0~postinstall: globals@9.18.0
npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
npm info lifecycle graceful-fs@4.1.11~postinstall: graceful-fs@4.1.11
npm info lifecycle handle-thing@1.2.5~postinstall: handle-thing@1.2.5
npm info lifecycle has@1.0.1~postinstall: has@1.0.1
npm info lifecycle has-ansi@2.0.0~postinstall: has-ansi@2.0.0
npm info lifecycle has-flag@1.0.0~postinstall: has-flag@1.0.0
npm info lifecycle he@1.1.1~postinstall: he@1.1.1
npm info lifecycle hoist-non-react-statics@2.3.1~postinstall: hoist-non-react-statics@2.3.1
npm info lifecycle hosted-git-info@2.5.0~postinstall: hosted-git-info@2.5.0
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle html-entities@1.2.1~postinstall: html-entities@1.2.1
npm info lifecycle domutils@1.1.6~postinstall: domutils@1.1.6
npm info lifecycle http-deceiver@1.2.7~postinstall: http-deceiver@1.2.7
npm info lifecycle setprototypeof@1.0.3~postinstall: setprototypeof@1.0.3
npm info lifecycle http-parser-js@0.4.9~postinstall: http-parser-js@0.4.9
npm info lifecycle is-extglob@2.1.1~postinstall: is-extglob@2.1.1
npm info lifecycle is-glob@3.1.0~postinstall: is-glob@3.1.0
npm info lifecycle https-browserify@0.0.1~postinstall: https-browserify@0.0.1
npm info lifecycle hyphenate-style-name@1.0.2~postinstall: hyphenate-style-name@1.0.2
npm info lifecycle css-in-js-utils@2.0.0~postinstall: css-in-js-utils@2.0.0
npm info lifecycle iconv-lite@0.4.19~postinstall: iconv-lite@0.4.19
npm info lifecycle encoding@0.1.12~postinstall: encoding@0.1.12
npm info lifecycle ieee754@1.1.8~postinstall: ieee754@1.1.8
npm info lifecycle buffer@4.9.1~postinstall: buffer@4.9.1
npm info lifecycle indexof@0.0.1~postinstall: indexof@0.0.1
npm info lifecycle inherits@2.0.3~postinstall: inherits@2.0.3
npm info lifecycle hash-base@2.0.2~postinstall: hash-base@2.0.2
npm info lifecycle inline-style-prefixer@3.0.8~postinstall: inline-style-prefixer@3.0.8
npm info lifecycle interpret@1.0.4~postinstall: interpret@1.0.4
npm info lifecycle invert-kv@1.0.0~postinstall: invert-kv@1.0.0
npm info lifecycle ip@1.1.5~postinstall: ip@1.1.5
npm info lifecycle ipaddr.js@1.5.2~postinstall: ipaddr.js@1.5.2
npm info lifecycle is-arrayish@0.2.1~postinstall: is-arrayish@0.2.1
npm info lifecycle error-ex@1.3.1~postinstall: error-ex@1.3.1
npm info lifecycle is-binary-path@1.0.1~postinstall: is-binary-path@1.0.1
npm info lifecycle is-buffer@1.1.5~postinstall: is-buffer@1.1.5
npm info lifecycle is-builtin-module@1.0.0~postinstall: is-builtin-module@1.0.0
npm info lifecycle is-callable@1.1.3~postinstall: is-callable@1.1.3
npm info lifecycle is-date-object@1.0.1~postinstall: is-date-object@1.0.1
npm info lifecycle is-dotfile@1.0.3~postinstall: is-dotfile@1.0.3
npm info lifecycle is-extendable@0.1.1~postinstall: is-extendable@0.1.1
npm info lifecycle is-extglob@1.0.0~postinstall: is-extglob@1.0.0
npm info lifecycle extglob@0.3.2~postinstall: extglob@0.3.2
npm info lifecycle is-glob@2.0.1~postinstall: is-glob@2.0.1
npm info lifecycle glob-parent@2.0.0~postinstall: glob-parent@2.0.0
npm info lifecycle glob-base@0.3.0~postinstall: glob-base@0.3.0
npm info lifecycle is-path-cwd@1.0.0~postinstall: is-path-cwd@1.0.0
npm info lifecycle is-posix-bracket@0.1.1~postinstall: is-posix-bracket@0.1.1
npm info lifecycle expand-brackets@0.1.5~postinstall: expand-brackets@0.1.5
npm info lifecycle is-primitive@2.0.0~postinstall: is-primitive@2.0.0
npm info lifecycle is-equal-shallow@0.1.3~postinstall: is-equal-shallow@0.1.3
npm info lifecycle is-regex@1.0.4~postinstall: is-regex@1.0.4
npm info lifecycle is-stream@1.1.0~postinstall: is-stream@1.1.0
npm info lifecycle is-symbol@1.0.1~postinstall: is-symbol@1.0.1
npm info lifecycle es-to-primitive@1.1.1~postinstall: es-to-primitive@1.1.1
npm info lifecycle es-abstract@1.9.0~postinstall: es-abstract@1.9.0
npm info lifecycle is-utf8@0.2.1~postinstall: is-utf8@0.2.1
npm info lifecycle is-wsl@1.1.0~postinstall: is-wsl@1.1.0
npm info lifecycle isarray@0.0.1~postinstall: isarray@0.0.1
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle isobject@2.1.0~postinstall: isobject@2.1.0
npm info lifecycle js-tokens@3.0.2~postinstall: js-tokens@3.0.2
npm info lifecycle jsesc@1.3.0~postinstall: jsesc@1.3.0
npm info lifecycle json-loader@0.5.7~postinstall: json-loader@0.5.7
npm info lifecycle json3@3.3.2~postinstall: json3@3.3.2
npm info lifecycle json5@0.5.1~postinstall: json5@0.5.1
npm info lifecycle jsonify@0.0.0~postinstall: jsonify@0.0.0
npm info lifecycle json-stable-stringify@1.0.1~postinstall: json-stable-stringify@1.0.1
npm info lifecycle ajv@4.11.8~postinstall: ajv@4.11.8
npm info lifecycle keycode@2.1.9~postinstall: keycode@2.1.9
npm info lifecycle kind-of@3.2.2~postinstall: kind-of@3.2.2
npm info lifecycle is-number@2.1.0~postinstall: is-number@2.1.0
npm info lifecycle lazy-cache@1.0.4~postinstall: lazy-cache@1.0.4
npm info lifecycle lcid@1.0.0~postinstall: lcid@1.0.0
npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
npm info lifecycle loader-runner@2.3.0~postinstall: loader-runner@2.3.0
npm info lifecycle loader-utils@1.1.0~postinstall: loader-utils@1.1.0
npm info lifecycle lodash@4.17.4~postinstall: lodash@4.17.4
npm info lifecycle async@2.5.0~postinstall: async@2.5.0
npm info lifecycle lodash.merge@4.6.0~postinstall: lodash.merge@4.6.0
npm info lifecycle lodash.throttle@4.1.1~postinstall: lodash.throttle@4.1.1
npm info lifecycle loglevel@1.5.1~postinstall: loglevel@1.5.1
npm info lifecycle longest@1.0.1~postinstall: longest@1.0.1
npm info lifecycle loose-envify@1.3.1~postinstall: loose-envify@1.3.1
npm info lifecycle invariant@2.2.2~postinstall: invariant@2.2.2
npm info lifecycle lower-case@1.1.4~postinstall: lower-case@1.1.4
npm info lifecycle map-obj@1.0.1~postinstall: map-obj@1.0.1
npm info lifecycle camelcase-keys@2.1.0~postinstall: camelcase-keys@2.1.0
npm info lifecycle media-typer@0.3.0~postinstall: media-typer@0.3.0
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle minimist@1.2.0~postinstall: minimist@1.2.0
npm info lifecycle merge-descriptors@1.0.1~postinstall: merge-descriptors@1.0.1
npm info lifecycle methods@1.1.2~postinstall: methods@1.1.2
npm info lifecycle miller-rabin@4.0.1~postinstall: miller-rabin@4.0.1
npm info lifecycle mime@1.4.1~postinstall: mime@1.4.1
npm info lifecycle mime-db@1.30.0~postinstall: mime-db@1.30.0
npm info lifecycle compressible@2.0.12~postinstall: compressible@2.0.12
npm info lifecycle mime-types@2.1.17~postinstall: mime-types@2.1.17
npm info lifecycle minimalistic-assert@1.0.0~postinstall: minimalistic-assert@1.0.0
npm info lifecycle asn1.js@4.9.1~postinstall: asn1.js@4.9.1
npm info lifecycle des.js@1.0.0~postinstall: des.js@1.0.0
npm info lifecycle hash.js@1.1.3~postinstall: hash.js@1.1.3
npm info lifecycle minimalistic-crypto-utils@1.0.1~postinstall: minimalistic-crypto-utils@1.0.1
npm info lifecycle hmac-drbg@1.0.1~postinstall: hmac-drbg@1.0.1
npm info lifecycle elliptic@6.4.0~postinstall: elliptic@6.4.0
npm info lifecycle create-ecdh@4.0.0~postinstall: create-ecdh@4.0.0
npm info lifecycle minimatch@3.0.4~postinstall: minimatch@3.0.4
npm info lifecycle minimist@0.0.8~postinstall: minimist@0.0.8
npm info lifecycle mkdirp@0.5.1~postinstall: mkdirp@0.5.1
npm info lifecycle ms@2.0.0~postinstall: ms@2.0.0
npm info lifecycle debug@2.6.9~postinstall: debug@2.6.9
npm info lifecycle multicast-dns-service-types@1.1.0~postinstall: multicast-dns-service-types@1.1.0
npm info lifecycle negotiator@0.6.1~postinstall: negotiator@0.6.1
npm info lifecycle accepts@1.3.4~postinstall: accepts@1.3.4
npm info lifecycle no-case@2.3.2~postinstall: no-case@2.3.2
npm info lifecycle node-dir@0.1.17~postinstall: node-dir@0.1.17
npm info lifecycle node-fetch@1.7.3~postinstall: node-fetch@1.7.3
npm info lifecycle node-forge@0.6.33~postinstall: node-forge@0.6.33
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle nth-check@1.0.1~postinstall: nth-check@1.0.1
npm info lifecycle css-select@1.2.0~postinstall: css-select@1.2.0
npm info lifecycle number-is-nan@1.0.1~postinstall: number-is-nan@1.0.1
npm info lifecycle is-finite@1.0.2~postinstall: is-finite@1.0.2
npm info lifecycle is-fullwidth-code-point@1.0.0~postinstall: is-fullwidth-code-point@1.0.0
npm info lifecycle object-assign@4.1.1~postinstall: object-assign@4.1.1
npm info lifecycle loader-utils@0.2.17~postinstall: loader-utils@0.2.17
npm info lifecycle object-keys@1.0.11~postinstall: object-keys@1.0.11
npm info lifecycle define-properties@1.1.2~postinstall: define-properties@1.1.2
npm info lifecycle array-includes@3.0.3~postinstall: array-includes@3.0.3
npm info lifecycle object.omit@2.0.1~postinstall: object.omit@2.0.1
npm info lifecycle obuf@1.1.1~postinstall: obuf@1.1.1
npm info lifecycle on-finished@2.3.0~postinstall: on-finished@2.3.0
npm info lifecycle on-headers@1.0.1~postinstall: on-headers@1.0.1
npm info lifecycle opn@5.1.0~postinstall: opn@5.1.0
npm info lifecycle os-browserify@0.2.1~postinstall: os-browserify@0.2.1
npm info lifecycle os-homedir@1.0.2~postinstall: os-homedir@1.0.2
npm info lifecycle os-locale@1.4.0~postinstall: os-locale@1.4.0
npm info lifecycle os-tmpdir@1.0.2~postinstall: os-tmpdir@1.0.2
npm info lifecycle home-or-tmp@2.0.0~postinstall: home-or-tmp@2.0.0
npm info lifecycle p-limit@1.1.0~postinstall: p-limit@1.1.0
npm info lifecycle p-locate@2.0.0~postinstall: p-locate@2.0.0
npm info lifecycle p-map@1.2.0~postinstall: p-map@1.2.0
npm info lifecycle pako@0.2.9~postinstall: pako@0.2.9
npm info lifecycle browserify-zlib@0.1.4~postinstall: browserify-zlib@0.1.4
npm info lifecycle param-case@2.1.1~postinstall: param-case@2.1.1
npm info lifecycle parse-glob@3.0.4~postinstall: parse-glob@3.0.4
npm info lifecycle parse-json@2.2.0~postinstall: parse-json@2.2.0
npm info lifecycle parseurl@1.3.2~postinstall: parseurl@1.3.2
npm info lifecycle path-browserify@0.0.0~postinstall: path-browserify@0.0.0
npm info lifecycle path-exists@3.0.0~postinstall: path-exists@3.0.0
npm info lifecycle locate-path@2.0.0~postinstall: locate-path@2.0.0
npm info lifecycle find-up@2.1.0~postinstall: find-up@2.1.0
npm info lifecycle path-is-absolute@1.0.1~postinstall: path-is-absolute@1.0.1
npm info lifecycle path-is-inside@1.0.2~postinstall: path-is-inside@1.0.2
npm info lifecycle is-path-inside@1.0.0~postinstall: is-path-inside@1.0.0
npm info lifecycle is-path-in-cwd@1.0.0~postinstall: is-path-in-cwd@1.0.0
npm info lifecycle path-to-regexp@0.1.7~postinstall: path-to-regexp@0.1.7
npm info lifecycle pify@2.3.0~postinstall: pify@2.3.0
npm info lifecycle pify@3.0.0~postinstall: pify@3.0.0
npm info lifecycle make-dir@1.1.0~postinstall: make-dir@1.1.0
npm info lifecycle pinkie@2.0.4~postinstall: pinkie@2.0.4
npm info lifecycle pinkie-promise@2.0.1~postinstall: pinkie-promise@2.0.1
npm info lifecycle path-type@1.1.0~postinstall: path-type@1.1.0
npm info lifecycle pkg-dir@2.0.0~postinstall: pkg-dir@2.0.0
npm info lifecycle find-cache-dir@1.0.0~postinstall: find-cache-dir@1.0.0
npm info lifecycle async@1.5.2~postinstall: async@1.5.2
npm info lifecycle portfinder@1.0.13~postinstall: portfinder@1.0.13
npm info lifecycle preserve@0.2.0~postinstall: preserve@0.2.0
npm info lifecycle private@0.1.8~postinstall: private@0.1.8
npm info lifecycle process@0.11.10~postinstall: process@0.11.10
npm info lifecycle process-nextick-args@1.0.7~postinstall: process-nextick-args@1.0.7
npm info lifecycle promise@7.3.1~postinstall: promise@7.3.1
npm info lifecycle proxy-addr@2.0.2~postinstall: proxy-addr@2.0.2
npm info lifecycle prr@0.0.0~postinstall: prr@0.0.0
npm info lifecycle errno@0.1.4~postinstall: errno@0.1.4
npm info lifecycle punycode@1.4.1~postinstall: punycode@1.4.1
npm info lifecycle qs@6.5.1~postinstall: qs@6.5.1
npm info lifecycle querystring@0.2.0~postinstall: querystring@0.2.0
npm info lifecycle querystring-es3@0.2.1~postinstall: querystring-es3@0.2.1
npm info lifecycle querystringify@0.0.4~postinstall: querystringify@0.0.4
npm info lifecycle kind-of@3.2.2~postinstall: kind-of@3.2.2
npm info lifecycle is-number@3.0.0~postinstall: is-number@3.0.0
npm info lifecycle kind-of@4.0.0~postinstall: kind-of@4.0.0
npm info lifecycle randomatic@1.1.7~postinstall: randomatic@1.1.7
npm info lifecycle range-parser@1.2.0~postinstall: range-parser@1.2.0
npm info lifecycle path-exists@2.1.0~postinstall: path-exists@2.1.0
npm info lifecycle find-up@1.1.2~postinstall: find-up@1.1.2
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle regenerate@1.3.3~postinstall: regenerate@1.3.3
npm info lifecycle regenerator-runtime@0.11.0~postinstall: regenerator-runtime@0.11.0
npm info lifecycle babel-runtime@6.26.0~postinstall: babel-runtime@6.26.0
npm info lifecycle babel-messages@6.23.0~postinstall: babel-messages@6.23.0
npm info lifecycle babel-plugin-check-es2015-constants@6.22.0~postinstall: babel-plugin-check-es2015-constants@6.22.0
npm info lifecycle babel-plugin-transform-es2015-arrow-functions@6.22.0~postinstall: babel-plugin-transform-es2015-arrow-functions@6.22.0
npm info lifecycle babel-plugin-transform-es2015-block-scoped-functions@6.22.0~postinstall: babel-plugin-transform-es2015-block-scoped-functions@6.22.0
npm info lifecycle babel-plugin-transform-es2015-destructuring@6.23.0~postinstall: babel-plugin-transform-es2015-destructuring@6.23.0
npm info lifecycle babel-plugin-transform-es2015-for-of@6.23.0~postinstall: babel-plugin-transform-es2015-for-of@6.23.0
npm info lifecycle babel-plugin-transform-es2015-literals@6.22.0~postinstall: babel-plugin-transform-es2015-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-spread@6.22.0~postinstall: babel-plugin-transform-es2015-spread@6.22.0
npm info lifecycle babel-plugin-transform-es2015-template-literals@6.22.0~postinstall: babel-plugin-transform-es2015-template-literals@6.22.0
npm info lifecycle babel-plugin-transform-es2015-typeof-symbol@6.23.0~postinstall: babel-plugin-transform-es2015-typeof-symbol@6.23.0
npm info lifecycle babel-plugin-transform-flow-strip-types@6.22.0~postinstall: babel-plugin-transform-flow-strip-types@6.22.0
npm info lifecycle babel-preset-flow@6.23.0~postinstall: babel-preset-flow@6.23.0
npm info lifecycle babel-plugin-transform-object-rest-spread@6.26.0~postinstall: babel-plugin-transform-object-rest-spread@6.26.0
npm info lifecycle babel-plugin-transform-react-display-name@6.25.0~postinstall: babel-plugin-transform-react-display-name@6.25.0
npm info lifecycle babel-plugin-transform-react-jsx-self@6.22.0~postinstall: babel-plugin-transform-react-jsx-self@6.22.0
npm info lifecycle babel-plugin-transform-react-jsx-source@6.22.0~postinstall: babel-plugin-transform-react-jsx-source@6.22.0
npm info lifecycle regex-cache@0.4.4~postinstall: regex-cache@0.4.4
npm info lifecycle regjsgen@0.2.0~postinstall: regjsgen@0.2.0
npm info lifecycle jsesc@0.5.0~postinstall: jsesc@0.5.0
npm info lifecycle regjsparser@0.1.5~postinstall: regjsparser@0.1.5
npm info lifecycle regexpu-core@2.0.0~postinstall: regexpu-core@2.0.0
npm info lifecycle relateurl@0.2.7~postinstall: relateurl@0.2.7
npm info lifecycle remove-trailing-separator@1.1.0~postinstall: remove-trailing-separator@1.1.0
npm info lifecycle normalize-path@2.1.1~postinstall: normalize-path@2.1.1
npm info lifecycle utila@0.3.3~postinstall: utila@0.3.3
npm info lifecycle repeat-element@1.1.2~postinstall: repeat-element@1.1.2
npm info lifecycle repeat-string@1.6.1~postinstall: repeat-string@1.6.1
npm info lifecycle align-text@0.1.4~postinstall: align-text@0.1.4
npm info lifecycle center-align@0.1.3~postinstall: center-align@0.1.3
npm info lifecycle fill-range@2.2.3~postinstall: fill-range@2.2.3
npm info lifecycle expand-range@1.8.2~postinstall: expand-range@1.8.2
npm info lifecycle braces@1.8.5~postinstall: braces@1.8.5
npm info lifecycle micromatch@2.3.11~postinstall: micromatch@2.3.11
npm info lifecycle anymatch@1.3.2~postinstall: anymatch@1.3.2
npm info lifecycle repeating@2.0.1~postinstall: repeating@2.0.1
npm info lifecycle detect-indent@4.0.0~postinstall: detect-indent@4.0.0
npm info lifecycle indent-string@2.1.0~postinstall: indent-string@2.1.0
npm info lifecycle require-directory@2.1.1~postinstall: require-directory@2.1.1
npm info lifecycle require-main-filename@1.0.1~postinstall: require-main-filename@1.0.1
npm info lifecycle requires-port@1.0.0~postinstall: requires-port@1.0.0
npm info lifecycle http-proxy@1.16.2~postinstall: http-proxy@1.16.2
npm info lifecycle http-proxy-middleware@0.17.4~postinstall: http-proxy-middleware@0.17.4
npm info lifecycle url-parse@1.0.5~postinstall: url-parse@1.0.5
npm info lifecycle original@1.0.0~postinstall: original@1.0.0
npm info lifecycle eventsource@0.1.6~postinstall: eventsource@0.1.6
npm info lifecycle resolve-from@3.0.0~postinstall: resolve-from@3.0.0
npm info lifecycle resolve-cwd@2.0.0~postinstall: resolve-cwd@2.0.0
npm info lifecycle import-local@0.1.1~postinstall: import-local@0.1.1
npm info lifecycle right-align@0.1.3~postinstall: right-align@0.1.3
npm info lifecycle ripemd160@2.0.1~postinstall: ripemd160@2.0.1
npm info lifecycle safe-buffer@5.1.1~postinstall: safe-buffer@5.1.1
npm info lifecycle cipher-base@1.0.4~postinstall: cipher-base@1.0.4
npm info lifecycle browserify-des@1.0.0~postinstall: browserify-des@1.0.0
npm info lifecycle dns-packet@1.2.2~postinstall: dns-packet@1.2.2
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle hash-base@3.0.4~postinstall: hash-base@3.0.4
npm info lifecycle md5.js@1.3.4~postinstall: md5.js@1.3.4
npm info lifecycle evp_bytestokey@1.0.3~postinstall: evp_bytestokey@1.0.3
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle randombytes@2.0.5~postinstall: randombytes@2.0.5
npm info lifecycle browserify-rsa@4.0.1~postinstall: browserify-rsa@4.0.1
npm info lifecycle diffie-hellman@5.0.2~postinstall: diffie-hellman@5.0.2
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle select-hose@2.0.0~postinstall: select-hose@2.0.0
npm info lifecycle selfsigned@1.10.1~postinstall: selfsigned@1.10.1
npm info lifecycle semver@5.4.1~postinstall: semver@5.4.1
npm info lifecycle set-blocking@2.0.0~postinstall: set-blocking@2.0.0
npm info lifecycle set-immediate-shim@1.0.1~postinstall: set-immediate-shim@1.0.1
npm info lifecycle setimmediate@1.0.5~postinstall: setimmediate@1.0.5
npm info lifecycle setprototypeof@1.1.0~postinstall: setprototypeof@1.1.0
npm info lifecycle sha.js@2.4.9~postinstall: sha.js@2.4.9
npm info lifecycle create-hash@1.1.3~postinstall: create-hash@1.1.3
npm info lifecycle browserify-aes@1.1.1~postinstall: browserify-aes@1.1.1
npm info lifecycle browserify-cipher@1.0.0~postinstall: browserify-cipher@1.0.0
npm info lifecycle create-hmac@1.1.6~postinstall: create-hmac@1.1.6
npm info lifecycle pbkdf2@3.0.14~postinstall: pbkdf2@3.0.14
npm info lifecycle parse-asn1@5.1.0~postinstall: parse-asn1@5.1.0
npm info lifecycle browserify-sign@4.0.4~postinstall: browserify-sign@4.0.4
npm info lifecycle public-encrypt@4.0.0~postinstall: public-encrypt@4.0.0
npm info lifecycle crypto-browserify@3.11.1~postinstall: crypto-browserify@3.11.1
npm info lifecycle signal-exit@3.0.2~postinstall: signal-exit@3.0.2
npm info lifecycle loud-rejection@1.6.0~postinstall: loud-rejection@1.6.0
npm info lifecycle simple-assign@0.1.0~postinstall: simple-assign@0.1.0
npm info lifecycle slash@1.0.0~postinstall: slash@1.0.0
npm info lifecycle source-list-map@2.0.0~postinstall: source-list-map@2.0.0
npm info lifecycle source-map@0.5.7~postinstall: source-map@0.5.7
npm info lifecycle clean-css@4.1.9~postinstall: clean-css@4.1.9
npm info lifecycle source-map-support@0.4.18~postinstall: source-map-support@0.4.18
npm info lifecycle spdx-expression-parse@1.0.4~postinstall: spdx-expression-parse@1.0.4
npm info lifecycle spdx-license-ids@1.2.2~postinstall: spdx-license-ids@1.2.2
npm info lifecycle spdx-correct@1.0.2~postinstall: spdx-correct@1.0.2
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle statuses@1.3.1~postinstall: statuses@1.3.1
npm info lifecycle http-errors@1.6.2~postinstall: http-errors@1.6.2
npm info lifecycle serve-index@1.9.1~postinstall: serve-index@1.9.1
npm info lifecycle send@0.16.1~postinstall: send@0.16.1
npm info lifecycle serve-static@1.13.1~postinstall: serve-static@1.13.1
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle isarray@1.0.0~postinstall: isarray@1.0.0
npm info lifecycle string_decoder@1.0.3~postinstall: string_decoder@1.0.3
npm info lifecycle string_decoder@0.10.31~postinstall: string_decoder@0.10.31
npm info lifecycle readable-stream@1.0.34~postinstall: readable-stream@1.0.34
npm info lifecycle htmlparser2@3.3.0~postinstall: htmlparser2@3.3.0
npm info lifecycle strip-ansi@3.0.1~postinstall: strip-ansi@3.0.1
npm info lifecycle renderkid@2.0.1~postinstall: renderkid@2.0.1
npm info lifecycle string-width@1.0.2~postinstall: string-width@1.0.2
npm info lifecycle strip-bom@2.0.0~postinstall: strip-bom@2.0.0
npm info lifecycle load-json-file@1.1.0~postinstall: load-json-file@1.1.0
npm info lifecycle strip-indent@1.0.1~postinstall: strip-indent@1.0.1
npm info lifecycle redent@1.0.0~postinstall: redent@1.0.0
npm info lifecycle supports-color@2.0.0~postinstall: supports-color@2.0.0
npm info lifecycle chalk@1.1.3~postinstall: chalk@1.1.3
npm info lifecycle babel-code-frame@6.26.0~postinstall: babel-code-frame@6.26.0
npm info lifecycle symbol-observable@1.0.4~postinstall: symbol-observable@1.0.4
npm info lifecycle tapable@0.2.8~postinstall: tapable@0.2.8
npm info lifecycle thunky@0.1.0~postinstall: thunky@0.1.0
npm info lifecycle multicast-dns@6.1.1~postinstall: multicast-dns@6.1.1
npm info lifecycle bonjour@3.5.0~postinstall: bonjour@3.5.0
npm info lifecycle time-stamp@2.0.0~postinstall: time-stamp@2.0.0
npm info lifecycle timers-browserify@2.0.4~postinstall: timers-browserify@2.0.4
npm info lifecycle to-arraybuffer@1.0.1~postinstall: to-arraybuffer@1.0.1
npm info lifecycle to-fast-properties@1.0.3~postinstall: to-fast-properties@1.0.3
npm info lifecycle babel-types@6.26.0~postinstall: babel-types@6.26.0
npm info lifecycle babel-helper-builder-react-jsx@6.26.0~postinstall: babel-helper-builder-react-jsx@6.26.0
npm info lifecycle babel-plugin-transform-react-jsx@6.24.1~postinstall: babel-plugin-transform-react-jsx@6.24.1
npm info lifecycle babel-helper-get-function-arity@6.24.1~postinstall: babel-helper-get-function-arity@6.24.1
npm info lifecycle babel-helper-hoist-variables@6.24.1~postinstall: babel-helper-hoist-variables@6.24.1
npm info lifecycle babel-helper-optimise-call-expression@6.24.1~postinstall: babel-helper-optimise-call-expression@6.24.1
npm info lifecycle babel-helper-regex@6.26.0~postinstall: babel-helper-regex@6.26.0
npm info lifecycle babel-plugin-transform-es2015-unicode-regex@6.24.1~postinstall: babel-plugin-transform-es2015-unicode-regex@6.24.1
npm info lifecycle babel-plugin-transform-es2015-duplicate-keys@6.24.1~postinstall: babel-plugin-transform-es2015-duplicate-keys@6.24.1
npm info lifecycle babel-plugin-transform-es2015-shorthand-properties@6.24.1~postinstall: babel-plugin-transform-es2015-shorthand-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-sticky-regex@6.24.1~postinstall: babel-plugin-transform-es2015-sticky-regex@6.24.1
npm info lifecycle babel-plugin-transform-strict-mode@6.24.1~postinstall: babel-plugin-transform-strict-mode@6.24.1
npm info lifecycle babel-traverse@6.26.0~postinstall: babel-traverse@6.26.0
npm info lifecycle babel-helper-bindify-decorators@6.24.1~postinstall: babel-helper-bindify-decorators@6.24.1
npm info lifecycle babel-helper-call-delegate@6.24.1~postinstall: babel-helper-call-delegate@6.24.1
npm info lifecycle babel-helper-explode-assignable-expression@6.24.1~postinstall: babel-helper-explode-assignable-expression@6.24.1
npm info lifecycle babel-helper-builder-binary-assignment-operator-visitor@6.24.1~postinstall: babel-helper-builder-binary-assignment-operator-visitor@6.24.1
npm info lifecycle babel-plugin-transform-exponentiation-operator@6.24.1~postinstall: babel-plugin-transform-exponentiation-operator@6.24.1
npm info lifecycle babel-helper-explode-class@6.24.1~postinstall: babel-helper-explode-class@6.24.1
npm info lifecycle babel-template@6.26.0~postinstall: babel-template@6.26.0
npm info lifecycle babel-helper-function-name@6.24.1~postinstall: babel-helper-function-name@6.24.1
npm info lifecycle babel-helper-define-map@6.26.0~postinstall: babel-helper-define-map@6.26.0
npm info lifecycle babel-plugin-transform-es2015-function-name@6.24.1~postinstall: babel-plugin-transform-es2015-function-name@6.24.1
npm info lifecycle babel-helper-remap-async-to-generator@6.24.1~postinstall: babel-helper-remap-async-to-generator@6.24.1
npm info lifecycle babel-plugin-transform-async-generator-functions@6.24.1~postinstall: babel-plugin-transform-async-generator-functions@6.24.1
npm info lifecycle babel-plugin-transform-async-to-generator@6.24.1~postinstall: babel-plugin-transform-async-to-generator@6.24.1
npm info lifecycle babel-preset-stage-3@6.24.1~postinstall: babel-preset-stage-3@6.24.1
npm info lifecycle babel-helper-replace-supers@6.24.1~postinstall: babel-helper-replace-supers@6.24.1
npm info lifecycle babel-plugin-transform-es2015-object-super@6.24.1~postinstall: babel-plugin-transform-es2015-object-super@6.24.1
npm info lifecycle babel-helpers@6.24.1~postinstall: babel-helpers@6.24.1
npm info lifecycle babel-plugin-transform-class-properties@6.24.1~postinstall: babel-plugin-transform-class-properties@6.24.1
npm info lifecycle babel-plugin-transform-decorators@6.24.1~postinstall: babel-plugin-transform-decorators@6.24.1
npm info lifecycle babel-plugin-transform-es2015-block-scoping@6.26.0~postinstall: babel-plugin-transform-es2015-block-scoping@6.26.0
npm info lifecycle babel-plugin-transform-es2015-classes@6.24.1~postinstall: babel-plugin-transform-es2015-classes@6.24.1
npm info lifecycle babel-plugin-transform-es2015-computed-properties@6.24.1~postinstall: babel-plugin-transform-es2015-computed-properties@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-commonjs@6.26.0~postinstall: babel-plugin-transform-es2015-modules-commonjs@6.26.0
npm info lifecycle babel-plugin-transform-es2015-modules-amd@6.24.1~postinstall: babel-plugin-transform-es2015-modules-amd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-systemjs@6.24.1~postinstall: babel-plugin-transform-es2015-modules-systemjs@6.24.1
npm info lifecycle babel-plugin-transform-es2015-modules-umd@6.24.1~postinstall: babel-plugin-transform-es2015-modules-umd@6.24.1
npm info lifecycle babel-plugin-transform-es2015-parameters@6.24.1~postinstall: babel-plugin-transform-es2015-parameters@6.24.1
npm info lifecycle regenerator-transform@0.10.1~postinstall: regenerator-transform@0.10.1
npm info lifecycle babel-plugin-transform-regenerator@6.26.0~postinstall: babel-plugin-transform-regenerator@6.26.0
npm info lifecycle toposort@1.0.6~postinstall: toposort@1.0.6
npm info lifecycle trim-newlines@1.0.0~postinstall: trim-newlines@1.0.0
npm info lifecycle trim-right@1.0.1~postinstall: trim-right@1.0.1
npm info lifecycle babel-generator@6.26.0~postinstall: babel-generator@6.26.0
npm info lifecycle babel-core@6.26.0~postinstall: babel-core@6.26.0
npm info lifecycle babel-register@6.26.0~postinstall: babel-register@6.26.0
npm info lifecycle tty-browserify@0.0.0~postinstall: tty-browserify@0.0.0
npm info lifecycle type-is@1.6.15~postinstall: type-is@1.6.15
npm info lifecycle ua-parser-js@0.7.17~postinstall: ua-parser-js@0.7.17
npm info lifecycle source-map@0.6.1~postinstall: source-map@0.6.1
npm info lifecycle uglify-js@3.1.5~postinstall: uglify-js@3.1.5
npm info lifecycle uglify-to-browserify@1.0.2~postinstall: uglify-to-browserify@1.0.2
npm info lifecycle unpipe@1.0.0~postinstall: unpipe@1.0.0
npm info lifecycle finalhandler@1.1.0~postinstall: finalhandler@1.1.0
npm info lifecycle raw-body@2.3.2~postinstall: raw-body@2.3.2
npm info lifecycle body-parser@1.18.2~postinstall: body-parser@1.18.2
npm info lifecycle upper-case@1.1.3~postinstall: upper-case@1.1.3
npm info lifecycle camel-case@3.0.0~postinstall: camel-case@3.0.0
npm info lifecycle querystringify@1.0.0~postinstall: querystringify@1.0.0
npm info lifecycle url-parse@1.1.9~postinstall: url-parse@1.1.9
npm info lifecycle punycode@1.3.2~postinstall: punycode@1.3.2
npm info lifecycle url@0.11.0~postinstall: url@0.11.0
npm info lifecycle util-deprecate@1.0.2~postinstall: util-deprecate@1.0.2
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle memory-fs@0.4.1~postinstall: memory-fs@0.4.1
npm info lifecycle enhanced-resolve@3.4.1~postinstall: enhanced-resolve@3.4.1
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle readdirp@2.1.0~postinstall: readdirp@2.1.0
npm info lifecycle chokidar@1.7.0~postinstall: chokidar@1.7.0
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle stream-browserify@2.0.1~postinstall: stream-browserify@2.0.1
npm info lifecycle readable-stream@2.3.3~postinstall: readable-stream@2.3.3
npm info lifecycle inherits@2.0.1~postinstall: inherits@2.0.1
npm info lifecycle util@0.10.3~postinstall: util@0.10.3
npm info lifecycle assert@1.4.1~postinstall: assert@1.4.1
npm info lifecycle utila@0.4.0~postinstall: utila@0.4.0
npm info lifecycle pretty-error@2.1.1~postinstall: pretty-error@2.1.1
npm info lifecycle utils-merge@1.0.1~postinstall: utils-merge@1.0.1
npm info lifecycle uuid@2.0.3~postinstall: uuid@2.0.3
npm info lifecycle validate-npm-package-license@3.0.1~postinstall: validate-npm-package-license@3.0.1
npm info lifecycle normalize-package-data@2.4.0~postinstall: normalize-package-data@2.4.0
npm info lifecycle read-pkg@1.1.0~postinstall: read-pkg@1.1.0
npm info lifecycle read-pkg-up@1.0.1~postinstall: read-pkg-up@1.0.1
npm info lifecycle meow@3.7.0~postinstall: meow@3.7.0
npm info lifecycle internal-ip@1.2.0~postinstall: internal-ip@1.2.0
npm info lifecycle vary@1.1.2~postinstall: vary@1.1.2
npm info lifecycle compression@1.7.1~postinstall: compression@1.7.1
npm info lifecycle express@4.16.2~postinstall: express@4.16.2
npm info lifecycle vm-browserify@0.0.4~postinstall: vm-browserify@0.0.4
npm info lifecycle vow@0.4.17~postinstall: vow@0.4.17
npm info lifecycle warning@3.0.0~postinstall: warning@3.0.0
npm info lifecycle watchpack@1.4.0~postinstall: watchpack@1.4.0
npm info lifecycle wbuf@1.7.2~postinstall: wbuf@1.7.2
npm info lifecycle hpack.js@2.1.6~postinstall: hpack.js@2.1.6
npm info lifecycle spdy-transport@2.0.20~postinstall: spdy-transport@2.0.20
npm info lifecycle spdy@3.4.7~postinstall: spdy@3.4.7
npm info lifecycle webpack-dev-middleware@1.12.0~postinstall: webpack-dev-middleware@1.12.0
npm info lifecycle debug@3.1.0~postinstall: debug@3.1.0
npm info lifecycle has-flag@2.0.0~postinstall: has-flag@2.0.0
npm info lifecycle supports-color@4.5.0~postinstall: supports-color@4.5.0
npm info lifecycle webpack-sources@1.0.1~postinstall: webpack-sources@1.0.1
npm info lifecycle loader-utils@0.2.17~postinstall: loader-utils@0.2.17
npm info lifecycle supports-color@3.2.3~postinstall: supports-color@3.2.3
npm info lifecycle websocket-extensions@0.1.2~postinstall: websocket-extensions@0.1.2
npm info lifecycle websocket-driver@0.7.0~postinstall: websocket-driver@0.7.0
npm info lifecycle faye-websocket@0.10.0~postinstall: faye-websocket@0.10.0
npm info lifecycle sockjs@0.3.18~postinstall: sockjs@0.3.18
npm info lifecycle faye-websocket@0.11.1~postinstall: faye-websocket@0.11.1
npm info lifecycle sockjs-client@1.1.4~postinstall: sockjs-client@1.1.4
npm info lifecycle whatwg-fetch@2.0.3~postinstall: whatwg-fetch@2.0.3
npm info lifecycle isomorphic-fetch@2.2.1~postinstall: isomorphic-fetch@2.2.1
npm info lifecycle fbjs@0.8.16~postinstall: fbjs@0.8.16
npm info lifecycle create-react-class@15.6.2~postinstall: create-react-class@15.6.2
npm info lifecycle prop-types@15.6.0~postinstall: prop-types@15.6.0
npm info lifecycle react-transition-group@1.2.1~postinstall: react-transition-group@1.2.1
npm info lifecycle react-event-listener@0.5.1~postinstall: react-event-listener@0.5.1
npm info lifecycle recompose@0.26.0~postinstall: recompose@0.26.0
npm info lifecycle which-module@1.0.0~postinstall: which-module@1.0.0
npm info lifecycle window-size@0.1.0~postinstall: window-size@0.1.0
npm info lifecycle wordwrap@0.0.2~postinstall: wordwrap@0.0.2
npm info lifecycle cliui@2.1.0~postinstall: cliui@2.1.0
npm info lifecycle yargs@3.10.0~postinstall: yargs@3.10.0
npm info lifecycle uglify-js@2.8.29~postinstall: uglify-js@2.8.29
npm info lifecycle wrap-ansi@2.1.0~postinstall: wrap-ansi@2.1.0
npm info lifecycle wrappy@1.0.2~postinstall: wrappy@1.0.2
npm info lifecycle once@1.4.0~postinstall: once@1.4.0
npm info lifecycle inflight@1.0.6~postinstall: inflight@1.0.6
npm info lifecycle glob@7.1.2~postinstall: glob@7.1.2
npm info lifecycle globby@6.1.0~postinstall: globby@6.1.0
npm info lifecycle rimraf@2.6.2~postinstall: rimraf@2.6.2
npm info lifecycle del@3.0.0~postinstall: del@3.0.0
npm info lifecycle xml-char-classes@1.0.0~postinstall: xml-char-classes@1.0.0
npm info lifecycle ncname@1.0.0~postinstall: ncname@1.0.0
npm info lifecycle html-minifier@3.5.6~postinstall: html-minifier@3.5.6
npm info lifecycle xtend@4.0.1~postinstall: xtend@4.0.1
npm info lifecycle stream-http@2.7.2~postinstall: stream-http@2.7.2
npm info lifecycle node-libs-browser@2.0.0~postinstall: node-libs-browser@2.0.0
npm info lifecycle y18n@3.2.1~postinstall: y18n@3.2.1
npm info lifecycle camelcase@3.0.0~postinstall: camelcase@3.0.0
npm info lifecycle yargs-parser@4.2.1~postinstall: yargs-parser@4.2.1
npm info lifecycle camelcase@3.0.0~postinstall: camelcase@3.0.0
npm info lifecycle cliui@3.2.0~postinstall: cliui@3.2.0
npm info lifecycle yargs@6.6.0~postinstall: yargs@6.6.0
npm info lifecycle babel-loader@7.1.2~postinstall: babel-loader@7.1.2
npm info lifecycle babel-preset-es2015@6.24.1~postinstall: babel-preset-es2015@6.24.1
npm info lifecycle babel-preset-react@6.24.1~postinstall: babel-preset-react@6.24.1
npm info lifecycle babel-preset-stage-2@6.24.1~postinstall: babel-preset-stage-2@6.24.1
npm info lifecycle html-webpack-plugin@2.30.1~postinstall: html-webpack-plugin@2.30.1
npm info lifecycle material-ui@0.19.4~postinstall: material-ui@0.19.4
npm info lifecycle react@15.6.2~postinstall: react@15.6.2
npm info lifecycle react-dom@15.6.2~postinstall: react-dom@15.6.2
npm info lifecycle react-tap-event-plugin@2.0.1~postinstall: react-tap-event-plugin@2.0.1
npm info lifecycle transfer-webpack-plugin@0.1.4~postinstall: transfer-webpack-plugin@0.1.4
npm info lifecycle webpack@2.7.0~postinstall: webpack@2.7.0
npm info lifecycle webpack-dev-server@2.9.3~postinstall: webpack-dev-server@2.9.3
npm info linkStuff material-ui-example-webpack@0.16.4
npm info lifecycle material-ui-example-webpack@0.16.4~install: material-ui-example-webpack@0.16.4
npm info lifecycle material-ui-example-webpack@0.16.4~postinstall: material-ui-example-webpack@0.16.4
npm info lifecycle material-ui-example-webpack@0.16.4~prepublish: material-ui-example-webpack@0.16.4
npm info lifecycle material-ui-example-webpack@0.16.4~prepare: material-ui-example-webpack@0.16.4
npm info lifecycle undefined~preshrinkwrap: undefined
npm info lifecycle undefined~shrinkwrap: undefined
npm notice created a lockfile as package-lock.json. You should commit this file.
npm info lifecycle undefined~postshrinkwrap: undefined
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.1.2 (node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})

added 696 packages in 16.987s
npm info ok
 ---> 89259570ffff
Removing intermediate container 4a2591c9f8ea
Successfully built 89259570ffff
[Pipeline] dockerFingerprintFrom
[Pipeline] }
[Pipeline] // stage
[Pipeline] sh
[l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ] Running shell script
+ docker inspect -f . 84136586b841536a39b8c2f03e0aa810064153cd
.
[Pipeline] withDockerContainer
Jenkins does not seem to be running inside a container
$ docker run -t -d -u 498:497 -w /var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ -v /var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ:/var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ:rw,z -v /var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ@tmp:/var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** --entrypoint cat 84136586b841536a39b8c2f03e0aa810064153cd
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] sh
[l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ] Running shell script
+ npm run build
npm info it worked if it ends with ok
npm info using npm@5.4.2
npm info using node@v8.7.0
npm info lifecycle material-ui-example-webpack@0.16.4~prebuild: material-ui-example-webpack@0.16.4
npm info lifecycle material-ui-example-webpack@0.16.4~build: material-ui-example-webpack@0.16.4
> material-ui-example-webpack@0.16.4 build /var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ
> webpack --config webpack-production.config.js --progress --colors
module.js:529
throw err;
^
Error: Cannot find module 'webpack'
at Function.Module._resolveFilename (module.js:527:15)
at Function.Module._load (module.js:476:23)
at Module.require (module.js:568:17)
at require (internal/module.js:11:18)
at Object.<anonymous> (/var/lib/jenkins/workspace/l-ui-webpack-example_master-IXSLD4CQSVAM2DRFHYHOYUANEHJ73R5PUGW4BMYVT5WPGB6ZZKEQ/webpack-production.config.js:1:79)
at Module._compile (module.js:624:30)
at Object.Module._extensions..js (module.js:635:10)
at Module.load (module.js:545:32)
at tryModuleLoad (module.js:508:12)
at Function.Module._load (module.js:500:3)
npm info lifecycle material-ui-example-webpack@0.16.4~build: Failed to exec build script
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! material-ui-example-webpack@0.16.4 build: `webpack --config webpack-production.config.js --progress --colors`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the material-ui-example-webpack@0.16.4 build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm WARN Local package.json exists, but node_modules missing, did you mean to install?
┌──────────────────────────────────────────────┐
│ npm update check failed │
│ Try running with sudo or get access │
│ to the local update config store via │
│ sudo chown -R $USER:$(id -gn $USER) /.config │
└──────────────────────────────────────────────┘
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Test)
Stage 'Test' skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
$ docker stop --time=1 f340544d526a580ac7c4d33670c9034a44401208684b5418f996ae2818ff4845
$ docker rm -f f340544d526a580ac7c4d33670c9034a44401208684b5418f996ae2818ff4845
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Could not update commit status. Message: Server returned HTTP response code: 201, message: 'Created' for URL: https://api.github.com/repos/szromek/material-ui-webpack-example/statuses/72c4220aecd9f288d019f6129daf6a3b38b3d864
ERROR: script returned exit code 1
Finished: FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment