Skip to content

Instantly share code, notes, and snippets.

@radiospiel
Created April 8, 2017 12:28
Show Gist options
  • Save radiospiel/c2b2981badffff42671850617bbb3d8d to your computer and use it in GitHub Desktop.
Save radiospiel/c2b2981badffff42671850617bbb3d8d to your computer and use it in GitHub Desktop.
WARNING: The DEBUG variable is not set. Defaulting to a blank string.
WARNING: The PUB_URL variable is not set. Defaulting to a blank string.
Building easy_ssb_pub
Step 1/24 : FROM buildpack-deps:xenial
---> a03bcbd2f07d
Step 2/24 : RUN groupadd -r node && useradd -r -g node node
---> Using cache
---> a717f7519c09
Step 3/24 : RUN echo "deb http://archive.ubuntu.com/ubuntu xenial main universe" >> /etc/apt/sources.list
---> Using cache
---> bc433383d467
Step 4/24 : RUN apt-get update
---> Using cache
---> ef13de3433c3
Step 5/24 : RUN apt-get upgrade -y
---> Using cache
---> 13ff1888f02b
Step 6/24 : RUN apt-get install -y libleveldb-dev
---> Using cache
---> a718fb1bc471
Step 7/24 : ENV NPM_CONFIG_LOGLEVEL info
---> Using cache
---> 533e75bff7a0
Step 8/24 : ENV NODE_VERSION 6.9.1
---> Using cache
---> 0132ed457b0c
Step 9/24 : RUN apt-get install curl libc6 libcurl3 zlib1g libtool autoconf
---> Using cache
---> 457989f4a779
Step 10/24 : RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.1/install.sh | bash
---> Using cache
---> a7ee48c63e6a
Step 11/24 : ENV NVM_DIR $HOME/.nvm
---> Using cache
---> ed725a62c6a1
Step 12/24 : RUN . $HOME/.nvm/nvm.sh && nvm install $NODE_VERSION && nvm alias default $NODE_VERSION
---> Using cache
---> bedce9ec66ed
Step 13/24 : RUN git clone https://github.com/jedisct1/libsodium.git
---> Using cache
---> be9c749e6e2e
Step 14/24 : RUN cd /libsodium && git checkout && ./autogen.sh
---> Using cache
---> 0330e0f670df
Step 15/24 : RUN cd /libsodium && ./configure && make && make check && make install
---> Using cache
---> 6a4a856b8ec9
Step 16/24 : RUN mkdir -p /usr/src/app
---> Using cache
---> f0fd14f08d39
Step 17/24 : WORKDIR /usr/src/app
---> Using cache
---> 4e8f82ba541e
Step 18/24 : COPY package.json /usr/src/app/
---> Using cache
---> e801c3603001
Step 19/24 : RUN . $HOME/.nvm/nvm.sh && npm install
---> Running in ce053b53dae3
npm info it worked if it ends with ok
npm info using npm@3.10.8
npm info using node@v6.9.1
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/@types%2fdebug
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/@types%2fexpress
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/@types%2fminimist
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/@types%2fsuperagent
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/body-parser
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/debug
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/discovery-swarm
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/ejs
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/express
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/minimist
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/path
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/qr-image
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/scuttlebot
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/ssb-keys
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/superagent
npm info attempt registry request try #1 at 12:16:29 PM
npm http request GET https://registry.npmjs.org/typescript
npm http 200 https://registry.npmjs.org/path
npm http 200 https://registry.npmjs.org/qr-image
npm http 200 https://registry.npmjs.org/minimist
npm http 200 https://registry.npmjs.org/@types%2fdebug
npm http 200 https://registry.npmjs.org/@types%2fminimist
npm http 200 https://registry.npmjs.org/@types%2fexpress
npm http 200 https://registry.npmjs.org/@types%2fsuperagent
npm http 200 https://registry.npmjs.org/ssb-keys
npm http 200 https://registry.npmjs.org/discovery-swarm
npm http 200 https://registry.npmjs.org/debug
npm http 200 https://registry.npmjs.org/ejs
npm http 200 https://registry.npmjs.org/body-parser
npm http 200 https://registry.npmjs.org/scuttlebot
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/@types/debug/-/debug-0.0.29.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/path/-/path-0.12.7.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/body-parser/-/body-parser-1.17.1.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/qr-image/-/qr-image-3.2.0.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/@types/express/-/express-4.0.35.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/@types/superagent/-/superagent-2.0.36.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/ssb-keys/-/ssb-keys-7.0.7.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/discovery-swarm/-/discovery-swarm-4.3.2.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/debug/-/debug-2.6.3.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/ejs/-/ejs-2.5.6.tgz
npm http 200 https://registry.npmjs.org/express
npm http fetch 200 https://registry.npmjs.org/path/-/path-0.12.7.tgz
npm http fetch 200 https://registry.npmjs.org/body-parser/-/body-parser-1.17.1.tgz
npm http fetch 200 https://registry.npmjs.org/@types/debug/-/debug-0.0.29.tgz
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/qr-image/-/qr-image-3.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/discovery-swarm/-/discovery-swarm-4.3.2.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-keys/-/ssb-keys-7.0.7.tgz
npm http fetch 200 https://registry.npmjs.org/debug/-/debug-2.6.3.tgz
npm http fetch 200 https://registry.npmjs.org/ejs/-/ejs-2.5.6.tgz
npm http fetch 200 https://registry.npmjs.org/@types/minimist/-/minimist-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/@types/superagent/-/superagent-2.0.36.tgz
npm http fetch 200 https://registry.npmjs.org/@types/express/-/express-4.0.35.tgz
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/scuttlebot/-/scuttlebot-9.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/scuttlebot/-/scuttlebot-9.5.0.tgz
npm http 200 https://registry.npmjs.org/superagent
npm info retry fetch attempt 1 at 12:16:30 PM
npm info attempt registry request try #1 at 12:16:30 PM
npm http fetch GET https://registry.npmjs.org/express/-/express-4.15.2.tgz
npm http fetch 200 https://registry.npmjs.org/express/-/express-4.15.2.tgz
npm info retry fetch attempt 1 at 12:16:31 PM
npm info attempt registry request try #1 at 12:16:31 PM
npm http fetch GET https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz
npm http 200 https://registry.npmjs.org/typescript
npm info retry fetch attempt 1 at 12:16:31 PM
npm info attempt registry request try #1 at 12:16:31 PM
npm http fetch GET https://registry.npmjs.org/typescript/-/typescript-2.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/typescript/-/typescript-2.2.2.tgz
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/@types%2fserve-static
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/@types%2fexpress-serve-static-core
npm http 200 https://registry.npmjs.org/@types%2fserve-static
npm http 200 https://registry.npmjs.org/@types%2fexpress-serve-static-core
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/@types/serve-static/-/serve-static-1.7.31.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.0.44.tgz
npm http fetch 200 https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.0.44.tgz
npm http fetch 200 https://registry.npmjs.org/@types/serve-static/-/serve-static-1.7.31.tgz
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/@types%2fnode
npm http 200 https://registry.npmjs.org/@types%2fnode
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/@types/node/-/node-7.0.12.tgz
npm http fetch 200 https://registry.npmjs.org/@types/node/-/node-7.0.12.tgz
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/@types%2fmime
npm http 200 https://registry.npmjs.org/@types%2fmime
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/@types/mime/-/mime-0.0.29.tgz
npm http fetch 200 https://registry.npmjs.org/@types/mime/-/mime-0.0.29.tgz
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/bytes
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/content-type
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/depd
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/http-errors
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/iconv-lite
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/on-finished
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/qs
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/raw-body
npm info attempt registry request try #1 at 12:16:32 PM
npm http request GET https://registry.npmjs.org/type-is
npm http 200 https://registry.npmjs.org/content-type
npm http 200 https://registry.npmjs.org/on-finished
npm http 200 https://registry.npmjs.org/depd
npm http 200 https://registry.npmjs.org/bytes
npm http 200 https://registry.npmjs.org/http-errors
npm http 200 https://registry.npmjs.org/iconv-lite
npm http 200 https://registry.npmjs.org/raw-body
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/debug/-/debug-2.6.1.tgz
npm http 200 https://registry.npmjs.org/type-is
npm http 200 https://registry.npmjs.org/qs
npm http fetch 200 https://registry.npmjs.org/debug/-/debug-2.6.1.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/depd/-/depd-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.15.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/raw-body/-/raw-body-2.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/depd/-/depd-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/bytes/-/bytes-2.4.0.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz
npm http fetch 200 https://registry.npmjs.org/http-errors/-/http-errors-1.6.1.tgz
npm info retry fetch attempt 1 at 12:16:32 PM
npm info attempt registry request try #1 at 12:16:32 PM
npm http fetch GET https://registry.npmjs.org/qs/-/qs-6.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/raw-body/-/raw-body-2.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.15.tgz
npm http fetch 200 https://registry.npmjs.org/type-is/-/type-is-1.6.15.tgz
npm http fetch 200 https://registry.npmjs.org/qs/-/qs-6.4.0.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/ms
npm http 200 https://registry.npmjs.org/ms
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/ms/-/ms-0.7.2.tgz
npm http fetch 200 https://registry.npmjs.org/ms/-/ms-0.7.2.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/inherits
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/setprototypeof
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/statuses
npm http 200 https://registry.npmjs.org/inherits
npm http 200 https://registry.npmjs.org/setprototypeof
npm http 200 https://registry.npmjs.org/statuses
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/ee-first
npm http 200 https://registry.npmjs.org/ee-first
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/unpipe
npm http 200 https://registry.npmjs.org/unpipe
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/media-typer
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/mime-types
npm http 200 https://registry.npmjs.org/media-typer
npm http 200 https://registry.npmjs.org/mime-types
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz
npm http fetch 200 https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.15.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/mime-db
npm http 200 https://registry.npmjs.org/mime-db
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz
npm http fetch 200 https://registry.npmjs.org/mime-db/-/mime-db-1.27.0.tgz
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/buffer-equals
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/connections
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/discovery-channel
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/length-prefixed-message
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/pump
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/to-buffer
npm info attempt registry request try #1 at 12:16:33 PM
npm http request GET https://registry.npmjs.org/utp-native
npm http 200 https://registry.npmjs.org/connections
npm http 200 https://registry.npmjs.org/buffer-equals
npm http 200 https://registry.npmjs.org/pump
npm http 200 https://registry.npmjs.org/length-prefixed-message
npm http 200 https://registry.npmjs.org/utp-native
npm http 200 https://registry.npmjs.org/discovery-channel
npm http 200 https://registry.npmjs.org/to-buffer
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/connections/-/connections-1.4.2.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/buffer-equals/-/buffer-equals-1.0.4.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/pump/-/pump-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/length-prefixed-message/-/length-prefixed-message-3.0.3.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/utp-native/-/utp-native-1.5.0.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/discovery-channel/-/discovery-channel-5.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/buffer-equals/-/buffer-equals-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/connections/-/connections-1.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/pump/-/pump-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/length-prefixed-message/-/length-prefixed-message-3.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/discovery-channel/-/discovery-channel-5.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/utp-native/-/utp-native-1.5.0.tgz
npm info retry fetch attempt 1 at 12:16:33 PM
npm info attempt registry request try #1 at 12:16:33 PM
npm http fetch GET https://registry.npmjs.org/to-buffer/-/to-buffer-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/to-buffer/-/to-buffer-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/bittorrent-dht
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/dns-discovery
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/pretty-hash
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/thunky
npm http 200 https://registry.npmjs.org/thunky
npm http 200 https://registry.npmjs.org/pretty-hash
npm http 200 https://registry.npmjs.org/dns-discovery
npm http 200 https://registry.npmjs.org/bittorrent-dht
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/thunky/-/thunky-0.1.0.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/pretty-hash/-/pretty-hash-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pretty-hash/-/pretty-hash-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/thunky/-/thunky-0.1.0.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/dns-discovery/-/dns-discovery-5.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/dns-discovery/-/dns-discovery-5.6.0.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-7.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-7.5.0.tgz
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/bencode
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/k-bucket
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/k-rpc
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/lru
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/safe-buffer
npm http 200 https://registry.npmjs.org/bencode
npm http 200 https://registry.npmjs.org/safe-buffer
npm http 200 https://registry.npmjs.org/lru
npm http 200 https://registry.npmjs.org/k-bucket
npm http 200 https://registry.npmjs.org/k-rpc
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/bencode/-/bencode-0.11.0.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/lru/-/lru-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/bencode/-/bencode-0.11.0.tgz
npm http fetch 200 https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/lru/-/lru-3.1.0.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/k-bucket/-/k-bucket-3.2.1.tgz
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/k-rpc/-/k-rpc-4.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/k-bucket/-/k-bucket-3.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/k-rpc/-/k-rpc-4.0.2.tgz
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/randombytes
npm http 200 https://registry.npmjs.org/randombytes
npm info retry fetch attempt 1 at 12:16:34 PM
npm info attempt registry request try #1 at 12:16:34 PM
npm http fetch GET https://registry.npmjs.org/randombytes/-/randombytes-2.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/randombytes/-/randombytes-2.0.3.tgz
npm info attempt registry request try #1 at 12:16:34 PM
npm http request GET https://registry.npmjs.org/k-rpc-socket
npm http 200 https://registry.npmjs.org/k-rpc-socket
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/k-rpc-socket/-/k-rpc-socket-1.6.2.tgz
npm http fetch 200 https://registry.npmjs.org/k-rpc-socket/-/k-rpc-socket-1.6.2.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/dns-socket
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/dns-txt
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/multicast-dns
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/network-address
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/unordered-set
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/lru/-/lru-2.0.1.tgz
npm http 200 https://registry.npmjs.org/dns-txt
npm http 200 https://registry.npmjs.org/network-address
npm http 200 https://registry.npmjs.org/unordered-set
npm http 200 https://registry.npmjs.org/multicast-dns
npm http 200 https://registry.npmjs.org/dns-socket
npm http fetch 200 https://registry.npmjs.org/lru/-/lru-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/network-address/-/network-address-1.1.2.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/unordered-set/-/unordered-set-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.1.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/dns-socket/-/dns-socket-1.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/unordered-set/-/unordered-set-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/network-address/-/network-address-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/dns-socket/-/dns-socket-1.6.1.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/dns-packet
npm http 200 https://registry.npmjs.org/dns-packet
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/dns-packet/-/dns-packet-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/dns-packet/-/dns-packet-1.1.1.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/ip
npm http 200 https://registry.npmjs.org/ip
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/ip/-/ip-1.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/ip/-/ip-1.1.5.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/buffer-indexof
npm http 200 https://registry.npmjs.org/buffer-indexof
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/varint
npm http 200 https://registry.npmjs.org/varint
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/varint/-/varint-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/varint/-/varint-3.0.1.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/end-of-stream
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/once
npm http 200 https://registry.npmjs.org/end-of-stream
npm http 200 https://registry.npmjs.org/once
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/once/-/once-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/once/-/once-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.0.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/wrappy
npm http 200 https://registry.npmjs.org/wrappy
npm info retry fetch attempt 1 at 12:16:35 PM
npm info attempt registry request try #1 at 12:16:35 PM
npm http fetch GET https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/nan
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/node-gyp-build
npm info attempt registry request try #1 at 12:16:35 PM
npm http request GET https://registry.npmjs.org/readable-stream
npm http 200 https://registry.npmjs.org/node-gyp-build
npm http 200 https://registry.npmjs.org/readable-stream
npm http 200 https://registry.npmjs.org/nan
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-3.1.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/nan/-/nan-2.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz
npm http fetch 200 https://registry.npmjs.org/nan/-/nan-2.6.1.tgz
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/buffer-shims
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/core-util-is
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/isarray
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/process-nextick-args
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/string_decoder
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/util-deprecate
npm http 200 https://registry.npmjs.org/buffer-shims
npm http 200 https://registry.npmjs.org/isarray
npm http 200 https://registry.npmjs.org/process-nextick-args
npm http 200 https://registry.npmjs.org/string_decoder
npm http 200 https://registry.npmjs.org/util-deprecate
npm http 200 https://registry.npmjs.org/core-util-is
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz
npm http fetch 200 https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/accepts
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/array-flatten
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/content-disposition
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/cookie
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/cookie-signature
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/encodeurl
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/escape-html
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/etag
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/finalhandler
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/fresh
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/merge-descriptors
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/methods
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/parseurl
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/path-to-regexp
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/proxy-addr
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/range-parser
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/send
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/serve-static
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/utils-merge
npm info attempt registry request try #1 at 12:16:36 PM
npm http request GET https://registry.npmjs.org/vary
npm http 200 https://registry.npmjs.org/array-flatten
npm http 200 https://registry.npmjs.org/cookie-signature
npm http 200 https://registry.npmjs.org/encodeurl
npm http 200 https://registry.npmjs.org/escape-html
npm http 200 https://registry.npmjs.org/parseurl
npm http 200 https://registry.npmjs.org/methods
npm http 200 https://registry.npmjs.org/merge-descriptors
npm http 200 https://registry.npmjs.org/content-disposition
npm http 200 https://registry.npmjs.org/fresh
npm http 200 https://registry.npmjs.org/etag
npm http 200 https://registry.npmjs.org/range-parser
npm http 200 https://registry.npmjs.org/cookie
npm http 200 https://registry.npmjs.org/finalhandler
npm http 200 https://registry.npmjs.org/proxy-addr
npm http 200 https://registry.npmjs.org/accepts
npm http 200 https://registry.npmjs.org/path-to-regexp
npm http 200 https://registry.npmjs.org/vary
npm http 200 https://registry.npmjs.org/utils-merge
npm http 200 https://registry.npmjs.org/send
npm http 200 https://registry.npmjs.org/serve-static
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/methods/-/methods-1.1.2.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/etag/-/etag-1.8.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/methods/-/methods-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz
npm http fetch 200 https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/etag/-/etag-1.8.0.tgz
npm http fetch 200 https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/proxy-addr/-/proxy-addr-1.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/finalhandler/-/finalhandler-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/accepts/-/accepts-1.3.3.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/vary/-/vary-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz
npm http fetch 200 https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/vary/-/vary-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/send/-/send-0.15.1.tgz
npm info retry fetch attempt 1 at 12:16:36 PM
npm info attempt registry request try #1 at 12:16:36 PM
npm http fetch GET https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz
npm http fetch 200 https://registry.npmjs.org/send/-/send-0.15.1.tgz
npm http fetch 200 https://registry.npmjs.org/serve-static/-/serve-static-1.12.1.tgz
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/negotiator
npm http 200 https://registry.npmjs.org/negotiator
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/forwarded
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ipaddr.js
npm http 200 https://registry.npmjs.org/forwarded
npm http 200 https://registry.npmjs.org/ipaddr.js
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.3.0.tgz
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/destroy
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/mime
npm http 200 https://registry.npmjs.org/destroy
npm http 200 https://registry.npmjs.org/mime
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/mime/-/mime-1.3.4.tgz
npm http fetch 200 https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/mime/-/mime-1.3.4.tgz
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/process
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/util
npm http 200 https://registry.npmjs.org/util
npm http 200 https://registry.npmjs.org/process
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/util/-/util-0.10.3.tgz
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/process/-/process-0.11.9.tgz
npm http fetch 200 https://registry.npmjs.org/util/-/util-0.10.3.tgz
npm http fetch 200 https://registry.npmjs.org/process/-/process-0.11.9.tgz
npm info retry fetch attempt 1 at 12:16:37 PM
npm info attempt registry request try #1 at 12:16:37 PM
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/atomic-file
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/bash-color
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/broadcast-stream
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/cont
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/deep-equal
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/explain-error
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/graphmitter
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/has-network
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/level-memview
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/mdmanifest
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/mkdirp
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/multiblob
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/multicb
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/muxrpc
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/muxrpc-validation
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/muxrpcli
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/mv
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/non-private-ip
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/observ-debounce
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/on-change-network
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/on-wakeup
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/osenv
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-abortable
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-cat
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-file
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-inactivity
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-level
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-many
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-next
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-notify
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-paramap
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-ping
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-pushable
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-stream
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-stream-to-stream
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/pull-stringify
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/rimraf
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/secret-stack
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/secure-scuttlebutt
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-blobs
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-client
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-config
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-msgs
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-ref
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/ssb-ws
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/statistics
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/stream-to-pull-stream
npm info attempt registry request try #1 at 12:16:37 PM
npm http request GET https://registry.npmjs.org/zerr
npm http 200 https://registry.npmjs.org/deep-equal
npm http 200 https://registry.npmjs.org/mdmanifest
npm http 200 https://registry.npmjs.org/cont
npm http 200 https://registry.npmjs.org/level-memview
npm http 200 https://registry.npmjs.org/muxrpcli
npm http 200 https://registry.npmjs.org/non-private-ip
npm http 200 https://registry.npmjs.org/broadcast-stream
npm http 200 https://registry.npmjs.org/muxrpc-validation
npm http 200 https://registry.npmjs.org/has-network
npm http 200 https://registry.npmjs.org/mv
npm http 200 https://registry.npmjs.org/explain-error
npm http 200 https://registry.npmjs.org/multicb
npm http 200 https://registry.npmjs.org/observ-debounce
npm http 200 https://registry.npmjs.org/bash-color
npm http 200 https://registry.npmjs.org/on-change-network
npm http 200 https://registry.npmjs.org/mkdirp
npm http 200 https://registry.npmjs.org/graphmitter
npm http 200 https://registry.npmjs.org/multiblob
npm http 200 https://registry.npmjs.org/on-wakeup
npm http 200 https://registry.npmjs.org/osenv
npm http 200 https://registry.npmjs.org/pull-abortable
npm http 200 https://registry.npmjs.org/pull-cat
npm http 200 https://registry.npmjs.org/pull-file
npm http 200 https://registry.npmjs.org/pull-inactivity
npm http 200 https://registry.npmjs.org/pull-many
npm http 200 https://registry.npmjs.org/pull-next
npm http 200 https://registry.npmjs.org/pull-ping
npm http 200 https://registry.npmjs.org/pull-notify
npm http 200 https://registry.npmjs.org/pull-pushable
npm http 200 https://registry.npmjs.org/pull-stringify
npm http 200 https://registry.npmjs.org/atomic-file
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/ip/-/ip-0.3.3.tgz
npm http 200 https://registry.npmjs.org/pull-paramap
npm http 200 https://registry.npmjs.org/ssb-blobs
npm http 200 https://registry.npmjs.org/ssb-client
npm http 200 https://registry.npmjs.org/ssb-msgs
npm http 200 https://registry.npmjs.org/ssb-ref
npm http 200 https://registry.npmjs.org/ssb-config
npm http 200 https://registry.npmjs.org/pull-stream-to-stream
npm http 200 https://registry.npmjs.org/statistics
npm http 200 https://registry.npmjs.org/zerr
npm http 200 https://registry.npmjs.org/muxrpc
npm http 200 https://registry.npmjs.org/pull-level
npm http 200 https://registry.npmjs.org/secret-stack
npm http 200 https://registry.npmjs.org/ssb-ws
npm http 200 https://registry.npmjs.org/rimraf
npm http 200 https://registry.npmjs.org/stream-to-pull-stream
npm http fetch 200 https://registry.npmjs.org/ip/-/ip-0.3.3.tgz
npm http 200 https://registry.npmjs.org/pull-stream
npm http 200 https://registry.npmjs.org/secure-scuttlebutt
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/mdmanifest/-/mdmanifest-1.0.8.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/cont/-/cont-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/level-memview/-/level-memview-0.0.0.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/muxrpcli/-/muxrpcli-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/non-private-ip/-/non-private-ip-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/broadcast-stream/-/broadcast-stream-0.0.0.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/muxrpc-validation/-/muxrpc-validation-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/has-network/-/has-network-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/mv/-/mv-2.1.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/explain-error/-/explain-error-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/multicb/-/multicb-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/observ-debounce/-/observ-debounce-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/bash-color/-/bash-color-0.0.4.tgz
npm info retry fetch attempt 1 at 12:16:38 PM
npm info attempt registry request try #1 at 12:16:38 PM
npm http fetch GET https://registry.npmjs.org/on-change-network/-/on-change-network-0.0.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/graphmitter/-/graphmitter-1.7.0.tgz
npm http fetch 200 https://registry.npmjs.org/mdmanifest/-/mdmanifest-1.0.8.tgz
npm http fetch 200 https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/level-memview/-/level-memview-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/cont/-/cont-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/muxrpcli/-/muxrpcli-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/broadcast-stream/-/broadcast-stream-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/muxrpc-validation/-/muxrpc-validation-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/has-network/-/has-network-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/mv/-/mv-2.1.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/multiblob/-/multiblob-1.10.2.tgz
npm http fetch 200 https://registry.npmjs.org/non-private-ip/-/non-private-ip-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/bash-color/-/bash-color-0.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/observ-debounce/-/observ-debounce-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/on-change-network/-/on-change-network-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/explain-error/-/explain-error-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/multicb/-/multicb-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/on-wakeup/-/on-wakeup-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.1.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-file/-/pull-file-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-inactivity/-/pull-inactivity-2.1.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-many/-/pull-many-1.0.8.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-next/-/pull-next-0.0.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-ping/-/pull-ping-2.0.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-notify/-/pull-notify-0.1.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-pushable/-/pull-pushable-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-stringify/-/pull-stringify-1.2.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/atomic-file/-/atomic-file-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz
npm http fetch 200 https://registry.npmjs.org/graphmitter/-/graphmitter-1.7.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-paramap/-/pull-paramap-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-blobs/-/ssb-blobs-0.1.8.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-client/-/ssb-client-4.4.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-msgs/-/ssb-msgs-5.2.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-ref/-/ssb-ref-2.6.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-config/-/ssb-config-2.2.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/statistics/-/statistics-3.3.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/zerr/-/zerr-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/multiblob/-/multiblob-1.10.2.tgz
npm http fetch 200 https://registry.npmjs.org/osenv/-/osenv-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/on-wakeup/-/on-wakeup-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz
npm http fetch 200 https://registry.npmjs.org/pull-inactivity/-/pull-inactivity-2.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-many/-/pull-many-1.0.8.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/muxrpc/-/muxrpc-6.3.3.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-level/-/pull-level-2.0.3.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/secret-stack/-/secret-stack-3.2.2.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/ssb-ws/-/ssb-ws-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-next/-/pull-next-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-notify/-/pull-notify-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-ping/-/pull-ping-2.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stringify/-/pull-stringify-1.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-pushable/-/pull-pushable-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/atomic-file/-/atomic-file-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-file/-/pull-file-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-paramap/-/pull-paramap-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.7.2.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-msgs/-/ssb-msgs-5.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-ref/-/ssb-ref-2.6.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-blobs/-/ssb-blobs-0.1.8.tgz
npm http fetch 200 https://registry.npmjs.org/statistics/-/statistics-3.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/zerr/-/zerr-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-client/-/ssb-client-4.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-config/-/ssb-config-2.2.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/muxrpc/-/muxrpc-6.3.3.tgz
npm http fetch 200 https://registry.npmjs.org/pull-level/-/pull-level-2.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/secret-stack/-/secret-stack-3.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-ws/-/ssb-ws-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/rimraf/-/rimraf-2.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.7.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stream/-/pull-stream-3.5.0.tgz
npm info retry fetch attempt 1 at 12:16:39 PM
npm info attempt registry request try #1 at 12:16:39 PM
npm http fetch GET https://registry.npmjs.org/secure-scuttlebutt/-/secure-scuttlebutt-15.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/secure-scuttlebutt/-/secure-scuttlebutt-15.5.2.tgz
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/continuable-series
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/continuable
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/continuable-para
npm http 200 https://registry.npmjs.org/continuable-series
npm http 200 https://registry.npmjs.org/continuable-para
npm http 200 https://registry.npmjs.org/continuable
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable-series/-/continuable-series-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable-para/-/continuable-para-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable/-/continuable-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/continuable-series/-/continuable-series-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/continuable-para/-/continuable-para-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/continuable/-/continuable-1.2.0.tgz
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/continuable-hash
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/continuable-list
npm http 200 https://registry.npmjs.org/continuable-hash
npm http 200 https://registry.npmjs.org/continuable-list
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable-hash/-/continuable-hash-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/continuable-hash/-/continuable-hash-0.1.4.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable-list/-/continuable-list-0.1.6.tgz
npm http fetch 200 https://registry.npmjs.org/continuable-list/-/continuable-list-0.1.6.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/continuable/-/continuable-1.1.8.tgz
npm http fetch 200 https://registry.npmjs.org/continuable/-/continuable-1.1.8.tgz
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/level-live-stream
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/pull-stream/-/pull-stream-2.26.1.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/pull-level/-/pull-level-1.2.0.tgz
npm http 200 https://registry.npmjs.org/level-live-stream
npm http fetch 200 https://registry.npmjs.org/pull-level/-/pull-level-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stream/-/pull-stream-2.26.1.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/level-live-stream/-/level-live-stream-1.4.12.tgz
npm http fetch 200 https://registry.npmjs.org/level-live-stream/-/level-live-stream-1.4.12.tgz
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/level-sublevel
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/pull-stream-to-stream/-/pull-stream-to-stream-1.2.6.tgz
npm http 200 https://registry.npmjs.org/level-sublevel
npm http fetch 200 https://registry.npmjs.org/pull-stream-to-stream/-/pull-stream-to-stream-1.2.6.tgz
npm info retry fetch attempt 1 at 12:16:40 PM
npm info attempt registry request try #1 at 12:16:40 PM
npm http fetch GET https://registry.npmjs.org/level-sublevel/-/level-sublevel-6.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/level-sublevel/-/level-sublevel-6.6.1.tgz
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/bytewise
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/levelup
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/ltgt
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/typewiselite
npm info attempt registry request try #1 at 12:16:40 PM
npm http request GET https://registry.npmjs.org/xtend
npm http 200 https://registry.npmjs.org/typewiselite
npm http 200 https://registry.npmjs.org/bytewise
npm http 200 https://registry.npmjs.org/ltgt
npm http 200 https://registry.npmjs.org/xtend
npm http 200 https://registry.npmjs.org/levelup
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/typewiselite/-/typewiselite-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/bytewise/-/bytewise-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/typewiselite/-/typewiselite-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/bytewise/-/bytewise-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/ltgt/-/ltgt-2.1.3.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/levelup/-/levelup-0.19.1.tgz
npm http fetch 200 https://registry.npmjs.org/levelup/-/levelup-0.19.1.tgz
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/bytewise-core
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/typewise
npm http 200 https://registry.npmjs.org/typewise
npm http 200 https://registry.npmjs.org/bytewise-core
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/typewise/-/typewise-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/bytewise-core/-/bytewise-core-1.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/typewise/-/typewise-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/bytewise-core/-/bytewise-core-1.2.3.tgz
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/typewise-core
npm http 200 https://registry.npmjs.org/typewise-core
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/typewise-core/-/typewise-core-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/typewise-core/-/typewise-core-1.2.0.tgz
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/bl
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/deferred-leveldown
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/errno
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/prr
npm info attempt registry request try #1 at 12:16:41 PM
npm http request GET https://registry.npmjs.org/semver
npm http 200 https://registry.npmjs.org/prr
npm http 200 https://registry.npmjs.org/errno
npm http 200 https://registry.npmjs.org/bl
npm http 200 https://registry.npmjs.org/deferred-leveldown
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
npm http 200 https://registry.npmjs.org/semver
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz
npm http fetch 200 https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/prr/-/prr-0.0.0.tgz
npm info retry fetch attempt 1 at 12:16:41 PM
npm info attempt registry request try #1 at 12:16:41 PM
npm http fetch GET https://registry.npmjs.org/errno/-/errno-0.1.4.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/bl/-/bl-0.8.2.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/prr/-/prr-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/errno/-/errno-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/bl/-/bl-0.8.2.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/semver/-/semver-5.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/semver/-/semver-5.1.1.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/abstract-leveldown
npm http 200 https://registry.npmjs.org/abstract-leveldown
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz
npm http fetch 200 https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-0.12.4.tgz
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/level-post
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/pull-live
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/pull-window
npm http 200 https://registry.npmjs.org/level-post
npm http 200 https://registry.npmjs.org/pull-live
npm http 200 https://registry.npmjs.org/pull-window
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/level-post/-/level-post-1.0.5.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/pull-live/-/pull-live-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/pull-window/-/pull-window-2.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/level-post/-/level-post-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/pull-live/-/pull-live-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-window/-/pull-window-2.1.4.tgz
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/looper
npm http 200 https://registry.npmjs.org/looper
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/looper/-/looper-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/looper/-/looper-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/looper/-/looper-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/looper/-/looper-3.0.0.tgz
npm info attempt registry request try #1 at 12:16:42 PM
npm http request GET https://registry.npmjs.org/pull-core
npm http 200 https://registry.npmjs.org/pull-core
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/pull-core/-/pull-core-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-core/-/pull-core-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/pull-pushable/-/pull-pushable-1.1.4.tgz
npm info retry fetch attempt 1 at 12:16:42 PM
npm info attempt registry request try #1 at 12:16:42 PM
npm http fetch GET https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-pushable/-/pull-pushable-1.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/stream-to-pull-stream/-/stream-to-pull-stream-1.3.1.tgz
npm info retry fetch attempt 1 at 12:16:43 PM
npm info attempt registry request try #1 at 12:16:43 PM
npm http fetch GET https://registry.npmjs.org/pull-stream/-/pull-stream-2.18.3.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stream/-/pull-stream-2.18.3.tgz
npm info retry fetch attempt 1 at 12:16:43 PM
npm info attempt registry request try #1 at 12:16:43 PM
npm http fetch GET https://registry.npmjs.org/pull-core/-/pull-core-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-core/-/pull-core-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/remark
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/remark-html
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/word-wrap
npm http 200 https://registry.npmjs.org/word-wrap
npm http 200 https://registry.npmjs.org/remark
npm http 200 https://registry.npmjs.org/remark-html
npm info retry fetch attempt 1 at 12:16:43 PM
npm info attempt registry request try #1 at 12:16:43 PM
npm http fetch GET https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:43 PM
npm info attempt registry request try #1 at 12:16:43 PM
npm http fetch GET https://registry.npmjs.org/remark/-/remark-3.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/remark/-/remark-3.2.3.tgz
npm info retry fetch attempt 1 at 12:16:43 PM
npm info attempt registry request try #1 at 12:16:43 PM
npm http fetch GET https://registry.npmjs.org/remark-html/-/remark-html-2.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/remark-html/-/remark-html-2.0.2.tgz
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/camelcase
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/ccount
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/chalk
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/chokidar
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/collapse-white-space
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/commander
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/concat-stream
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/elegant-spinner
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/extend.js
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/glob
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/globby
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/he
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/log-update
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/longest-streak
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/markdown-table
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/minimatch
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/npm-prefix
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/parse-entities
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/repeat-string
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/stringify-entities
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/to-vfile
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/trim
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/trim-trailing-lines
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/unified
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/user-home
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/vfile
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/vfile-find-down
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/vfile-find-up
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/vfile-reporter
npm info attempt registry request try #1 at 12:16:43 PM
npm http request GET https://registry.npmjs.org/ware
npm http 200 https://registry.npmjs.org/ccount
npm http 200 https://registry.npmjs.org/elegant-spinner
npm http 200 https://registry.npmjs.org/collapse-white-space
npm http 200 https://registry.npmjs.org/log-update
npm http 200 https://registry.npmjs.org/extend.js
npm http 200 https://registry.npmjs.org/longest-streak
npm http 200 https://registry.npmjs.org/trim
npm http 200 https://registry.npmjs.org/parse-entities
npm http 200 https://registry.npmjs.org/trim-trailing-lines
npm http 200 https://registry.npmjs.org/user-home
npm http 200 https://registry.npmjs.org/stringify-entities
npm http 200 https://registry.npmjs.org/vfile-find-down
npm http 200 https://registry.npmjs.org/vfile-find-up
npm http 200 https://registry.npmjs.org/camelcase
npm http 200 https://registry.npmjs.org/globby
npm http 200 https://registry.npmjs.org/markdown-table
npm http 200 https://registry.npmjs.org/repeat-string
npm http 200 https://registry.npmjs.org/vfile
npm http 200 https://registry.npmjs.org/vfile-reporter
npm http 200 https://registry.npmjs.org/ware
npm http 200 https://registry.npmjs.org/chalk
npm http 200 https://registry.npmjs.org/he
npm http 200 https://registry.npmjs.org/concat-stream
npm http 200 https://registry.npmjs.org/npm-prefix
npm http 200 https://registry.npmjs.org/to-vfile
npm http 200 https://registry.npmjs.org/minimatch
npm http 200 https://registry.npmjs.org/commander
npm http 200 https://registry.npmjs.org/unified
npm http 200 https://registry.npmjs.org/chokidar
npm http 200 https://registry.npmjs.org/glob
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/extend.js/-/extend.js-0.0.2.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/longest-streak/-/longest-streak-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/trim/-/trim-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/vfile-find-down/-/vfile-find-down-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/vfile-find-up/-/vfile-find-up-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/globby/-/globby-4.1.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-1.5.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/ware/-/ware-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/ccount/-/ccount-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/parse-entities/-/parse-entities-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/longest-streak/-/longest-streak-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/trim/-/trim-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/user-home/-/user-home-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/he/-/he-0.5.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/npm-prefix/-/npm-prefix-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/to-vfile/-/to-vfile-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/extend.js/-/extend.js-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/vfile-find-down/-/vfile-find-down-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/vfile-find-up/-/vfile-find-up-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/globby/-/globby-4.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/markdown-table/-/markdown-table-0.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-1.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/vfile/-/vfile-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/ware/-/ware-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/he/-/he-0.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/commander/-/commander-2.9.0.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/unified/-/unified-2.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/npm-prefix/-/npm-prefix-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/to-vfile/-/to-vfile-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/commander/-/commander-2.9.0.tgz
npm http fetch 200 https://registry.npmjs.org/unified/-/unified-2.1.4.tgz
npm info retry fetch attempt 1 at 12:16:44 PM
npm info attempt registry request try #1 at 12:16:44 PM
npm http fetch GET https://registry.npmjs.org/glob/-/glob-6.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/chokidar/-/chokidar-1.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/glob/-/glob-6.0.4.tgz
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/ansi-styles
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/escape-string-regexp
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/has-ansi
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/strip-ansi
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/supports-color
npm http 200 https://registry.npmjs.org/escape-string-regexp
npm http 200 https://registry.npmjs.org/has-ansi
npm http 200 https://registry.npmjs.org/strip-ansi
npm http 200 https://registry.npmjs.org/ansi-styles
npm http 200 https://registry.npmjs.org/supports-color
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/ansi-regex
npm http 200 https://registry.npmjs.org/ansi-regex
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/anymatch
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/async-each
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/glob-parent
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/is-binary-path
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/is-glob
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/path-is-absolute
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/readdirp
npm info attempt registry request try #1 at 12:16:45 PM
npm http request GET https://registry.npmjs.org/fsevents
npm http 200 https://registry.npmjs.org/async-each
npm http 200 https://registry.npmjs.org/anymatch
npm http 200 https://registry.npmjs.org/path-is-absolute
npm http 200 https://registry.npmjs.org/glob-parent
npm http 200 https://registry.npmjs.org/is-binary-path
npm http 200 https://registry.npmjs.org/is-glob
npm http 200 https://registry.npmjs.org/readdirp
npm http 200 https://registry.npmjs.org/fsevents
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:45 PM
npm info attempt registry request try #1 at 12:16:45 PM
npm http fetch GET https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/anymatch/-/anymatch-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/readdirp/-/readdirp-2.1.0.tgz
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/arrify
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/micromatch
npm http 200 https://registry.npmjs.org/arrify
npm http 200 https://registry.npmjs.org/micromatch
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz
npm http fetch 200 https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/arr-diff
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/array-unique
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/braces
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/expand-brackets
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/extglob
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/filename-regex
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/is-extglob
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/kind-of
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/normalize-path
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/object.omit
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/parse-glob
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/regex-cache
npm http 200 https://registry.npmjs.org/array-unique
npm http 200 https://registry.npmjs.org/filename-regex
npm http 200 https://registry.npmjs.org/is-extglob
npm http 200 https://registry.npmjs.org/object.omit
npm http 200 https://registry.npmjs.org/arr-diff
npm http 200 https://registry.npmjs.org/extglob
npm http 200 https://registry.npmjs.org/normalize-path
npm http 200 https://registry.npmjs.org/kind-of
npm http 200 https://registry.npmjs.org/regex-cache
npm http 200 https://registry.npmjs.org/expand-brackets
npm http 200 https://registry.npmjs.org/parse-glob
npm http 200 https://registry.npmjs.org/braces
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/kind-of/-/kind-of-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/braces/-/braces-1.8.5.tgz
npm http fetch 200 https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/braces/-/braces-1.8.5.tgz
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/arr-flatten
npm http 200 https://registry.npmjs.org/arr-flatten
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/expand-range
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/preserve
npm info attempt registry request try #1 at 12:16:46 PM
npm http request GET https://registry.npmjs.org/repeat-element
npm http 200 https://registry.npmjs.org/repeat-element
npm http 200 https://registry.npmjs.org/preserve
npm http 200 https://registry.npmjs.org/expand-range
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
npm info retry fetch attempt 1 at 12:16:46 PM
npm info attempt registry request try #1 at 12:16:46 PM
npm http fetch GET https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz
npm http fetch 200 https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/fill-range
npm http 200 https://registry.npmjs.org/fill-range
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/fill-range/-/fill-range-2.2.3.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-number
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/isobject
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/randomatic
npm http 200 https://registry.npmjs.org/is-number
npm http 200 https://registry.npmjs.org/randomatic
npm http 200 https://registry.npmjs.org/isobject
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/randomatic/-/randomatic-1.1.6.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-buffer
npm http 200 https://registry.npmjs.org/is-buffer
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.5.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-posix-bracket
npm http 200 https://registry.npmjs.org/is-posix-bracket
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/remove-trailing-separator
npm http 200 https://registry.npmjs.org/remove-trailing-separator
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/for-own
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-extendable
npm http 200 https://registry.npmjs.org/for-own
npm http 200 https://registry.npmjs.org/is-extendable
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/for-in
npm http 200 https://registry.npmjs.org/for-in
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/glob-base
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-dotfile
npm http 200 https://registry.npmjs.org/glob-base
npm http 200 https://registry.npmjs.org/is-dotfile
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-equal-shallow
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/is-primitive
npm http 200 https://registry.npmjs.org/is-primitive
npm http 200 https://registry.npmjs.org/is-equal-shallow
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/binary-extensions
npm http 200 https://registry.npmjs.org/binary-extensions
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.8.0.tgz
npm http fetch 200 https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.8.0.tgz
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/graceful-fs
npm info attempt registry request try #1 at 12:16:47 PM
npm http request GET https://registry.npmjs.org/set-immediate-shim
npm http 200 https://registry.npmjs.org/set-immediate-shim
npm http 200 https://registry.npmjs.org/graceful-fs
npm info retry fetch attempt 1 at 12:16:47 PM
npm info attempt registry request try #1 at 12:16:47 PM
npm http fetch GET https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz
npm http fetch 200 https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/brace-expansion
npm http 200 https://registry.npmjs.org/brace-expansion
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz
npm http fetch 200 https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.7.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/balanced-match
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/concat-map
npm http 200 https://registry.npmjs.org/concat-map
npm http 200 https://registry.npmjs.org/balanced-match
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/graceful-readlink
npm http 200 https://registry.npmjs.org/graceful-readlink
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/typedarray
npm http 200 https://registry.npmjs.org/typedarray
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/inflight
npm http 200 https://registry.npmjs.org/inflight
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/array-union
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/object-assign
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/pify
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/pinkie-promise
npm http 200 https://registry.npmjs.org/array-union
npm http 200 https://registry.npmjs.org/pify
npm http 200 https://registry.npmjs.org/pinkie-promise
npm http 200 https://registry.npmjs.org/object-assign
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/pify/-/pify-2.3.0.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/pify/-/pify-2.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/array-uniq
npm http 200 https://registry.npmjs.org/array-uniq
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/pinkie
npm http 200 https://registry.npmjs.org/pinkie
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/ansi-escapes
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/cli-cursor
npm http 200 https://registry.npmjs.org/cli-cursor
npm http 200 https://registry.npmjs.org/ansi-escapes
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:48 PM
npm info attempt registry request try #1 at 12:16:48 PM
npm http fetch GET https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz
npm info attempt registry request try #1 at 12:16:48 PM
npm http request GET https://registry.npmjs.org/restore-cursor
npm http 200 https://registry.npmjs.org/restore-cursor
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/exit-hook
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/onetime
npm http 200 https://registry.npmjs.org/exit-hook
npm http 200 https://registry.npmjs.org/onetime
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/rc
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/shellsubstitute
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/untildify
npm http 200 https://registry.npmjs.org/untildify
npm http 200 https://registry.npmjs.org/shellsubstitute
npm http 200 https://registry.npmjs.org/rc
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/shellsubstitute/-/shellsubstitute-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/rc/-/rc-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/shellsubstitute/-/shellsubstitute-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/rc/-/rc-1.2.1.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/deep-extend
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/ini
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/strip-json-comments
npm http 200 https://registry.npmjs.org/ini
npm http 200 https://registry.npmjs.org/deep-extend
npm http 200 https://registry.npmjs.org/strip-json-comments
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/ini/-/ini-1.3.4.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/ini/-/ini-1.3.4.tgz
npm http fetch 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.1.tgz
npm http fetch 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/os-homedir
npm http 200 https://registry.npmjs.org/os-homedir
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/character-entities
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/character-entities-legacy
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/character-reference-invalid
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/has
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/is-alphanumerical
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/is-decimal
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/is-hexadecimal
npm http 200 https://registry.npmjs.org/character-entities
npm http 200 https://registry.npmjs.org/character-reference-invalid
npm http 200 https://registry.npmjs.org/is-alphanumerical
npm http 200 https://registry.npmjs.org/character-entities-legacy
npm http 200 https://registry.npmjs.org/is-decimal
npm http 200 https://registry.npmjs.org/has
npm http 200 https://registry.npmjs.org/is-hexadecimal
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/has/-/has-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:49 PM
npm info attempt registry request try #1 at 12:16:49 PM
npm http fetch GET https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/character-entities/-/character-entities-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/has/-/has-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:49 PM
npm http request GET https://registry.npmjs.org/function-bind
npm http 200 https://registry.npmjs.org/function-bind
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/function-bind/-/function-bind-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/is-alphabetical
npm http 200 https://registry.npmjs.org/is-alphabetical
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/character-entities-html4
npm http 200 https://registry.npmjs.org/character-entities-html4
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/attach-ware
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/bail
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/extend
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/unherit
npm http 200 https://registry.npmjs.org/bail
npm http 200 https://registry.npmjs.org/extend
npm http 200 https://registry.npmjs.org/unherit
npm http 200 https://registry.npmjs.org/attach-ware
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/bail/-/bail-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/extend/-/extend-3.0.0.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/attach-ware/-/attach-ware-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/extend/-/extend-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/unherit/-/unherit-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/bail/-/bail-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/attach-ware/-/attach-ware-1.1.1.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/wrap-fn
npm http 200 https://registry.npmjs.org/wrap-fn
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/wrap-fn/-/wrap-fn-0.1.5.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/co
npm http 200 https://registry.npmjs.org/co
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/co/-/co-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/co/-/co-3.1.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/log-symbols
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/plur
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/string-width
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/text-table
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/vfile-sort
npm http 200 https://registry.npmjs.org/log-symbols
npm http 200 https://registry.npmjs.org/plur
npm http 200 https://registry.npmjs.org/string-width
npm http 200 https://registry.npmjs.org/text-table
npm http 200 https://registry.npmjs.org/vfile-sort
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/plur/-/plur-2.1.2.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/vfile-sort/-/vfile-sort-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/plur/-/plur-2.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/vfile-sort/-/vfile-sort-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/irregular-plurals
npm http 200 https://registry.npmjs.org/irregular-plurals
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/irregular-plurals/-/irregular-plurals-1.2.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/code-point-at
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/is-fullwidth-code-point
npm http 200 https://registry.npmjs.org/code-point-at
npm http 200 https://registry.npmjs.org/is-fullwidth-code-point
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:50 PM
npm info attempt registry request try #1 at 12:16:50 PM
npm http fetch GET https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:50 PM
npm http request GET https://registry.npmjs.org/number-is-nan
npm http 200 https://registry.npmjs.org/number-is-nan
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/detab
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/normalize-uri
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/trim-lines
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/unist-util-visit
npm http 200 https://registry.npmjs.org/detab
npm http 200 https://registry.npmjs.org/unist-util-visit
npm http 200 https://registry.npmjs.org/normalize-uri
npm http 200 https://registry.npmjs.org/trim-lines
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/detab/-/detab-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/normalize-uri/-/normalize-uri-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/trim-lines/-/trim-lines-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/trim-lines/-/trim-lines-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/detab/-/detab-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/normalize-uri/-/normalize-uri-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/minimist
npm http 304 https://registry.npmjs.org/minimist
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/blake2s
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-defer
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-glob
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-write-file
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-file
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-notify
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/rimraf
npm http 304 https://registry.npmjs.org/rimraf
npm http 304 https://registry.npmjs.org/pull-file
npm http 304 https://registry.npmjs.org/pull-notify
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/rc/-/rc-0.5.5.tgz
npm http 200 https://registry.npmjs.org/blake2s
npm http 200 https://registry.npmjs.org/pull-glob
npm http 200 https://registry.npmjs.org/pull-write-file
npm http 200 https://registry.npmjs.org/pull-defer
npm http fetch 200 https://registry.npmjs.org/rc/-/rc-0.5.5.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-file/-/pull-file-0.5.0.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-notify/-/pull-notify-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/rimraf/-/rimraf-2.2.8.tgz
npm http fetch 200 https://registry.npmjs.org/pull-file/-/pull-file-0.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-notify/-/pull-notify-0.0.2.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/blake2s/-/blake2s-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-glob/-/pull-glob-1.0.6.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-write-file/-/pull-write-file-0.2.4.tgz
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-defer/-/pull-defer-0.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-write-file/-/pull-write-file-0.2.4.tgz
npm http fetch 200 https://registry.npmjs.org/blake2s/-/blake2s-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-glob/-/pull-glob-1.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/pull-defer/-/pull-defer-0.2.2.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-utf8-decoder
npm http 200 https://registry.npmjs.org/pull-utf8-decoder
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-utf8-decoder/-/pull-utf8-decoder-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-utf8-decoder/-/pull-utf8-decoder-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-fs
npm http 200 https://registry.npmjs.org/pull-fs
npm info retry fetch attempt 1 at 12:16:51 PM
npm info attempt registry request try #1 at 12:16:51 PM
npm http fetch GET https://registry.npmjs.org/pull-fs/-/pull-fs-1.1.6.tgz
npm http fetch 200 https://registry.npmjs.org/pull-fs/-/pull-fs-1.1.6.tgz
npm info attempt registry request try #1 at 12:16:51 PM
npm http request GET https://registry.npmjs.org/pull-traverse
npm http 200 https://registry.npmjs.org/pull-traverse
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/pull-traverse/-/pull-traverse-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/pull-traverse/-/pull-traverse-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz
npm http fetch 200 https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-0.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/deep-extend/-/deep-extend-0.2.11.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/packet-stream
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/packet-stream-codec
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/pull-goodbye
npm http 200 https://registry.npmjs.org/packet-stream-codec
npm http 200 https://registry.npmjs.org/pull-goodbye
npm http 200 https://registry.npmjs.org/packet-stream
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/packet-stream-codec/-/packet-stream-codec-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/pull-goodbye/-/pull-goodbye-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/packet-stream/-/packet-stream-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/packet-stream-codec/-/packet-stream-codec-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/pull-goodbye/-/pull-goodbye-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/packet-stream/-/packet-stream-2.0.1.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/pull-reader
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/pull-through
npm http 200 https://registry.npmjs.org/pull-through
npm http 200 https://registry.npmjs.org/pull-reader
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/pull-through/-/pull-through-1.0.18.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/pull-reader/-/pull-reader-1.2.9.tgz
npm http fetch 200 https://registry.npmjs.org/pull-through/-/pull-through-1.0.18.tgz
npm http fetch 200 https://registry.npmjs.org/pull-reader/-/pull-reader-1.2.9.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/pull-stream
npm http 304 https://registry.npmjs.org/pull-stream
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/pull-stream/-/pull-stream-2.28.4.tgz
npm http fetch 200 https://registry.npmjs.org/pull-stream/-/pull-stream-2.28.4.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/ncp
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
npm http 200 https://registry.npmjs.org/ncp
npm http fetch 200 https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/ip
npm http 304 https://registry.npmjs.org/ip
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/observ
npm http 200 https://registry.npmjs.org/observ
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/observ/-/observ-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/observ/-/observ-0.2.0.tgz
npm info attempt registry request try #1 at 12:16:52 PM
npm http request GET https://registry.npmjs.org/os-tmpdir
npm http 200 https://registry.npmjs.org/os-tmpdir
npm info retry fetch attempt 1 at 12:16:52 PM
npm info attempt registry request try #1 at 12:16:52 PM
npm http fetch GET https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/pull-abortable
npm http 304 https://registry.npmjs.org/pull-abortable
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.0.0.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/glob/-/glob-7.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/glob/-/glob-7.1.1.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/fs.realpath
npm http 200 https://registry.npmjs.org/fs.realpath
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/hoox
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/map-merge
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/multiserver
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/non-private-ip
npm http 304 https://registry.npmjs.org/non-private-ip
npm http 200 https://registry.npmjs.org/hoox
npm http 200 https://registry.npmjs.org/map-merge
npm http 200 https://registry.npmjs.org/multiserver
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/non-private-ip/-/non-private-ip-1.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/non-private-ip/-/non-private-ip-1.4.2.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/hoox/-/hoox-0.0.1.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/map-merge/-/map-merge-1.1.0.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/multiserver/-/multiserver-1.9.0.tgz
npm http fetch 200 https://registry.npmjs.org/hoox/-/hoox-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/map-merge/-/map-merge-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/multiserver/-/multiserver-1.9.0.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/pull-ws
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/secret-handshake
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/separator-escape
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/socks
npm http 200 https://registry.npmjs.org/separator-escape
npm http 200 https://registry.npmjs.org/socks
npm http 200 https://registry.npmjs.org/secret-handshake
npm http 200 https://registry.npmjs.org/pull-ws
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/separator-escape/-/separator-escape-0.0.0.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/socks/-/socks-1.1.9.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/secret-handshake/-/secret-handshake-1.1.4.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/pull-ws/-/pull-ws-3.2.8.tgz
npm http fetch 200 https://registry.npmjs.org/separator-escape/-/separator-escape-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/socks/-/socks-1.1.9.tgz
npm http fetch 200 https://registry.npmjs.org/pull-ws/-/pull-ws-3.2.8.tgz
npm http fetch 200 https://registry.npmjs.org/secret-handshake/-/secret-handshake-1.1.4.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/relative-url
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/ws
npm http 200 https://registry.npmjs.org/relative-url
npm http 200 https://registry.npmjs.org/ws
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/relative-url/-/relative-url-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/relative-url/-/relative-url-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/ws/-/ws-1.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/ws/-/ws-1.1.4.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/options
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/ultron
npm http 200 https://registry.npmjs.org/options
npm http 200 https://registry.npmjs.org/ultron
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/options/-/options-0.0.6.tgz
npm info retry fetch attempt 1 at 12:16:53 PM
npm info attempt registry request try #1 at 12:16:53 PM
npm http fetch GET https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/options/-/options-0.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz
npm info attempt registry request try #1 at 12:16:53 PM
npm http request GET https://registry.npmjs.org/chloride
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/pull-box-stream
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/pull-handshake
npm http 200 https://registry.npmjs.org/chloride
npm http 200 https://registry.npmjs.org/pull-handshake
npm http 200 https://registry.npmjs.org/pull-box-stream
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/chloride/-/chloride-2.2.4.tgz
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/pull-handshake/-/pull-handshake-1.1.4.tgz
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/pull-box-stream/-/pull-box-stream-1.0.12.tgz
npm http fetch 200 https://registry.npmjs.org/pull-handshake/-/pull-handshake-1.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/chloride/-/chloride-2.2.4.tgz
npm http fetch 200 https://registry.npmjs.org/pull-box-stream/-/pull-box-stream-1.0.12.tgz
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/is-electron
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/sodium-browserify
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/sodium-browserify-tweetnacl
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/sodium-prebuilt
npm http 200 https://registry.npmjs.org/is-electron
npm http 200 https://registry.npmjs.org/sodium-browserify
npm http 200 https://registry.npmjs.org/sodium-prebuilt
npm http 200 https://registry.npmjs.org/sodium-browserify-tweetnacl
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/is-electron/-/is-electron-2.0.0.tgz
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/sodium-browserify/-/sodium-browserify-1.2.1.tgz
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/sodium-prebuilt/-/sodium-prebuilt-1.0.22.tgz
npm info retry fetch attempt 1 at 12:16:54 PM
npm info attempt registry request try #1 at 12:16:54 PM
npm http fetch GET https://registry.npmjs.org/sodium-browserify-tweetnacl/-/sodium-browserify-tweetnacl-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/is-electron/-/is-electron-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/sodium-browserify/-/sodium-browserify-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/sodium-prebuilt/-/sodium-prebuilt-1.0.22.tgz
npm http fetch 200 https://registry.npmjs.org/sodium-browserify-tweetnacl/-/sodium-browserify-tweetnacl-0.2.3.tgz
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/libsodium-wrappers
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/sha.js
npm info attempt registry request try #1 at 12:16:54 PM
npm http request GET https://registry.npmjs.org/tweetnacl
npm http 200 https://registry.npmjs.org/libsodium-wrappers
npm http 200 https://registry.npmjs.org/tweetnacl
npm http 200 https://registry.npmjs.org/sha.js
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.2.12.tgz
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/sha.js/-/sha.js-2.4.5.tgz
npm http fetch 200 https://registry.npmjs.org/libsodium-wrappers/-/libsodium-wrappers-0.2.12.tgz
npm http fetch 200 https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz
npm http fetch 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.5.tgz
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/libsodium
npm http 200 https://registry.npmjs.org/libsodium
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/libsodium/-/libsodium-0.2.12.tgz
npm http fetch 200 https://registry.npmjs.org/libsodium/-/libsodium-0.2.12.tgz
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/chloride-test
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/ed2curve
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/tweetnacl-auth
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/sha.js/-/sha.js-2.4.8.tgz
npm http 200 https://registry.npmjs.org/tweetnacl-auth
npm http 200 https://registry.npmjs.org/chloride-test
npm http 200 https://registry.npmjs.org/ed2curve
npm http fetch 200 https://registry.npmjs.org/sha.js/-/sha.js-2.4.8.tgz
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/tweetnacl-auth/-/tweetnacl-auth-0.3.1.tgz
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/chloride-test/-/chloride-test-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/ed2curve/-/ed2curve-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/ed2curve/-/ed2curve-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/tweetnacl-auth/-/tweetnacl-auth-0.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/chloride-test/-/chloride-test-1.1.1.tgz
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/json-buffer
npm http 200 https://registry.npmjs.org/json-buffer
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/json-buffer/-/json-buffer-2.0.11.tgz
npm http fetch 200 https://registry.npmjs.org/json-buffer/-/json-buffer-2.0.11.tgz
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/prebuild
npm http 200 https://registry.npmjs.org/prebuild
npm info retry fetch attempt 1 at 12:16:55 PM
npm info attempt registry request try #1 at 12:16:55 PM
npm http fetch GET https://registry.npmjs.org/prebuild/-/prebuild-4.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/prebuild/-/prebuild-4.5.0.tgz
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/async
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/execspawn
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/expand-template
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/ghreleases
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/github-from-package
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/node-gyp
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/node-ninja
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/noop-logger
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/npmlog
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/simple-get
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/tar-fs
npm info attempt registry request try #1 at 12:16:55 PM
npm http request GET https://registry.npmjs.org/tar-stream
npm http 200 https://registry.npmjs.org/expand-template
npm http 200 https://registry.npmjs.org/execspawn
npm http 200 https://registry.npmjs.org/github-from-package
npm http 200 https://registry.npmjs.org/noop-logger
npm http 200 https://registry.npmjs.org/ghreleases
npm http 200 https://registry.npmjs.org/node-ninja
npm http 200 https://registry.npmjs.org/npmlog
npm http 200 https://registry.npmjs.org/simple-get
npm http 200 https://registry.npmjs.org/tar-stream
npm http 200 https://registry.npmjs.org/tar-fs
npm http 200 https://registry.npmjs.org/async
npm http 200 https://registry.npmjs.org/node-gyp
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/expand-template/-/expand-template-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/execspawn/-/execspawn-1.0.1.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/ghreleases/-/ghreleases-1.0.5.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/node-ninja/-/node-ninja-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/expand-template/-/expand-template-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/npmlog/-/npmlog-2.0.4.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/execspawn/-/execspawn-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/ghreleases/-/ghreleases-1.0.5.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/node-ninja/-/node-ninja-1.0.2.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz
npm http fetch 200 https://registry.npmjs.org/npmlog/-/npmlog-2.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/simple-get/-/simple-get-1.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/tar-stream/-/tar-stream-1.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/tar-fs/-/tar-fs-1.15.2.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/async/-/async-1.5.2.tgz
npm info retry fetch attempt 1 at 12:16:56 PM
npm info attempt registry request try #1 at 12:16:56 PM
npm http fetch GET https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/async/-/async-1.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/node-gyp/-/node-gyp-3.6.0.tgz
npm info attempt registry request try #1 at 12:16:56 PM
npm http request GET https://registry.npmjs.org/util-extend
npm http 200 https://registry.npmjs.org/util-extend
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/after
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/ghrepos
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/ghutils
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/simple-mime
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/url-template
npm http 200 https://registry.npmjs.org/ghutils
npm http 200 https://registry.npmjs.org/simple-mime
npm http 200 https://registry.npmjs.org/url-template
npm http 200 https://registry.npmjs.org/after
npm http 200 https://registry.npmjs.org/ghrepos
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/ghutils/-/ghutils-3.2.1.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/simple-mime/-/simple-mime-0.1.0.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/after/-/after-0.8.2.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/ghrepos/-/ghrepos-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/ghutils/-/ghutils-3.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/simple-mime/-/simple-mime-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/url-template/-/url-template-2.0.8.tgz
npm http fetch 200 https://registry.npmjs.org/after/-/after-0.8.2.tgz
npm http fetch 200 https://registry.npmjs.org/ghrepos/-/ghrepos-2.0.0.tgz
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/jsonist
npm http 200 https://registry.npmjs.org/jsonist
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/jsonist/-/jsonist-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/jsonist/-/jsonist-1.3.0.tgz
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/hyperquest
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/json-stringify-safe
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/bl
npm http 304 https://registry.npmjs.org/bl
npm http 200 https://registry.npmjs.org/json-stringify-safe
npm http 200 https://registry.npmjs.org/hyperquest
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/bl/-/bl-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/bl/-/bl-1.0.3.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm info retry fetch attempt 1 at 12:16:57 PM
npm info attempt registry request try #1 at 12:16:57 PM
npm http fetch GET https://registry.npmjs.org/hyperquest/-/hyperquest-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/hyperquest/-/hyperquest-1.2.0.tgz
npm info attempt registry request try #1 at 12:16:57 PM
npm http request GET https://registry.npmjs.org/readable-stream
npm http 304 https://registry.npmjs.org/readable-stream
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/string_decoder
npm http 304 https://registry.npmjs.org/string_decoder
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/duplexer2
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/through2
npm http 200 https://registry.npmjs.org/duplexer2
npm http 200 https://registry.npmjs.org/through2
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/through2/-/through2-0.6.5.tgz
npm http fetch 200 https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/through2/-/through2-0.6.5.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/isarray
npm http 304 https://registry.npmjs.org/isarray
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/fstream
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/nopt
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/request
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/tar
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/which
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/glob
npm info attempt registry request try #1 at 12:16:58 PM
npm http request GET https://registry.npmjs.org/semver
npm http 200 https://registry.npmjs.org/fstream
npm http 200 https://registry.npmjs.org/tar
npm http 200 https://registry.npmjs.org/which
npm http 200 https://registry.npmjs.org/nopt
npm http 304 https://registry.npmjs.org/glob
npm http 304 https://registry.npmjs.org/semver
npm http 200 https://registry.npmjs.org/request
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/semver/-/semver-5.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/semver/-/semver-5.3.0.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/tar/-/tar-2.2.1.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/which/-/which-1.2.14.tgz
npm info retry fetch attempt 1 at 12:16:58 PM
npm info attempt registry request try #1 at 12:16:58 PM
npm http fetch GET https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz
npm http fetch 200 https://registry.npmjs.org/tar/-/tar-2.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/which/-/which-1.2.14.tgz
npm http fetch 200 https://registry.npmjs.org/nopt/-/nopt-3.0.6.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/request/-/request-2.81.0.tgz
npm http fetch 200 https://registry.npmjs.org/request/-/request-2.81.0.tgz
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/abbrev
npm http 200 https://registry.npmjs.org/abbrev
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/abbrev/-/abbrev-1.1.0.tgz
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/ansi
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/are-we-there-yet
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/gauge
npm http 200 https://registry.npmjs.org/ansi
npm http 200 https://registry.npmjs.org/are-we-there-yet
npm http 200 https://registry.npmjs.org/gauge
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/ansi/-/ansi-0.3.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/gauge/-/gauge-1.2.7.tgz
npm http fetch 200 https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/gauge/-/gauge-1.2.7.tgz
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/delegates
npm http 200 https://registry.npmjs.org/delegates
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/has-unicode
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/lodash.pad
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/lodash.padend
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/lodash.padstart
npm http 200 https://registry.npmjs.org/has-unicode
npm http 200 https://registry.npmjs.org/lodash.padend
npm http 200 https://registry.npmjs.org/lodash.padstart
npm http 200 https://registry.npmjs.org/lodash.pad
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.padend/-/lodash.padend-4.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.pad/-/lodash.pad-4.5.1.tgz
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/aws-sign2
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/aws4
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/caseless
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/combined-stream
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/forever-agent
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/form-data
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/har-validator
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/hawk
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/http-signature
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/is-typedarray
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/isstream
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/oauth-sign
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/performance-now
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/stringstream
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/tough-cookie
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/tunnel-agent
npm info attempt registry request try #1 at 12:16:59 PM
npm http request GET https://registry.npmjs.org/uuid
npm http 200 https://registry.npmjs.org/aws-sign2
npm http 200 https://registry.npmjs.org/caseless
npm http 200 https://registry.npmjs.org/forever-agent
npm http 200 https://registry.npmjs.org/is-typedarray
npm http 200 https://registry.npmjs.org/isstream
npm http 200 https://registry.npmjs.org/stringstream
npm http 200 https://registry.npmjs.org/oauth-sign
npm http 200 https://registry.npmjs.org/tunnel-agent
npm http 200 https://registry.npmjs.org/combined-stream
npm http 200 https://registry.npmjs.org/http-signature
npm http 200 https://registry.npmjs.org/performance-now
npm http 200 https://registry.npmjs.org/uuid
npm http 200 https://registry.npmjs.org/form-data
npm http 200 https://registry.npmjs.org/aws4
npm http 200 https://registry.npmjs.org/tough-cookie
npm http 200 https://registry.npmjs.org/har-validator
npm http 200 https://registry.npmjs.org/hawk
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz
npm http fetch 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz
npm http fetch 200 https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/http-signature/-/http-signature-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/uuid/-/uuid-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/form-data/-/form-data-2.1.2.tgz
npm info retry fetch attempt 1 at 12:16:59 PM
npm info attempt registry request try #1 at 12:16:59 PM
npm http fetch GET https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz
npm http fetch 200 https://registry.npmjs.org/aws4/-/aws4-1.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/har-validator/-/har-validator-4.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/hawk/-/hawk-3.1.3.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/delayed-stream
npm http 200 https://registry.npmjs.org/delayed-stream
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/asynckit
npm http 200 https://registry.npmjs.org/asynckit
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/ajv
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/har-schema
npm http 200 https://registry.npmjs.org/har-schema
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/har-schema/-/har-schema-1.0.5.tgz
npm http 200 https://registry.npmjs.org/ajv
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/ajv/-/ajv-4.11.6.tgz
npm http fetch 200 https://registry.npmjs.org/ajv/-/ajv-4.11.6.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/json-stable-stringify
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/co/-/co-4.6.0.tgz
npm http 200 https://registry.npmjs.org/json-stable-stringify
npm http fetch 200 https://registry.npmjs.org/co/-/co-4.6.0.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/jsonify
npm http 200 https://registry.npmjs.org/jsonify
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/hoek
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/boom
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/cryptiles
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/sntp
npm http 200 https://registry.npmjs.org/cryptiles
npm http 200 https://registry.npmjs.org/sntp
npm http 200 https://registry.npmjs.org/boom
npm http 200 https://registry.npmjs.org/hoek
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
npm http fetch 200 https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/boom/-/boom-2.10.1.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
npm http fetch 200 https://registry.npmjs.org/boom/-/boom-2.10.1.tgz
npm http fetch 200 https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/assert-plus
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/jsprim
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/sshpk
npm http 200 https://registry.npmjs.org/assert-plus
npm http 200 https://registry.npmjs.org/jsprim
npm http 200 https://registry.npmjs.org/sshpk
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/assert-plus/-/assert-plus-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/jsprim/-/jsprim-1.4.0.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz
npm http fetch 200 https://registry.npmjs.org/sshpk/-/sshpk-1.11.0.tgz
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/extsprintf
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/json-schema
npm info attempt registry request try #1 at 12:17:00 PM
npm http request GET https://registry.npmjs.org/verror
npm http 200 https://registry.npmjs.org/extsprintf
npm http 200 https://registry.npmjs.org/json-schema
npm http 200 https://registry.npmjs.org/verror
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:00 PM
npm info attempt registry request try #1 at 12:17:00 PM
npm http fetch GET https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/extsprintf/-/extsprintf-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/verror/-/verror-1.3.6.tgz
npm http fetch 200 https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/verror/-/verror-1.3.6.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/asn1
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/dashdash
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/getpass
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/jsbn
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/jodid25519
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/ecc-jsbn
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/bcrypt-pbkdf
npm http 200 https://registry.npmjs.org/jsbn
npm http 200 https://registry.npmjs.org/jodid25519
npm http 200 https://registry.npmjs.org/getpass
npm http 200 https://registry.npmjs.org/bcrypt-pbkdf
npm http 200 https://registry.npmjs.org/ecc-jsbn
npm http 200 https://registry.npmjs.org/dashdash
npm http 200 https://registry.npmjs.org/asn1
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/jodid25519/-/jodid25519-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/getpass/-/getpass-0.1.6.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz
npm http fetch 200 https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz
npm http fetch 200 https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/punycode
npm http 200 https://registry.npmjs.org/punycode
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz
npm http fetch 200 https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/block-stream
npm http 200 https://registry.npmjs.org/block-stream
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz
npm http fetch 200 https://registry.npmjs.org/block-stream/-/block-stream-0.0.9.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/isexe
npm http 200 https://registry.npmjs.org/isexe
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/path-array
npm http 200 https://registry.npmjs.org/path-array
npm info retry fetch attempt 1 at 12:17:01 PM
npm info attempt registry request try #1 at 12:17:01 PM
npm http fetch GET https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/path-array/-/path-array-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:01 PM
npm http request GET https://registry.npmjs.org/array-index
npm http 200 https://registry.npmjs.org/array-index
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/array-index/-/array-index-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/es6-symbol
npm http 200 https://registry.npmjs.org/es6-symbol
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.1.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/d
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/es5-ext
npm http 200 https://registry.npmjs.org/d
npm http 200 https://registry.npmjs.org/es5-ext
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/d/-/d-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.15.tgz
npm http fetch 200 https://registry.npmjs.org/d/-/d-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.15.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/es6-iterator
npm http 200 https://registry.npmjs.org/es6-iterator
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.1.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/unzip-response
npm http 200 https://registry.npmjs.org/unzip-response
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/unzip-response/-/unzip-response-1.0.2.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/chownr
npm http 200 https://registry.npmjs.org/chownr
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/bl/-/bl-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/bl/-/bl-1.2.0.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/increment-buffer
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/split-buffer
npm http 200 https://registry.npmjs.org/split-buffer
npm http 200 https://registry.npmjs.org/increment-buffer
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/split-buffer/-/split-buffer-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/increment-buffer/-/increment-buffer-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/split-buffer/-/split-buffer-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/increment-buffer/-/increment-buffer-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/pull-pair
npm http 200 https://registry.npmjs.org/pull-pair
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/pull-pair/-/pull-pair-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/pull-pair/-/pull-pair-1.1.0.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/smart-buffer
npm http 200 https://registry.npmjs.org/smart-buffer
npm info retry fetch attempt 1 at 12:17:02 PM
npm info attempt registry request try #1 at 12:17:02 PM
npm http fetch GET https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz
npm http fetch 200 https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz
npm info attempt registry request try #1 at 12:17:02 PM
npm http request GET https://registry.npmjs.org/ip
npm http 304 https://registry.npmjs.org/ip
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level-peek
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/monotonic-timestamp
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/pull-write
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/ssb-feed
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/deep-equal
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/ltgt
npm http 304 https://registry.npmjs.org/ltgt
npm http 304 https://registry.npmjs.org/deep-equal
npm http 200 https://registry.npmjs.org/pull-write
npm http 200 https://registry.npmjs.org/monotonic-timestamp
npm http 200 https://registry.npmjs.org/level-peek
npm http 200 https://registry.npmjs.org/ssb-feed
npm http 200 https://registry.npmjs.org/level
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/ltgt/-/ltgt-2.0.0.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/deep-equal/-/deep-equal-0.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/deep-equal/-/deep-equal-0.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/ltgt/-/ltgt-2.0.0.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/pull-write/-/pull-write-1.1.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/monotonic-timestamp/-/monotonic-timestamp-0.0.9.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level-peek/-/level-peek-2.0.2.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/ssb-feed/-/ssb-feed-2.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/monotonic-timestamp/-/monotonic-timestamp-0.0.9.tgz
npm http fetch 200 https://registry.npmjs.org/level-peek/-/level-peek-2.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-write/-/pull-write-1.1.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level/-/level-1.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-feed/-/ssb-feed-2.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/level/-/level-1.6.0.tgz
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level-packager
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/leveldown
npm http 200 https://registry.npmjs.org/level-packager
npm http 200 https://registry.npmjs.org/leveldown
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level-packager/-/level-packager-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/level-packager/-/level-packager-1.2.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/leveldown/-/leveldown-1.6.0.tgz
npm http fetch 200 https://registry.npmjs.org/leveldown/-/leveldown-1.6.0.tgz
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/levelup
npm http 304 https://registry.npmjs.org/levelup
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/levelup/-/levelup-1.3.5.tgz
npm http fetch 200 https://registry.npmjs.org/levelup/-/levelup-1.3.5.tgz
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level-codec
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level-errors
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/level-iterator-stream
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/deferred-leveldown
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/prr
npm http 304 https://registry.npmjs.org/deferred-leveldown
npm http 304 https://registry.npmjs.org/prr
npm http 200 https://registry.npmjs.org/level-errors
npm http 200 https://registry.npmjs.org/level-iterator-stream
npm http 200 https://registry.npmjs.org/level-codec
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-1.2.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/prr/-/prr-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/prr/-/prr-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level-errors/-/level-errors-1.0.4.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/level-codec/-/level-codec-6.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/level-errors/-/level-errors-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/level-codec/-/level-codec-6.1.0.tgz
npm info attempt registry request try #1 at 12:17:03 PM
npm http request GET https://registry.npmjs.org/abstract-leveldown
npm http 304 https://registry.npmjs.org/abstract-leveldown
npm info retry fetch attempt 1 at 12:17:03 PM
npm info attempt registry request try #1 at 12:17:03 PM
npm http fetch GET https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz
npm http fetch 200 https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/bindings
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/fast-future
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/prebuild-install
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/nan
npm http 304 https://registry.npmjs.org/nan
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.1.tgz
npm http 200 https://registry.npmjs.org/fast-future
npm http 200 https://registry.npmjs.org/bindings
npm http 200 https://registry.npmjs.org/prebuild-install
npm http fetch 200 https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.1.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/nan/-/nan-2.5.1.tgz
npm http fetch 200 https://registry.npmjs.org/nan/-/nan-2.5.1.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.1.1.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/node-abi
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz
npm http 200 https://registry.npmjs.org/node-abi
npm http fetch 200 https://registry.npmjs.org/npmlog/-/npmlog-4.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.3.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/node-abi/-/node-abi-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/node-abi/-/node-abi-2.0.0.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/console-control-strings
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/set-blocking
npm http 200 https://registry.npmjs.org/console-control-strings
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz
npm http 200 https://registry.npmjs.org/set-blocking
npm http fetch 200 https://registry.npmjs.org/gauge/-/gauge-2.7.3.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/aproba
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/signal-exit
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/wide-align
npm http 200 https://registry.npmjs.org/wide-align
npm http 200 https://registry.npmjs.org/aproba
npm http 200 https://registry.npmjs.org/signal-exit
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/wide-align/-/wide-align-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/aproba/-/aproba-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/private-box
npm http 200 https://registry.npmjs.org/private-box
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/private-box/-/private-box-0.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/private-box/-/private-box-0.2.1.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/is-valid-domain
npm http 200 https://registry.npmjs.org/is-valid-domain
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/is-valid-domain/-/is-valid-domain-0.0.2.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/pull-level
npm http 304 https://registry.npmjs.org/pull-level
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/pull-level/-/pull-level-1.5.2.tgz
npm http fetch 200 https://registry.npmjs.org/pull-level/-/pull-level-1.5.2.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/ssb-keys
npm http 304 https://registry.npmjs.org/ssb-keys
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/ssb-keys/-/ssb-keys-6.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-keys/-/ssb-keys-6.1.2.tgz
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/non-private-ip
npm http 304 https://registry.npmjs.org/non-private-ip
npm info attempt registry request try #1 at 12:17:04 PM
npm http request GET https://registry.npmjs.org/hmac
npm http 200 https://registry.npmjs.org/hmac
npm info retry fetch attempt 1 at 12:17:04 PM
npm info attempt registry request try #1 at 12:17:04 PM
npm http fetch GET https://registry.npmjs.org/hmac/-/hmac-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/hmac/-/hmac-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/emoji-server
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/multiblob-http
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/ssb-sort
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/stack
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/web-bootloader
npm http 200 https://registry.npmjs.org/emoji-server
npm http 200 https://registry.npmjs.org/ssb-sort
npm http 200 https://registry.npmjs.org/stack
npm http 200 https://registry.npmjs.org/multiblob-http
npm http 200 https://registry.npmjs.org/web-bootloader
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/emoji-server/-/emoji-server-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/ssb-sort/-/ssb-sort-0.0.0.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/stack/-/stack-0.1.0.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/multiblob-http/-/multiblob-http-0.2.0.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/web-bootloader/-/web-bootloader-0.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/emoji-server/-/emoji-server-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/multiblob-http/-/multiblob-http-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/ssb-sort/-/ssb-sort-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/stack/-/stack-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/web-bootloader/-/web-bootloader-0.1.2.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/emoji-named-characters
npm http 200 https://registry.npmjs.org/emoji-named-characters
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/emoji-named-characters/-/emoji-named-characters-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/emoji-named-characters/-/emoji-named-characters-1.0.2.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/arraybuffer-base64
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/binary-xhr
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/hyperfile
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/hyperprogress
npm http 200 https://registry.npmjs.org/arraybuffer-base64
npm http 200 https://registry.npmjs.org/hyperprogress
npm http 200 https://registry.npmjs.org/hyperfile
npm http 200 https://registry.npmjs.org/binary-xhr
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/arraybuffer-base64/-/arraybuffer-base64-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/hyperprogress/-/hyperprogress-0.1.1.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/hyperfile/-/hyperfile-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/hyperfile/-/hyperfile-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/arraybuffer-base64/-/arraybuffer-base64-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/hyperprogress/-/hyperprogress-0.1.1.tgz
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/binary-xhr/-/binary-xhr-0.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/binary-xhr/-/binary-xhr-0.0.2.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/inherits
npm http 304 https://registry.npmjs.org/inherits
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/hyperscript
npm http 200 https://registry.npmjs.org/hyperscript
npm info retry fetch attempt 1 at 12:17:05 PM
npm info attempt registry request try #1 at 12:17:05 PM
npm http fetch GET https://registry.npmjs.org/hyperscript/-/hyperscript-1.4.7.tgz
npm http fetch 200 https://registry.npmjs.org/hyperscript/-/hyperscript-1.4.7.tgz
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/class-list
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/browser-split
npm info attempt registry request try #1 at 12:17:05 PM
npm http request GET https://registry.npmjs.org/html-element
npm http 200 https://registry.npmjs.org/browser-split
npm http 200 https://registry.npmjs.org/html-element
npm http 200 https://registry.npmjs.org/class-list
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/browser-split/-/browser-split-0.0.0.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/html-element/-/html-element-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/browser-split/-/browser-split-0.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/html-element/-/html-element-1.3.0.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/class-list/-/class-list-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/class-list/-/class-list-0.1.1.tgz
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/indexof
npm http 200 https://registry.npmjs.org/indexof
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/component-emitter
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/cookiejar
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/formidable
npm http 200 https://registry.npmjs.org/component-emitter
npm http 200 https://registry.npmjs.org/cookiejar
npm http 200 https://registry.npmjs.org/formidable
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.1.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/cookiejar/-/cookiejar-2.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/formidable/-/formidable-1.1.1.tgz
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/@types%2fmocha
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/@types%2fsupertest
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/html-looks-like
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/mocha
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/supertest
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/ts-node
npm info attempt registry request try #1 at 12:17:06 PM
npm http request GET https://registry.npmjs.org/tslint
npm http 200 https://registry.npmjs.org/html-looks-like
npm http 200 https://registry.npmjs.org/supertest
npm http 200 https://registry.npmjs.org/ts-node
npm http 200 https://registry.npmjs.org/@types%2fsupertest
npm http 200 https://registry.npmjs.org/@types%2fmocha
npm http 200 https://registry.npmjs.org/tslint
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/html-looks-like/-/html-looks-like-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/supertest/-/supertest-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/html-looks-like/-/html-looks-like-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/supertest/-/supertest-3.0.0.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/ts-node/-/ts-node-2.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/ts-node/-/ts-node-2.1.2.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/@types/mocha/-/mocha-2.2.40.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/@types/supertest/-/supertest-2.0.0.tgz
npm info retry fetch attempt 1 at 12:17:06 PM
npm info attempt registry request try #1 at 12:17:06 PM
npm http fetch GET https://registry.npmjs.org/tslint/-/tslint-4.5.1.tgz
npm http 200 https://registry.npmjs.org/mocha
npm http fetch 200 https://registry.npmjs.org/@types/mocha/-/mocha-2.2.40.tgz
npm http fetch 200 https://registry.npmjs.org/@types/supertest/-/supertest-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/tslint/-/tslint-4.5.1.tgz
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/mocha/-/mocha-3.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/mocha/-/mocha-3.2.0.tgz
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/@types%2fjsdom
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/diff-dom
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/domwalk
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/jsdom
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/lodash.sortby
npm http 200 https://registry.npmjs.org/domwalk
npm http 200 https://registry.npmjs.org/diff-dom
npm http 200 https://registry.npmjs.org/lodash.sortby
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/domwalk/-/domwalk-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/diff-dom/-/diff-dom-2.1.0.tgz
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz
npm http 200 https://registry.npmjs.org/@types%2fjsdom
npm http fetch 200 https://registry.npmjs.org/domwalk/-/domwalk-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/diff-dom/-/diff-dom-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz
npm http 200 https://registry.npmjs.org/jsdom
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/@types/jsdom/-/jsdom-2.0.30.tgz
npm http fetch 200 https://registry.npmjs.org/@types/jsdom/-/jsdom-2.0.30.tgz
npm info retry fetch attempt 1 at 12:17:07 PM
npm info attempt registry request try #1 at 12:17:07 PM
npm http fetch GET https://registry.npmjs.org/jsdom/-/jsdom-9.12.0.tgz
npm http fetch 200 https://registry.npmjs.org/jsdom/-/jsdom-9.12.0.tgz
npm info attempt registry request try #1 at 12:17:07 PM
npm http request GET https://registry.npmjs.org/@types%2fjquery
npm http 200 https://registry.npmjs.org/@types%2fjquery
npm info retry fetch attempt 1 at 12:17:08 PM
npm info attempt registry request try #1 at 12:17:08 PM
npm http fetch GET https://registry.npmjs.org/@types/jquery/-/jquery-2.0.41.tgz
npm http fetch 200 https://registry.npmjs.org/@types/jquery/-/jquery-2.0.41.tgz
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/abab
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/acorn
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/acorn-globals
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/array-equal
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/content-type-parser
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/cssom
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/cssstyle
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/escodegen
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/html-encoding-sniffer
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/nwmatcher
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/parse5
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/sax
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/symbol-tree
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/webidl-conversions
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/whatwg-encoding
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/whatwg-url
npm info attempt registry request try #1 at 12:17:08 PM
npm http request GET https://registry.npmjs.org/xml-name-validator
npm http 200 https://registry.npmjs.org/abab
npm http 200 https://registry.npmjs.org/cssom
npm http 200 https://registry.npmjs.org/array-equal
npm http 200 https://registry.npmjs.org/content-type-parser
npm http 200 https://registry.npmjs.org/html-encoding-sniffer
npm http 200 https://registry.npmjs.org/nwmatcher
npm http 200 https://registry.npmjs.org/xml-name-validator
npm http 200 https://registry.npmjs.org/whatwg-encoding
npm http 200 https://registry.npmjs.org/acorn-globals
npm http 200 https://registry.npmjs.org/webidl-conversions
npm http 200 https://registry.npmjs.org/cssstyle
npm http 200 https://registry.npmjs.org/symbol-tree
npm http 200 https://registry.npmjs.org/sax
npm http 200 https://registry.npmjs.org/whatwg-url
npm http 200 https://registry.npmjs.org/escodegen
npm http 200 https://registry.npmjs.org/parse5
npm http 200 https://registry.npmjs.org/acorn
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/abab/-/abab-1.0.3.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.3.9.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/abab/-/abab-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/cssom/-/cssom-0.3.2.tgz
npm http fetch 200 https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/content-type-parser/-/content-type-parser-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-1.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz
npm http fetch 200 https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.3.9.tgz
npm http fetch 200 https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/sax/-/sax-1.2.2.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.7.0.tgz
npm http fetch 200 https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/acorn-globals/-/acorn-globals-3.1.0.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz
npm http fetch 200 https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz
npm http fetch 200 https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/sax/-/sax-1.2.2.tgz
npm http fetch 200 https://registry.npmjs.org/whatwg-url/-/whatwg-url-4.7.0.tgz
npm http fetch 200 https://registry.npmjs.org/escodegen/-/escodegen-1.8.1.tgz
npm http fetch 200 https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz
npm info retry fetch attempt 1 at 12:17:09 PM
npm info attempt registry request try #1 at 12:17:09 PM
npm http fetch GET https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz
npm http fetch 200 https://registry.npmjs.org/acorn/-/acorn-4.0.11.tgz
npm info attempt registry request try #1 at 12:17:09 PM
npm http request GET https://registry.npmjs.org/estraverse
npm info attempt registry request try #1 at 12:17:09 PM
npm http request GET https://registry.npmjs.org/esutils
npm info attempt registry request try #1 at 12:17:09 PM
npm http request GET https://registry.npmjs.org/esprima
npm info attempt registry request try #1 at 12:17:09 PM
npm http request GET https://registry.npmjs.org/optionator
npm info attempt registry request try #1 at 12:17:09 PM
npm http request GET https://registry.npmjs.org/source-map
npm http 200 https://registry.npmjs.org/esutils
npm http 200 https://registry.npmjs.org/optionator
npm http 200 https://registry.npmjs.org/estraverse
npm http 200 https://registry.npmjs.org/esprima
npm http 200 https://registry.npmjs.org/source-map
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz
npm http fetch 200 https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz
npm http fetch 200 https://registry.npmjs.org/estraverse/-/estraverse-1.9.3.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz
npm http fetch 200 https://registry.npmjs.org/esprima/-/esprima-2.7.3.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/source-map/-/source-map-0.2.0.tgz
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/prelude-ls
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/deep-is
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/wordwrap
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/type-check
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/levn
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/fast-levenshtein
npm http 200 https://registry.npmjs.org/wordwrap
npm http 200 https://registry.npmjs.org/deep-is
npm http 200 https://registry.npmjs.org/prelude-ls
npm http 200 https://registry.npmjs.org/type-check
npm http 200 https://registry.npmjs.org/levn
npm http 200 https://registry.npmjs.org/fast-levenshtein
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/levn/-/levn-0.3.0.tgz
npm info retry fetch attempt 1 at 12:17:10 PM
npm info attempt registry request try #1 at 12:17:10 PM
npm http fetch GET https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz
npm http fetch 200 https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz
npm http fetch 200 https://registry.npmjs.org/levn/-/levn-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz
npm info attempt registry request try #1 at 12:17:10 PM
npm http request GET https://registry.npmjs.org/amdefine
npm http 200 https://registry.npmjs.org/amdefine
npm info retry fetch attempt 1 at 12:17:11 PM
npm info attempt registry request try #1 at 12:17:11 PM
npm http fetch GET https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/iconv-lite
npm http 304 https://registry.npmjs.org/iconv-lite
npm info retry fetch attempt 1 at 12:17:11 PM
npm info attempt registry request try #1 at 12:17:11 PM
npm http fetch GET https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
npm http fetch 200 https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.13.tgz
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/tr46
npm http 200 https://registry.npmjs.org/tr46
npm info retry fetch attempt 1 at 12:17:11 PM
npm info attempt registry request try #1 at 12:17:11 PM
npm http fetch GET https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz
npm info retry fetch attempt 1 at 12:17:11 PM
npm info attempt registry request try #1 at 12:17:11 PM
npm http fetch GET https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/browser-stdout
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/diff
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/growl
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/json3
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/lodash.create
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/debug
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/glob
npm info attempt registry request try #1 at 12:17:11 PM
npm http request GET https://registry.npmjs.org/supports-color
npm http 200 https://registry.npmjs.org/browser-stdout
npm http 200 https://registry.npmjs.org/growl
npm http 200 https://registry.npmjs.org/json3
npm http 200 https://registry.npmjs.org/lodash.create
npm http 304 https://registry.npmjs.org/debug
npm http 304 https://registry.npmjs.org/supports-color
npm http 304 https://registry.npmjs.org/glob
npm http 200 https://registry.npmjs.org/diff
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/debug/-/debug-2.2.0.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/glob/-/glob-7.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/debug/-/debug-2.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-3.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/glob/-/glob-7.0.5.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/growl/-/growl-1.9.2.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/json3/-/json3-3.3.2.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/lodash.create/-/lodash.create-3.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/growl/-/growl-1.9.2.tgz
npm http fetch 200 https://registry.npmjs.org/json3/-/json3-3.3.2.tgz
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/diff/-/diff-1.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.create/-/lodash.create-3.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/diff/-/diff-1.4.0.tgz
npm info attempt registry request try #1 at 12:17:12 PM
npm http request GET https://registry.npmjs.org/ms
npm http 304 https://registry.npmjs.org/ms
npm info retry fetch attempt 1 at 12:17:12 PM
npm info attempt registry request try #1 at 12:17:12 PM
npm http fetch GET https://registry.npmjs.org/ms/-/ms-0.7.1.tgz
npm http fetch 200 https://registry.npmjs.org/ms/-/ms-0.7.1.tgz
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash._baseassign
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash._basecreate
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash._isiterateecall
npm http 200 https://registry.npmjs.org/lodash._baseassign
npm http 200 https://registry.npmjs.org/lodash._basecreate
npm http 200 https://registry.npmjs.org/lodash._isiterateecall
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
npm http fetch 200 https://registry.npmjs.org/lodash._baseassign/-/lodash._baseassign-3.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/lodash._basecreate/-/lodash._basecreate-3.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash._basecopy
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash.keys
npm http 200 https://registry.npmjs.org/lodash._basecopy
npm http 200 https://registry.npmjs.org/lodash.keys
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash._getnative
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash.isarguments
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/lodash.isarray
npm http 200 https://registry.npmjs.org/lodash._getnative
npm http 200 https://registry.npmjs.org/lodash.isarguments
npm http 200 https://registry.npmjs.org/lodash.isarray
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/has-flag
npm http 200 https://registry.npmjs.org/has-flag
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/make-error
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/source-map-support
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/tsconfig
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/v8flags
npm info attempt registry request try #1 at 12:17:13 PM
npm http request GET https://registry.npmjs.org/yn
npm http 200 https://registry.npmjs.org/make-error
npm http 200 https://registry.npmjs.org/yn
npm info retry fetch attempt 1 at 12:17:13 PM
npm info attempt registry request try #1 at 12:17:13 PM
npm http fetch GET https://registry.npmjs.org/diff/-/diff-3.2.0.tgz
npm http 200 https://registry.npmjs.org/v8flags
npm http 200 https://registry.npmjs.org/tsconfig
npm http 200 https://registry.npmjs.org/source-map-support
npm http fetch 200 https://registry.npmjs.org/diff/-/diff-3.2.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/make-error/-/make-error-1.2.3.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/yn/-/yn-1.2.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/v8flags/-/v8flags-2.0.12.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/tsconfig/-/tsconfig-6.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/make-error/-/make-error-1.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/yn/-/yn-1.2.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.14.tgz
npm http fetch 200 https://registry.npmjs.org/v8flags/-/v8flags-2.0.12.tgz
npm http fetch 200 https://registry.npmjs.org/tsconfig/-/tsconfig-6.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.14.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz
npm http fetch 200 https://registry.npmjs.org/source-map/-/source-map-0.5.6.tgz
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/strip-bom
npm http 200 https://registry.npmjs.org/strip-bom
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/user-home
npm http 304 https://registry.npmjs.org/user-home
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/babel-code-frame
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/colors
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/findup-sync
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/optimist
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/resolve
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/tsutils
npm info attempt registry request try #1 at 12:17:14 PM
npm http request GET https://registry.npmjs.org/update-notifier
npm http 200 https://registry.npmjs.org/colors
npm http 200 https://registry.npmjs.org/tsutils
npm http 200 https://registry.npmjs.org/babel-code-frame
npm http 200 https://registry.npmjs.org/findup-sync
npm http 200 https://registry.npmjs.org/optimist
npm http 200 https://registry.npmjs.org/update-notifier
npm http 200 https://registry.npmjs.org/resolve
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/colors/-/colors-1.1.2.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/tsutils/-/tsutils-1.6.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/colors/-/colors-1.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/tsutils/-/tsutils-1.6.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:14 PM
npm http fetch GET https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz
npm info retry fetch attempt 1 at 12:17:14 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz
npm http fetch 200 https://registry.npmjs.org/findup-sync/-/findup-sync-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.22.0.tgz
npm http fetch 200 https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz
npm http fetch 200 https://registry.npmjs.org/update-notifier/-/update-notifier-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/resolve/-/resolve-1.3.2.tgz
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/js-tokens
npm http 200 https://registry.npmjs.org/js-tokens
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.1.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
npm http fetch 200 https://registry.npmjs.org/glob/-/glob-5.0.15.tgz
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/minimist
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
npm http 304 https://registry.npmjs.org/minimist
npm http fetch 200 https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/path-parse
npm http 200 https://registry.npmjs.org/path-parse
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/path-parse/-/path-parse-1.0.5.tgz
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/boxen
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/configstore
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/is-npm
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/latest-version
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/lazy-req
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/semver-diff
npm info attempt registry request try #1 at 12:17:15 PM
npm http request GET https://registry.npmjs.org/xdg-basedir
npm http 200 https://registry.npmjs.org/is-npm
npm http 200 https://registry.npmjs.org/semver-diff
npm http 200 https://registry.npmjs.org/lazy-req
npm http 200 https://registry.npmjs.org/xdg-basedir
npm http 200 https://registry.npmjs.org/latest-version
npm http 200 https://registry.npmjs.org/boxen
npm http 200 https://registry.npmjs.org/configstore
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/lazy-req/-/lazy-req-2.0.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/boxen/-/boxen-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz
npm info retry fetch attempt 1 at 12:17:15 PM
npm info attempt registry request try #1 at 12:17:15 PM
npm http fetch GET https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/lazy-req/-/lazy-req-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/boxen/-/boxen-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/configstore/-/configstore-3.0.0.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/ansi-align
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/cli-boxes
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/term-size
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/widest-line
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/camelcase
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/string-width
npm http 200 https://registry.npmjs.org/ansi-align
npm http 200 https://registry.npmjs.org/cli-boxes
npm http 200 https://registry.npmjs.org/term-size
npm http 200 https://registry.npmjs.org/widest-line
npm http 304 https://registry.npmjs.org/camelcase
npm http 304 https://registry.npmjs.org/string-width
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/string-width/-/string-width-2.0.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/term-size/-/term-size-0.1.1.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/ansi-align/-/ansi-align-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/term-size/-/term-size-0.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/widest-line/-/widest-line-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/is-fullwidth-code-point
npm http 304 https://registry.npmjs.org/is-fullwidth-code-point
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/execa
npm http 200 https://registry.npmjs.org/execa
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/execa/-/execa-0.4.0.tgz
npm http fetch 200 https://registry.npmjs.org/execa/-/execa-0.4.0.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/cross-spawn-async
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/is-stream
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/npm-run-path
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/path-key
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/strip-eof
npm http 200 https://registry.npmjs.org/is-stream
npm http 200 https://registry.npmjs.org/npm-run-path
npm http 200 https://registry.npmjs.org/path-key
npm http 200 https://registry.npmjs.org/strip-eof
npm http 200 https://registry.npmjs.org/cross-spawn-async
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/npm-run-path/-/npm-run-path-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/path-key/-/path-key-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz
npm http fetch 200 https://registry.npmjs.org/path-key/-/path-key-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/npm-run-path/-/npm-run-path-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/cross-spawn-async/-/cross-spawn-async-2.2.5.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/lru-cache
npm http 200 https://registry.npmjs.org/lru-cache
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/lru-cache/-/lru-cache-4.0.2.tgz
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/pseudomap
npm info attempt registry request try #1 at 12:17:16 PM
npm http request GET https://registry.npmjs.org/yallist
npm http 200 https://registry.npmjs.org/pseudomap
npm http 200 https://registry.npmjs.org/yallist
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz
npm info retry fetch attempt 1 at 12:17:16 PM
npm info attempt registry request try #1 at 12:17:16 PM
npm http fetch GET https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/dot-prop
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/unique-string
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/write-file-atomic
npm http 200 https://registry.npmjs.org/unique-string
npm http 200 https://registry.npmjs.org/dot-prop
npm http 200 https://registry.npmjs.org/write-file-atomic
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/dot-prop/-/dot-prop-4.1.1.tgz
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz
npm http fetch 200 https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/dot-prop/-/dot-prop-4.1.1.tgz
npm http fetch 200 https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-1.3.1.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/is-obj
npm http 200 https://registry.npmjs.org/is-obj
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/crypto-random-string
npm http 200 https://registry.npmjs.org/crypto-random-string
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/imurmurhash
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/slide
npm http 200 https://registry.npmjs.org/slide
npm http 200 https://registry.npmjs.org/imurmurhash
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/slide/-/slide-1.1.6.tgz
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/slide/-/slide-1.1.6.tgz
npm http fetch 200 https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/package-json
npm http 200 https://registry.npmjs.org/package-json
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/package-json/-/package-json-4.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/package-json/-/package-json-4.0.0.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/got
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/registry-auth-token
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/registry-url
npm http 200 https://registry.npmjs.org/registry-url
npm http 200 https://registry.npmjs.org/registry-auth-token
npm http 200 https://registry.npmjs.org/got
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.1.2.tgz
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:17 PM
npm http fetch GET https://registry.npmjs.org/got/-/got-6.7.1.tgz
npm http fetch 200 https://registry.npmjs.org/got/-/got-6.7.1.tgz
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/create-error-class
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/duplexer3
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/get-stream
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/is-redirect
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/is-retry-allowed
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/lowercase-keys
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/timed-out
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/url-parse-lax
npm info attempt registry request try #1 at 12:17:17 PM
npm http request GET https://registry.npmjs.org/unzip-response
npm http 200 https://registry.npmjs.org/get-stream
npm http 200 https://registry.npmjs.org/duplexer3
npm http 200 https://registry.npmjs.org/is-redirect
npm http 200 https://registry.npmjs.org/url-parse-lax
npm http 200 https://registry.npmjs.org/is-retry-allowed
npm http 200 https://registry.npmjs.org/create-error-class
npm http 200 https://registry.npmjs.org/lowercase-keys
npm http 200 https://registry.npmjs.org/timed-out
npm http 304 https://registry.npmjs.org/unzip-response
npm info retry fetch attempt 1 at 12:17:17 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz
npm http fetch 200 https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz
npm http fetch 200 https://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz
npm info attempt registry request try #1 at 12:17:18 PM
npm http request GET https://registry.npmjs.org/capture-stack-trace
npm http 200 https://registry.npmjs.org/capture-stack-trace
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.0.tgz
npm info attempt registry request try #1 at 12:17:18 PM
npm http request GET https://registry.npmjs.org/prepend-http
npm http 200 https://registry.npmjs.org/prepend-http
npm info retry fetch attempt 1 at 12:17:18 PM
npm info attempt registry request try #1 at 12:17:18 PM
npm http fetch GET https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz
npm info lifecycle easy-ssb-pub@2.0.0~preinstall: easy-ssb-pub@2.0.0
Killed
ERROR: Service 'easy_ssb_pub' failed to build: The command '/bin/sh -c . $HOME/.nvm/nvm.sh && npm install' returned a non-zero code: 137
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment